difftreelog
test regenerate types
in: master
10 files changed
tests/src/interfaces/augment-api-consts.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-api-consts.ts
+++ b/tests/src/interfaces/augment-api-consts.ts
@@ -8,7 +8,7 @@
import type { ApiTypes, AugmentedConst } from '@polkadot/api-base/types';
import type { Option, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
import type { Codec } from '@polkadot/types-codec/types';
-import type { Permill, Perbill } from '@polkadot/types/interfaces/runtime';
+import type { Perbill, Permill } from '@polkadot/types/interfaces/runtime';
import type { FrameSupportPalletId, FrameSupportWeightsRuntimeDbWeight, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpVersionRuntimeVersion, XcmV1MultiLocation } from '@polkadot/types/lookup';
export type __AugmentedConst<ApiType extends ApiTypes> = AugmentedConst<ApiType>;
@@ -25,7 +25,7 @@
**/
nominal: u128 & AugmentedConst<ApiType>;
/**
- * The app's pallet id, used for deriving its sovereign account ID.
+ * The app's pallet id, used for deriving its sovereign account address.
**/
palletId: FrameSupportPalletId & AugmentedConst<ApiType>;
/**
tests/src/interfaces/augment-api-errors.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-api-errors.ts
+++ b/tests/src/interfaces/augment-api-errors.ts
@@ -303,6 +303,10 @@
**/
NoPermission: AugmentedError<ApiType>;
/**
+ * Number of methods that sponsored limit is defined for exceeds maximum.
+ **/
+ TooManyMethodsHaveSponsoredLimit: AugmentedError<ApiType>;
+ /**
* Generic error
**/
[key: string]: AugmentedError<ApiType>;
tests/src/interfaces/augment-api-events.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-api-events.ts
+++ b/tests/src/interfaces/augment-api-events.ts
@@ -20,14 +20,14 @@
* The admin was set
*
* # Arguments
- * * AccountId: ID of the admin
+ * * AccountId: account address of the admin
**/
SetAdmin: AugmentedEvent<ApiType, [AccountId32]>;
/**
* Staking was performed
*
* # Arguments
- * * AccountId: ID of the staker
+ * * AccountId: account of the staker
* * Balance : staking amount
**/
Stake: AugmentedEvent<ApiType, [AccountId32, u128]>;
@@ -35,7 +35,7 @@
* Staking recalculation was performed
*
* # Arguments
- * * AccountId: ID of the staker.
+ * * AccountId: account of the staker.
* * Balance : recalculation base
* * Balance : total income
**/
@@ -44,7 +44,7 @@
* Unstaking was performed
*
* # Arguments
- * * AccountId: ID of the staker
+ * * AccountId: account of the staker
* * Balance : unstaking amount
**/
Unstake: AugmentedEvent<ApiType, [AccountId32, u128]>;
@@ -246,6 +246,24 @@
**/
[key: string]: AugmentedEvent<ApiType>;
};
+ evmContractHelpers: {
+ /**
+ * Collection sponsor was removed.
+ **/
+ ContractSponsorRemoved: AugmentedEvent<ApiType, [H160]>;
+ /**
+ * Contract sponsor was set.
+ **/
+ ContractSponsorSet: AugmentedEvent<ApiType, [H160, AccountId32]>;
+ /**
+ * New sponsor was confirm.
+ **/
+ ContractSponsorshipConfirmed: AugmentedEvent<ApiType, [H160, AccountId32]>;
+ /**
+ * Generic event
+ **/
+ [key: string]: AugmentedEvent<ApiType>;
+ };
foreignAssets: {
/**
* The asset registered.
@@ -263,24 +281,6 @@
* The foreign asset updated.
**/
ForeignAssetUpdated: AugmentedEvent<ApiType, [assetId: u32, assetAddress: XcmV1MultiLocation, metadata: PalletForeignAssetsModuleAssetMetadata], { assetId: u32, assetAddress: XcmV1MultiLocation, metadata: PalletForeignAssetsModuleAssetMetadata }>;
- /**
- * Generic event
- **/
- [key: string]: AugmentedEvent<ApiType>;
- },
- evmContractHelpers: {
- /**
- * Collection sponsor was removed.
- **/
- ContractSponsorRemoved: AugmentedEvent<ApiType, [H160]>;
- /**
- * Contract sponsor was set.
- **/
- ContractSponsorSet: AugmentedEvent<ApiType, [H160, AccountId32]>;
- /**
- * New sponsor was confirm.
- **/
- ContractSponsorshipConfirmed: AugmentedEvent<ApiType, [H160, AccountId32]>;
/**
* Generic event
**/
tests/src/interfaces/augment-api-query.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-api-query.ts
+++ b/tests/src/interfaces/augment-api-query.ts
@@ -5,13 +5,11 @@
// this is required to allow for ambient/previous definitions
import '@polkadot/api-base/types/storage';
-
-
import type { ApiTypes, AugmentedQuery, QueryableStorageEntry } from '@polkadot/api-base/types';
import type { BTreeMap, Bytes, Option, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
import type { AnyNumber, ITuple } from '@polkadot/types-codec/types';
import type { AccountId32, H160, H256 } from '@polkadot/types/interfaces/runtime';
-import type { CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueQueueConfigData, EthereumBlock, EthereumLog, EthereumReceiptReceiptV3, EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportWeightsPerDispatchClassU64, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReleases, PalletBalancesReserveData, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmContractHelpersSponsoringModeT, PalletNonfungibleItemData, PalletRefungibleItemData, PalletTransactionPaymentReleases, PalletTreasuryProposal, PalletUniqueSchedulerScheduledV3, PhantomTypeUpDataStructs, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, SpRuntimeDigest, SpTrieStorageProof, UpDataStructsCollection, UpDataStructsCollectionStats, UpDataStructsProperties, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, PalletForeignAssetsAssetIds, XcmV1MultiLocation, PalletForeignAssetsModuleAssetMetadata, OrmlTokensAccountData, OrmlTokensReserveData } from '@polkadot/types/lookup';
+import type { CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueQueueConfigData, EthereumBlock, EthereumLog, EthereumReceiptReceiptV3, EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportWeightsPerDispatchClassU64, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensReserveData, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReleases, PalletBalancesReserveData, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmContractHelpersSponsoringModeT, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletNonfungibleItemData, PalletRefungibleItemData, PalletTransactionPaymentReleases, PalletTreasuryProposal, PalletUniqueSchedulerScheduledV3, PhantomTypeUpDataStructs, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, SpRuntimeDigest, SpTrieStorageProof, UpDataStructsCollection, UpDataStructsCollectionStats, UpDataStructsProperties, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, XcmV1MultiLocation } from '@polkadot/types/lookup';
import type { Observable } from '@polkadot/types/types';
export type __AugmentedQuery<ApiType extends ApiTypes> = AugmentedQuery<ApiType, () => unknown>;
@@ -20,21 +18,41 @@
declare module '@polkadot/api-base/types/storage' {
interface AugmentedQueries<ApiType extends ApiTypes> {
appPromotion: {
+ /**
+ * Stores the `admin` account. Some extrinsics can only be executed if they were signed by `admin`.
+ **/
admin: AugmentedQuery<ApiType, () => Observable<Option<AccountId32>>, []> & QueryableStorageEntry<ApiType, []>;
/**
* Stores a key for record for which the next revenue recalculation would be performed.
* If `None`, then recalculation has not yet been performed or calculations have been completed for all stakers.
**/
nextCalculatedRecord: AugmentedQuery<ApiType, () => Observable<Option<ITuple<[AccountId32, u32]>>>, []> & QueryableStorageEntry<ApiType, []>;
+ /**
+ * Stores amount of stakes for an `Account`.
+ *
+ * * **Key** - Staker account.
+ * * **Value** - Amount of stakes.
+ **/
pendingUnstake: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<Vec<ITuple<[AccountId32, u128]>>>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
/**
- * Amount of tokens staked by account in the blocknumber.
+ * Stores the amount of tokens staked by account in the blocknumber.
+ *
+ * * **Key1** - Staker account.
+ * * **Key2** - Relay block number when the stake was made.
+ * * **(Balance, BlockNumber)** - Balance of the stake.
+ * The number of the relay block in which we must perform the interest recalculation
**/
staked: AugmentedQuery<ApiType, (arg1: AccountId32 | string | Uint8Array, arg2: u32 | AnyNumber | Uint8Array) => Observable<ITuple<[u128, u32]>>, [AccountId32, u32]> & QueryableStorageEntry<ApiType, [AccountId32, u32]>;
/**
- * Amount of stakes for an Account
+ * Stores amount of stakes for an `Account`.
+ *
+ * * **Key** - Staker account.
+ * * **Value** - Amount of stakes.
**/
stakesPerAccount: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<u8>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
+ /**
+ * Stores the total staked amount.
+ **/
totalStaked: AugmentedQuery<ApiType, () => Observable<u128>, []> & QueryableStorageEntry<ApiType, []>;
/**
* Generic query
@@ -247,13 +265,6 @@
**/
owner: AugmentedQuery<ApiType, (arg: H160 | string | Uint8Array) => Observable<H160>, [H160]> & QueryableStorageEntry<ApiType, [H160]>;
selfSponsoring: AugmentedQuery<ApiType, (arg: H160 | string | Uint8Array) => Observable<bool>, [H160]> & QueryableStorageEntry<ApiType, [H160]>;
- /**
- * Storage for last sponsored block.
- *
- * * **Key1** - contract address.
- * * **Key2** - sponsored user address.
- * * **Value** - last sponsored block number.
- **/
sponsorBasket: AugmentedQuery<ApiType, (arg1: H160 | string | Uint8Array, arg2: H160 | string | Uint8Array) => Observable<Option<u32>>, [H160, H160]> & QueryableStorageEntry<ApiType, [H160, H160]>;
/**
* Store for contract sponsorship state.
@@ -263,6 +274,14 @@
**/
sponsoring: AugmentedQuery<ApiType, (arg: H160 | string | Uint8Array) => Observable<UpDataStructsSponsorshipStateBasicCrossAccountIdRepr>, [H160]> & QueryableStorageEntry<ApiType, [H160]>;
/**
+ * Storage for last sponsored block.
+ *
+ * * **Key1** - contract address.
+ * * **Key2** - sponsored user address.
+ * * **Value** - last sponsored block number.
+ **/
+ sponsoringFeeLimit: AugmentedQuery<ApiType, (arg: H160 | string | Uint8Array) => Observable<BTreeMap<u32, U256>>, [H160]> & QueryableStorageEntry<ApiType, [H160]>;
+ /**
* Store for sponsoring mode.
*
* ### Usage
@@ -335,10 +354,6 @@
* Amount of tokens owned by an account inside a collection.
**/
balance: AugmentedQuery<ApiType, (arg1: u32 | AnyNumber | Uint8Array, arg2: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array) => Observable<u128>, [u32, PalletEvmAccountBasicCrossAccountIdRepr]> & QueryableStorageEntry<ApiType, [u32, PalletEvmAccountBasicCrossAccountIdRepr]>;
- /**
- * Foreign collection flag
- **/
- foreignCollection: AugmentedQuery<ApiType, (arg: u32 | AnyNumber | Uint8Array) => Observable<bool>, [u32]> & QueryableStorageEntry<ApiType, [u32]>;
/**
* Total amount of fungible tokens inside a collection.
**/
tests/src/interfaces/augment-api-tx.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-api-tx.ts
+++ b/tests/src/interfaces/augment-api-tx.ts
@@ -18,13 +18,101 @@
declare module '@polkadot/api-base/types/submittable' {
interface AugmentedSubmittables<ApiType extends ApiTypes> {
appPromotion: {
+ /**
+ * Recalculates interest for the specified number of stakers.
+ * If all stakers are not recalculated, the next call of the extrinsic
+ * will continue the recalculation, from those stakers for whom this
+ * was not perform in last call.
+ *
+ * # Permissions
+ *
+ * * Pallet admin
+ *
+ * # Arguments
+ *
+ * * `stakers_number`: the number of stakers for which recalculation will be performed
+ **/
payoutStakers: AugmentedSubmittable<(stakersNumber: Option<u8> | null | Uint8Array | u8 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u8>]>;
+ /**
+ * Sets an address as the the admin.
+ *
+ * # Permissions
+ *
+ * * Sudo
+ *
+ * # Arguments
+ *
+ * * `admin`: account of the new admin.
+ **/
setAdminAddress: AugmentedSubmittable<(admin: PalletEvmAccountBasicCrossAccountIdRepr | { Substrate: any } | { Ethereum: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletEvmAccountBasicCrossAccountIdRepr]>;
+ /**
+ * Sets the pallet to be the sponsor for the collection.
+ *
+ * # Permissions
+ *
+ * * Pallet admin
+ *
+ * # Arguments
+ *
+ * * `collection_id`: ID of the collection that will be sponsored by `pallet_id`
+ **/
sponsorCollection: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
+ /**
+ * Sets the pallet to be the sponsor for the contract.
+ *
+ * # Permissions
+ *
+ * * Pallet admin
+ *
+ * # Arguments
+ *
+ * * `contract_id`: the contract address that will be sponsored by `pallet_id`
+ **/
sponsorContract: AugmentedSubmittable<(contractId: H160 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160]>;
+ /**
+ * Stakes the amount of native tokens.
+ * Sets `amount` to the locked state.
+ * The maximum number of stakes for a staker is 10.
+ *
+ * # Arguments
+ *
+ * * `amount`: in native tokens.
+ **/
stake: AugmentedSubmittable<(amount: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;
+ /**
+ * Removes the pallet as the sponsor for the collection.
+ * Returns [`NoPermission`][`Error::NoPermission`]
+ * if the pallet wasn't the sponsor.
+ *
+ * # Permissions
+ *
+ * * Pallet admin
+ *
+ * # Arguments
+ *
+ * * `collection_id`: ID of the collection that is sponsored by `pallet_id`
+ **/
stopSponsoringCollection: AugmentedSubmittable<(collectionId: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
+ /**
+ * Removes the pallet as the sponsor for the contract.
+ * Returns [`NoPermission`][`Error::NoPermission`]
+ * if the pallet wasn't the sponsor.
+ *
+ * # Permissions
+ *
+ * * Pallet admin
+ *
+ * # Arguments
+ *
+ * * `contract_id`: the contract address that is sponsored by `pallet_id`
+ **/
stopSponsoringContract: AugmentedSubmittable<(contractId: H160 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160]>;
+ /**
+ * Unstakes all stakes.
+ * Moves the sum of all stakes to the `reserved` state.
+ * After the end of `PendingInterval` this sum becomes completely
+ * free for further use.
+ **/
unstake: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
/**
* Generic tx
tests/src/interfaces/augment-types.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-types.ts
+++ b/tests/src/interfaces/augment-types.ts
@@ -5,10 +5,7 @@
// this is required to allow for ambient/previous definitions
import '@polkadot/types/types/registry';
-
-import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletFungibleError, PalletInflationCall, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerCall, PalletUniqueSchedulerError, PalletUniqueSchedulerEvent, PalletUniqueSchedulerScheduledV3, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm,
- OrmlTokensAccountData,OrmlTokensBalanceLock,OrmlTokensModuleCall,OrmlTokensModuleError,OrmlTokensModuleEvent,OrmlTokensReserveData,OrmlXtokensModuleCall,OrmlXtokensModuleError,OrmlXtokensModuleEvent,
- PalletForeignAssetsAssetIds,PalletForeignAssetsModuleAssetMetadata,PalletForeignAssetsModuleCall,PalletForeignAssetsModuleError,PalletForeignAssetsModuleEvent,PalletForeignAssetsNativeCurrency, XcmVersionedMultiAsset } from './default';
+import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerCall, PalletUniqueSchedulerError, PalletUniqueSchedulerEvent, PalletUniqueSchedulerScheduledV3, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './default';
import type { Data, StorageKey } from '@polkadot/types';
import type { BitVec, Bool, Bytes, F32, F64, I128, I16, I256, I32, I64, I8, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, f32, f64, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';
import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';
tests/src/interfaces/default/types.tsdiffbeforeafterboth--- a/tests/src/interfaces/default/types.ts
+++ b/tests/src/interfaces/default/types.ts
@@ -1426,7 +1426,8 @@
export interface PalletEvmContractHelpersError extends Enum {
readonly isNoPermission: boolean;
readonly isNoPendingSponsor: boolean;
- readonly type: 'NoPermission' | 'NoPendingSponsor';
+ readonly isTooManyMethodsHaveSponsoredLimit: boolean;
+ readonly type: 'NoPermission' | 'NoPendingSponsor' | 'TooManyMethodsHaveSponsoredLimit';
}
/** @name PalletEvmContractHelpersEvent */
@@ -2809,7 +2810,7 @@
readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;
readonly limits: UpDataStructsCollectionLimits;
readonly permissions: UpDataStructsCollectionPermissions;
- readonly externalCollection: bool;
+ readonly flags: U8aFixed;
}
/** @name UpDataStructsCollectionLimits */
@@ -2983,6 +2984,7 @@
readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;
readonly properties: Vec<UpDataStructsProperty>;
readonly readOnly: bool;
+ readonly foreign: bool;
}
/** @name UpDataStructsSponsoringRateLimit */
tests/src/interfaces/lookup.tsdiffbeforeafterboth--- a/tests/src/interfaces/lookup.ts
+++ b/tests/src/interfaces/lookup.ts
@@ -1162,8 +1162,19 @@
}
},
/**
- * Lookup107: pallet_foreign_assets::module::Event<T>
+ * Lookup107: pallet_app_promotion::pallet::Event<T>
**/
+ PalletAppPromotionEvent: {
+ _enum: {
+ StakingRecalculation: '(AccountId32,u128,u128)',
+ Stake: '(AccountId32,u128)',
+ Unstake: '(AccountId32,u128)',
+ SetAdmin: 'AccountId32'
+ }
+ },
+ /**
+ * Lookup108: pallet_foreign_assets::module::Event<T>
+ **/
PalletForeignAssetsModuleEvent: {
_enum: {
ForeignAssetRegistered: {
@@ -1187,7 +1198,7 @@
}
},
/**
- * Lookup108: pallet_foreign_assets::module::AssetMetadata<Balance>
+ * Lookup109: pallet_foreign_assets::module::AssetMetadata<Balance>
**/
PalletForeignAssetsModuleAssetMetadata: {
name: 'Bytes',
@@ -1196,19 +1207,7 @@
minimalBalance: 'u128'
},
/**
- * Lookup109: pallet_evm::pallet::Event<T>
- * Lookup103: pallet_app_promotion::pallet::Event<T>
- **/
- PalletAppPromotionEvent: {
- _enum: {
- StakingRecalculation: '(AccountId32,u128,u128)',
- Stake: '(AccountId32,u128)',
- Unstake: '(AccountId32,u128)',
- SetAdmin: 'AccountId32'
- }
- },
- /**
- * Lookup104: pallet_evm::pallet::Event<T>
+ * Lookup110: pallet_evm::pallet::Event<T>
**/
PalletEvmEvent: {
_enum: {
@@ -1222,7 +1221,7 @@
}
},
/**
- * Lookup105: ethereum::log::Log
+ * Lookup111: ethereum::log::Log
**/
EthereumLog: {
address: 'H160',
@@ -1230,7 +1229,7 @@
data: 'Bytes'
},
/**
- * Lookup109: pallet_ethereum::pallet::Event
+ * Lookup115: pallet_ethereum::pallet::Event
**/
PalletEthereumEvent: {
_enum: {
@@ -1238,7 +1237,7 @@
}
},
/**
- * Lookup110: evm_core::error::ExitReason
+ * Lookup116: evm_core::error::ExitReason
**/
EvmCoreErrorExitReason: {
_enum: {
@@ -1249,13 +1248,13 @@
}
},
/**
- * Lookup111: evm_core::error::ExitSucceed
+ * Lookup117: evm_core::error::ExitSucceed
**/
EvmCoreErrorExitSucceed: {
_enum: ['Stopped', 'Returned', 'Suicided']
},
/**
- * Lookup112: evm_core::error::ExitError
+ * Lookup118: evm_core::error::ExitError
**/
EvmCoreErrorExitError: {
_enum: {
@@ -1277,13 +1276,13 @@
}
},
/**
- * Lookup115: evm_core::error::ExitRevert
+ * Lookup121: evm_core::error::ExitRevert
**/
EvmCoreErrorExitRevert: {
_enum: ['Reverted']
},
/**
- * Lookup116: evm_core::error::ExitFatal
+ * Lookup122: evm_core::error::ExitFatal
**/
EvmCoreErrorExitFatal: {
_enum: {
@@ -1294,7 +1293,7 @@
}
},
/**
- * Lookup117: pallet_evm_contract_helpers::pallet::Event<T>
+ * Lookup123: pallet_evm_contract_helpers::pallet::Event<T>
**/
PalletEvmContractHelpersEvent: {
_enum: {
@@ -1304,7 +1303,7 @@
}
},
/**
- * Lookup118: frame_system::Phase
+ * Lookup124: frame_system::Phase
**/
FrameSystemPhase: {
_enum: {
@@ -1314,14 +1313,14 @@
}
},
/**
- * Lookup120: frame_system::LastRuntimeUpgradeInfo
+ * Lookup126: frame_system::LastRuntimeUpgradeInfo
**/
FrameSystemLastRuntimeUpgradeInfo: {
specVersion: 'Compact<u32>',
specName: 'Text'
},
/**
- * Lookup121: frame_system::pallet::Call<T>
+ * Lookup127: frame_system::pallet::Call<T>
**/
FrameSystemCall: {
_enum: {
@@ -1359,7 +1358,7 @@
}
},
/**
- * Lookup126: frame_system::limits::BlockWeights
+ * Lookup132: frame_system::limits::BlockWeights
**/
FrameSystemLimitsBlockWeights: {
baseBlock: 'u64',
@@ -1367,7 +1366,7 @@
perClass: 'FrameSupportWeightsPerDispatchClassWeightsPerClass'
},
/**
- * Lookup127: frame_support::weights::PerDispatchClass<frame_system::limits::WeightsPerClass>
+ * Lookup133: frame_support::weights::PerDispatchClass<frame_system::limits::WeightsPerClass>
**/
FrameSupportWeightsPerDispatchClassWeightsPerClass: {
normal: 'FrameSystemLimitsWeightsPerClass',
@@ -1375,7 +1374,7 @@
mandatory: 'FrameSystemLimitsWeightsPerClass'
},
/**
- * Lookup128: frame_system::limits::WeightsPerClass
+ * Lookup134: frame_system::limits::WeightsPerClass
**/
FrameSystemLimitsWeightsPerClass: {
baseExtrinsic: 'u64',
@@ -1384,13 +1383,13 @@
reserved: 'Option<u64>'
},
/**
- * Lookup130: frame_system::limits::BlockLength
+ * Lookup136: frame_system::limits::BlockLength
**/
FrameSystemLimitsBlockLength: {
max: 'FrameSupportWeightsPerDispatchClassU32'
},
/**
- * Lookup131: frame_support::weights::PerDispatchClass<T>
+ * Lookup137: frame_support::weights::PerDispatchClass<T>
**/
FrameSupportWeightsPerDispatchClassU32: {
normal: 'u32',
@@ -1398,14 +1397,14 @@
mandatory: 'u32'
},
/**
- * Lookup132: frame_support::weights::RuntimeDbWeight
+ * Lookup138: frame_support::weights::RuntimeDbWeight
**/
FrameSupportWeightsRuntimeDbWeight: {
read: 'u64',
write: 'u64'
},
/**
- * Lookup133: sp_version::RuntimeVersion
+ * Lookup139: sp_version::RuntimeVersion
**/
SpVersionRuntimeVersion: {
specName: 'Text',
@@ -1418,13 +1417,13 @@
stateVersion: 'u8'
},
/**
- * Lookup138: frame_system::pallet::Error<T>
+ * Lookup144: frame_system::pallet::Error<T>
**/
FrameSystemError: {
_enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']
},
/**
- * Lookup139: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>
+ * Lookup145: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>
**/
PolkadotPrimitivesV2PersistedValidationData: {
parentHead: 'Bytes',
@@ -1433,19 +1432,19 @@
maxPovSize: 'u32'
},
/**
- * Lookup142: polkadot_primitives::v2::UpgradeRestriction
+ * Lookup148: polkadot_primitives::v2::UpgradeRestriction
**/
PolkadotPrimitivesV2UpgradeRestriction: {
_enum: ['Present']
},
/**
- * Lookup143: sp_trie::storage_proof::StorageProof
+ * Lookup149: sp_trie::storage_proof::StorageProof
**/
SpTrieStorageProof: {
trieNodes: 'BTreeSet<Bytes>'
},
/**
- * Lookup145: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
+ * Lookup151: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
**/
CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {
dmqMqcHead: 'H256',
@@ -1454,7 +1453,7 @@
egressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>'
},
/**
- * Lookup148: polkadot_primitives::v2::AbridgedHrmpChannel
+ * Lookup154: polkadot_primitives::v2::AbridgedHrmpChannel
**/
PolkadotPrimitivesV2AbridgedHrmpChannel: {
maxCapacity: 'u32',
@@ -1465,7 +1464,7 @@
mqcHead: 'Option<H256>'
},
/**
- * Lookup149: polkadot_primitives::v2::AbridgedHostConfiguration
+ * Lookup155: polkadot_primitives::v2::AbridgedHostConfiguration
**/
PolkadotPrimitivesV2AbridgedHostConfiguration: {
maxCodeSize: 'u32',
@@ -1479,14 +1478,14 @@
validationUpgradeDelay: 'u32'
},
/**
- * Lookup155: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>
+ * Lookup161: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>
**/
PolkadotCorePrimitivesOutboundHrmpMessage: {
recipient: 'u32',
data: 'Bytes'
},
/**
- * Lookup156: cumulus_pallet_parachain_system::pallet::Call<T>
+ * Lookup162: cumulus_pallet_parachain_system::pallet::Call<T>
**/
CumulusPalletParachainSystemCall: {
_enum: {
@@ -1505,7 +1504,7 @@
}
},
/**
- * Lookup157: cumulus_primitives_parachain_inherent::ParachainInherentData
+ * Lookup163: cumulus_primitives_parachain_inherent::ParachainInherentData
**/
CumulusPrimitivesParachainInherentParachainInherentData: {
validationData: 'PolkadotPrimitivesV2PersistedValidationData',
@@ -1514,27 +1513,27 @@
horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'
},
/**
- * Lookup159: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
+ * Lookup165: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
**/
PolkadotCorePrimitivesInboundDownwardMessage: {
sentAt: 'u32',
msg: 'Bytes'
},
/**
- * Lookup162: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
+ * Lookup168: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
**/
PolkadotCorePrimitivesInboundHrmpMessage: {
sentAt: 'u32',
data: 'Bytes'
},
/**
- * Lookup165: cumulus_pallet_parachain_system::pallet::Error<T>
+ * Lookup171: cumulus_pallet_parachain_system::pallet::Error<T>
**/
CumulusPalletParachainSystemError: {
_enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']
},
/**
- * Lookup167: pallet_balances::BalanceLock<Balance>
+ * Lookup173: pallet_balances::BalanceLock<Balance>
**/
PalletBalancesBalanceLock: {
id: '[u8;8]',
@@ -1542,26 +1541,26 @@
reasons: 'PalletBalancesReasons'
},
/**
- * Lookup168: pallet_balances::Reasons
+ * Lookup174: pallet_balances::Reasons
**/
PalletBalancesReasons: {
_enum: ['Fee', 'Misc', 'All']
},
/**
- * Lookup171: pallet_balances::ReserveData<ReserveIdentifier, Balance>
+ * Lookup177: pallet_balances::ReserveData<ReserveIdentifier, Balance>
**/
PalletBalancesReserveData: {
id: '[u8;16]',
amount: 'u128'
},
/**
- * Lookup173: pallet_balances::Releases
+ * Lookup179: pallet_balances::Releases
**/
PalletBalancesReleases: {
_enum: ['V1_0_0', 'V2_0_0']
},
/**
- * Lookup174: pallet_balances::pallet::Call<T, I>
+ * Lookup180: pallet_balances::pallet::Call<T, I>
**/
PalletBalancesCall: {
_enum: {
@@ -1594,13 +1593,13 @@
}
},
/**
- * Lookup177: pallet_balances::pallet::Error<T, I>
+ * Lookup183: pallet_balances::pallet::Error<T, I>
**/
PalletBalancesError: {
_enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'KeepAlive', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves']
},
/**
- * Lookup179: pallet_timestamp::pallet::Call<T>
+ * Lookup185: pallet_timestamp::pallet::Call<T>
**/
PalletTimestampCall: {
_enum: {
@@ -1610,13 +1609,13 @@
}
},
/**
- * Lookup181: pallet_transaction_payment::Releases
+ * Lookup187: pallet_transaction_payment::Releases
**/
PalletTransactionPaymentReleases: {
_enum: ['V1Ancient', 'V2']
},
/**
- * Lookup182: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
+ * Lookup188: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
**/
PalletTreasuryProposal: {
proposer: 'AccountId32',
@@ -1625,7 +1624,7 @@
bond: 'u128'
},
/**
- * Lookup185: pallet_treasury::pallet::Call<T, I>
+ * Lookup191: pallet_treasury::pallet::Call<T, I>
**/
PalletTreasuryCall: {
_enum: {
@@ -1649,17 +1648,17 @@
}
},
/**
- * Lookup188: frame_support::PalletId
+ * Lookup194: frame_support::PalletId
**/
FrameSupportPalletId: '[u8;8]',
/**
- * Lookup189: pallet_treasury::pallet::Error<T, I>
+ * Lookup195: pallet_treasury::pallet::Error<T, I>
**/
PalletTreasuryError: {
_enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals', 'InsufficientPermission', 'ProposalNotApproved']
},
/**
- * Lookup190: pallet_sudo::pallet::Call<T>
+ * Lookup196: pallet_sudo::pallet::Call<T>
**/
PalletSudoCall: {
_enum: {
@@ -1683,7 +1682,7 @@
}
},
/**
- * Lookup192: orml_vesting::module::Call<T>
+ * Lookup198: orml_vesting::module::Call<T>
**/
OrmlVestingModuleCall: {
_enum: {
@@ -1702,7 +1701,7 @@
}
},
/**
- * Lookup198: orml_xtokens::module::Call<T>
+ * Lookup200: orml_xtokens::module::Call<T>
**/
OrmlXtokensModuleCall: {
_enum: {
@@ -1745,7 +1744,7 @@
}
},
/**
- * Lookup199: xcm::VersionedMultiAsset
+ * Lookup201: xcm::VersionedMultiAsset
**/
XcmVersionedMultiAsset: {
_enum: {
@@ -1754,7 +1753,7 @@
}
},
/**
- * Lookup202: orml_tokens::module::Call<T>
+ * Lookup204: orml_tokens::module::Call<T>
**/
OrmlTokensModuleCall: {
_enum: {
@@ -1788,7 +1787,7 @@
}
},
/**
- * Lookup203: cumulus_pallet_xcmp_queue::pallet::Call<T>
+ * Lookup205: cumulus_pallet_xcmp_queue::pallet::Call<T>
**/
CumulusPalletXcmpQueueCall: {
_enum: {
@@ -1837,7 +1836,7 @@
}
},
/**
- * Lookup195: pallet_xcm::pallet::Call<T>
+ * Lookup206: pallet_xcm::pallet::Call<T>
**/
PalletXcmCall: {
_enum: {
@@ -1891,7 +1890,7 @@
}
},
/**
- * Lookup196: xcm::VersionedXcm<Call>
+ * Lookup207: xcm::VersionedXcm<Call>
**/
XcmVersionedXcm: {
_enum: {
@@ -1901,7 +1900,7 @@
}
},
/**
- * Lookup197: xcm::v0::Xcm<Call>
+ * Lookup208: xcm::v0::Xcm<Call>
**/
XcmV0Xcm: {
_enum: {
@@ -1955,7 +1954,7 @@
}
},
/**
- * Lookup199: xcm::v0::order::Order<Call>
+ * Lookup210: xcm::v0::order::Order<Call>
**/
XcmV0Order: {
_enum: {
@@ -1998,7 +1997,7 @@
}
},
/**
- * Lookup201: xcm::v0::Response
+ * Lookup212: xcm::v0::Response
**/
XcmV0Response: {
_enum: {
@@ -2006,7 +2005,7 @@
}
},
/**
- * Lookup202: xcm::v1::Xcm<Call>
+ * Lookup213: xcm::v1::Xcm<Call>
**/
XcmV1Xcm: {
_enum: {
@@ -2065,7 +2064,7 @@
}
},
/**
- * Lookup204: xcm::v1::order::Order<Call>
+ * Lookup215: xcm::v1::order::Order<Call>
**/
XcmV1Order: {
_enum: {
@@ -2110,7 +2109,7 @@
}
},
/**
- * Lookup206: xcm::v1::Response
+ * Lookup217: xcm::v1::Response
**/
XcmV1Response: {
_enum: {
@@ -2119,11 +2118,11 @@
}
},
/**
- * Lookup220: cumulus_pallet_xcm::pallet::Call<T>
+ * Lookup231: cumulus_pallet_xcm::pallet::Call<T>
**/
CumulusPalletXcmCall: 'Null',
/**
- * Lookup221: cumulus_pallet_dmp_queue::pallet::Call<T>
+ * Lookup232: cumulus_pallet_dmp_queue::pallet::Call<T>
**/
CumulusPalletDmpQueueCall: {
_enum: {
@@ -2134,7 +2133,7 @@
}
},
/**
- * Lookup222: pallet_inflation::pallet::Call<T>
+ * Lookup233: pallet_inflation::pallet::Call<T>
**/
PalletInflationCall: {
_enum: {
@@ -2144,7 +2143,7 @@
}
},
/**
- * Lookup223: pallet_unique::Call<T>
+ * Lookup234: pallet_unique::Call<T>
**/
PalletUniqueCall: {
_enum: {
@@ -2276,7 +2275,7 @@
}
},
/**
- * Lookup228: up_data_structs::CollectionMode
+ * Lookup239: up_data_structs::CollectionMode
**/
UpDataStructsCollectionMode: {
_enum: {
@@ -2286,7 +2285,7 @@
}
},
/**
- * Lookup229: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>
+ * Lookup240: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>
**/
UpDataStructsCreateCollectionData: {
mode: 'UpDataStructsCollectionMode',
@@ -2301,13 +2300,13 @@
properties: 'Vec<UpDataStructsProperty>'
},
/**
- * Lookup231: up_data_structs::AccessMode
+ * Lookup242: up_data_structs::AccessMode
**/
UpDataStructsAccessMode: {
_enum: ['Normal', 'AllowList']
},
/**
- * Lookup233: up_data_structs::CollectionLimits
+ * Lookup244: up_data_structs::CollectionLimits
**/
UpDataStructsCollectionLimits: {
accountTokenOwnershipLimit: 'Option<u32>',
@@ -2321,7 +2320,7 @@
transfersEnabled: 'Option<bool>'
},
/**
- * Lookup235: up_data_structs::SponsoringRateLimit
+ * Lookup246: up_data_structs::SponsoringRateLimit
**/
UpDataStructsSponsoringRateLimit: {
_enum: {
@@ -2330,7 +2329,7 @@
}
},
/**
- * Lookup238: up_data_structs::CollectionPermissions
+ * Lookup249: up_data_structs::CollectionPermissions
**/
UpDataStructsCollectionPermissions: {
access: 'Option<UpDataStructsAccessMode>',
@@ -2338,7 +2337,7 @@
nesting: 'Option<UpDataStructsNestingPermissions>'
},
/**
- * Lookup240: up_data_structs::NestingPermissions
+ * Lookup251: up_data_structs::NestingPermissions
**/
UpDataStructsNestingPermissions: {
tokenOwner: 'bool',
@@ -2346,18 +2345,18 @@
restricted: 'Option<UpDataStructsOwnerRestrictedSet>'
},
/**
- * Lookup242: up_data_structs::OwnerRestrictedSet
+ * Lookup253: up_data_structs::OwnerRestrictedSet
**/
UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',
/**
- * Lookup247: up_data_structs::PropertyKeyPermission
+ * Lookup258: up_data_structs::PropertyKeyPermission
**/
UpDataStructsPropertyKeyPermission: {
key: 'Bytes',
permission: 'UpDataStructsPropertyPermission'
},
/**
- * Lookup248: up_data_structs::PropertyPermission
+ * Lookup259: up_data_structs::PropertyPermission
**/
UpDataStructsPropertyPermission: {
mutable: 'bool',
@@ -2365,14 +2364,14 @@
tokenOwner: 'bool'
},
/**
- * Lookup251: up_data_structs::Property
+ * Lookup262: up_data_structs::Property
**/
UpDataStructsProperty: {
key: 'Bytes',
value: 'Bytes'
},
/**
- * Lookup254: up_data_structs::CreateItemData
+ * Lookup265: up_data_structs::CreateItemData
**/
UpDataStructsCreateItemData: {
_enum: {
@@ -2382,26 +2381,26 @@
}
},
/**
- * Lookup255: up_data_structs::CreateNftData
+ * Lookup266: up_data_structs::CreateNftData
**/
UpDataStructsCreateNftData: {
properties: 'Vec<UpDataStructsProperty>'
},
/**
- * Lookup256: up_data_structs::CreateFungibleData
+ * Lookup267: up_data_structs::CreateFungibleData
**/
UpDataStructsCreateFungibleData: {
value: 'u128'
},
/**
- * Lookup257: up_data_structs::CreateReFungibleData
+ * Lookup268: up_data_structs::CreateReFungibleData
**/
UpDataStructsCreateReFungibleData: {
pieces: 'u128',
properties: 'Vec<UpDataStructsProperty>'
},
/**
- * Lookup260: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+ * Lookup271: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
**/
UpDataStructsCreateItemExData: {
_enum: {
@@ -2412,14 +2411,14 @@
}
},
/**
- * Lookup262: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+ * Lookup273: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
**/
UpDataStructsCreateNftExData: {
properties: 'Vec<UpDataStructsProperty>',
owner: 'PalletEvmAccountBasicCrossAccountIdRepr'
},
/**
- * Lookup269: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+ * Lookup280: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
**/
UpDataStructsCreateRefungibleExSingleOwner: {
user: 'PalletEvmAccountBasicCrossAccountIdRepr',
@@ -2427,14 +2426,14 @@
properties: 'Vec<UpDataStructsProperty>'
},
/**
- * Lookup271: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+ * Lookup282: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
**/
UpDataStructsCreateRefungibleExMultipleOwners: {
users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',
properties: 'Vec<UpDataStructsProperty>'
},
/**
- * Lookup272: pallet_unique_scheduler::pallet::Call<T>
+ * Lookup283: pallet_unique_scheduler::pallet::Call<T>
**/
PalletUniqueSchedulerCall: {
_enum: {
@@ -2458,7 +2457,7 @@
}
},
/**
- * Lookup274: frame_support::traits::schedule::MaybeHashed<opal_runtime::Call, primitive_types::H256>
+ * Lookup285: frame_support::traits::schedule::MaybeHashed<opal_runtime::Call, primitive_types::H256>
**/
FrameSupportScheduleMaybeHashed: {
_enum: {
@@ -2467,7 +2466,7 @@
}
},
/**
- * Lookup275: pallet_configuration::pallet::Call<T>
+ * Lookup286: pallet_configuration::pallet::Call<T>
**/
PalletConfigurationCall: {
_enum: {
@@ -2480,15 +2479,15 @@
}
},
/**
- * Lookup276: pallet_template_transaction_payment::Call<T>
+ * Lookup287: pallet_template_transaction_payment::Call<T>
**/
PalletTemplateTransactionPaymentCall: 'Null',
/**
- * Lookup277: pallet_structure::pallet::Call<T>
+ * Lookup288: pallet_structure::pallet::Call<T>
**/
PalletStructureCall: 'Null',
/**
- * Lookup278: pallet_rmrk_core::pallet::Call<T>
+ * Lookup289: pallet_rmrk_core::pallet::Call<T>
**/
PalletRmrkCoreCall: {
_enum: {
@@ -2579,7 +2578,7 @@
}
},
/**
- * Lookup284: rmrk_traits::resource::ResourceTypes<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup295: rmrk_traits::resource::ResourceTypes<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsResourceResourceTypes: {
_enum: {
@@ -2589,7 +2588,7 @@
}
},
/**
- * Lookup286: rmrk_traits::resource::BasicResource<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup297: rmrk_traits::resource::BasicResource<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsResourceBasicResource: {
src: 'Option<Bytes>',
@@ -2598,7 +2597,7 @@
thumb: 'Option<Bytes>'
},
/**
- * Lookup288: rmrk_traits::resource::ComposableResource<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup299: rmrk_traits::resource::ComposableResource<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsResourceComposableResource: {
parts: 'Vec<u32>',
@@ -2609,7 +2608,7 @@
thumb: 'Option<Bytes>'
},
/**
- * Lookup289: rmrk_traits::resource::SlotResource<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup300: rmrk_traits::resource::SlotResource<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsResourceSlotResource: {
base: 'u32',
@@ -2620,7 +2619,7 @@
thumb: 'Option<Bytes>'
},
/**
- * Lookup292: pallet_rmrk_equip::pallet::Call<T>
+ * Lookup303: pallet_rmrk_equip::pallet::Call<T>
**/
PalletRmrkEquipCall: {
_enum: {
@@ -2641,7 +2640,7 @@
}
},
/**
- * Lookup295: rmrk_traits::part::PartType<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup306: rmrk_traits::part::PartType<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsPartPartType: {
_enum: {
@@ -2650,7 +2649,7 @@
}
},
/**
- * Lookup297: rmrk_traits::part::FixedPart<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup308: rmrk_traits::part::FixedPart<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsPartFixedPart: {
id: 'u32',
@@ -2658,7 +2657,7 @@
src: 'Bytes'
},
/**
- * Lookup298: rmrk_traits::part::SlotPart<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup309: rmrk_traits::part::SlotPart<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsPartSlotPart: {
id: 'u32',
@@ -2667,7 +2666,7 @@
z: 'u32'
},
/**
- * Lookup299: rmrk_traits::part::EquippableList<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup310: rmrk_traits::part::EquippableList<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsPartEquippableList: {
_enum: {
@@ -2677,7 +2676,7 @@
}
},
/**
- * Lookup301: rmrk_traits::theme::Theme<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<rmrk_traits::theme::ThemeProperty<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>, S>>
+ * Lookup312: rmrk_traits::theme::Theme<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<rmrk_traits::theme::ThemeProperty<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>, S>>
**/
RmrkTraitsTheme: {
name: 'Bytes',
@@ -2685,31 +2684,14 @@
inherit: 'bool'
},
/**
- * Lookup303: rmrk_traits::theme::ThemeProperty<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup314: rmrk_traits::theme::ThemeProperty<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsThemeThemeProperty: {
key: 'Bytes',
value: 'Bytes'
},
/**
- * Lookup314: pallet_foreign_assets::module::Call<T>
- **/
- PalletForeignAssetsModuleCall: {
- _enum: {
- register_foreign_asset: {
- owner: 'AccountId32',
- location: 'XcmVersionedMultiLocation',
- metadata: 'PalletForeignAssetsModuleAssetMetadata',
- },
- update_foreign_asset: {
- foreignAssetId: 'u32',
- location: 'XcmVersionedMultiLocation',
- metadata: 'PalletForeignAssetsModuleAssetMetadata'
- }
- }
- },
- /**
- * Lookup305: pallet_app_promotion::pallet::Call<T>
+ * Lookup316: pallet_app_promotion::pallet::Call<T>
**/
PalletAppPromotionCall: {
_enum: {
@@ -2738,7 +2720,24 @@
}
},
/**
- * Lookup307: pallet_evm::pallet::Call<T>
+ * Lookup318: pallet_foreign_assets::module::Call<T>
+ **/
+ PalletForeignAssetsModuleCall: {
+ _enum: {
+ register_foreign_asset: {
+ owner: 'AccountId32',
+ location: 'XcmVersionedMultiLocation',
+ metadata: 'PalletForeignAssetsModuleAssetMetadata',
+ },
+ update_foreign_asset: {
+ foreignAssetId: 'u32',
+ location: 'XcmVersionedMultiLocation',
+ metadata: 'PalletForeignAssetsModuleAssetMetadata'
+ }
+ }
+ },
+ /**
+ * Lookup319: pallet_evm::pallet::Call<T>
**/
PalletEvmCall: {
_enum: {
@@ -2781,7 +2780,7 @@
}
},
/**
- * Lookup311: pallet_ethereum::pallet::Call<T>
+ * Lookup323: pallet_ethereum::pallet::Call<T>
**/
PalletEthereumCall: {
_enum: {
@@ -2791,7 +2790,7 @@
}
},
/**
- * Lookup312: ethereum::transaction::TransactionV2
+ * Lookup324: ethereum::transaction::TransactionV2
**/
EthereumTransactionTransactionV2: {
_enum: {
@@ -2801,7 +2800,7 @@
}
},
/**
- * Lookup313: ethereum::transaction::LegacyTransaction
+ * Lookup325: ethereum::transaction::LegacyTransaction
**/
EthereumTransactionLegacyTransaction: {
nonce: 'U256',
@@ -2813,7 +2812,7 @@
signature: 'EthereumTransactionTransactionSignature'
},
/**
- * Lookup314: ethereum::transaction::TransactionAction
+ * Lookup326: ethereum::transaction::TransactionAction
**/
EthereumTransactionTransactionAction: {
_enum: {
@@ -2822,7 +2821,7 @@
}
},
/**
- * Lookup315: ethereum::transaction::TransactionSignature
+ * Lookup327: ethereum::transaction::TransactionSignature
**/
EthereumTransactionTransactionSignature: {
v: 'u64',
@@ -2830,7 +2829,7 @@
s: 'H256'
},
/**
- * Lookup317: ethereum::transaction::EIP2930Transaction
+ * Lookup329: ethereum::transaction::EIP2930Transaction
**/
EthereumTransactionEip2930Transaction: {
chainId: 'u64',
@@ -2846,14 +2845,14 @@
s: 'H256'
},
/**
- * Lookup319: ethereum::transaction::AccessListItem
+ * Lookup331: ethereum::transaction::AccessListItem
**/
EthereumTransactionAccessListItem: {
address: 'H160',
storageKeys: 'Vec<H256>'
},
/**
- * Lookup320: ethereum::transaction::EIP1559Transaction
+ * Lookup332: ethereum::transaction::EIP1559Transaction
**/
EthereumTransactionEip1559Transaction: {
chainId: 'u64',
@@ -2870,7 +2869,7 @@
s: 'H256'
},
/**
- * Lookup321: pallet_evm_migration::pallet::Call<T>
+ * Lookup333: pallet_evm_migration::pallet::Call<T>
**/
PalletEvmMigrationCall: {
_enum: {
@@ -2888,32 +2887,32 @@
}
},
/**
- * Lookup324: pallet_sudo::pallet::Error<T>
+ * Lookup336: pallet_sudo::pallet::Error<T>
**/
PalletSudoError: {
_enum: ['RequireSudo']
},
/**
- * Lookup326: orml_vesting::module::Error<T>
+ * Lookup338: orml_vesting::module::Error<T>
**/
OrmlVestingModuleError: {
_enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']
},
/**
- * Lookup335: orml_xtokens::module::Error<T>
+ * Lookup339: orml_xtokens::module::Error<T>
**/
OrmlXtokensModuleError: {
_enum: ['AssetHasNoReserve', 'NotCrossChainTransfer', 'InvalidDest', 'NotCrossChainTransferableCurrency', 'UnweighableMessage', 'XcmExecutionFailed', 'CannotReanchor', 'InvalidAncestry', 'InvalidAsset', 'DestinationNotInvertible', 'BadVersion', 'DistinctReserveForAssetAndFee', 'ZeroFee', 'ZeroAmount', 'TooManyAssetsBeingSent', 'AssetIndexNonExistent', 'FeeNotEnough', 'NotSupportedMultiLocation', 'MinXcmFeeNotDefined']
},
/**
- * Lookup338: orml_tokens::BalanceLock<Balance>
+ * Lookup342: orml_tokens::BalanceLock<Balance>
**/
OrmlTokensBalanceLock: {
id: '[u8;8]',
amount: 'u128'
},
/**
- * Lookup340: orml_tokens::AccountData<Balance>
+ * Lookup344: orml_tokens::AccountData<Balance>
**/
OrmlTokensAccountData: {
free: 'u128',
@@ -2921,20 +2920,20 @@
frozen: 'u128'
},
/**
- * Lookup342: orml_tokens::ReserveData<ReserveIdentifier, Balance>
+ * Lookup346: orml_tokens::ReserveData<ReserveIdentifier, Balance>
**/
OrmlTokensReserveData: {
id: 'Null',
amount: 'u128'
},
/**
- * Lookup344: orml_tokens::module::Error<T>
+ * Lookup348: orml_tokens::module::Error<T>
**/
OrmlTokensModuleError: {
_enum: ['BalanceTooLow', 'AmountIntoBalanceFailed', 'LiquidityRestrictions', 'MaxLocksExceeded', 'KeepAlive', 'ExistentialDeposit', 'DeadAccount', 'TooManyReserves']
},
/**
- * Lookup346: cumulus_pallet_xcmp_queue::InboundChannelDetails
+ * Lookup350: cumulus_pallet_xcmp_queue::InboundChannelDetails
**/
CumulusPalletXcmpQueueInboundChannelDetails: {
sender: 'u32',
@@ -2942,19 +2941,19 @@
messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'
},
/**
- * Lookup329: cumulus_pallet_xcmp_queue::InboundState
+ * Lookup351: cumulus_pallet_xcmp_queue::InboundState
**/
CumulusPalletXcmpQueueInboundState: {
_enum: ['Ok', 'Suspended']
},
/**
- * Lookup332: polkadot_parachain::primitives::XcmpMessageFormat
+ * Lookup354: polkadot_parachain::primitives::XcmpMessageFormat
**/
PolkadotParachainPrimitivesXcmpMessageFormat: {
_enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']
},
/**
- * Lookup335: cumulus_pallet_xcmp_queue::OutboundChannelDetails
+ * Lookup357: cumulus_pallet_xcmp_queue::OutboundChannelDetails
**/
CumulusPalletXcmpQueueOutboundChannelDetails: {
recipient: 'u32',
@@ -2964,13 +2963,13 @@
lastIndex: 'u16'
},
/**
- * Lookup336: cumulus_pallet_xcmp_queue::OutboundState
+ * Lookup358: cumulus_pallet_xcmp_queue::OutboundState
**/
CumulusPalletXcmpQueueOutboundState: {
_enum: ['Ok', 'Suspended']
},
/**
- * Lookup338: cumulus_pallet_xcmp_queue::QueueConfigData
+ * Lookup360: cumulus_pallet_xcmp_queue::QueueConfigData
**/
CumulusPalletXcmpQueueQueueConfigData: {
suspendThreshold: 'u32',
@@ -2981,29 +2980,29 @@
xcmpMaxIndividualWeight: 'u64'
},
/**
- * Lookup340: cumulus_pallet_xcmp_queue::pallet::Error<T>
+ * Lookup362: cumulus_pallet_xcmp_queue::pallet::Error<T>
**/
CumulusPalletXcmpQueueError: {
_enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']
},
/**
- * Lookup341: pallet_xcm::pallet::Error<T>
+ * Lookup363: pallet_xcm::pallet::Error<T>
**/
PalletXcmError: {
_enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']
},
/**
- * Lookup342: cumulus_pallet_xcm::pallet::Error<T>
+ * Lookup364: cumulus_pallet_xcm::pallet::Error<T>
**/
CumulusPalletXcmError: 'Null',
/**
- * Lookup343: cumulus_pallet_dmp_queue::ConfigData
+ * Lookup365: cumulus_pallet_dmp_queue::ConfigData
**/
CumulusPalletDmpQueueConfigData: {
maxIndividual: 'u64'
},
/**
- * Lookup344: cumulus_pallet_dmp_queue::PageIndexData
+ * Lookup366: cumulus_pallet_dmp_queue::PageIndexData
**/
CumulusPalletDmpQueuePageIndexData: {
beginUsed: 'u32',
@@ -3011,19 +3010,19 @@
overweightCount: 'u64'
},
/**
- * Lookup347: cumulus_pallet_dmp_queue::pallet::Error<T>
+ * Lookup369: cumulus_pallet_dmp_queue::pallet::Error<T>
**/
CumulusPalletDmpQueueError: {
_enum: ['Unknown', 'OverLimit']
},
/**
- * Lookup351: pallet_unique::Error<T>
+ * Lookup373: pallet_unique::Error<T>
**/
PalletUniqueError: {
_enum: ['CollectionDecimalPointLimitExceeded', 'ConfirmUnsetSponsorFail', 'EmptyArgument', 'RepartitionCalledOnNonRefungibleCollection']
},
/**
- * Lookup354: pallet_unique_scheduler::ScheduledV3<frame_support::traits::schedule::MaybeHashed<opal_runtime::Call, primitive_types::H256>, BlockNumber, opal_runtime::OriginCaller, sp_core::crypto::AccountId32>
+ * Lookup376: pallet_unique_scheduler::ScheduledV3<frame_support::traits::schedule::MaybeHashed<opal_runtime::Call, primitive_types::H256>, BlockNumber, opal_runtime::OriginCaller, sp_core::crypto::AccountId32>
**/
PalletUniqueSchedulerScheduledV3: {
maybeId: 'Option<[u8;16]>',
@@ -3033,7 +3032,7 @@
origin: 'OpalRuntimeOriginCaller'
},
/**
- * Lookup355: opal_runtime::OriginCaller
+ * Lookup377: opal_runtime::OriginCaller
**/
OpalRuntimeOriginCaller: {
_enum: {
@@ -3142,7 +3141,7 @@
}
},
/**
- * Lookup356: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
+ * Lookup378: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
**/
FrameSupportDispatchRawOrigin: {
_enum: {
@@ -3152,7 +3151,7 @@
}
},
/**
- * Lookup357: pallet_xcm::pallet::Origin
+ * Lookup379: pallet_xcm::pallet::Origin
**/
PalletXcmOrigin: {
_enum: {
@@ -3161,7 +3160,7 @@
}
},
/**
- * Lookup358: cumulus_pallet_xcm::pallet::Origin
+ * Lookup380: cumulus_pallet_xcm::pallet::Origin
**/
CumulusPalletXcmOrigin: {
_enum: {
@@ -3170,7 +3169,7 @@
}
},
/**
- * Lookup359: pallet_ethereum::RawOrigin
+ * Lookup381: pallet_ethereum::RawOrigin
**/
PalletEthereumRawOrigin: {
_enum: {
@@ -3178,17 +3177,17 @@
}
},
/**
- * Lookup360: sp_core::Void
+ * Lookup382: sp_core::Void
**/
SpCoreVoid: 'Null',
/**
- * Lookup361: pallet_unique_scheduler::pallet::Error<T>
+ * Lookup383: pallet_unique_scheduler::pallet::Error<T>
**/
PalletUniqueSchedulerError: {
_enum: ['FailedToSchedule', 'NotFound', 'TargetBlockNumberInPast', 'RescheduleNoChange']
},
/**
- * Lookup362: up_data_structs::Collection<sp_core::crypto::AccountId32>
+ * Lookup384: up_data_structs::Collection<sp_core::crypto::AccountId32>
**/
UpDataStructsCollection: {
owner: 'AccountId32',
@@ -3199,10 +3198,10 @@
sponsorship: 'UpDataStructsSponsorshipStateAccountId32',
limits: 'UpDataStructsCollectionLimits',
permissions: 'UpDataStructsCollectionPermissions',
- externalCollection: 'bool'
+ flags: '[u8;1]'
},
/**
- * Lookup363: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>
+ * Lookup385: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>
**/
UpDataStructsSponsorshipStateAccountId32: {
_enum: {
@@ -3212,7 +3211,7 @@
}
},
/**
- * Lookup364: up_data_structs::Properties
+ * Lookup387: up_data_structs::Properties
**/
UpDataStructsProperties: {
map: 'UpDataStructsPropertiesMapBoundedVec',
@@ -3220,15 +3219,15 @@
spaceLimit: 'u32'
},
/**
- * Lookup365: up_data_structs::PropertiesMap<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup388: up_data_structs::PropertiesMap<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
**/
UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',
/**
- * Lookup370: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>
+ * Lookup393: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>
**/
UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',
/**
- * Lookup377: up_data_structs::CollectionStats
+ * Lookup400: up_data_structs::CollectionStats
**/
UpDataStructsCollectionStats: {
created: 'u32',
@@ -3236,18 +3235,18 @@
alive: 'u32'
},
/**
- * Lookup378: up_data_structs::TokenChild
+ * Lookup401: up_data_structs::TokenChild
**/
UpDataStructsTokenChild: {
token: 'u32',
collection: 'u32'
},
/**
- * Lookup379: PhantomType::up_data_structs<T>
+ * Lookup402: PhantomType::up_data_structs<T>
**/
PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild);0]',
/**
- * Lookup381: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+ * Lookup404: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
**/
UpDataStructsTokenData: {
properties: 'Vec<UpDataStructsProperty>',
@@ -3255,7 +3254,7 @@
pieces: 'u128'
},
/**
- * Lookup383: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>
+ * Lookup406: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>
**/
UpDataStructsRpcCollection: {
owner: 'AccountId32',
@@ -3268,10 +3267,11 @@
permissions: 'UpDataStructsCollectionPermissions',
tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',
properties: 'Vec<UpDataStructsProperty>',
- readOnly: 'bool'
+ readOnly: 'bool',
+ foreign: 'bool'
},
/**
- * Lookup384: rmrk_traits::collection::CollectionInfo<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>
+ * Lookup407: rmrk_traits::collection::CollectionInfo<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>
**/
RmrkTraitsCollectionCollectionInfo: {
issuer: 'AccountId32',
@@ -3281,7 +3281,7 @@
nftsCount: 'u32'
},
/**
- * Lookup385: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup408: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsNftNftInfo: {
owner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',
@@ -3291,14 +3291,14 @@
pending: 'bool'
},
/**
- * Lookup387: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>
+ * Lookup410: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>
**/
RmrkTraitsNftRoyaltyInfo: {
recipient: 'AccountId32',
amount: 'Permill'
},
/**
- * Lookup388: rmrk_traits::resource::ResourceInfo<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup411: rmrk_traits::resource::ResourceInfo<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsResourceResourceInfo: {
id: 'u32',
@@ -3307,14 +3307,14 @@
pendingRemoval: 'bool'
},
/**
- * Lookup389: rmrk_traits::property::PropertyInfo<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup412: rmrk_traits::property::PropertyInfo<sp_runtime::bounded::bounded_vec::BoundedVec<T, S>, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsPropertyPropertyInfo: {
key: 'Bytes',
value: 'Bytes'
},
/**
- * Lookup390: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup413: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, sp_runtime::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsBaseBaseInfo: {
issuer: 'AccountId32',
@@ -3322,93 +3322,92 @@
symbol: 'Bytes'
},
/**
- * Lookup391: rmrk_traits::nft::NftChild
+ * Lookup414: rmrk_traits::nft::NftChild
**/
RmrkTraitsNftNftChild: {
collectionId: 'u32',
nftId: 'u32'
},
/**
- * Lookup393: pallet_common::pallet::Error<T>
+ * Lookup416: pallet_common::pallet::Error<T>
**/
PalletCommonError: {
_enum: ['CollectionNotFound', 'MustBeTokenOwner', 'NoPermission', 'CantDestroyNotEmptyCollection', 'PublicMintingNotAllowed', 'AddressNotInAllowlist', 'CollectionNameLimitExceeded', 'CollectionDescriptionLimitExceeded', 'CollectionTokenPrefixLimitExceeded', 'TotalCollectionsLimitExceeded', 'CollectionAdminCountExceeded', 'CollectionLimitBoundsExceeded', 'OwnerPermissionsCantBeReverted', 'TransferNotAllowed', 'AccountTokenLimitExceeded', 'CollectionTokenLimitExceeded', 'MetadataFlagFrozen', 'TokenNotFound', 'TokenValueTooLow', 'ApprovedValueTooLow', 'CantApproveMoreThanOwned', 'AddressIsZero', 'UnsupportedOperation', 'NotSufficientFounds', 'UserIsNotAllowedToNest', 'SourceCollectionIsNotAllowedToNest', 'CollectionFieldSizeExceeded', 'NoSpaceForProperty', 'PropertyLimitReached', 'PropertyKeyIsTooLong', 'InvalidCharacterInPropertyKey', 'EmptyPropertyKey', 'CollectionIsExternal', 'CollectionIsInternal']
},
/**
- * Lookup395: pallet_fungible::pallet::Error<T>
+ * Lookup418: pallet_fungible::pallet::Error<T>
**/
PalletFungibleError: {
_enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed']
},
/**
- * Lookup396: pallet_refungible::ItemData
+ * Lookup419: pallet_refungible::ItemData
**/
PalletRefungibleItemData: {
constData: 'Bytes'
},
/**
- * Lookup401: pallet_refungible::pallet::Error<T>
+ * Lookup424: pallet_refungible::pallet::Error<T>
**/
PalletRefungibleError: {
_enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']
},
/**
- * Lookup402: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+ * Lookup425: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
**/
PalletNonfungibleItemData: {
owner: 'PalletEvmAccountBasicCrossAccountIdRepr'
},
/**
- * Lookup404: up_data_structs::PropertyScope
+ * Lookup427: up_data_structs::PropertyScope
**/
UpDataStructsPropertyScope: {
_enum: ['None', 'Rmrk']
},
/**
- * Lookup406: pallet_nonfungible::pallet::Error<T>
+ * Lookup429: pallet_nonfungible::pallet::Error<T>
**/
PalletNonfungibleError: {
_enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']
},
/**
- * Lookup407: pallet_structure::pallet::Error<T>
+ * Lookup430: pallet_structure::pallet::Error<T>
**/
PalletStructureError: {
_enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound']
},
/**
- * Lookup408: pallet_rmrk_core::pallet::Error<T>
+ * Lookup431: pallet_rmrk_core::pallet::Error<T>
**/
PalletRmrkCoreError: {
_enum: ['CorruptedCollectionType', 'RmrkPropertyKeyIsTooLong', 'RmrkPropertyValueIsTooLong', 'RmrkPropertyIsNotFound', 'UnableToDecodeRmrkData', 'CollectionNotEmpty', 'NoAvailableCollectionId', 'NoAvailableNftId', 'CollectionUnknown', 'NoPermission', 'NonTransferable', 'CollectionFullOrLocked', 'ResourceDoesntExist', 'CannotSendToDescendentOrSelf', 'CannotAcceptNonOwnedNft', 'CannotRejectNonOwnedNft', 'CannotRejectNonPendingNft', 'ResourceNotPending', 'NoAvailableResourceId']
},
/**
- * Lookup410: pallet_rmrk_equip::pallet::Error<T>
+ * Lookup433: pallet_rmrk_equip::pallet::Error<T>
**/
PalletRmrkEquipError: {
_enum: ['PermissionError', 'NoAvailableBaseId', 'NoAvailablePartId', 'BaseDoesntExist', 'NeedsDefaultThemeFirst', 'PartDoesntExist', 'NoEquippableOnFixedPart']
},
/**
- * Lookup429: pallet_foreign_assets::module::Error<T>
+ * Lookup439: pallet_app_promotion::pallet::Error<T>
**/
- PalletForeignAssetsModuleError: {
- _enum: ['BadLocation', 'MultiLocationExisted', 'AssetIdNotExists', 'AssetIdExisted']
+ PalletAppPromotionError: {
+ _enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'IncorrectLockedBalanceOperation']
},
/**
- * Lookup432: pallet_evm::pallet::Error<T>
- * Lookup416: pallet_app_promotion::pallet::Error<T>
+ * Lookup440: pallet_foreign_assets::module::Error<T>
**/
- PalletAppPromotionError: {
- _enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'IncorrectLockedBalanceOperation']
+ PalletForeignAssetsModuleError: {
+ _enum: ['BadLocation', 'MultiLocationExisted', 'AssetIdNotExists', 'AssetIdExisted']
},
/**
- * Lookup419: pallet_evm::pallet::Error<T>
+ * Lookup443: pallet_evm::pallet::Error<T>
**/
PalletEvmError: {
_enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce']
},
/**
- * Lookup422: fp_rpc::TransactionStatus
+ * Lookup446: fp_rpc::TransactionStatus
**/
FpRpcTransactionStatus: {
transactionHash: 'H256',
@@ -3420,11 +3419,11 @@
logsBloom: 'EthbloomBloom'
},
/**
- * Lookup424: ethbloom::Bloom
+ * Lookup448: ethbloom::Bloom
**/
EthbloomBloom: '[u8;256]',
/**
- * Lookup426: ethereum::receipt::ReceiptV3
+ * Lookup450: ethereum::receipt::ReceiptV3
**/
EthereumReceiptReceiptV3: {
_enum: {
@@ -3434,7 +3433,7 @@
}
},
/**
- * Lookup427: ethereum::receipt::EIP658ReceiptData
+ * Lookup451: ethereum::receipt::EIP658ReceiptData
**/
EthereumReceiptEip658ReceiptData: {
statusCode: 'u8',
@@ -3443,7 +3442,7 @@
logs: 'Vec<EthereumLog>'
},
/**
- * Lookup428: ethereum::block::Block<ethereum::transaction::TransactionV2>
+ * Lookup452: ethereum::block::Block<ethereum::transaction::TransactionV2>
**/
EthereumBlock: {
header: 'EthereumHeader',
@@ -3451,7 +3450,7 @@
ommers: 'Vec<EthereumHeader>'
},
/**
- * Lookup429: ethereum::header::Header
+ * Lookup453: ethereum::header::Header
**/
EthereumHeader: {
parentHash: 'H256',
@@ -3471,23 +3470,23 @@
nonce: 'EthereumTypesHashH64'
},
/**
- * Lookup430: ethereum_types::hash::H64
+ * Lookup454: ethereum_types::hash::H64
**/
EthereumTypesHashH64: '[u8;8]',
/**
- * Lookup435: pallet_ethereum::pallet::Error<T>
+ * Lookup459: pallet_ethereum::pallet::Error<T>
**/
PalletEthereumError: {
_enum: ['InvalidSignature', 'PreLogExists']
},
/**
- * Lookup436: pallet_evm_coder_substrate::pallet::Error<T>
+ * Lookup460: pallet_evm_coder_substrate::pallet::Error<T>
**/
PalletEvmCoderSubstrateError: {
_enum: ['OutOfGas', 'OutOfFund']
},
/**
- * Lookup437: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+ * Lookup461: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
**/
UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: {
_enum: {
@@ -3497,25 +3496,25 @@
}
},
/**
- * Lookup438: pallet_evm_contract_helpers::SponsoringModeT
+ * Lookup462: pallet_evm_contract_helpers::SponsoringModeT
**/
PalletEvmContractHelpersSponsoringModeT: {
_enum: ['Disabled', 'Allowlisted', 'Generous']
},
/**
- * Lookup440: pallet_evm_contract_helpers::pallet::Error<T>
+ * Lookup468: pallet_evm_contract_helpers::pallet::Error<T>
**/
PalletEvmContractHelpersError: {
- _enum: ['NoPermission', 'NoPendingSponsor']
+ _enum: ['NoPermission', 'NoPendingSponsor', 'TooManyMethodsHaveSponsoredLimit']
},
/**
- * Lookup441: pallet_evm_migration::pallet::Error<T>
+ * Lookup469: pallet_evm_migration::pallet::Error<T>
**/
PalletEvmMigrationError: {
_enum: ['AccountNotEmpty', 'AccountIsNotMigrating']
},
/**
- * Lookup443: sp_runtime::MultiSignature
+ * Lookup471: sp_runtime::MultiSignature
**/
SpRuntimeMultiSignature: {
_enum: {
@@ -3525,43 +3524,43 @@
}
},
/**
- * Lookup444: sp_core::ed25519::Signature
+ * Lookup472: sp_core::ed25519::Signature
**/
SpCoreEd25519Signature: '[u8;64]',
/**
- * Lookup446: sp_core::sr25519::Signature
+ * Lookup474: sp_core::sr25519::Signature
**/
SpCoreSr25519Signature: '[u8;64]',
/**
- * Lookup447: sp_core::ecdsa::Signature
+ * Lookup475: sp_core::ecdsa::Signature
**/
SpCoreEcdsaSignature: '[u8;65]',
/**
- * Lookup450: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
+ * Lookup478: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
**/
FrameSystemExtensionsCheckSpecVersion: 'Null',
/**
- * Lookup451: frame_system::extensions::check_genesis::CheckGenesis<T>
+ * Lookup479: frame_system::extensions::check_genesis::CheckGenesis<T>
**/
FrameSystemExtensionsCheckGenesis: 'Null',
/**
- * Lookup454: frame_system::extensions::check_nonce::CheckNonce<T>
+ * Lookup482: frame_system::extensions::check_nonce::CheckNonce<T>
**/
FrameSystemExtensionsCheckNonce: 'Compact<u32>',
/**
- * Lookup455: frame_system::extensions::check_weight::CheckWeight<T>
+ * Lookup483: frame_system::extensions::check_weight::CheckWeight<T>
**/
FrameSystemExtensionsCheckWeight: 'Null',
/**
- * Lookup456: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
+ * Lookup484: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
**/
PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
/**
- * Lookup457: opal_runtime::Runtime
+ * Lookup485: opal_runtime::Runtime
**/
OpalRuntimeRuntime: 'Null',
/**
- * Lookup458: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
+ * Lookup486: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
**/
PalletEthereumFakeTransactionFinalizer: 'Null'
};
tests/src/interfaces/registry.tsdiffbeforeafterboth--- a/tests/src/interfaces/registry.ts
+++ b/tests/src/interfaces/registry.ts
@@ -5,14 +5,7 @@
// this is required to allow for ambient/previous definitions
import '@polkadot/types/types/registry';
-
-
- import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent,
- CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent,
- CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, OrmlXtokensModuleCall, OrmlXtokensModuleError,
- OrmlXtokensModuleEvent, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData,
- XcmVersionedMultiAsset, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency,
- CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletFungibleError, PalletInflationCall, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerCall, PalletUniqueSchedulerError, PalletUniqueSchedulerEvent, PalletUniqueSchedulerScheduledV3, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
+import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationCall, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerCall, PalletUniqueSchedulerError, PalletUniqueSchedulerEvent, PalletUniqueSchedulerScheduledV3, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
declare module '@polkadot/types/types/registry' {
interface InterfaceTypes {
tests/src/interfaces/types-lookup.tsdiffbeforeafterboth1314 readonly type: 'BaseCreated' | 'EquippablesUpdated';1314 readonly type: 'BaseCreated' | 'EquippablesUpdated';1315 }1315 }13161317 /** @name PalletAppPromotionEvent (107) */1318 interface PalletAppPromotionEvent extends Enum {1319 readonly isStakingRecalculation: boolean;1320 readonly asStakingRecalculation: ITuple<[AccountId32, u128, u128]>;1321 readonly isStake: boolean;1322 readonly asStake: ITuple<[AccountId32, u128]>;1323 readonly isUnstake: boolean;1324 readonly asUnstake: ITuple<[AccountId32, u128]>;1325 readonly isSetAdmin: boolean;1326 readonly asSetAdmin: AccountId32;1327 readonly type: 'StakingRecalculation' | 'Stake' | 'Unstake' | 'SetAdmin';1328 }131613291317 /** @name PalletForeignAssetsModuleEvent (107) */1330 /** @name PalletForeignAssetsModuleEvent (108) */1318 interface PalletForeignAssetsModuleEvent extends Enum {1331 interface PalletForeignAssetsModuleEvent extends Enum {1319 readonly isForeignAssetRegistered: boolean;1332 readonly isForeignAssetRegistered: boolean;1320 readonly asForeignAssetRegistered: {1333 readonly asForeignAssetRegistered: {1341 readonly type: 'ForeignAssetRegistered' | 'ForeignAssetUpdated' | 'AssetRegistered' | 'AssetUpdated';1354 readonly type: 'ForeignAssetRegistered' | 'ForeignAssetUpdated' | 'AssetRegistered' | 'AssetUpdated';1342 }1355 }134313561344 /** @name PalletForeignAssetsModuleAssetMetadata (108) */1357 /** @name PalletForeignAssetsModuleAssetMetadata (109) */1345 interface PalletForeignAssetsModuleAssetMetadata extends Struct {1358 interface PalletForeignAssetsModuleAssetMetadata extends Struct {1346 readonly name: Bytes;1359 readonly name: Bytes;1347 readonly symbol: Bytes;1360 readonly symbol: Bytes;1348 readonly decimals: u8;1361 readonly decimals: u8;1349 readonly minimalBalance: u128;1362 readonly minimalBalance: u128;1350 }1363 }13511352 /** @name PalletEvmEvent (109) */1353 /** @name PalletAppPromotionEvent (103) */1354 interface PalletAppPromotionEvent extends Enum {1355 readonly isStakingRecalculation: boolean;1356 readonly asStakingRecalculation: ITuple<[AccountId32, u128, u128]>;1357 readonly isStake: boolean;1358 readonly asStake: ITuple<[AccountId32, u128]>;1359 readonly isUnstake: boolean;1360 readonly asUnstake: ITuple<[AccountId32, u128]>;1361 readonly isSetAdmin: boolean;1362 readonly asSetAdmin: AccountId32;1363 readonly type: 'StakingRecalculation' | 'Stake' | 'Unstake' | 'SetAdmin';1364 }136513641366 /** @name PalletEvmEvent (104) */1365 /** @name PalletEvmEvent (110) */1367 interface PalletEvmEvent extends Enum {1366 interface PalletEvmEvent extends Enum {1368 readonly isLog: boolean;1367 readonly isLog: boolean;1369 readonly asLog: EthereumLog;1368 readonly asLog: EthereumLog;1382 readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed' | 'BalanceDeposit' | 'BalanceWithdraw';1381 readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed' | 'BalanceDeposit' | 'BalanceWithdraw';1383 }1382 }138413831385 /** @name EthereumLog (105) */1384 /** @name EthereumLog (111) */1386 interface EthereumLog extends Struct {1385 interface EthereumLog extends Struct {1387 readonly address: H160;1386 readonly address: H160;1388 readonly topics: Vec<H256>;1387 readonly topics: Vec<H256>;1389 readonly data: Bytes;1388 readonly data: Bytes;1390 }1389 }139113901392 /** @name PalletEthereumEvent (109) */1391 /** @name PalletEthereumEvent (115) */1393 interface PalletEthereumEvent extends Enum {1392 interface PalletEthereumEvent extends Enum {1394 readonly isExecuted: boolean;1393 readonly isExecuted: boolean;1395 readonly asExecuted: ITuple<[H160, H160, H256, EvmCoreErrorExitReason]>;1394 readonly asExecuted: ITuple<[H160, H160, H256, EvmCoreErrorExitReason]>;1396 readonly type: 'Executed';1395 readonly type: 'Executed';1397 }1396 }139813971399 /** @name EvmCoreErrorExitReason (110) */1398 /** @name EvmCoreErrorExitReason (116) */1400 interface EvmCoreErrorExitReason extends Enum {1399 interface EvmCoreErrorExitReason extends Enum {1401 readonly isSucceed: boolean;1400 readonly isSucceed: boolean;1402 readonly asSucceed: EvmCoreErrorExitSucceed;1401 readonly asSucceed: EvmCoreErrorExitSucceed;1409 readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';1408 readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';1410 }1409 }141114101412 /** @name EvmCoreErrorExitSucceed (111) */1411 /** @name EvmCoreErrorExitSucceed (117) */1413 interface EvmCoreErrorExitSucceed extends Enum {1412 interface EvmCoreErrorExitSucceed extends Enum {1414 readonly isStopped: boolean;1413 readonly isStopped: boolean;1415 readonly isReturned: boolean;1414 readonly isReturned: boolean;1416 readonly isSuicided: boolean;1415 readonly isSuicided: boolean;1417 readonly type: 'Stopped' | 'Returned' | 'Suicided';1416 readonly type: 'Stopped' | 'Returned' | 'Suicided';1418 }1417 }141914181420 /** @name EvmCoreErrorExitError (112) */1419 /** @name EvmCoreErrorExitError (118) */1421 interface EvmCoreErrorExitError extends Enum {1420 interface EvmCoreErrorExitError extends Enum {1422 readonly isStackUnderflow: boolean;1421 readonly isStackUnderflow: boolean;1423 readonly isStackOverflow: boolean;1422 readonly isStackOverflow: boolean;1438 readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';1437 readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';1439 }1438 }144014391441 /** @name EvmCoreErrorExitRevert (115) */1440 /** @name EvmCoreErrorExitRevert (121) */1442 interface EvmCoreErrorExitRevert extends Enum {1441 interface EvmCoreErrorExitRevert extends Enum {1443 readonly isReverted: boolean;1442 readonly isReverted: boolean;1444 readonly type: 'Reverted';1443 readonly type: 'Reverted';1445 }1444 }144614451447 /** @name EvmCoreErrorExitFatal (116) */1446 /** @name EvmCoreErrorExitFatal (122) */1448 interface EvmCoreErrorExitFatal extends Enum {1447 interface EvmCoreErrorExitFatal extends Enum {1449 readonly isNotSupported: boolean;1448 readonly isNotSupported: boolean;1450 readonly isUnhandledInterrupt: boolean;1449 readonly isUnhandledInterrupt: boolean;1455 readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';1454 readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';1456 }1455 }145714561458 /** @name FrameSystemPhase (122) */1459 /** @name PalletEvmContractHelpersEvent (117) */1457 /** @name PalletEvmContractHelpersEvent (123) */1460 interface PalletEvmContractHelpersEvent extends Enum {1458 interface PalletEvmContractHelpersEvent extends Enum {1461 readonly isContractSponsorSet: boolean;1459 readonly isContractSponsorSet: boolean;1462 readonly asContractSponsorSet: ITuple<[H160, AccountId32]>;1460 readonly asContractSponsorSet: ITuple<[H160, AccountId32]>;1467 readonly type: 'ContractSponsorSet' | 'ContractSponsorshipConfirmed' | 'ContractSponsorRemoved';1465 readonly type: 'ContractSponsorSet' | 'ContractSponsorshipConfirmed' | 'ContractSponsorRemoved';1468 }1466 }146914671470 /** @name FrameSystemPhase (118) */1468 /** @name FrameSystemPhase (124) */1471 interface FrameSystemPhase extends Enum {1469 interface FrameSystemPhase extends Enum {1472 readonly isApplyExtrinsic: boolean;1470 readonly isApplyExtrinsic: boolean;1473 readonly asApplyExtrinsic: u32;1471 readonly asApplyExtrinsic: u32;1476 readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';1474 readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';1477 }1475 }147814761479 /** @name FrameSystemLastRuntimeUpgradeInfo (120) */1477 /** @name FrameSystemLastRuntimeUpgradeInfo (126) */1480 interface FrameSystemLastRuntimeUpgradeInfo extends Struct {1478 interface FrameSystemLastRuntimeUpgradeInfo extends Struct {1481 readonly specVersion: Compact<u32>;1479 readonly specVersion: Compact<u32>;1482 readonly specName: Text;1480 readonly specName: Text;1483 }1481 }148414821485 /** @name FrameSystemCall (121) */1483 /** @name FrameSystemCall (127) */1486 interface FrameSystemCall extends Enum {1484 interface FrameSystemCall extends Enum {1487 readonly isFillBlock: boolean;1485 readonly isFillBlock: boolean;1488 readonly asFillBlock: {1486 readonly asFillBlock: {1524 readonly type: 'FillBlock' | 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';1522 readonly type: 'FillBlock' | 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';1525 }1523 }152615241527 /** @name FrameSystemLimitsBlockWeights (126) */1525 /** @name FrameSystemLimitsBlockWeights (132) */1528 interface FrameSystemLimitsBlockWeights extends Struct {1526 interface FrameSystemLimitsBlockWeights extends Struct {1529 readonly baseBlock: u64;1527 readonly baseBlock: u64;1530 readonly maxBlock: u64;1528 readonly maxBlock: u64;1531 readonly perClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;1529 readonly perClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;1532 }1530 }153315311534 /** @name FrameSupportWeightsPerDispatchClassWeightsPerClass (127) */1532 /** @name FrameSupportWeightsPerDispatchClassWeightsPerClass (133) */1535 interface FrameSupportWeightsPerDispatchClassWeightsPerClass extends Struct {1533 interface FrameSupportWeightsPerDispatchClassWeightsPerClass extends Struct {1536 readonly normal: FrameSystemLimitsWeightsPerClass;1534 readonly normal: FrameSystemLimitsWeightsPerClass;1537 readonly operational: FrameSystemLimitsWeightsPerClass;1535 readonly operational: FrameSystemLimitsWeightsPerClass;1538 readonly mandatory: FrameSystemLimitsWeightsPerClass;1536 readonly mandatory: FrameSystemLimitsWeightsPerClass;1539 }1537 }154015381541 /** @name FrameSystemLimitsWeightsPerClass (128) */1539 /** @name FrameSystemLimitsWeightsPerClass (134) */1542 interface FrameSystemLimitsWeightsPerClass extends Struct {1540 interface FrameSystemLimitsWeightsPerClass extends Struct {1543 readonly baseExtrinsic: u64;1541 readonly baseExtrinsic: u64;1544 readonly maxExtrinsic: Option<u64>;1542 readonly maxExtrinsic: Option<u64>;1545 readonly maxTotal: Option<u64>;1543 readonly maxTotal: Option<u64>;1546 readonly reserved: Option<u64>;1544 readonly reserved: Option<u64>;1547 }1545 }154815461549 /** @name FrameSystemLimitsBlockLength (130) */1547 /** @name FrameSystemLimitsBlockLength (136) */1550 interface FrameSystemLimitsBlockLength extends Struct {1548 interface FrameSystemLimitsBlockLength extends Struct {1551 readonly max: FrameSupportWeightsPerDispatchClassU32;1549 readonly max: FrameSupportWeightsPerDispatchClassU32;1552 }1550 }155315511554 /** @name FrameSupportWeightsPerDispatchClassU32 (131) */1552 /** @name FrameSupportWeightsPerDispatchClassU32 (137) */1555 interface FrameSupportWeightsPerDispatchClassU32 extends Struct {1553 interface FrameSupportWeightsPerDispatchClassU32 extends Struct {1556 readonly normal: u32;1554 readonly normal: u32;1557 readonly operational: u32;1555 readonly operational: u32;1558 readonly mandatory: u32;1556 readonly mandatory: u32;1559 }1557 }156015581561 /** @name FrameSupportWeightsRuntimeDbWeight (132) */1559 /** @name FrameSupportWeightsRuntimeDbWeight (138) */1562 interface FrameSupportWeightsRuntimeDbWeight extends Struct {1560 interface FrameSupportWeightsRuntimeDbWeight extends Struct {1563 readonly read: u64;1561 readonly read: u64;1564 readonly write: u64;1562 readonly write: u64;1565 }1563 }156615641567 /** @name SpVersionRuntimeVersion (133) */1565 /** @name SpVersionRuntimeVersion (139) */1568 interface SpVersionRuntimeVersion extends Struct {1566 interface SpVersionRuntimeVersion extends Struct {1569 readonly specName: Text;1567 readonly specName: Text;1570 readonly implName: Text;1568 readonly implName: Text;1576 readonly stateVersion: u8;1574 readonly stateVersion: u8;1577 }1575 }157815761579 /** @name FrameSystemError (138) */1577 /** @name FrameSystemError (144) */1580 interface FrameSystemError extends Enum {1578 interface FrameSystemError extends Enum {1581 readonly isInvalidSpecName: boolean;1579 readonly isInvalidSpecName: boolean;1582 readonly isSpecVersionNeedsToIncrease: boolean;1580 readonly isSpecVersionNeedsToIncrease: boolean;1587 readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';1585 readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';1588 }1586 }158915871590 /** @name PolkadotPrimitivesV2PersistedValidationData (139) */1588 /** @name PolkadotPrimitivesV2PersistedValidationData (145) */1591 interface PolkadotPrimitivesV2PersistedValidationData extends Struct {1589 interface PolkadotPrimitivesV2PersistedValidationData extends Struct {1592 readonly parentHead: Bytes;1590 readonly parentHead: Bytes;1593 readonly relayParentNumber: u32;1591 readonly relayParentNumber: u32;1594 readonly relayParentStorageRoot: H256;1592 readonly relayParentStorageRoot: H256;1595 readonly maxPovSize: u32;1593 readonly maxPovSize: u32;1596 }1594 }159715951598 /** @name PolkadotPrimitivesV2UpgradeRestriction (142) */1596 /** @name PolkadotPrimitivesV2UpgradeRestriction (148) */1599 interface PolkadotPrimitivesV2UpgradeRestriction extends Enum {1597 interface PolkadotPrimitivesV2UpgradeRestriction extends Enum {1600 readonly isPresent: boolean;1598 readonly isPresent: boolean;1601 readonly type: 'Present';1599 readonly type: 'Present';1602 }1600 }160316011604 /** @name SpTrieStorageProof (143) */1602 /** @name SpTrieStorageProof (149) */1605 interface SpTrieStorageProof extends Struct {1603 interface SpTrieStorageProof extends Struct {1606 readonly trieNodes: BTreeSet<Bytes>;1604 readonly trieNodes: BTreeSet<Bytes>;1607 }1605 }160816061609 /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (145) */1607 /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (151) */1610 interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {1608 interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {1611 readonly dmqMqcHead: H256;1609 readonly dmqMqcHead: H256;1612 readonly relayDispatchQueueSize: ITuple<[u32, u32]>;1610 readonly relayDispatchQueueSize: ITuple<[u32, u32]>;1613 readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;1611 readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;1614 readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;1612 readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;1615 }1613 }161616141617 /** @name PolkadotPrimitivesV2AbridgedHrmpChannel (148) */1615 /** @name PolkadotPrimitivesV2AbridgedHrmpChannel (154) */1618 interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct {1616 interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct {1619 readonly maxCapacity: u32;1617 readonly maxCapacity: u32;1620 readonly maxTotalSize: u32;1618 readonly maxTotalSize: u32;1624 readonly mqcHead: Option<H256>;1622 readonly mqcHead: Option<H256>;1625 }1623 }162616241627 /** @name PolkadotPrimitivesV2AbridgedHostConfiguration (149) */1625 /** @name PolkadotPrimitivesV2AbridgedHostConfiguration (155) */1628 interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct {1626 interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct {1629 readonly maxCodeSize: u32;1627 readonly maxCodeSize: u32;1630 readonly maxHeadDataSize: u32;1628 readonly maxHeadDataSize: u32;1637 readonly validationUpgradeDelay: u32;1635 readonly validationUpgradeDelay: u32;1638 }1636 }163916371640 /** @name PolkadotCorePrimitivesOutboundHrmpMessage (155) */1638 /** @name PolkadotCorePrimitivesOutboundHrmpMessage (161) */1641 interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {1639 interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {1642 readonly recipient: u32;1640 readonly recipient: u32;1643 readonly data: Bytes;1641 readonly data: Bytes;1644 }1642 }164516431646 /** @name CumulusPalletParachainSystemCall (156) */1644 /** @name CumulusPalletParachainSystemCall (162) */1647 interface CumulusPalletParachainSystemCall extends Enum {1645 interface CumulusPalletParachainSystemCall extends Enum {1648 readonly isSetValidationData: boolean;1646 readonly isSetValidationData: boolean;1649 readonly asSetValidationData: {1647 readonly asSetValidationData: {1664 readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';1662 readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';1665 }1663 }166616641667 /** @name CumulusPrimitivesParachainInherentParachainInherentData (157) */1665 /** @name CumulusPrimitivesParachainInherentParachainInherentData (163) */1668 interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {1666 interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {1669 readonly validationData: PolkadotPrimitivesV2PersistedValidationData;1667 readonly validationData: PolkadotPrimitivesV2PersistedValidationData;1670 readonly relayChainState: SpTrieStorageProof;1668 readonly relayChainState: SpTrieStorageProof;1671 readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;1669 readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;1672 readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;1670 readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;1673 }1671 }167416721675 /** @name PolkadotCorePrimitivesInboundDownwardMessage (159) */1673 /** @name PolkadotCorePrimitivesInboundDownwardMessage (165) */1676 interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {1674 interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {1677 readonly sentAt: u32;1675 readonly sentAt: u32;1678 readonly msg: Bytes;1676 readonly msg: Bytes;1679 }1677 }168016781681 /** @name PolkadotCorePrimitivesInboundHrmpMessage (162) */1679 /** @name PolkadotCorePrimitivesInboundHrmpMessage (168) */1682 interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {1680 interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {1683 readonly sentAt: u32;1681 readonly sentAt: u32;1684 readonly data: Bytes;1682 readonly data: Bytes;1685 }1683 }168616841687 /** @name CumulusPalletParachainSystemError (165) */1685 /** @name CumulusPalletParachainSystemError (171) */1688 interface CumulusPalletParachainSystemError extends Enum {1686 interface CumulusPalletParachainSystemError extends Enum {1689 readonly isOverlappingUpgrades: boolean;1687 readonly isOverlappingUpgrades: boolean;1690 readonly isProhibitedByPolkadot: boolean;1688 readonly isProhibitedByPolkadot: boolean;1697 readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';1695 readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';1698 }1696 }169916971700 /** @name PalletBalancesBalanceLock (167) */1698 /** @name PalletBalancesBalanceLock (173) */1701 interface PalletBalancesBalanceLock extends Struct {1699 interface PalletBalancesBalanceLock extends Struct {1702 readonly id: U8aFixed;1700 readonly id: U8aFixed;1703 readonly amount: u128;1701 readonly amount: u128;1704 readonly reasons: PalletBalancesReasons;1702 readonly reasons: PalletBalancesReasons;1705 }1703 }170617041707 /** @name PalletBalancesReasons (168) */1705 /** @name PalletBalancesReasons (174) */1708 interface PalletBalancesReasons extends Enum {1706 interface PalletBalancesReasons extends Enum {1709 readonly isFee: boolean;1707 readonly isFee: boolean;1710 readonly isMisc: boolean;1708 readonly isMisc: boolean;1711 readonly isAll: boolean;1709 readonly isAll: boolean;1712 readonly type: 'Fee' | 'Misc' | 'All';1710 readonly type: 'Fee' | 'Misc' | 'All';1713 }1711 }171417121715 /** @name PalletBalancesReserveData (171) */1713 /** @name PalletBalancesReserveData (177) */1716 interface PalletBalancesReserveData extends Struct {1714 interface PalletBalancesReserveData extends Struct {1717 readonly id: U8aFixed;1715 readonly id: U8aFixed;1718 readonly amount: u128;1716 readonly amount: u128;1719 }1717 }172017181721 /** @name PalletBalancesReleases (173) */1719 /** @name PalletBalancesReleases (179) */1722 interface PalletBalancesReleases extends Enum {1720 interface PalletBalancesReleases extends Enum {1723 readonly isV100: boolean;1721 readonly isV100: boolean;1724 readonly isV200: boolean;1722 readonly isV200: boolean;1725 readonly type: 'V100' | 'V200';1723 readonly type: 'V100' | 'V200';1726 }1724 }172717251728 /** @name PalletBalancesCall (174) */1726 /** @name PalletBalancesCall (180) */1729 interface PalletBalancesCall extends Enum {1727 interface PalletBalancesCall extends Enum {1730 readonly isTransfer: boolean;1728 readonly isTransfer: boolean;1731 readonly asTransfer: {1729 readonly asTransfer: {1762 readonly type: 'Transfer' | 'SetBalance' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve';1760 readonly type: 'Transfer' | 'SetBalance' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve';1763 }1761 }176417621765 /** @name PalletBalancesError (177) */1763 /** @name PalletBalancesError (183) */1766 interface PalletBalancesError extends Enum {1764 interface PalletBalancesError extends Enum {1767 readonly isVestingBalance: boolean;1765 readonly isVestingBalance: boolean;1768 readonly isLiquidityRestrictions: boolean;1766 readonly isLiquidityRestrictions: boolean;1775 readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'KeepAlive' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves';1773 readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'KeepAlive' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves';1776 }1774 }177717751778 /** @name PalletTimestampCall (179) */1776 /** @name PalletTimestampCall (185) */1779 interface PalletTimestampCall extends Enum {1777 interface PalletTimestampCall extends Enum {1780 readonly isSet: boolean;1778 readonly isSet: boolean;1781 readonly asSet: {1779 readonly asSet: {1784 readonly type: 'Set';1782 readonly type: 'Set';1785 }1783 }178617841787 /** @name PalletTransactionPaymentReleases (181) */1785 /** @name PalletTransactionPaymentReleases (187) */1788 interface PalletTransactionPaymentReleases extends Enum {1786 interface PalletTransactionPaymentReleases extends Enum {1789 readonly isV1Ancient: boolean;1787 readonly isV1Ancient: boolean;1790 readonly isV2: boolean;1788 readonly isV2: boolean;1791 readonly type: 'V1Ancient' | 'V2';1789 readonly type: 'V1Ancient' | 'V2';1792 }1790 }179317911794 /** @name PalletTreasuryProposal (182) */1792 /** @name PalletTreasuryProposal (188) */1795 interface PalletTreasuryProposal extends Struct {1793 interface PalletTreasuryProposal extends Struct {1796 readonly proposer: AccountId32;1794 readonly proposer: AccountId32;1797 readonly value: u128;1795 readonly value: u128;1798 readonly beneficiary: AccountId32;1796 readonly beneficiary: AccountId32;1799 readonly bond: u128;1797 readonly bond: u128;1800 }1798 }180117991802 /** @name PalletTreasuryCall (185) */1800 /** @name PalletTreasuryCall (191) */1803 interface PalletTreasuryCall extends Enum {1801 interface PalletTreasuryCall extends Enum {1804 readonly isProposeSpend: boolean;1802 readonly isProposeSpend: boolean;1805 readonly asProposeSpend: {1803 readonly asProposeSpend: {1826 readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal' | 'Spend' | 'RemoveApproval';1824 readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal' | 'Spend' | 'RemoveApproval';1827 }1825 }182818261829 /** @name FrameSupportPalletId (188) */1827 /** @name FrameSupportPalletId (194) */1830 interface FrameSupportPalletId extends U8aFixed {}1828 interface FrameSupportPalletId extends U8aFixed {}183118291832 /** @name PalletTreasuryError (189) */1830 /** @name PalletTreasuryError (195) */1833 interface PalletTreasuryError extends Enum {1831 interface PalletTreasuryError extends Enum {1834 readonly isInsufficientProposersBalance: boolean;1832 readonly isInsufficientProposersBalance: boolean;1835 readonly isInvalidIndex: boolean;1833 readonly isInvalidIndex: boolean;1839 readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals' | 'InsufficientPermission' | 'ProposalNotApproved';1837 readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals' | 'InsufficientPermission' | 'ProposalNotApproved';1840 }1838 }184118391842 /** @name PalletSudoCall (190) */1840 /** @name PalletSudoCall (196) */1843 interface PalletSudoCall extends Enum {1841 interface PalletSudoCall extends Enum {1844 readonly isSudo: boolean;1842 readonly isSudo: boolean;1845 readonly asSudo: {1843 readonly asSudo: {1862 readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';1860 readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';1863 }1861 }186418621865 /** @name OrmlVestingModuleCall (192) */1863 /** @name OrmlVestingModuleCall (198) */1866 interface OrmlVestingModuleCall extends Enum {1864 interface OrmlVestingModuleCall extends Enum {1867 readonly isClaim: boolean;1865 readonly isClaim: boolean;1868 readonly isVestedTransfer: boolean;1866 readonly isVestedTransfer: boolean;1882 readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';1880 readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';1883 }1881 }188418821885 /** @name OrmlXtokensModuleCall (198) */1883 /** @name OrmlXtokensModuleCall (200) */1886 interface OrmlXtokensModuleCall extends Enum {1884 interface OrmlXtokensModuleCall extends Enum {1887 readonly isTransfer: boolean;1885 readonly isTransfer: boolean;1888 readonly asTransfer: {1886 readonly asTransfer: {1929 readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';1927 readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';1930 }1928 }193119291932 /** @name XcmVersionedMultiAsset (199) */1930 /** @name XcmVersionedMultiAsset (201) */1933 interface XcmVersionedMultiAsset extends Enum {1931 interface XcmVersionedMultiAsset extends Enum {1934 readonly isV0: boolean;1932 readonly isV0: boolean;1935 readonly asV0: XcmV0MultiAsset;1933 readonly asV0: XcmV0MultiAsset;1938 readonly type: 'V0' | 'V1';1936 readonly type: 'V0' | 'V1';1939 }1937 }194019381941 /** @name OrmlTokensModuleCall (202) */1939 /** @name OrmlTokensModuleCall (204) */1942 interface OrmlTokensModuleCall extends Enum {1940 interface OrmlTokensModuleCall extends Enum {1943 readonly isTransfer: boolean;1941 readonly isTransfer: boolean;1944 readonly asTransfer: {1942 readonly asTransfer: {1975 readonly type: 'Transfer' | 'TransferAll' | 'TransferKeepAlive' | 'ForceTransfer' | 'SetBalance';1973 readonly type: 'Transfer' | 'TransferAll' | 'TransferKeepAlive' | 'ForceTransfer' | 'SetBalance';1976 }1974 }197719751978 /** @name CumulusPalletXcmpQueueCall (203) */1976 /** @name CumulusPalletXcmpQueueCall (205) */1979 interface CumulusPalletXcmpQueueCall extends Enum {1977 interface CumulusPalletXcmpQueueCall extends Enum {1980 readonly isServiceOverweight: boolean;1978 readonly isServiceOverweight: boolean;1981 readonly asServiceOverweight: {1979 readonly asServiceOverweight: {2011 readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';2009 readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';2012 }2010 }201320112014 /** @name PalletXcmCall (195) */2012 /** @name PalletXcmCall (206) */2015 interface PalletXcmCall extends Enum {2013 interface PalletXcmCall extends Enum {2016 readonly isSend: boolean;2014 readonly isSend: boolean;2017 readonly asSend: {2015 readonly asSend: {2073 readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets';2071 readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets';2074 }2072 }207520732076 /** @name XcmVersionedXcm (196) */2074 /** @name XcmVersionedXcm (207) */2077 interface XcmVersionedXcm extends Enum {2075 interface XcmVersionedXcm extends Enum {2078 readonly isV0: boolean;2076 readonly isV0: boolean;2079 readonly asV0: XcmV0Xcm;2077 readonly asV0: XcmV0Xcm;2084 readonly type: 'V0' | 'V1' | 'V2';2082 readonly type: 'V0' | 'V1' | 'V2';2085 }2083 }208620842087 /** @name XcmV0Xcm (197) */2085 /** @name XcmV0Xcm (208) */2088 interface XcmV0Xcm extends Enum {2086 interface XcmV0Xcm extends Enum {2089 readonly isWithdrawAsset: boolean;2087 readonly isWithdrawAsset: boolean;2090 readonly asWithdrawAsset: {2088 readonly asWithdrawAsset: {2147 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposit' | 'TeleportAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom';2145 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposit' | 'TeleportAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom';2148 }2146 }214921472150 /** @name XcmV0Order (199) */2148 /** @name XcmV0Order (210) */2151 interface XcmV0Order extends Enum {2149 interface XcmV0Order extends Enum {2152 readonly isNull: boolean;2150 readonly isNull: boolean;2153 readonly isDepositAsset: boolean;2151 readonly isDepositAsset: boolean;2195 readonly type: 'Null' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';2193 readonly type: 'Null' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';2196 }2194 }219721952198 /** @name XcmV0Response (201) */2196 /** @name XcmV0Response (212) */2199 interface XcmV0Response extends Enum {2197 interface XcmV0Response extends Enum {2200 readonly isAssets: boolean;2198 readonly isAssets: boolean;2201 readonly asAssets: Vec<XcmV0MultiAsset>;2199 readonly asAssets: Vec<XcmV0MultiAsset>;2202 readonly type: 'Assets';2200 readonly type: 'Assets';2203 }2201 }220422022205 /** @name XcmV1Xcm (202) */2203 /** @name XcmV1Xcm (213) */2206 interface XcmV1Xcm extends Enum {2204 interface XcmV1Xcm extends Enum {2207 readonly isWithdrawAsset: boolean;2205 readonly isWithdrawAsset: boolean;2208 readonly asWithdrawAsset: {2206 readonly asWithdrawAsset: {2271 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom' | 'SubscribeVersion' | 'UnsubscribeVersion';2269 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom' | 'SubscribeVersion' | 'UnsubscribeVersion';2272 }2270 }227322712274 /** @name XcmV1Order (204) */2272 /** @name XcmV1Order (215) */2275 interface XcmV1Order extends Enum {2273 interface XcmV1Order extends Enum {2276 readonly isNoop: boolean;2274 readonly isNoop: boolean;2277 readonly isDepositAsset: boolean;2275 readonly isDepositAsset: boolean;2321 readonly type: 'Noop' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';2319 readonly type: 'Noop' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';2322 }2320 }232323212324 /** @name XcmV1Response (206) */2322 /** @name XcmV1Response (217) */2325 interface XcmV1Response extends Enum {2323 interface XcmV1Response extends Enum {2326 readonly isAssets: boolean;2324 readonly isAssets: boolean;2327 readonly asAssets: XcmV1MultiassetMultiAssets;2325 readonly asAssets: XcmV1MultiassetMultiAssets;2330 readonly type: 'Assets' | 'Version';2328 readonly type: 'Assets' | 'Version';2331 }2329 }233223302333 /** @name CumulusPalletXcmCall (220) */2331 /** @name CumulusPalletXcmCall (231) */2334 type CumulusPalletXcmCall = Null;2332 type CumulusPalletXcmCall = Null;233523332336 /** @name CumulusPalletDmpQueueCall (221) */2334 /** @name CumulusPalletDmpQueueCall (232) */2337 interface CumulusPalletDmpQueueCall extends Enum {2335 interface CumulusPalletDmpQueueCall extends Enum {2338 readonly isServiceOverweight: boolean;2336 readonly isServiceOverweight: boolean;2339 readonly asServiceOverweight: {2337 readonly asServiceOverweight: {2343 readonly type: 'ServiceOverweight';2341 readonly type: 'ServiceOverweight';2344 }2342 }234523432346 /** @name PalletInflationCall (222) */2344 /** @name PalletInflationCall (233) */2347 interface PalletInflationCall extends Enum {2345 interface PalletInflationCall extends Enum {2348 readonly isStartInflation: boolean;2346 readonly isStartInflation: boolean;2349 readonly asStartInflation: {2347 readonly asStartInflation: {2352 readonly type: 'StartInflation';2350 readonly type: 'StartInflation';2353 }2351 }235423522355 /** @name PalletUniqueCall (223) */2353 /** @name PalletUniqueCall (234) */2356 interface PalletUniqueCall extends Enum {2354 interface PalletUniqueCall extends Enum {2357 readonly isCreateCollection: boolean;2355 readonly isCreateCollection: boolean;2358 readonly asCreateCollection: {2356 readonly asCreateCollection: {2510 readonly type: 'CreateCollection' | 'CreateCollectionEx' | 'DestroyCollection' | 'AddToAllowList' | 'RemoveFromAllowList' | 'ChangeCollectionOwner' | 'AddCollectionAdmin' | 'RemoveCollectionAdmin' | 'SetCollectionSponsor' | 'ConfirmSponsorship' | 'RemoveCollectionSponsor' | 'CreateItem' | 'CreateMultipleItems' | 'SetCollectionProperties' | 'DeleteCollectionProperties' | 'SetTokenProperties' | 'DeleteTokenProperties' | 'SetTokenPropertyPermissions' | 'CreateMultipleItemsEx' | 'SetTransfersEnabledFlag' | 'BurnItem' | 'BurnFrom' | 'Transfer' | 'Approve' | 'TransferFrom' | 'SetCollectionLimits' | 'SetCollectionPermissions' | 'Repartition';2508 readonly type: 'CreateCollection' | 'CreateCollectionEx' | 'DestroyCollection' | 'AddToAllowList' | 'RemoveFromAllowList' | 'ChangeCollectionOwner' | 'AddCollectionAdmin' | 'RemoveCollectionAdmin' | 'SetCollectionSponsor' | 'ConfirmSponsorship' | 'RemoveCollectionSponsor' | 'CreateItem' | 'CreateMultipleItems' | 'SetCollectionProperties' | 'DeleteCollectionProperties' | 'SetTokenProperties' | 'DeleteTokenProperties' | 'SetTokenPropertyPermissions' | 'CreateMultipleItemsEx' | 'SetTransfersEnabledFlag' | 'BurnItem' | 'BurnFrom' | 'Transfer' | 'Approve' | 'TransferFrom' | 'SetCollectionLimits' | 'SetCollectionPermissions' | 'Repartition';2511 }2509 }251225102513 /** @name UpDataStructsCollectionMode (228) */2511 /** @name UpDataStructsCollectionMode (239) */2514 interface UpDataStructsCollectionMode extends Enum {2512 interface UpDataStructsCollectionMode extends Enum {2515 readonly isNft: boolean;2513 readonly isNft: boolean;2516 readonly isFungible: boolean;2514 readonly isFungible: boolean;2519 readonly type: 'Nft' | 'Fungible' | 'ReFungible';2517 readonly type: 'Nft' | 'Fungible' | 'ReFungible';2520 }2518 }252125192522 /** @name UpDataStructsCreateCollectionData (229) */2520 /** @name UpDataStructsCreateCollectionData (240) */2523 interface UpDataStructsCreateCollectionData extends Struct {2521 interface UpDataStructsCreateCollectionData extends Struct {2524 readonly mode: UpDataStructsCollectionMode;2522 readonly mode: UpDataStructsCollectionMode;2525 readonly access: Option<UpDataStructsAccessMode>;2523 readonly access: Option<UpDataStructsAccessMode>;2533 readonly properties: Vec<UpDataStructsProperty>;2531 readonly properties: Vec<UpDataStructsProperty>;2534 }2532 }253525332536 /** @name UpDataStructsAccessMode (231) */2534 /** @name UpDataStructsAccessMode (242) */2537 interface UpDataStructsAccessMode extends Enum {2535 interface UpDataStructsAccessMode extends Enum {2538 readonly isNormal: boolean;2536 readonly isNormal: boolean;2539 readonly isAllowList: boolean;2537 readonly isAllowList: boolean;2540 readonly type: 'Normal' | 'AllowList';2538 readonly type: 'Normal' | 'AllowList';2541 }2539 }254225402543 /** @name UpDataStructsCollectionLimits (233) */2541 /** @name UpDataStructsCollectionLimits (244) */2544 interface UpDataStructsCollectionLimits extends Struct {2542 interface UpDataStructsCollectionLimits extends Struct {2545 readonly accountTokenOwnershipLimit: Option<u32>;2543 readonly accountTokenOwnershipLimit: Option<u32>;2546 readonly sponsoredDataSize: Option<u32>;2544 readonly sponsoredDataSize: Option<u32>;2553 readonly transfersEnabled: Option<bool>;2551 readonly transfersEnabled: Option<bool>;2554 }2552 }255525532556 /** @name UpDataStructsSponsoringRateLimit (235) */2554 /** @name UpDataStructsSponsoringRateLimit (246) */2557 interface UpDataStructsSponsoringRateLimit extends Enum {2555 interface UpDataStructsSponsoringRateLimit extends Enum {2558 readonly isSponsoringDisabled: boolean;2556 readonly isSponsoringDisabled: boolean;2559 readonly isBlocks: boolean;2557 readonly isBlocks: boolean;2560 readonly asBlocks: u32;2558 readonly asBlocks: u32;2561 readonly type: 'SponsoringDisabled' | 'Blocks';2559 readonly type: 'SponsoringDisabled' | 'Blocks';2562 }2560 }256325612564 /** @name UpDataStructsCollectionPermissions (238) */2562 /** @name UpDataStructsCollectionPermissions (249) */2565 interface UpDataStructsCollectionPermissions extends Struct {2563 interface UpDataStructsCollectionPermissions extends Struct {2566 readonly access: Option<UpDataStructsAccessMode>;2564 readonly access: Option<UpDataStructsAccessMode>;2567 readonly mintMode: Option<bool>;2565 readonly mintMode: Option<bool>;2568 readonly nesting: Option<UpDataStructsNestingPermissions>;2566 readonly nesting: Option<UpDataStructsNestingPermissions>;2569 }2567 }257025682571 /** @name UpDataStructsNestingPermissions (240) */2569 /** @name UpDataStructsNestingPermissions (251) */2572 interface UpDataStructsNestingPermissions extends Struct {2570 interface UpDataStructsNestingPermissions extends Struct {2573 readonly tokenOwner: bool;2571 readonly tokenOwner: bool;2574 readonly collectionAdmin: bool;2572 readonly collectionAdmin: bool;2575 readonly restricted: Option<UpDataStructsOwnerRestrictedSet>;2573 readonly restricted: Option<UpDataStructsOwnerRestrictedSet>;2576 }2574 }257725752578 /** @name UpDataStructsOwnerRestrictedSet (242) */2576 /** @name UpDataStructsOwnerRestrictedSet (253) */2579 interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}2577 interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}258025782581 /** @name UpDataStructsPropertyKeyPermission (247) */2579 /** @name UpDataStructsPropertyKeyPermission (258) */2582 interface UpDataStructsPropertyKeyPermission extends Struct {2580 interface UpDataStructsPropertyKeyPermission extends Struct {2583 readonly key: Bytes;2581 readonly key: Bytes;2584 readonly permission: UpDataStructsPropertyPermission;2582 readonly permission: UpDataStructsPropertyPermission;2585 }2583 }258625842587 /** @name UpDataStructsPropertyPermission (248) */2585 /** @name UpDataStructsPropertyPermission (259) */2588 interface UpDataStructsPropertyPermission extends Struct {2586 interface UpDataStructsPropertyPermission extends Struct {2589 readonly mutable: bool;2587 readonly mutable: bool;2590 readonly collectionAdmin: bool;2588 readonly collectionAdmin: bool;2591 readonly tokenOwner: bool;2589 readonly tokenOwner: bool;2592 }2590 }259325912594 /** @name UpDataStructsProperty (251) */2592 /** @name UpDataStructsProperty (262) */2595 interface UpDataStructsProperty extends Struct {2593 interface UpDataStructsProperty extends Struct {2596 readonly key: Bytes;2594 readonly key: Bytes;2597 readonly value: Bytes;2595 readonly value: Bytes;2598 }2596 }259925972600 /** @name UpDataStructsCreateItemData (254) */2598 /** @name UpDataStructsCreateItemData (265) */2601 interface UpDataStructsCreateItemData extends Enum {2599 interface UpDataStructsCreateItemData extends Enum {2602 readonly isNft: boolean;2600 readonly isNft: boolean;2603 readonly asNft: UpDataStructsCreateNftData;2601 readonly asNft: UpDataStructsCreateNftData;2608 readonly type: 'Nft' | 'Fungible' | 'ReFungible';2606 readonly type: 'Nft' | 'Fungible' | 'ReFungible';2609 }2607 }261026082611 /** @name UpDataStructsCreateNftData (255) */2609 /** @name UpDataStructsCreateNftData (266) */2612 interface UpDataStructsCreateNftData extends Struct {2610 interface UpDataStructsCreateNftData extends Struct {2613 readonly properties: Vec<UpDataStructsProperty>;2611 readonly properties: Vec<UpDataStructsProperty>;2614 }2612 }261526132616 /** @name UpDataStructsCreateFungibleData (256) */2614 /** @name UpDataStructsCreateFungibleData (267) */2617 interface UpDataStructsCreateFungibleData extends Struct {2615 interface UpDataStructsCreateFungibleData extends Struct {2618 readonly value: u128;2616 readonly value: u128;2619 }2617 }262026182621 /** @name UpDataStructsCreateReFungibleData (257) */2619 /** @name UpDataStructsCreateReFungibleData (268) */2622 interface UpDataStructsCreateReFungibleData extends Struct {2620 interface UpDataStructsCreateReFungibleData extends Struct {2623 readonly pieces: u128;2621 readonly pieces: u128;2624 readonly properties: Vec<UpDataStructsProperty>;2622 readonly properties: Vec<UpDataStructsProperty>;2625 }2623 }262626242627 /** @name UpDataStructsCreateItemExData (260) */2625 /** @name UpDataStructsCreateItemExData (271) */2628 interface UpDataStructsCreateItemExData extends Enum {2626 interface UpDataStructsCreateItemExData extends Enum {2629 readonly isNft: boolean;2627 readonly isNft: boolean;2630 readonly asNft: Vec<UpDataStructsCreateNftExData>;2628 readonly asNft: Vec<UpDataStructsCreateNftExData>;2637 readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';2635 readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';2638 }2636 }263926372640 /** @name UpDataStructsCreateNftExData (262) */2638 /** @name UpDataStructsCreateNftExData (273) */2641 interface UpDataStructsCreateNftExData extends Struct {2639 interface UpDataStructsCreateNftExData extends Struct {2642 readonly properties: Vec<UpDataStructsProperty>;2640 readonly properties: Vec<UpDataStructsProperty>;2643 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2641 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2644 }2642 }264526432646 /** @name UpDataStructsCreateRefungibleExSingleOwner (269) */2644 /** @name UpDataStructsCreateRefungibleExSingleOwner (280) */2647 interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {2645 interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {2648 readonly user: PalletEvmAccountBasicCrossAccountIdRepr;2646 readonly user: PalletEvmAccountBasicCrossAccountIdRepr;2649 readonly pieces: u128;2647 readonly pieces: u128;2650 readonly properties: Vec<UpDataStructsProperty>;2648 readonly properties: Vec<UpDataStructsProperty>;2651 }2649 }265226502653 /** @name UpDataStructsCreateRefungibleExMultipleOwners (271) */2651 /** @name UpDataStructsCreateRefungibleExMultipleOwners (282) */2654 interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {2652 interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {2655 readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;2653 readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;2656 readonly properties: Vec<UpDataStructsProperty>;2654 readonly properties: Vec<UpDataStructsProperty>;2657 }2655 }265826562659 /** @name PalletUniqueSchedulerCall (272) */2657 /** @name PalletUniqueSchedulerCall (283) */2660 interface PalletUniqueSchedulerCall extends Enum {2658 interface PalletUniqueSchedulerCall extends Enum {2661 readonly isScheduleNamed: boolean;2659 readonly isScheduleNamed: boolean;2662 readonly asScheduleNamed: {2660 readonly asScheduleNamed: {2681 readonly type: 'ScheduleNamed' | 'CancelNamed' | 'ScheduleNamedAfter';2679 readonly type: 'ScheduleNamed' | 'CancelNamed' | 'ScheduleNamedAfter';2682 }2680 }268326812684 /** @name FrameSupportScheduleMaybeHashed (274) */2682 /** @name FrameSupportScheduleMaybeHashed (285) */2685 interface FrameSupportScheduleMaybeHashed extends Enum {2683 interface FrameSupportScheduleMaybeHashed extends Enum {2686 readonly isValue: boolean;2684 readonly isValue: boolean;2687 readonly asValue: Call;2685 readonly asValue: Call;2690 readonly type: 'Value' | 'Hash';2688 readonly type: 'Value' | 'Hash';2691 }2689 }269226902693 /** @name PalletConfigurationCall (275) */2691 /** @name PalletConfigurationCall (286) */2694 interface PalletConfigurationCall extends Enum {2692 interface PalletConfigurationCall extends Enum {2695 readonly isSetWeightToFeeCoefficientOverride: boolean;2693 readonly isSetWeightToFeeCoefficientOverride: boolean;2696 readonly asSetWeightToFeeCoefficientOverride: {2694 readonly asSetWeightToFeeCoefficientOverride: {2703 readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride';2701 readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride';2704 }2702 }270527032706 /** @name PalletTemplateTransactionPaymentCall (276) */2704 /** @name PalletTemplateTransactionPaymentCall (287) */2707 type PalletTemplateTransactionPaymentCall = Null;2705 type PalletTemplateTransactionPaymentCall = Null;270827062709 /** @name PalletStructureCall (277) */2707 /** @name PalletStructureCall (288) */2710 type PalletStructureCall = Null;2708 type PalletStructureCall = Null;271127092712 /** @name PalletRmrkCoreCall (278) */2710 /** @name PalletRmrkCoreCall (289) */2713 interface PalletRmrkCoreCall extends Enum {2711 interface PalletRmrkCoreCall extends Enum {2714 readonly isCreateCollection: boolean;2712 readonly isCreateCollection: boolean;2715 readonly asCreateCollection: {2713 readonly asCreateCollection: {2815 readonly type: 'CreateCollection' | 'DestroyCollection' | 'ChangeCollectionIssuer' | 'LockCollection' | 'MintNft' | 'BurnNft' | 'Send' | 'AcceptNft' | 'RejectNft' | 'AcceptResource' | 'AcceptResourceRemoval' | 'SetProperty' | 'SetPriority' | 'AddBasicResource' | 'AddComposableResource' | 'AddSlotResource' | 'RemoveResource';2813 readonly type: 'CreateCollection' | 'DestroyCollection' | 'ChangeCollectionIssuer' | 'LockCollection' | 'MintNft' | 'BurnNft' | 'Send' | 'AcceptNft' | 'RejectNft' | 'AcceptResource' | 'AcceptResourceRemoval' | 'SetProperty' | 'SetPriority' | 'AddBasicResource' | 'AddComposableResource' | 'AddSlotResource' | 'RemoveResource';2816 }2814 }281728152818 /** @name RmrkTraitsResourceResourceTypes (284) */2816 /** @name RmrkTraitsResourceResourceTypes (295) */2819 interface RmrkTraitsResourceResourceTypes extends Enum {2817 interface RmrkTraitsResourceResourceTypes extends Enum {2820 readonly isBasic: boolean;2818 readonly isBasic: boolean;2821 readonly asBasic: RmrkTraitsResourceBasicResource;2819 readonly asBasic: RmrkTraitsResourceBasicResource;2826 readonly type: 'Basic' | 'Composable' | 'Slot';2824 readonly type: 'Basic' | 'Composable' | 'Slot';2827 }2825 }282828262829 /** @name RmrkTraitsResourceBasicResource (286) */2827 /** @name RmrkTraitsResourceBasicResource (297) */2830 interface RmrkTraitsResourceBasicResource extends Struct {2828 interface RmrkTraitsResourceBasicResource extends Struct {2831 readonly src: Option<Bytes>;2829 readonly src: Option<Bytes>;2832 readonly metadata: Option<Bytes>;2830 readonly metadata: Option<Bytes>;2833 readonly license: Option<Bytes>;2831 readonly license: Option<Bytes>;2834 readonly thumb: Option<Bytes>;2832 readonly thumb: Option<Bytes>;2835 }2833 }283628342837 /** @name RmrkTraitsResourceComposableResource (288) */2835 /** @name RmrkTraitsResourceComposableResource (299) */2838 interface RmrkTraitsResourceComposableResource extends Struct {2836 interface RmrkTraitsResourceComposableResource extends Struct {2839 readonly parts: Vec<u32>;2837 readonly parts: Vec<u32>;2840 readonly base: u32;2838 readonly base: u32;2844 readonly thumb: Option<Bytes>;2842 readonly thumb: Option<Bytes>;2845 }2843 }284628442847 /** @name RmrkTraitsResourceSlotResource (289) */2845 /** @name RmrkTraitsResourceSlotResource (300) */2848 interface RmrkTraitsResourceSlotResource extends Struct {2846 interface RmrkTraitsResourceSlotResource extends Struct {2849 readonly base: u32;2847 readonly base: u32;2850 readonly src: Option<Bytes>;2848 readonly src: Option<Bytes>;2854 readonly thumb: Option<Bytes>;2852 readonly thumb: Option<Bytes>;2855 }2853 }285628542857 /** @name PalletRmrkEquipCall (292) */2855 /** @name PalletRmrkEquipCall (303) */2858 interface PalletRmrkEquipCall extends Enum {2856 interface PalletRmrkEquipCall extends Enum {2859 readonly isCreateBase: boolean;2857 readonly isCreateBase: boolean;2860 readonly asCreateBase: {2858 readonly asCreateBase: {2876 readonly type: 'CreateBase' | 'ThemeAdd' | 'Equippable';2874 readonly type: 'CreateBase' | 'ThemeAdd' | 'Equippable';2877 }2875 }287828762879 /** @name RmrkTraitsPartPartType (295) */2877 /** @name RmrkTraitsPartPartType (306) */2880 interface RmrkTraitsPartPartType extends Enum {2878 interface RmrkTraitsPartPartType extends Enum {2881 readonly isFixedPart: boolean;2879 readonly isFixedPart: boolean;2882 readonly asFixedPart: RmrkTraitsPartFixedPart;2880 readonly asFixedPart: RmrkTraitsPartFixedPart;2885 readonly type: 'FixedPart' | 'SlotPart';2883 readonly type: 'FixedPart' | 'SlotPart';2886 }2884 }288728852888 /** @name RmrkTraitsPartFixedPart (297) */2886 /** @name RmrkTraitsPartFixedPart (308) */2889 interface RmrkTraitsPartFixedPart extends Struct {2887 interface RmrkTraitsPartFixedPart extends Struct {2890 readonly id: u32;2888 readonly id: u32;2891 readonly z: u32;2889 readonly z: u32;2892 readonly src: Bytes;2890 readonly src: Bytes;2893 }2891 }289428922895 /** @name RmrkTraitsPartSlotPart (298) */2893 /** @name RmrkTraitsPartSlotPart (309) */2896 interface RmrkTraitsPartSlotPart extends Struct {2894 interface RmrkTraitsPartSlotPart extends Struct {2897 readonly id: u32;2895 readonly id: u32;2898 readonly equippable: RmrkTraitsPartEquippableList;2896 readonly equippable: RmrkTraitsPartEquippableList;2899 readonly src: Bytes;2897 readonly src: Bytes;2900 readonly z: u32;2898 readonly z: u32;2901 }2899 }290229002903 /** @name RmrkTraitsPartEquippableList (299) */2901 /** @name RmrkTraitsPartEquippableList (310) */2904 interface RmrkTraitsPartEquippableList extends Enum {2902 interface RmrkTraitsPartEquippableList extends Enum {2905 readonly isAll: boolean;2903 readonly isAll: boolean;2906 readonly isEmpty: boolean;2904 readonly isEmpty: boolean;2909 readonly type: 'All' | 'Empty' | 'Custom';2907 readonly type: 'All' | 'Empty' | 'Custom';2910 }2908 }291129092912 /** @name RmrkTraitsTheme (301) */2910 /** @name RmrkTraitsTheme (312) */2913 interface RmrkTraitsTheme extends Struct {2911 interface RmrkTraitsTheme extends Struct {2914 readonly name: Bytes;2912 readonly name: Bytes;2915 readonly properties: Vec<RmrkTraitsThemeThemeProperty>;2913 readonly properties: Vec<RmrkTraitsThemeThemeProperty>;2916 readonly inherit: bool;2914 readonly inherit: bool;2917 }2915 }291829162919 /** @name RmrkTraitsThemeThemeProperty (303) */2917 /** @name RmrkTraitsThemeThemeProperty (314) */2920 interface RmrkTraitsThemeThemeProperty extends Struct {2918 interface RmrkTraitsThemeThemeProperty extends Struct {2921 readonly key: Bytes;2919 readonly key: Bytes;2922 readonly value: Bytes;2920 readonly value: Bytes;2923 }2921 }292429222925 /** @name PalletForeignAssetsModuleCall (314) */2926 interface PalletForeignAssetsModuleCall extends Enum {2927 readonly isRegisterForeignAsset: boolean;2928 readonly asRegisterForeignAsset: {2929 readonly owner: AccountId32;2930 readonly location: XcmVersionedMultiLocation;2931 readonly metadata: PalletForeignAssetsModuleAssetMetadata;2932 } & Struct;2933 readonly isUpdateForeignAsset: boolean;2934 readonly asUpdateForeignAsset: {2935 readonly foreignAssetId: u32;2936 readonly location: XcmVersionedMultiLocation;2937 readonly metadata: PalletForeignAssetsModuleAssetMetadata;2938 } & Struct;2939 readonly type: 'RegisterForeignAsset' | 'UpdateForeignAsset';2940 }29412942 /** @name PalletEvmCall (315) */2943 /** @name PalletAppPromotionCall (305) */2923 /** @name PalletAppPromotionCall (316) */2944 interface PalletAppPromotionCall extends Enum {2924 interface PalletAppPromotionCall extends Enum {2945 readonly isSetAdminAddress: boolean;2925 readonly isSetAdminAddress: boolean;2946 readonly asSetAdminAddress: {2926 readonly asSetAdminAddress: {2974 readonly type: 'SetAdminAddress' | 'Stake' | 'Unstake' | 'SponsorCollection' | 'StopSponsoringCollection' | 'SponsorContract' | 'StopSponsoringContract' | 'PayoutStakers';2954 readonly type: 'SetAdminAddress' | 'Stake' | 'Unstake' | 'SponsorCollection' | 'StopSponsoringCollection' | 'SponsorContract' | 'StopSponsoringContract' | 'PayoutStakers';2975 }2955 }29562957 /** @name PalletForeignAssetsModuleCall (318) */2958 interface PalletForeignAssetsModuleCall extends Enum {2959 readonly isRegisterForeignAsset: boolean;2960 readonly asRegisterForeignAsset: {2961 readonly owner: AccountId32;2962 readonly location: XcmVersionedMultiLocation;2963 readonly metadata: PalletForeignAssetsModuleAssetMetadata;2964 } & Struct;2965 readonly isUpdateForeignAsset: boolean;2966 readonly asUpdateForeignAsset: {2967 readonly foreignAssetId: u32;2968 readonly location: XcmVersionedMultiLocation;2969 readonly metadata: PalletForeignAssetsModuleAssetMetadata;2970 } & Struct;2971 readonly type: 'RegisterForeignAsset' | 'UpdateForeignAsset';2972 }297629732977 /** @name PalletEvmCall (307) */2974 /** @name PalletEvmCall (319) */2978 interface PalletEvmCall extends Enum {2975 interface PalletEvmCall extends Enum {2979 readonly isWithdraw: boolean;2976 readonly isWithdraw: boolean;2980 readonly asWithdraw: {2977 readonly asWithdraw: {3019 readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';3016 readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';3020 }3017 }302130183022 /** @name PalletEthereumCall (311) */3019 /** @name PalletEthereumCall (323) */3023 interface PalletEthereumCall extends Enum {3020 interface PalletEthereumCall extends Enum {3024 readonly isTransact: boolean;3021 readonly isTransact: boolean;3025 readonly asTransact: {3022 readonly asTransact: {3028 readonly type: 'Transact';3025 readonly type: 'Transact';3029 }3026 }303030273031 /** @name EthereumTransactionTransactionV2 (312) */3028 /** @name EthereumTransactionTransactionV2 (324) */3032 interface EthereumTransactionTransactionV2 extends Enum {3029 interface EthereumTransactionTransactionV2 extends Enum {3033 readonly isLegacy: boolean;3030 readonly isLegacy: boolean;3034 readonly asLegacy: EthereumTransactionLegacyTransaction;3031 readonly asLegacy: EthereumTransactionLegacyTransaction;3039 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';3036 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';3040 }3037 }304130383042 /** @name EthereumTransactionLegacyTransaction (313) */3039 /** @name EthereumTransactionLegacyTransaction (325) */3043 interface EthereumTransactionLegacyTransaction extends Struct {3040 interface EthereumTransactionLegacyTransaction extends Struct {3044 readonly nonce: U256;3041 readonly nonce: U256;3045 readonly gasPrice: U256;3042 readonly gasPrice: U256;3050 readonly signature: EthereumTransactionTransactionSignature;3047 readonly signature: EthereumTransactionTransactionSignature;3051 }3048 }305230493053 /** @name EthereumTransactionTransactionAction (314) */3050 /** @name EthereumTransactionTransactionAction (326) */3054 interface EthereumTransactionTransactionAction extends Enum {3051 interface EthereumTransactionTransactionAction extends Enum {3055 readonly isCall: boolean;3052 readonly isCall: boolean;3056 readonly asCall: H160;3053 readonly asCall: H160;3057 readonly isCreate: boolean;3054 readonly isCreate: boolean;3058 readonly type: 'Call' | 'Create';3055 readonly type: 'Call' | 'Create';3059 }3056 }306030573061 /** @name EthereumTransactionTransactionSignature (315) */3058 /** @name EthereumTransactionTransactionSignature (327) */3062 interface EthereumTransactionTransactionSignature extends Struct {3059 interface EthereumTransactionTransactionSignature extends Struct {3063 readonly v: u64;3060 readonly v: u64;3064 readonly r: H256;3061 readonly r: H256;3065 readonly s: H256;3062 readonly s: H256;3066 }3063 }306730643068 /** @name EthereumTransactionEip2930Transaction (317) */3065 /** @name EthereumTransactionEip2930Transaction (329) */3069 interface EthereumTransactionEip2930Transaction extends Struct {3066 interface EthereumTransactionEip2930Transaction extends Struct {3070 readonly chainId: u64;3067 readonly chainId: u64;3071 readonly nonce: U256;3068 readonly nonce: U256;3080 readonly s: H256;3077 readonly s: H256;3081 }3078 }308230793083 /** @name EthereumTransactionAccessListItem (319) */3080 /** @name EthereumTransactionAccessListItem (331) */3084 interface EthereumTransactionAccessListItem extends Struct {3081 interface EthereumTransactionAccessListItem extends Struct {3085 readonly address: H160;3082 readonly address: H160;3086 readonly storageKeys: Vec<H256>;3083 readonly storageKeys: Vec<H256>;3087 }3084 }308830853089 /** @name EthereumTransactionEip1559Transaction (320) */3086 /** @name EthereumTransactionEip1559Transaction (332) */3090 interface EthereumTransactionEip1559Transaction extends Struct {3087 interface EthereumTransactionEip1559Transaction extends Struct {3091 readonly chainId: u64;3088 readonly chainId: u64;3092 readonly nonce: U256;3089 readonly nonce: U256;3102 readonly s: H256;3099 readonly s: H256;3103 }3100 }310431013105 /** @name PalletEvmMigrationCall (321) */3102 /** @name PalletEvmMigrationCall (333) */3106 interface PalletEvmMigrationCall extends Enum {3103 interface PalletEvmMigrationCall extends Enum {3107 readonly isBegin: boolean;3104 readonly isBegin: boolean;3108 readonly asBegin: {3105 readonly asBegin: {3121 readonly type: 'Begin' | 'SetData' | 'Finish';3118 readonly type: 'Begin' | 'SetData' | 'Finish';3122 }3119 }312331203124 /** @name PalletSudoError (324) */3121 /** @name PalletSudoError (336) */3125 interface PalletSudoError extends Enum {3122 interface PalletSudoError extends Enum {3126 readonly isRequireSudo: boolean;3123 readonly isRequireSudo: boolean;3127 readonly type: 'RequireSudo';3124 readonly type: 'RequireSudo';3128 }3125 }312931263130 /** @name OrmlVestingModuleError (326) */3127 /** @name OrmlVestingModuleError (338) */3131 interface OrmlVestingModuleError extends Enum {3128 interface OrmlVestingModuleError extends Enum {3132 readonly isZeroVestingPeriod: boolean;3129 readonly isZeroVestingPeriod: boolean;3133 readonly isZeroVestingPeriodCount: boolean;3130 readonly isZeroVestingPeriodCount: boolean;3138 readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';3135 readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';3139 }3136 }314031373141 /** @name OrmlXtokensModuleError (335) */3138 /** @name OrmlXtokensModuleError (339) */3142 interface OrmlXtokensModuleError extends Enum {3139 interface OrmlXtokensModuleError extends Enum {3143 readonly isAssetHasNoReserve: boolean;3140 readonly isAssetHasNoReserve: boolean;3144 readonly isNotCrossChainTransfer: boolean;3141 readonly isNotCrossChainTransfer: boolean;3162 readonly type: 'AssetHasNoReserve' | 'NotCrossChainTransfer' | 'InvalidDest' | 'NotCrossChainTransferableCurrency' | 'UnweighableMessage' | 'XcmExecutionFailed' | 'CannotReanchor' | 'InvalidAncestry' | 'InvalidAsset' | 'DestinationNotInvertible' | 'BadVersion' | 'DistinctReserveForAssetAndFee' | 'ZeroFee' | 'ZeroAmount' | 'TooManyAssetsBeingSent' | 'AssetIndexNonExistent' | 'FeeNotEnough' | 'NotSupportedMultiLocation' | 'MinXcmFeeNotDefined';3159 readonly type: 'AssetHasNoReserve' | 'NotCrossChainTransfer' | 'InvalidDest' | 'NotCrossChainTransferableCurrency' | 'UnweighableMessage' | 'XcmExecutionFailed' | 'CannotReanchor' | 'InvalidAncestry' | 'InvalidAsset' | 'DestinationNotInvertible' | 'BadVersion' | 'DistinctReserveForAssetAndFee' | 'ZeroFee' | 'ZeroAmount' | 'TooManyAssetsBeingSent' | 'AssetIndexNonExistent' | 'FeeNotEnough' | 'NotSupportedMultiLocation' | 'MinXcmFeeNotDefined';3163 }3160 }316431613165 /** @name OrmlTokensBalanceLock (338) */3162 /** @name OrmlTokensBalanceLock (342) */3166 interface OrmlTokensBalanceLock extends Struct {3163 interface OrmlTokensBalanceLock extends Struct {3167 readonly id: U8aFixed;3164 readonly id: U8aFixed;3168 readonly amount: u128;3165 readonly amount: u128;3169 }3166 }317031673171 /** @name OrmlTokensAccountData (340) */3168 /** @name OrmlTokensAccountData (344) */3172 interface OrmlTokensAccountData extends Struct {3169 interface OrmlTokensAccountData extends Struct {3173 readonly free: u128;3170 readonly free: u128;3174 readonly reserved: u128;3171 readonly reserved: u128;3175 readonly frozen: u128;3172 readonly frozen: u128;3176 }3173 }317731743178 /** @name OrmlTokensReserveData (342) */3175 /** @name OrmlTokensReserveData (346) */3179 interface OrmlTokensReserveData extends Struct {3176 interface OrmlTokensReserveData extends Struct {3180 readonly id: Null;3177 readonly id: Null;3181 readonly amount: u128;3178 readonly amount: u128;3182 }3179 }318331803184 /** @name OrmlTokensModuleError (344) */3181 /** @name OrmlTokensModuleError (348) */3185 interface OrmlTokensModuleError extends Enum {3182 interface OrmlTokensModuleError extends Enum {3186 readonly isBalanceTooLow: boolean;3183 readonly isBalanceTooLow: boolean;3187 readonly isAmountIntoBalanceFailed: boolean;3184 readonly isAmountIntoBalanceFailed: boolean;3194 readonly type: 'BalanceTooLow' | 'AmountIntoBalanceFailed' | 'LiquidityRestrictions' | 'MaxLocksExceeded' | 'KeepAlive' | 'ExistentialDeposit' | 'DeadAccount' | 'TooManyReserves';3191 readonly type: 'BalanceTooLow' | 'AmountIntoBalanceFailed' | 'LiquidityRestrictions' | 'MaxLocksExceeded' | 'KeepAlive' | 'ExistentialDeposit' | 'DeadAccount' | 'TooManyReserves';3195 }3192 }319631933197 /** @name CumulusPalletXcmpQueueInboundChannelDetails (346) */3194 /** @name CumulusPalletXcmpQueueInboundChannelDetails (350) */3198 interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {3195 interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {3199 readonly sender: u32;3196 readonly sender: u32;3200 readonly state: CumulusPalletXcmpQueueInboundState;3197 readonly state: CumulusPalletXcmpQueueInboundState;3201 readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;3198 readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;3202 }3199 }320332003204 /** @name CumulusPalletXcmpQueueInboundState (329) */3201 /** @name CumulusPalletXcmpQueueInboundState (351) */3205 interface CumulusPalletXcmpQueueInboundState extends Enum {3202 interface CumulusPalletXcmpQueueInboundState extends Enum {3206 readonly isOk: boolean;3203 readonly isOk: boolean;3207 readonly isSuspended: boolean;3204 readonly isSuspended: boolean;3208 readonly type: 'Ok' | 'Suspended';3205 readonly type: 'Ok' | 'Suspended';3209 }3206 }321032073211 /** @name PolkadotParachainPrimitivesXcmpMessageFormat (332) */3208 /** @name PolkadotParachainPrimitivesXcmpMessageFormat (354) */3212 interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {3209 interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {3213 readonly isConcatenatedVersionedXcm: boolean;3210 readonly isConcatenatedVersionedXcm: boolean;3214 readonly isConcatenatedEncodedBlob: boolean;3211 readonly isConcatenatedEncodedBlob: boolean;3215 readonly isSignals: boolean;3212 readonly isSignals: boolean;3216 readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';3213 readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';3217 }3214 }321832153219 /** @name CumulusPalletXcmpQueueOutboundChannelDetails (335) */3216 /** @name CumulusPalletXcmpQueueOutboundChannelDetails (357) */3220 interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {3217 interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {3221 readonly recipient: u32;3218 readonly recipient: u32;3222 readonly state: CumulusPalletXcmpQueueOutboundState;3219 readonly state: CumulusPalletXcmpQueueOutboundState;3225 readonly lastIndex: u16;3222 readonly lastIndex: u16;3226 }3223 }322732243228 /** @name CumulusPalletXcmpQueueOutboundState (336) */3225 /** @name CumulusPalletXcmpQueueOutboundState (358) */3229 interface CumulusPalletXcmpQueueOutboundState extends Enum {3226 interface CumulusPalletXcmpQueueOutboundState extends Enum {3230 readonly isOk: boolean;3227 readonly isOk: boolean;3231 readonly isSuspended: boolean;3228 readonly isSuspended: boolean;3232 readonly type: 'Ok' | 'Suspended';3229 readonly type: 'Ok' | 'Suspended';3233 }3230 }323432313235 /** @name CumulusPalletXcmpQueueQueueConfigData (338) */3232 /** @name CumulusPalletXcmpQueueQueueConfigData (360) */3236 interface CumulusPalletXcmpQueueQueueConfigData extends Struct {3233 interface CumulusPalletXcmpQueueQueueConfigData extends Struct {3237 readonly suspendThreshold: u32;3234 readonly suspendThreshold: u32;3238 readonly dropThreshold: u32;3235 readonly dropThreshold: u32;3242 readonly xcmpMaxIndividualWeight: u64;3239 readonly xcmpMaxIndividualWeight: u64;3243 }3240 }324432413245 /** @name CumulusPalletXcmpQueueError (340) */3242 /** @name CumulusPalletXcmpQueueError (362) */3246 interface CumulusPalletXcmpQueueError extends Enum {3243 interface CumulusPalletXcmpQueueError extends Enum {3247 readonly isFailedToSend: boolean;3244 readonly isFailedToSend: boolean;3248 readonly isBadXcmOrigin: boolean;3245 readonly isBadXcmOrigin: boolean;3252 readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';3249 readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';3253 }3250 }325432513255 /** @name PalletXcmError (341) */3252 /** @name PalletXcmError (363) */3256 interface PalletXcmError extends Enum {3253 interface PalletXcmError extends Enum {3257 readonly isUnreachable: boolean;3254 readonly isUnreachable: boolean;3258 readonly isSendFailure: boolean;3255 readonly isSendFailure: boolean;3270 readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';3267 readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';3271 }3268 }327232693273 /** @name CumulusPalletXcmError (342) */3270 /** @name CumulusPalletXcmError (364) */3274 type CumulusPalletXcmError = Null;3271 type CumulusPalletXcmError = Null;327532723276 /** @name CumulusPalletDmpQueueConfigData (343) */3273 /** @name CumulusPalletDmpQueueConfigData (365) */3277 interface CumulusPalletDmpQueueConfigData extends Struct {3274 interface CumulusPalletDmpQueueConfigData extends Struct {3278 readonly maxIndividual: u64;3275 readonly maxIndividual: u64;3279 }3276 }328032773281 /** @name CumulusPalletDmpQueuePageIndexData (344) */3278 /** @name CumulusPalletDmpQueuePageIndexData (366) */3282 interface CumulusPalletDmpQueuePageIndexData extends Struct {3279 interface CumulusPalletDmpQueuePageIndexData extends Struct {3283 readonly beginUsed: u32;3280 readonly beginUsed: u32;3284 readonly endUsed: u32;3281 readonly endUsed: u32;3285 readonly overweightCount: u64;3282 readonly overweightCount: u64;3286 }3283 }328732843288 /** @name CumulusPalletDmpQueueError (347) */3285 /** @name CumulusPalletDmpQueueError (369) */3289 interface CumulusPalletDmpQueueError extends Enum {3286 interface CumulusPalletDmpQueueError extends Enum {3290 readonly isUnknown: boolean;3287 readonly isUnknown: boolean;3291 readonly isOverLimit: boolean;3288 readonly isOverLimit: boolean;3292 readonly type: 'Unknown' | 'OverLimit';3289 readonly type: 'Unknown' | 'OverLimit';3293 }3290 }329432913295 /** @name PalletUniqueError (351) */3292 /** @name PalletUniqueError (373) */3296 interface PalletUniqueError extends Enum {3293 interface PalletUniqueError extends Enum {3297 readonly isCollectionDecimalPointLimitExceeded: boolean;3294 readonly isCollectionDecimalPointLimitExceeded: boolean;3298 readonly isConfirmUnsetSponsorFail: boolean;3295 readonly isConfirmUnsetSponsorFail: boolean;3301 readonly type: 'CollectionDecimalPointLimitExceeded' | 'ConfirmUnsetSponsorFail' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';3298 readonly type: 'CollectionDecimalPointLimitExceeded' | 'ConfirmUnsetSponsorFail' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';3302 }3299 }330333003304 /** @name PalletUniqueSchedulerScheduledV3 (354) */3301 /** @name PalletUniqueSchedulerScheduledV3 (376) */3305 interface PalletUniqueSchedulerScheduledV3 extends Struct {3302 interface PalletUniqueSchedulerScheduledV3 extends Struct {3306 readonly maybeId: Option<U8aFixed>;3303 readonly maybeId: Option<U8aFixed>;3307 readonly priority: u8;3304 readonly priority: u8;3310 readonly origin: OpalRuntimeOriginCaller;3307 readonly origin: OpalRuntimeOriginCaller;3311 }3308 }331233093313 /** @name OpalRuntimeOriginCaller (355) */3310 /** @name OpalRuntimeOriginCaller (377) */3314 interface OpalRuntimeOriginCaller extends Enum {3311 interface OpalRuntimeOriginCaller extends Enum {3315 readonly isSystem: boolean;3312 readonly isSystem: boolean;3316 readonly asSystem: FrameSupportDispatchRawOrigin;3313 readonly asSystem: FrameSupportDispatchRawOrigin;3324 readonly type: 'System' | 'Void' | 'PolkadotXcm' | 'CumulusXcm' | 'Ethereum';3321 readonly type: 'System' | 'Void' | 'PolkadotXcm' | 'CumulusXcm' | 'Ethereum';3325 }3322 }332633233327 /** @name FrameSupportDispatchRawOrigin (356) */3324 /** @name FrameSupportDispatchRawOrigin (378) */3328 interface FrameSupportDispatchRawOrigin extends Enum {3325 interface FrameSupportDispatchRawOrigin extends Enum {3329 readonly isRoot: boolean;3326 readonly isRoot: boolean;3330 readonly isSigned: boolean;3327 readonly isSigned: boolean;3333 readonly type: 'Root' | 'Signed' | 'None';3330 readonly type: 'Root' | 'Signed' | 'None';3334 }3331 }333533323336 /** @name PalletXcmOrigin (357) */3333 /** @name PalletXcmOrigin (379) */3337 interface PalletXcmOrigin extends Enum {3334 interface PalletXcmOrigin extends Enum {3338 readonly isXcm: boolean;3335 readonly isXcm: boolean;3339 readonly asXcm: XcmV1MultiLocation;3336 readonly asXcm: XcmV1MultiLocation;3342 readonly type: 'Xcm' | 'Response';3339 readonly type: 'Xcm' | 'Response';3343 }3340 }334433413345 /** @name CumulusPalletXcmOrigin (358) */3342 /** @name CumulusPalletXcmOrigin (380) */3346 interface CumulusPalletXcmOrigin extends Enum {3343 interface CumulusPalletXcmOrigin extends Enum {3347 readonly isRelay: boolean;3344 readonly isRelay: boolean;3348 readonly isSiblingParachain: boolean;3345 readonly isSiblingParachain: boolean;3349 readonly asSiblingParachain: u32;3346 readonly asSiblingParachain: u32;3350 readonly type: 'Relay' | 'SiblingParachain';3347 readonly type: 'Relay' | 'SiblingParachain';3351 }3348 }335233493353 /** @name PalletEthereumRawOrigin (359) */3350 /** @name PalletEthereumRawOrigin (381) */3354 interface PalletEthereumRawOrigin extends Enum {3351 interface PalletEthereumRawOrigin extends Enum {3355 readonly isEthereumTransaction: boolean;3352 readonly isEthereumTransaction: boolean;3356 readonly asEthereumTransaction: H160;3353 readonly asEthereumTransaction: H160;3357 readonly type: 'EthereumTransaction';3354 readonly type: 'EthereumTransaction';3358 }3355 }335933563360 /** @name SpCoreVoid (360) */3357 /** @name SpCoreVoid (382) */3361 type SpCoreVoid = Null;3358 type SpCoreVoid = Null;336233593363 /** @name PalletUniqueSchedulerError (361) */3360 /** @name PalletUniqueSchedulerError (383) */3364 interface PalletUniqueSchedulerError extends Enum {3361 interface PalletUniqueSchedulerError extends Enum {3365 readonly isFailedToSchedule: boolean;3362 readonly isFailedToSchedule: boolean;3366 readonly isNotFound: boolean;3363 readonly isNotFound: boolean;3369 readonly type: 'FailedToSchedule' | 'NotFound' | 'TargetBlockNumberInPast' | 'RescheduleNoChange';3366 readonly type: 'FailedToSchedule' | 'NotFound' | 'TargetBlockNumberInPast' | 'RescheduleNoChange';3370 }3367 }337133683372 /** @name UpDataStructsCollection (362) */3369 /** @name UpDataStructsCollection (384) */3373 interface UpDataStructsCollection extends Struct {3370 interface UpDataStructsCollection extends Struct {3374 readonly owner: AccountId32;3371 readonly owner: AccountId32;3375 readonly mode: UpDataStructsCollectionMode;3372 readonly mode: UpDataStructsCollectionMode;3379 readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;3376 readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;3380 readonly limits: UpDataStructsCollectionLimits;3377 readonly limits: UpDataStructsCollectionLimits;3381 readonly permissions: UpDataStructsCollectionPermissions;3378 readonly permissions: UpDataStructsCollectionPermissions;3382 readonly externalCollection: bool;3379 readonly flags: U8aFixed;3383 }3380 }338433813385 /** @name UpDataStructsSponsorshipStateAccountId32 (363) */3382 /** @name UpDataStructsSponsorshipStateAccountId32 (385) */3386 interface UpDataStructsSponsorshipStateAccountId32 extends Enum {3383 interface UpDataStructsSponsorshipStateAccountId32 extends Enum {3387 readonly isDisabled: boolean;3384 readonly isDisabled: boolean;3388 readonly isUnconfirmed: boolean;3385 readonly isUnconfirmed: boolean;3392 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';3389 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';3393 }3390 }339433913395 /** @name UpDataStructsProperties (364) */3392 /** @name UpDataStructsProperties (387) */3396 interface UpDataStructsProperties extends Struct {3393 interface UpDataStructsProperties extends Struct {3397 readonly map: UpDataStructsPropertiesMapBoundedVec;3394 readonly map: UpDataStructsPropertiesMapBoundedVec;3398 readonly consumedSpace: u32;3395 readonly consumedSpace: u32;3399 readonly spaceLimit: u32;3396 readonly spaceLimit: u32;3400 }3397 }340133983402 /** @name UpDataStructsPropertiesMapBoundedVec (365) */3399 /** @name UpDataStructsPropertiesMapBoundedVec (388) */3403 interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}3400 interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}340434013405 /** @name UpDataStructsPropertiesMapPropertyPermission (370) */3402 /** @name UpDataStructsPropertiesMapPropertyPermission (393) */3406 interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}3403 interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}340734043408 /** @name UpDataStructsCollectionStats (377) */3405 /** @name UpDataStructsCollectionStats (400) */3409 interface UpDataStructsCollectionStats extends Struct {3406 interface UpDataStructsCollectionStats extends Struct {3410 readonly created: u32;3407 readonly created: u32;3411 readonly destroyed: u32;3408 readonly destroyed: u32;3412 readonly alive: u32;3409 readonly alive: u32;3413 }3410 }341434113415 /** @name UpDataStructsTokenChild (378) */3412 /** @name UpDataStructsTokenChild (401) */3416 interface UpDataStructsTokenChild extends Struct {3413 interface UpDataStructsTokenChild extends Struct {3417 readonly token: u32;3414 readonly token: u32;3418 readonly collection: u32;3415 readonly collection: u32;3419 }3416 }342034173421 /** @name PhantomTypeUpDataStructs (379) */3418 /** @name PhantomTypeUpDataStructs (402) */3422 interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}3419 interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}342334203424 /** @name UpDataStructsTokenData (381) */3421 /** @name UpDataStructsTokenData (404) */3425 interface UpDataStructsTokenData extends Struct {3422 interface UpDataStructsTokenData extends Struct {3426 readonly properties: Vec<UpDataStructsProperty>;3423 readonly properties: Vec<UpDataStructsProperty>;3427 readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;3424 readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;3428 readonly pieces: u128;3425 readonly pieces: u128;3429 }3426 }343034273431 /** @name UpDataStructsRpcCollection (383) */3428 /** @name UpDataStructsRpcCollection (406) */3432 interface UpDataStructsRpcCollection extends Struct {3429 interface UpDataStructsRpcCollection extends Struct {3433 readonly owner: AccountId32;3430 readonly owner: AccountId32;3434 readonly mode: UpDataStructsCollectionMode;3431 readonly mode: UpDataStructsCollectionMode;3441 readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;3438 readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;3442 readonly properties: Vec<UpDataStructsProperty>;3439 readonly properties: Vec<UpDataStructsProperty>;3443 readonly readOnly: bool;3440 readonly readOnly: bool;3441 readonly foreign: bool;3444 }3442 }344534433446 /** @name RmrkTraitsCollectionCollectionInfo (384) */3444 /** @name RmrkTraitsCollectionCollectionInfo (407) */3447 interface RmrkTraitsCollectionCollectionInfo extends Struct {3445 interface RmrkTraitsCollectionCollectionInfo extends Struct {3448 readonly issuer: AccountId32;3446 readonly issuer: AccountId32;3449 readonly metadata: Bytes;3447 readonly metadata: Bytes;3452 readonly nftsCount: u32;3450 readonly nftsCount: u32;3453 }3451 }345434523455 /** @name RmrkTraitsNftNftInfo (385) */3453 /** @name RmrkTraitsNftNftInfo (408) */3456 interface RmrkTraitsNftNftInfo extends Struct {3454 interface RmrkTraitsNftNftInfo extends Struct {3457 readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;3455 readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;3458 readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;3456 readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;3461 readonly pending: bool;3459 readonly pending: bool;3462 }3460 }346334613464 /** @name RmrkTraitsNftRoyaltyInfo (387) */3462 /** @name RmrkTraitsNftRoyaltyInfo (410) */3465 interface RmrkTraitsNftRoyaltyInfo extends Struct {3463 interface RmrkTraitsNftRoyaltyInfo extends Struct {3466 readonly recipient: AccountId32;3464 readonly recipient: AccountId32;3467 readonly amount: Permill;3465 readonly amount: Permill;3468 }3466 }346934673470 /** @name RmrkTraitsResourceResourceInfo (388) */3468 /** @name RmrkTraitsResourceResourceInfo (411) */3471 interface RmrkTraitsResourceResourceInfo extends Struct {3469 interface RmrkTraitsResourceResourceInfo extends Struct {3472 readonly id: u32;3470 readonly id: u32;3473 readonly resource: RmrkTraitsResourceResourceTypes;3471 readonly resource: RmrkTraitsResourceResourceTypes;3474 readonly pending: bool;3472 readonly pending: bool;3475 readonly pendingRemoval: bool;3473 readonly pendingRemoval: bool;3476 }3474 }347734753478 /** @name RmrkTraitsPropertyPropertyInfo (389) */3476 /** @name RmrkTraitsPropertyPropertyInfo (412) */3479 interface RmrkTraitsPropertyPropertyInfo extends Struct {3477 interface RmrkTraitsPropertyPropertyInfo extends Struct {3480 readonly key: Bytes;3478 readonly key: Bytes;3481 readonly value: Bytes;3479 readonly value: Bytes;3482 }3480 }348334813484 /** @name RmrkTraitsBaseBaseInfo (390) */3482 /** @name RmrkTraitsBaseBaseInfo (413) */3485 interface RmrkTraitsBaseBaseInfo extends Struct {3483 interface RmrkTraitsBaseBaseInfo extends Struct {3486 readonly issuer: AccountId32;3484 readonly issuer: AccountId32;3487 readonly baseType: Bytes;3485 readonly baseType: Bytes;3488 readonly symbol: Bytes;3486 readonly symbol: Bytes;3489 }3487 }349034883491 /** @name RmrkTraitsNftNftChild (391) */3489 /** @name RmrkTraitsNftNftChild (414) */3492 interface RmrkTraitsNftNftChild extends Struct {3490 interface RmrkTraitsNftNftChild extends Struct {3493 readonly collectionId: u32;3491 readonly collectionId: u32;3494 readonly nftId: u32;3492 readonly nftId: u32;3495 }3493 }349634943497 /** @name PalletCommonError (393) */3495 /** @name PalletCommonError (416) */3498 interface PalletCommonError extends Enum {3496 interface PalletCommonError extends Enum {3499 readonly isCollectionNotFound: boolean;3497 readonly isCollectionNotFound: boolean;3500 readonly isMustBeTokenOwner: boolean;3498 readonly isMustBeTokenOwner: boolean;3533 readonly type: 'CollectionNotFound' | 'MustBeTokenOwner' | 'NoPermission' | 'CantDestroyNotEmptyCollection' | 'PublicMintingNotAllowed' | 'AddressNotInAllowlist' | 'CollectionNameLimitExceeded' | 'CollectionDescriptionLimitExceeded' | 'CollectionTokenPrefixLimitExceeded' | 'TotalCollectionsLimitExceeded' | 'CollectionAdminCountExceeded' | 'CollectionLimitBoundsExceeded' | 'OwnerPermissionsCantBeReverted' | 'TransferNotAllowed' | 'AccountTokenLimitExceeded' | 'CollectionTokenLimitExceeded' | 'MetadataFlagFrozen' | 'TokenNotFound' | 'TokenValueTooLow' | 'ApprovedValueTooLow' | 'CantApproveMoreThanOwned' | 'AddressIsZero' | 'UnsupportedOperation' | 'NotSufficientFounds' | 'UserIsNotAllowedToNest' | 'SourceCollectionIsNotAllowedToNest' | 'CollectionFieldSizeExceeded' | 'NoSpaceForProperty' | 'PropertyLimitReached' | 'PropertyKeyIsTooLong' | 'InvalidCharacterInPropertyKey' | 'EmptyPropertyKey' | 'CollectionIsExternal' | 'CollectionIsInternal';3531 readonly type: 'CollectionNotFound' | 'MustBeTokenOwner' | 'NoPermission' | 'CantDestroyNotEmptyCollection' | 'PublicMintingNotAllowed' | 'AddressNotInAllowlist' | 'CollectionNameLimitExceeded' | 'CollectionDescriptionLimitExceeded' | 'CollectionTokenPrefixLimitExceeded' | 'TotalCollectionsLimitExceeded' | 'CollectionAdminCountExceeded' | 'CollectionLimitBoundsExceeded' | 'OwnerPermissionsCantBeReverted' | 'TransferNotAllowed' | 'AccountTokenLimitExceeded' | 'CollectionTokenLimitExceeded' | 'MetadataFlagFrozen' | 'TokenNotFound' | 'TokenValueTooLow' | 'ApprovedValueTooLow' | 'CantApproveMoreThanOwned' | 'AddressIsZero' | 'UnsupportedOperation' | 'NotSufficientFounds' | 'UserIsNotAllowedToNest' | 'SourceCollectionIsNotAllowedToNest' | 'CollectionFieldSizeExceeded' | 'NoSpaceForProperty' | 'PropertyLimitReached' | 'PropertyKeyIsTooLong' | 'InvalidCharacterInPropertyKey' | 'EmptyPropertyKey' | 'CollectionIsExternal' | 'CollectionIsInternal';3534 }3532 }353535333536 /** @name PalletFungibleError (395) */3534 /** @name PalletFungibleError (418) */3537 interface PalletFungibleError extends Enum {3535 interface PalletFungibleError extends Enum {3538 readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;3536 readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;3539 readonly isFungibleItemsHaveNoId: boolean;3537 readonly isFungibleItemsHaveNoId: boolean;3543 readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';3541 readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';3544 }3542 }354535433546 /** @name PalletRefungibleItemData (396) */3544 /** @name PalletRefungibleItemData (419) */3547 interface PalletRefungibleItemData extends Struct {3545 interface PalletRefungibleItemData extends Struct {3548 readonly constData: Bytes;3546 readonly constData: Bytes;3549 }3547 }355035483551 /** @name PalletRefungibleError (401) */3549 /** @name PalletRefungibleError (424) */3552 interface PalletRefungibleError extends Enum {3550 interface PalletRefungibleError extends Enum {3553 readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;3551 readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;3554 readonly isWrongRefungiblePieces: boolean;3552 readonly isWrongRefungiblePieces: boolean;3558 readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';3556 readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';3559 }3557 }356035583561 /** @name PalletNonfungibleItemData (402) */3559 /** @name PalletNonfungibleItemData (425) */3562 interface PalletNonfungibleItemData extends Struct {3560 interface PalletNonfungibleItemData extends Struct {3563 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;3561 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;3564 }3562 }356535633566 /** @name UpDataStructsPropertyScope (404) */3564 /** @name UpDataStructsPropertyScope (427) */3567 interface UpDataStructsPropertyScope extends Enum {3565 interface UpDataStructsPropertyScope extends Enum {3568 readonly isNone: boolean;3566 readonly isNone: boolean;3569 readonly isRmrk: boolean;3567 readonly isRmrk: boolean;3570 readonly type: 'None' | 'Rmrk';3568 readonly type: 'None' | 'Rmrk';3571 }3569 }357235703573 /** @name PalletNonfungibleError (406) */3571 /** @name PalletNonfungibleError (429) */3574 interface PalletNonfungibleError extends Enum {3572 interface PalletNonfungibleError extends Enum {3575 readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;3573 readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;3576 readonly isNonfungibleItemsHaveNoAmount: boolean;3574 readonly isNonfungibleItemsHaveNoAmount: boolean;3577 readonly isCantBurnNftWithChildren: boolean;3575 readonly isCantBurnNftWithChildren: boolean;3578 readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';3576 readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';3579 }3577 }358035783581 /** @name PalletStructureError (407) */3579 /** @name PalletStructureError (430) */3582 interface PalletStructureError extends Enum {3580 interface PalletStructureError extends Enum {3583 readonly isOuroborosDetected: boolean;3581 readonly isOuroborosDetected: boolean;3584 readonly isDepthLimit: boolean;3582 readonly isDepthLimit: boolean;3587 readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound';3585 readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound';3588 }3586 }358935873590 /** @name PalletRmrkCoreError (408) */3588 /** @name PalletRmrkCoreError (431) */3591 interface PalletRmrkCoreError extends Enum {3589 interface PalletRmrkCoreError extends Enum {3592 readonly isCorruptedCollectionType: boolean;3590 readonly isCorruptedCollectionType: boolean;3593 readonly isRmrkPropertyKeyIsTooLong: boolean;3591 readonly isRmrkPropertyKeyIsTooLong: boolean;3611 readonly type: 'CorruptedCollectionType' | 'RmrkPropertyKeyIsTooLong' | 'RmrkPropertyValueIsTooLong' | 'RmrkPropertyIsNotFound' | 'UnableToDecodeRmrkData' | 'CollectionNotEmpty' | 'NoAvailableCollectionId' | 'NoAvailableNftId' | 'CollectionUnknown' | 'NoPermission' | 'NonTransferable' | 'CollectionFullOrLocked' | 'ResourceDoesntExist' | 'CannotSendToDescendentOrSelf' | 'CannotAcceptNonOwnedNft' | 'CannotRejectNonOwnedNft' | 'CannotRejectNonPendingNft' | 'ResourceNotPending' | 'NoAvailableResourceId';3609 readonly type: 'CorruptedCollectionType' | 'RmrkPropertyKeyIsTooLong' | 'RmrkPropertyValueIsTooLong' | 'RmrkPropertyIsNotFound' | 'UnableToDecodeRmrkData' | 'CollectionNotEmpty' | 'NoAvailableCollectionId' | 'NoAvailableNftId' | 'CollectionUnknown' | 'NoPermission' | 'NonTransferable' | 'CollectionFullOrLocked' | 'ResourceDoesntExist' | 'CannotSendToDescendentOrSelf' | 'CannotAcceptNonOwnedNft' | 'CannotRejectNonOwnedNft' | 'CannotRejectNonPendingNft' | 'ResourceNotPending' | 'NoAvailableResourceId';3612 }3610 }361336113614 /** @name PalletRmrkEquipError (410) */3612 /** @name PalletRmrkEquipError (433) */3615 interface PalletRmrkEquipError extends Enum {3613 interface PalletRmrkEquipError extends Enum {3616 readonly isPermissionError: boolean;3614 readonly isPermissionError: boolean;3617 readonly isNoAvailableBaseId: boolean;3615 readonly isNoAvailableBaseId: boolean;3623 readonly type: 'PermissionError' | 'NoAvailableBaseId' | 'NoAvailablePartId' | 'BaseDoesntExist' | 'NeedsDefaultThemeFirst' | 'PartDoesntExist' | 'NoEquippableOnFixedPart';3621 readonly type: 'PermissionError' | 'NoAvailableBaseId' | 'NoAvailablePartId' | 'BaseDoesntExist' | 'NeedsDefaultThemeFirst' | 'PartDoesntExist' | 'NoEquippableOnFixedPart';3624 }3622 }362536233626 /** @name PalletForeignAssetsModuleError (429) */3627 interface PalletForeignAssetsModuleError extends Enum {3628 readonly isBadLocation: boolean;3629 readonly isMultiLocationExisted: boolean;3630 readonly isAssetIdNotExists: boolean;3631 readonly isAssetIdExisted: boolean;3632 readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';3633 }36343635 /** @name PalletEvmError (432) */3636 /** @name PalletAppPromotionError (416) */3624 /** @name PalletAppPromotionError (439) */3637 interface PalletAppPromotionError extends Enum {3625 interface PalletAppPromotionError extends Enum {3638 readonly isAdminNotSet: boolean;3626 readonly isAdminNotSet: boolean;3639 readonly isNoPermission: boolean;3627 readonly isNoPermission: boolean;3644 readonly type: 'AdminNotSet' | 'NoPermission' | 'NotSufficientFunds' | 'PendingForBlockOverflow' | 'SponsorNotSet' | 'IncorrectLockedBalanceOperation';3632 readonly type: 'AdminNotSet' | 'NoPermission' | 'NotSufficientFunds' | 'PendingForBlockOverflow' | 'SponsorNotSet' | 'IncorrectLockedBalanceOperation';3645 }3633 }36343635 /** @name PalletForeignAssetsModuleError (440) */3636 interface PalletForeignAssetsModuleError extends Enum {3637 readonly isBadLocation: boolean;3638 readonly isMultiLocationExisted: boolean;3639 readonly isAssetIdNotExists: boolean;3640 readonly isAssetIdExisted: boolean;3641 readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';3642 }364636433647 /** @name PalletEvmError (419) */3644 /** @name PalletEvmError (443) */3648 interface PalletEvmError extends Enum {3645 interface PalletEvmError extends Enum {3649 readonly isBalanceLow: boolean;3646 readonly isBalanceLow: boolean;3650 readonly isFeeOverflow: boolean;3647 readonly isFeeOverflow: boolean;3655 readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce';3652 readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce';3656 }3653 }365736543658 /** @name FpRpcTransactionStatus (422) */3655 /** @name FpRpcTransactionStatus (446) */3659 interface FpRpcTransactionStatus extends Struct {3656 interface FpRpcTransactionStatus extends Struct {3660 readonly transactionHash: H256;3657 readonly transactionHash: H256;3661 readonly transactionIndex: u32;3658 readonly transactionIndex: u32;3666 readonly logsBloom: EthbloomBloom;3663 readonly logsBloom: EthbloomBloom;3667 }3664 }366836653669 /** @name EthbloomBloom (424) */3666 /** @name EthbloomBloom (448) */3670 interface EthbloomBloom extends U8aFixed {}3667 interface EthbloomBloom extends U8aFixed {}367136683672 /** @name EthereumReceiptReceiptV3 (426) */3669 /** @name EthereumReceiptReceiptV3 (450) */3673 interface EthereumReceiptReceiptV3 extends Enum {3670 interface EthereumReceiptReceiptV3 extends Enum {3674 readonly isLegacy: boolean;3671 readonly isLegacy: boolean;3675 readonly asLegacy: EthereumReceiptEip658ReceiptData;3672 readonly asLegacy: EthereumReceiptEip658ReceiptData;3680 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';3677 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';3681 }3678 }368236793683 /** @name EthereumReceiptEip658ReceiptData (427) */3680 /** @name EthereumReceiptEip658ReceiptData (451) */3684 interface EthereumReceiptEip658ReceiptData extends Struct {3681 interface EthereumReceiptEip658ReceiptData extends Struct {3685 readonly statusCode: u8;3682 readonly statusCode: u8;3686 readonly usedGas: U256;3683 readonly usedGas: U256;3687 readonly logsBloom: EthbloomBloom;3684 readonly logsBloom: EthbloomBloom;3688 readonly logs: Vec<EthereumLog>;3685 readonly logs: Vec<EthereumLog>;3689 }3686 }369036873691 /** @name EthereumBlock (428) */3688 /** @name EthereumBlock (452) */3692 interface EthereumBlock extends Struct {3689 interface EthereumBlock extends Struct {3693 readonly header: EthereumHeader;3690 readonly header: EthereumHeader;3694 readonly transactions: Vec<EthereumTransactionTransactionV2>;3691 readonly transactions: Vec<EthereumTransactionTransactionV2>;3695 readonly ommers: Vec<EthereumHeader>;3692 readonly ommers: Vec<EthereumHeader>;3696 }3693 }369736943698 /** @name EthereumHeader (429) */3695 /** @name EthereumHeader (453) */3699 interface EthereumHeader extends Struct {3696 interface EthereumHeader extends Struct {3700 readonly parentHash: H256;3697 readonly parentHash: H256;3701 readonly ommersHash: H256;3698 readonly ommersHash: H256;3714 readonly nonce: EthereumTypesHashH64;3711 readonly nonce: EthereumTypesHashH64;3715 }3712 }371637133717 /** @name EthereumTypesHashH64 (430) */3714 /** @name EthereumTypesHashH64 (454) */3718 interface EthereumTypesHashH64 extends U8aFixed {}3715 interface EthereumTypesHashH64 extends U8aFixed {}371937163720 /** @name PalletEthereumError (435) */3717 /** @name PalletEthereumError (459) */3721 interface PalletEthereumError extends Enum {3718 interface PalletEthereumError extends Enum {3722 readonly isInvalidSignature: boolean;3719 readonly isInvalidSignature: boolean;3723 readonly isPreLogExists: boolean;3720 readonly isPreLogExists: boolean;3724 readonly type: 'InvalidSignature' | 'PreLogExists';3721 readonly type: 'InvalidSignature' | 'PreLogExists';3725 }3722 }372637233727 /** @name PalletEvmCoderSubstrateError (436) */3724 /** @name PalletEvmCoderSubstrateError (460) */3728 interface PalletEvmCoderSubstrateError extends Enum {3725 interface PalletEvmCoderSubstrateError extends Enum {3729 readonly isOutOfGas: boolean;3726 readonly isOutOfGas: boolean;3730 readonly isOutOfFund: boolean;3727 readonly isOutOfFund: boolean;3731 readonly type: 'OutOfGas' | 'OutOfFund';3728 readonly type: 'OutOfGas' | 'OutOfFund';3732 }3729 }373337303734 /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (437) */3731 /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (461) */3735 interface UpDataStructsSponsorshipStateBasicCrossAccountIdRepr extends Enum {3732 interface UpDataStructsSponsorshipStateBasicCrossAccountIdRepr extends Enum {3736 readonly isDisabled: boolean;3733 readonly isDisabled: boolean;3737 readonly isUnconfirmed: boolean;3734 readonly isUnconfirmed: boolean;3741 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';3738 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';3742 }3739 }374337403744 /** @name PalletEvmContractHelpersSponsoringModeT (438) */3741 /** @name PalletEvmContractHelpersSponsoringModeT (462) */3745 interface PalletEvmContractHelpersSponsoringModeT extends Enum {3742 interface PalletEvmContractHelpersSponsoringModeT extends Enum {3746 readonly isDisabled: boolean;3743 readonly isDisabled: boolean;3747 readonly isAllowlisted: boolean;3744 readonly isAllowlisted: boolean;3748 readonly isGenerous: boolean;3745 readonly isGenerous: boolean;3749 readonly type: 'Disabled' | 'Allowlisted' | 'Generous';3746 readonly type: 'Disabled' | 'Allowlisted' | 'Generous';3750 }3747 }375137483752 /** @name PalletEvmContractHelpersError (440) */3749 /** @name PalletEvmContractHelpersError (468) */3753 interface PalletEvmContractHelpersError extends Enum {3750 interface PalletEvmContractHelpersError extends Enum {3754 readonly isNoPermission: boolean;3751 readonly isNoPermission: boolean;3755 readonly isNoPendingSponsor: boolean;3752 readonly isNoPendingSponsor: boolean;3753 readonly isTooManyMethodsHaveSponsoredLimit: boolean;3756 readonly type: 'NoPermission' | 'NoPendingSponsor';3754 readonly type: 'NoPermission' | 'NoPendingSponsor' | 'TooManyMethodsHaveSponsoredLimit';3757 }3755 }375837563759 /** @name PalletEvmMigrationError (441) */3757 /** @name PalletEvmMigrationError (469) */3760 interface PalletEvmMigrationError extends Enum {3758 interface PalletEvmMigrationError extends Enum {3761 readonly isAccountNotEmpty: boolean;3759 readonly isAccountNotEmpty: boolean;3762 readonly isAccountIsNotMigrating: boolean;3760 readonly isAccountIsNotMigrating: boolean;3763 readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating';3761 readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating';3764 }3762 }376537633766 /** @name SpRuntimeMultiSignature (443) */3764 /** @name SpRuntimeMultiSignature (471) */3767 interface SpRuntimeMultiSignature extends Enum {3765 interface SpRuntimeMultiSignature extends Enum {3768 readonly isEd25519: boolean;3766 readonly isEd25519: boolean;3769 readonly asEd25519: SpCoreEd25519Signature;3767 readonly asEd25519: SpCoreEd25519Signature;3774 readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';3772 readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';3775 }3773 }377637743777 /** @name SpCoreEd25519Signature (444) */3775 /** @name SpCoreEd25519Signature (472) */3778 interface SpCoreEd25519Signature extends U8aFixed {}3776 interface SpCoreEd25519Signature extends U8aFixed {}377937773780 /** @name SpCoreSr25519Signature (446) */3778 /** @name SpCoreSr25519Signature (474) */3781 interface SpCoreSr25519Signature extends U8aFixed {}3779 interface SpCoreSr25519Signature extends U8aFixed {}378237803783 /** @name SpCoreEcdsaSignature (447) */3781 /** @name SpCoreEcdsaSignature (475) */3784 interface SpCoreEcdsaSignature extends U8aFixed {}3782 interface SpCoreEcdsaSignature extends U8aFixed {}378537833786 /** @name FrameSystemExtensionsCheckSpecVersion (450) */3784 /** @name FrameSystemExtensionsCheckSpecVersion (478) */3787 type FrameSystemExtensionsCheckSpecVersion = Null;3785 type FrameSystemExtensionsCheckSpecVersion = Null;378837863789 /** @name FrameSystemExtensionsCheckGenesis (451) */3787 /** @name FrameSystemExtensionsCheckGenesis (479) */3790 type FrameSystemExtensionsCheckGenesis = Null;3788 type FrameSystemExtensionsCheckGenesis = Null;379137893792 /** @name FrameSystemExtensionsCheckNonce (454) */3790 /** @name FrameSystemExtensionsCheckNonce (482) */3793 interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}3791 interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}379437923795 /** @name FrameSystemExtensionsCheckWeight (455) */3793 /** @name FrameSystemExtensionsCheckWeight (483) */3796 type FrameSystemExtensionsCheckWeight = Null;3794 type FrameSystemExtensionsCheckWeight = Null;379737953798 /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (456) */3796 /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (484) */3799 interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}3797 interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}380037983801 /** @name OpalRuntimeRuntime (457) */3799 /** @name OpalRuntimeRuntime (485) */3802 type OpalRuntimeRuntime = Null;3800 type OpalRuntimeRuntime = Null;380338013804 /** @name PalletEthereumFakeTransactionFinalizer (458) */3802 /** @name PalletEthereumFakeTransactionFinalizer (486) */3805 type PalletEthereumFakeTransactionFinalizer = Null;3803 type PalletEthereumFakeTransactionFinalizer = Null;380638043807} // declare module3805} // declare module