difftreelog
Merge pull request #470 from UniqueNetwork/feature/rework-bulk-refungible-mint
in: master
Rework bulk refungible mint
26 files changed
Cargo.lockdiffbeforeafterboth572257225723[[package]]5723[[package]]5724name = "pallet-common"5724name = "pallet-common"5725version = "0.1.3"5725version = "0.1.4"5726dependencies = [5726dependencies = [5727 "ethereum",5727 "ethereum",5728 "evm-coder",5728 "evm-coder",586958695870[[package]]5870[[package]]5871name = "pallet-evm-coder-substrate"5871name = "pallet-evm-coder-substrate"5872version = "0.1.0"5872version = "0.1.1"5873dependencies = [5873dependencies = [5874 "ethereum",5874 "ethereum",5875 "evm-coder",5875 "evm-coder",588758875888[[package]]5888[[package]]5889name = "pallet-evm-contract-helpers"5889name = "pallet-evm-contract-helpers"5890version = "0.1.0"5890version = "0.1.1"5891dependencies = [5891dependencies = [5892 "evm-coder",5892 "evm-coder",5893 "fp-evm-mapping",5893 "fp-evm-mapping",618961896190[[package]]6190[[package]]6191name = "pallet-nonfungible"6191name = "pallet-nonfungible"6192version = "0.1.2"6192version = "0.1.3"6193dependencies = [6193dependencies = [6194 "ethereum",6194 "ethereum",6195 "evm-coder",6195 "evm-coder",631163116312[[package]]6312[[package]]6313name = "pallet-refungible"6313name = "pallet-refungible"6314version = "0.2.1"6314version = "0.2.2"6315dependencies = [6315dependencies = [6316 "derivative",6316 "ethereum",6317 "ethereum",6317 "evm-coder",6318 "evm-coder",6318 "frame-benchmarking",6319 "frame-benchmarking",633363346334[[package]]6335[[package]]6335name = "pallet-rmrk-core"6336name = "pallet-rmrk-core"6336version = "0.1.0"6337version = "0.1.1"6337dependencies = [6338dependencies = [6338 "derivative",6339 "derivative",6339 "frame-benchmarking",6340 "frame-benchmarking",635463556355[[package]]6356[[package]]6356name = "pallet-rmrk-equip"6357name = "pallet-rmrk-equip"6357version = "0.1.0"6358version = "0.1.1"6358dependencies = [6359dependencies = [6359 "frame-benchmarking",6360 "frame-benchmarking",6360 "frame-support",6361 "frame-support",648464856485[[package]]6486[[package]]6486name = "pallet-structure"6487name = "pallet-structure"6487version = "0.1.0"6488version = "0.1.1"6488dependencies = [6489dependencies = [6489 "frame-benchmarking",6490 "frame-benchmarking",6490 "frame-support",6491 "frame-support",662966306630[[package]]6631[[package]]6631name = "pallet-unique"6632name = "pallet-unique"6632version = "0.1.1"6633version = "0.1.2"6633dependencies = [6634dependencies = [6634 "ethereum",6635 "ethereum",6635 "evm-coder",6636 "evm-coder",127321273312733[[package]]12734[[package]]12734name = "up-data-structs"12735name = "up-data-structs"12735version = "0.2.0"12736version = "0.2.1"12736dependencies = [12737dependencies = [12737 "derivative",12738 "derivative",12738 "frame-support",12739 "frame-support",127501275112751[[package]]12752[[package]]12752name = "up-rpc"12753name = "up-rpc"12753version = "0.1.1"12754version = "0.1.2"12754dependencies = [12755dependencies = [12755 "pallet-common",12756 "pallet-common",12756 "pallet-evm",12757 "pallet-evm",pallets/common/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-common"2name = "pallet-common"3version = "0.1.3"3version = "0.1.4"4license = "GPLv3"4license = "GPLv3"5edition = "2021"5edition = "2021"66pallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-evm-coder-substrate"2name = "pallet-evm-coder-substrate"3version = "0.1.0"3version = "0.1.1"4license = "GPLv3"4license = "GPLv3"5edition = "2021"5edition = "2021"66pallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-evm-contract-helpers"2name = "pallet-evm-contract-helpers"3version = "0.1.0"3version = "0.1.1"4license = "GPLv3"4license = "GPLv3"5edition = "2021"5edition = "2021"66pallets/inflation/Cargo.tomldiffbeforeafterboth9license = 'GPLv3'9license = 'GPLv3'10name = 'pallet-inflation'10name = 'pallet-inflation'11repository = 'https://github.com/UniqueNetwork/unique-chain'11repository = 'https://github.com/UniqueNetwork/unique-chain'12version = '0.1.0'12version = "0.1.0"131314[package.metadata.docs.rs]14[package.metadata.docs.rs]15targets = ['x86_64-unknown-linux-gnu']15targets = ['x86_64-unknown-linux-gnu']pallets/nonfungible/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-nonfungible"2name = "pallet-nonfungible"3version = "0.1.2"3version = "0.1.3"4license = "GPLv3"4license = "GPLv3"5edition = "2021"5edition = "2021"66pallets/proxy-rmrk-core/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-rmrk-core"2name = "pallet-rmrk-core"3version = "0.1.0"3version = "0.1.1"4license = "GPLv3"4license = "GPLv3"5edition = "2021"5edition = "2021"66pallets/proxy-rmrk-equip/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-rmrk-equip"2name = "pallet-rmrk-equip"3version = "0.1.0"3version = "0.1.1"4license = "GPLv3"4license = "GPLv3"5edition = "2021"5edition = "2021"66pallets/refungible/CHANGELOG.mddiffbeforeafterboth223All notable changes to this project will be documented in this file.3All notable changes to this project will be documented in this file.445<!-- bureaucrate goes here -->6## [v0.2.2] 2022-08-0478### Product changes910- Now RefungibleMultipleItems may only receive single user on type level.1112### Added features1314- Implement property RPC 7bf45b532e32daa91f03c157b58874d21b42ae1f1516### Other changes1718- refactor: Disallow invalid bulk mints 53fec71cf728dddd012257b407ea30441e699f881920`create_multiple_items_ex` was allowing invalid (that will be always21rejected at runtime level) refungible mint extrinsics, by passing22multiple users into `RefungibleMultipleItems` call.235## [v0.2.1] - 2022-07-2724## [v0.2.1] - 2022-07-276257### New features26### New featurespallets/refungible/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-refungible"2name = "pallet-refungible"3version = "0.2.1"3version = "0.2.2"4license = "GPLv3"4license = "GPLv3"5edition = "2021"5edition = "2021"6628sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }28sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }29sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }29sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }30sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }30sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }31derivative = { version = "2.2.0", features = ["use_core"] }313232[features]33[features]33default = ["std"]34default = ["std"]pallets/refungible/src/common.rsdiffbeforeafterboth19use sp_std::collections::btree_map::BTreeMap;19use sp_std::collections::btree_map::BTreeMap;20use frame_support::{dispatch::DispatchResultWithPostInfo, ensure, fail, weights::Weight, traits::Get};20use frame_support::{dispatch::DispatchResultWithPostInfo, ensure, fail, weights::Weight, traits::Get};21use up_data_structs::{21use up_data_structs::{22 CollectionId, TokenId, CreateItemExData, CreateRefungibleExData, budget::Budget, Property,22 CollectionId, TokenId, CreateItemExData, budget::Budget, Property, PropertyKey, PropertyValue,23 PropertyKey, PropertyValue, PropertyKeyPermission, CreateItemData, CollectionPropertiesVec,23 PropertyKeyPermission, CollectionPropertiesVec, CreateRefungibleExMultipleOwners,24 CreateRefungibleExSingleOwner,24};25};25use pallet_common::{26use pallet_common::{26 CommonCollectionOperations, CommonWeightInfo, RefungibleExtensions, with_weight,27 CommonCollectionOperations, CommonWeightInfo, RefungibleExtensions, with_weight,323333use crate::{34use crate::{34 AccountBalance, Allowance, Balance, Config, Error, Owned, Pallet, RefungibleHandle,35 AccountBalance, Allowance, Balance, Config, Error, Owned, Pallet, RefungibleHandle,35 SelfWeightOf, TokenData, weights::WeightInfo, TokensMinted, TotalSupply,36 SelfWeightOf, weights::WeightInfo, TokensMinted, TotalSupply, CreateItemData,36};37};373838macro_rules! max_weight_of {39macro_rules! max_weight_of {58 <SelfWeightOf<T>>::create_item()59 <SelfWeightOf<T>>::create_item()59 }60 }606161 fn create_multiple_items(data: &[CreateItemData]) -> Weight {62 fn create_multiple_items(data: &[up_data_structs::CreateItemData]) -> Weight {62 <SelfWeightOf<T>>::create_multiple_items(data.len() as u32).saturating_add(63 <SelfWeightOf<T>>::create_multiple_items(data.len() as u32).saturating_add(63 data.iter()64 data.iter()64 .map(|data| match data {65 .map(|data| match data {65 CreateItemData::ReFungible(rft_data) => {66 up_data_structs::CreateItemData::ReFungible(rft_data) => {66 properties_weight::<T>(&rft_data.properties)67 properties_weight::<T>(&rft_data.properties)67 }68 }68 _ => 0,69 _ => 0,152fn map_create_data<T: Config>(153fn map_create_data<T: Config>(153 data: up_data_structs::CreateItemData,154 data: up_data_structs::CreateItemData,154 to: &T::CrossAccountId,155 to: &T::CrossAccountId,155) -> Result<CreateRefungibleExData<T::CrossAccountId>, DispatchError> {156) -> Result<CreateItemData<T::CrossAccountId>, DispatchError> {156 match data {157 match data {157 up_data_structs::CreateItemData::ReFungible(data) => Ok(CreateRefungibleExData {158 up_data_structs::CreateItemData::ReFungible(data) => Ok(CreateItemData {158 users: {159 users: {159 let mut out = BTreeMap::new();160 let mut out = BTreeMap::new();160 out.insert(to.clone(), data.pieces);161 out.insert(to.clone(), data.pieces);214 ) -> DispatchResultWithPostInfo {215 ) -> DispatchResultWithPostInfo {215 let weight = <CommonWeights<T>>::create_multiple_items_ex(&data);216 let weight = <CommonWeights<T>>::create_multiple_items_ex(&data);216 let data = match data {217 let data = match data {217 CreateItemExData::RefungibleMultipleOwners(r) => vec![r],218 CreateItemExData::RefungibleMultipleOwners(CreateRefungibleExMultipleOwners {219 users,220 properties,221 }) => vec![CreateItemData { users, properties }],218 CreateItemExData::RefungibleMultipleItems(r)222 CreateItemExData::RefungibleMultipleItems(r) => r223 .into_inner()224 .into_iter()219 if r.iter().all(|i| i.users.len() == 1) =>225 .map(220 {226 |CreateRefungibleExSingleOwner {227 user,228 pieces,229 properties,230 }| CreateItemData {231 users: BTreeMap::from([(user, pieces)])232 .try_into()233 .expect("limit >= 1"),234 properties,235 },236 )221 r.into_inner()237 .collect(),222 }223 _ => fail!(<Error<T>>::NotRefungibleDataUsedToMintFungibleCollectionToken),238 _ => fail!(<Error<T>>::NotRefungibleDataUsedToMintFungibleCollectionToken),224 };239 };225240442 <Pallet<T>>::token_owners(self.id, token).unwrap_or_default()457 <Pallet<T>>::token_owners(self.id, token).unwrap_or_default()443 }458 }444459445 fn token_property(&self, _token_id: TokenId, _key: &PropertyKey) -> Option<PropertyValue> {460 fn token_property(&self, token_id: TokenId, key: &PropertyKey) -> Option<PropertyValue> {446 None461 <Pallet<T>>::token_properties((self.id, token_id))462 .get(key)463 .cloned()447 }464 }448465449 fn token_properties(466 fn token_properties(&self, token_id: TokenId, keys: Option<Vec<PropertyKey>>) -> Vec<Property> {450 &self,451 _token_id: TokenId,452 _keys: Option<Vec<PropertyKey>>,453 ) -> Vec<Property> {454 Vec::new()467 let properties = <Pallet<T>>::token_properties((self.id, token_id));468469 keys.map(|keys| {470 keys.into_iter()471 .filter_map(|key| {472 properties.get(&key).map(|value| Property {473 key,474 value: value.clone(),475 })476 })477 .collect()478 })479 .unwrap_or_else(|| {480 properties481 .into_iter()482 .map(|(key, value)| Property { key, value })483 .collect()484 })455 }485 }456486457 fn total_supply(&self) -> u32 {487 fn total_supply(&self) -> u32 {pallets/refungible/src/erc.rsdiffbeforeafterboth27 convert::TryInto,27 convert::TryInto,28};28};29use evm_coder::{ToLog, execution::*, generate_stubgen, solidity, solidity_interface, types::*, weight};29use evm_coder::{ToLog, execution::*, generate_stubgen, solidity, solidity_interface, types::*, weight};30use frame_support::{BoundedBTreeMap, BoundedVec};30use frame_support::BoundedBTreeMap;31use pallet_common::{31use pallet_common::{32 CollectionHandle, CollectionPropertyPermissions,32 CollectionHandle, CollectionPropertyPermissions,33 erc::{33 erc::{494 <Pallet<T>>::create_item(494 <Pallet<T>>::create_item(495 self,495 self,496 &caller,496 &caller,497 CreateItemData::<T> {497 CreateItemData::<T::CrossAccountId> {498 users,498 users,499 properties: CollectionPropertiesVec::default(),499 properties: CollectionPropertiesVec::default(),500 },500 },560 <Pallet<T>>::create_item(560 <Pallet<T>>::create_item(561 self,561 self,562 &caller,562 &caller,563 CreateItemData::<T> { users, properties },563 CreateItemData::<T::CrossAccountId> { users, properties },564 &budget,564 &budget,565 )565 )566 .map_err(dispatch_to_evm::<T>)?;566 .map_err(dispatch_to_evm::<T>)?;717 .collect::<BTreeMap<_, _>>()717 .collect::<BTreeMap<_, _>>()718 .try_into()718 .try_into()719 .unwrap();719 .unwrap();720 let create_item_data = CreateItemData::<T> {720 let create_item_data = CreateItemData::<T::CrossAccountId> {721 users,721 users,722 properties: CollectionPropertiesVec::default(),722 properties: CollectionPropertiesVec::default(),723 };723 };777 })777 })778 .map_err(|e| Error::Revert(alloc::format!("Can't add property: {:?}", e)))?;778 .map_err(|e| Error::Revert(alloc::format!("Can't add property: {:?}", e)))?;779779780 let create_item_data = CreateItemData::<T> {780 let create_item_data = CreateItemData::<T::CrossAccountId> {781 users: users.clone(),781 users: users.clone(),782 properties,782 properties,783 };783 };pallets/refungible/src/lib.rsdiffbeforeafterboth94use core::ops::Deref;94use core::ops::Deref;95use evm_coder::ToLog;95use evm_coder::ToLog;96use frame_support::{BoundedVec, ensure, fail, storage::with_transaction, transactional};96use frame_support::{97 BoundedVec, ensure, fail, storage::with_transaction, transactional, pallet_prelude::ConstU32,98};97use pallet_evm::{account::CrossAccountId, Pallet as PalletEvm};99use pallet_evm::{account::CrossAccountId, Pallet as PalletEvm};98use pallet_evm_coder_substrate::WithRecorder;100use pallet_evm_coder_substrate::WithRecorder;106use sp_runtime::{ArithmeticError, DispatchError, DispatchResult, TransactionOutcome};108use sp_runtime::{ArithmeticError, DispatchError, DispatchResult, TransactionOutcome};107use sp_std::{vec::Vec, vec, collections::btree_map::BTreeMap};109use sp_std::{vec::Vec, vec, collections::btree_map::BTreeMap};108use up_data_structs::{110use up_data_structs::{109 AccessMode, budget::Budget, CollectionId, CreateCollectionData, CreateRefungibleExData,111 AccessMode, budget::Budget, CollectionId, CreateCollectionData, CustomDataLimit,110 CustomDataLimit, mapping::TokenAddressMapping, MAX_REFUNGIBLE_PIECES, TokenId, Property,112 mapping::TokenAddressMapping, MAX_REFUNGIBLE_PIECES, MAX_ITEMS_PER_BATCH, TokenId, Property,111 PropertyKey, PropertyKeyPermission, PropertyPermission, PropertyScope, PropertyValue,113 PropertyKey, PropertyKeyPermission, PropertyPermission, PropertyScope, PropertyValue,112 TrySetProperty,114 TrySetProperty, CollectionPropertiesVec,113};115};116use frame_support::BoundedBTreeMap;117use derivative::Derivative;114118115pub use pallet::*;119pub use pallet::*;116#[cfg(feature = "runtime-benchmarks")]120#[cfg(feature = "runtime-benchmarks")]120pub mod erc_token;124pub mod erc_token;121pub mod weights;125pub mod weights;122126127#[derive(Derivative, Clone)]123pub type CreateItemData<T> =128pub struct CreateItemData<CrossAccountId> {129 #[derivative(Debug(format_with = "bounded::map_debug"))]124 CreateRefungibleExData<<T as pallet_evm::account::Config>::CrossAccountId>;130 pub users: BoundedBTreeMap<CrossAccountId, u128, ConstU32<MAX_ITEMS_PER_BATCH>>,131 #[derivative(Debug(format_with = "bounded::vec_debug"))]132 pub properties: CollectionPropertiesVec,133}125pub(crate) type SelfWeightOf<T> = <T as Config>::WeightInfo;134pub(crate) type SelfWeightOf<T> = <T as Config>::WeightInfo;126135127/// Token data, stored independently from other data used to describe it136/// Token data, stored independently from other data used to describe it873 pub fn create_multiple_items(882 pub fn create_multiple_items(874 collection: &RefungibleHandle<T>,883 collection: &RefungibleHandle<T>,875 sender: &T::CrossAccountId,884 sender: &T::CrossAccountId,876 data: Vec<CreateItemData<T>>,885 data: Vec<CreateItemData<T::CrossAccountId>>,877 nesting_budget: &dyn Budget,886 nesting_budget: &dyn Budget,878 ) -> DispatchResult {887 ) -> DispatchResult {879 if !collection.is_owner_or_admin(sender) {888 if !collection.is_owner_or_admin(sender) {1213 pub fn create_item(1222 pub fn create_item(1214 collection: &RefungibleHandle<T>,1223 collection: &RefungibleHandle<T>,1215 sender: &T::CrossAccountId,1224 sender: &T::CrossAccountId,1216 data: CreateItemData<T>,1225 data: CreateItemData<T::CrossAccountId>,1217 nesting_budget: &dyn Budget,1226 nesting_budget: &dyn Budget,1218 ) -> DispatchResult {1227 ) -> DispatchResult {1219 Self::create_multiple_items(collection, sender, vec![data], nesting_budget)1228 Self::create_multiple_items(collection, sender, vec![data], nesting_budget)pallets/structure/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "pallet-structure"2name = "pallet-structure"3version = "0.1.0"3version = "0.1.1"4edition = "2021"4edition = "2021"556[dependencies]6[dependencies]pallets/unique/Cargo.tomldiffbeforeafterboth9license = 'GPLv3'9license = 'GPLv3'10name = 'pallet-unique'10name = 'pallet-unique'11repository = 'https://github.com/UniqueNetwork/unique-chain'11repository = 'https://github.com/UniqueNetwork/unique-chain'12version = '0.1.1'12version = "0.1.2"131314[package.metadata.docs.rs]14[package.metadata.docs.rs]15targets = ['x86_64-unknown-linux-gnu']15targets = ['x86_64-unknown-linux-gnu']primitives/data-structs/CHANGELOG.mddiffbeforeafterboth223All notable changes to this project will be documented in this file.3All notable changes to this project will be documented in this file.445<!-- bureaucrate goes here -->6## [v0.2.1] 2022-08-0478### Product changes910- Now RefungibleMultipleItems may only receive single user on type level.1112### Other changes1314- refactor: Disallow invalid bulk mints 53fec71cf728dddd012257b407ea30441e699f881516`create_multiple_items_ex` was allowing invalid (that will be always17rejected at runtime level) refungible mint extrinsics, by passing18multiple users into `RefungibleMultipleItems` call.195## [v0.2.0] - 2022-08-0120## [v0.2.0] - 2022-08-016### Deprecated21### Deprecated7- `CreateReFungibleData::const_data`22- `CreateReFungibleData::const_data`11- Type aliases `CollectionName`, `CollectionDescription`, `CollectionTokenPrefix`26- Type aliases `CollectionName`, `CollectionDescription`, `CollectionTokenPrefix`12## [v0.1.1] - 2022-07-2227## [v0.1.1] - 2022-07-2213### Added28### Added14- Аields with properties to `CreateReFungibleData` and `CreateRefungibleExData`.29- Аields with properties to `CreateReFungibleData` and `CreateRefungibleExData`.30primitives/data-structs/Cargo.tomldiffbeforeafterboth6license = 'GPLv3'6license = 'GPLv3'7homepage = "https://unique.network"7homepage = "https://unique.network"8repository = 'https://github.com/UniqueNetwork/unique-chain'8repository = 'https://github.com/UniqueNetwork/unique-chain'9version = '0.2.0'9version = "0.2.1"101011[dependencies]11[dependencies]12scale-info = { version = "2.0.1", default-features = false, features = [12scale-info = { version = "2.0.1", default-features = false, features = [primitives/data-structs/src/lib.rsdiffbeforeafterboth826/// Extended data for create ReFungible item.826/// Extended data for create ReFungible item.827#[derive(Encode, Decode, MaxEncodedLen, PartialEq, Clone, TypeInfo, Derivative)]827#[derive(Encode, Decode, MaxEncodedLen, PartialEq, Clone, TypeInfo, Derivative)]828#[derivative(Debug(bound = "CrossAccountId: fmt::Debug + Ord"))]828#[derivative(Debug(bound = "CrossAccountId: fmt::Debug + Ord"))]829pub struct CreateRefungibleExData<CrossAccountId> {829pub struct CreateRefungibleExMultipleOwners<CrossAccountId> {830 #[derivative(Debug(format_with = "bounded::map_debug"))]830 #[derivative(Debug(format_with = "bounded::map_debug"))]831 pub users: BoundedBTreeMap<CrossAccountId, u128, ConstU32<MAX_ITEMS_PER_BATCH>>,831 pub users: BoundedBTreeMap<CrossAccountId, u128, ConstU32<MAX_ITEMS_PER_BATCH>>,832 #[derivative(Debug(format_with = "bounded::vec_debug"))]832 #[derivative(Debug(format_with = "bounded::vec_debug"))]833 pub properties: CollectionPropertiesVec,833 pub properties: CollectionPropertiesVec,834}834}835836/// Extended data for create ReFungible item.837#[derive(Encode, Decode, MaxEncodedLen, PartialEq, Clone, TypeInfo, Derivative)]838#[derivative(Debug(bound = "CrossAccountId: fmt::Debug"))]839pub struct CreateRefungibleExSingleOwner<CrossAccountId> {840 pub user: CrossAccountId,841 pub pieces: u128,842 #[derivative(Debug(format_with = "bounded::vec_debug"))]843 pub properties: CollectionPropertiesVec,844}835845836/// Unified extended data for creating item.846/// Unified extended data for creating item.837#[derive(Encode, Decode, MaxEncodedLen, PartialEq, Clone, TypeInfo, Derivative)]847#[derive(Encode, Decode, MaxEncodedLen, PartialEq, Clone, TypeInfo, Derivative)]853 /// many tokens, each may have only one owner863 /// many tokens, each may have only one owner854 RefungibleMultipleItems(864 RefungibleMultipleItems(855 #[derivative(Debug(format_with = "bounded::vec_debug"))]865 #[derivative(Debug(format_with = "bounded::vec_debug"))]856 BoundedVec<CreateRefungibleExData<CrossAccountId>, ConstU32<MAX_ITEMS_PER_BATCH>>,866 BoundedVec<CreateRefungibleExSingleOwner<CrossAccountId>, ConstU32<MAX_ITEMS_PER_BATCH>>,857 ),867 ),858868859 /// Extended data for create ReFungible item in case of869 /// Extended data for create ReFungible item in case of860 /// single token, which may have many owners870 /// single token, which may have many owners861 RefungibleMultipleOwners(CreateRefungibleExData<CrossAccountId>),871 RefungibleMultipleOwners(CreateRefungibleExMultipleOwners<CrossAccountId>),862}872}863873864impl From<CreateNftData> for CreateItemData {874impl From<CreateNftData> for CreateItemData {primitives/rmrk-traits/Cargo.tomldiffbeforeafterboth6license = 'GPLv3'6license = 'GPLv3'7homepage = "https://unique.network"7homepage = "https://unique.network"8repository = 'https://github.com/UniqueNetwork/unique-chain'8repository = 'https://github.com/UniqueNetwork/unique-chain'9version = '0.1.0'9version = "0.1.0"101011[dependencies]11[dependencies]12scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }12scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }primitives/rpc/Cargo.tomldiffbeforeafterboth1[package]1[package]2name = "up-rpc"2name = "up-rpc"3version = "0.1.1"3version = "0.1.2"4license = "GPLv3"4license = "GPLv3"5edition = "2021"5edition = "2021"66tests/src/createMultipleItemsEx.test.tsdiffbeforeafterboth161617import {expect} from 'chai';17import {expect} from 'chai';18import usingApi, {executeTransaction} from './substrate/substrate-api';18import usingApi, {executeTransaction} from './substrate/substrate-api';19import {addCollectionAdminExpectSuccess, createCollectionExpectSuccess, createCollectionWithPropsExpectSuccess, getBalance, getLastTokenId} from './util/helpers';19import {addCollectionAdminExpectSuccess, createCollectionExpectSuccess, createCollectionWithPropsExpectSuccess, getBalance, getLastTokenId, getTokenProperties} from './util/helpers';202021describe('Integration Test: createMultipleItemsEx', () => {21describe.only('Integration Test: createMultipleItemsEx', () => {22 it('can initialize multiple NFT with different owners', async () => {22 it('can initialize multiple NFT with different owners', async () => {23 const collection = await createCollectionExpectSuccess({mode: {type: 'NFT'}});23 const collection = await createCollectionExpectSuccess({mode: {type: 'NFT'}});24 await usingApi(async (api, privateKeyWrapper) => {24 await usingApi(async (api, privateKeyWrapper) => {134 const alice = privateKeyWrapper('//Alice');134 const alice = privateKeyWrapper('//Alice');135 const bob = privateKeyWrapper('//Bob');135 const bob = privateKeyWrapper('//Bob');136137 const users = new Map();138 users.set(JSON.stringify({Substrate: alice.address}), 50);139 users.set(JSON.stringify({Substrate: bob.address}), 100);140136141 await executeTransaction(api, alice, api.tx.unique.createMultipleItemsEx(collection, {137 await executeTransaction(api, alice, api.tx.unique.createMultipleItemsEx(collection, {142 Fungible: users,138 Fungible: new Map([139 [JSON.stringify({Substrate: alice.address}), 50],140 [JSON.stringify({Substrate: bob.address}), 100],141 ]),143 }));142 }));144143145 expect(await getBalance(api, collection, alice.address, 0)).to.equal(50n);144 expect(await getBalance(api, collection, alice.address, 0)).to.equal(50n);148 });147 });149148150 it('can initialize an RFT with multiple owners', async () => {149 it('can initialize an RFT with multiple owners', async () => {151 const collection = await createCollectionExpectSuccess({mode: {type: 'ReFungible'}});152 await usingApi(async (api, privateKeyWrapper) => {150 await usingApi(async (api, privateKeyWrapper) => {153 const alice = privateKeyWrapper('//Alice');151 const alice = privateKeyWrapper('//Alice');154 const bob = privateKeyWrapper('//Bob');152 const bob = privateKeyWrapper('//Bob');155156 const users = new Map();153 const collection = await createCollectionExpectSuccess({mode: {type: 'ReFungible'}});157 users.set(JSON.stringify({Substrate: alice.address}), 1);158 users.set(JSON.stringify({Substrate: bob.address}), 2);154 await executeTransaction(155 api,156 alice,157 api.tx.unique.setTokenPropertyPermissions(collection, [{key: 'data', permission: {tokenOwner: true}}]),158 );159159160 await executeTransaction(api, alice, api.tx.unique.createMultipleItemsEx(collection, {160 await executeTransaction(api, alice, api.tx.unique.createMultipleItemsEx(collection, {161 RefungibleMultipleOwners: {161 RefungibleMultipleOwners: {162 users: users,162 users: new Map([163 [JSON.stringify({Substrate: alice.address}), 1],164 [JSON.stringify({Substrate: bob.address}), 2],165 ]),166 properties: [167 {key: 'data', value: 'testValue'},168 ],163 },169 },164 }));170 }));165 171168174169 expect(await getBalance(api, collection, alice.address, 1)).to.be.equal(1n);175 expect(await getBalance(api, collection, alice.address, 1)).to.be.equal(1n);170 expect(await getBalance(api, collection, bob.address, 1)).to.be.equal(2n);176 expect(await getBalance(api, collection, bob.address, 1)).to.be.equal(2n);177 expect((await getTokenProperties(api, collection, 1, ['data']))[0].value).to.be.equal('testValue');171 });178 });172 });179 });173180174 it('can initialize multiple RFTs with the same owner', async () => {181 it('can initialize multiple RFTs with the same owner', async () => {175 const collection = await createCollectionExpectSuccess({mode: {type: 'ReFungible'}});176 await usingApi(async (api, privateKeyWrapper) => {182 await usingApi(async (api, privateKeyWrapper) => {177 const alice = privateKeyWrapper('//Alice');183 const alice = privateKeyWrapper('//Alice');178179 const item1User = new Map();184 const collection = await createCollectionExpectSuccess({mode: {type: 'ReFungible'}});180 item1User.set(JSON.stringify({Substrate: alice.address}), 1);181182 const item2User = new Map();183 item2User.set(JSON.stringify({Substrate: alice.address}), 3);185 await executeTransaction(186 api,187 alice,188 api.tx.unique.setTokenPropertyPermissions(collection, [{key: 'data', permission: {tokenOwner: true}}]),189 );184190185 await executeTransaction(api, alice, api.tx.unique.createMultipleItemsEx(collection, {191 await executeTransaction(api, alice, api.tx.unique.createMultipleItemsEx(collection, {186 RefungibleMultipleItems: [192 RefungibleMultipleItems: [187 {users: item1User},193 {194 user: {Substrate: alice.address}, pieces: 1,195 properties: [196 {key: 'data', value: 'testValue1'},197 ],198 },188 {users: item2User},199 {200 user: {Substrate: alice.address}, pieces: 3,201 properties: [202 {key: 'data', value: 'testValue2'},203 ],204 },189 ],205 ],190 }));206 }));194210195 expect(await getBalance(api, collection, alice.address, 1)).to.be.equal(1n);211 expect(await getBalance(api, collection, alice.address, 1)).to.be.equal(1n);196 expect(await getBalance(api, collection, alice.address, 2)).to.be.equal(3n);212 expect(await getBalance(api, collection, alice.address, 2)).to.be.equal(3n);213 expect((await getTokenProperties(api, collection, 1, ['data']))[0].value).to.be.equal('testValue1');214 expect((await getTokenProperties(api, collection, 2, ['data']))[0].value).to.be.equal('testValue2');197 });215 });198 });216 });199});217});tests/src/interfaces/augment-types.tsdiffbeforeafterboth1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */2/* eslint-disable */334import 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, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, 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, 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, UpDataStructsCreateRefungibleExData, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipState, 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 './default';4import 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, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, 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, 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, UpDataStructsSponsorshipState, 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 './default';5import type { Data, StorageKey } from '@polkadot/types';5import type { Data, StorageKey } from '@polkadot/types';6import type { BitVec, Bool, Bytes, I128, I16, I256, I32, I64, I8, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';6import type { BitVec, Bool, Bytes, I128, I16, I256, I32, I64, I8, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';7import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';7import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';1216 UpDataStructsCreateNftData: UpDataStructsCreateNftData;1216 UpDataStructsCreateNftData: UpDataStructsCreateNftData;1217 UpDataStructsCreateNftExData: UpDataStructsCreateNftExData;1217 UpDataStructsCreateNftExData: UpDataStructsCreateNftExData;1218 UpDataStructsCreateReFungibleData: UpDataStructsCreateReFungibleData;1218 UpDataStructsCreateReFungibleData: UpDataStructsCreateReFungibleData;1219 UpDataStructsCreateRefungibleExData: UpDataStructsCreateRefungibleExData;1219 UpDataStructsCreateRefungibleExMultipleOwners: UpDataStructsCreateRefungibleExMultipleOwners;1220 UpDataStructsCreateRefungibleExSingleOwner: UpDataStructsCreateRefungibleExSingleOwner;1220 UpDataStructsNestingPermissions: UpDataStructsNestingPermissions;1221 UpDataStructsNestingPermissions: UpDataStructsNestingPermissions;1221 UpDataStructsOwnerRestrictedSet: UpDataStructsOwnerRestrictedSet;1222 UpDataStructsOwnerRestrictedSet: UpDataStructsOwnerRestrictedSet;1222 UpDataStructsProperties: UpDataStructsProperties;1223 UpDataStructsProperties: UpDataStructsProperties;tests/src/interfaces/default/types.tsdiffbeforeafterboth2439 readonly isFungible: boolean;2439 readonly isFungible: boolean;2440 readonly asFungible: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr,u128>;2440 readonly asFungible: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr,u128>;2441 readonly isRefungibleMultipleItems: boolean;2441 readonly isRefungibleMultipleItems: boolean;2442 readonly asRefungibleMultipleItems: Vec<UpDataStructsCreateRefungibleExData>;2442 readonly asRefungibleMultipleItems: Vec<UpDataStructsCreateRefungibleExSingleOwner>;2443 readonly isRefungibleMultipleOwners: boolean;2443 readonly isRefungibleMultipleOwners: boolean;2444 readonly asRefungibleMultipleOwners: UpDataStructsCreateRefungibleExData;2444 readonly asRefungibleMultipleOwners: UpDataStructsCreateRefungibleExMultipleOwners;2445 readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';2445 readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';2446}2446}244724472462 readonly properties: Vec<UpDataStructsProperty>;2462 readonly properties: Vec<UpDataStructsProperty>;2463}2463}246424642465/** @name UpDataStructsCreateRefungibleExData */2465/** @name UpDataStructsCreateRefungibleExMultipleOwners */2466export interface UpDataStructsCreateRefungibleExData extends Struct {2466export interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {2467 readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;2467 readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;2468 readonly properties: Vec<UpDataStructsProperty>;2468 readonly properties: Vec<UpDataStructsProperty>;2469}2469}24702471/** @name UpDataStructsCreateRefungibleExSingleOwner */2472export interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {2473 readonly user: PalletEvmAccountBasicCrossAccountIdRepr;2474 readonly pieces: u128;2475 readonly properties: Vec<UpDataStructsProperty>;2476}247024772471/** @name UpDataStructsNestingPermissions */2478/** @name UpDataStructsNestingPermissions */2472export interface UpDataStructsNestingPermissions extends Struct {2479export interface UpDataStructsNestingPermissions extends Struct {tests/src/interfaces/lookup.tsdiffbeforeafterboth1511 _enum: {1511 _enum: {1512 NFT: 'Vec<UpDataStructsCreateNftExData>',1512 NFT: 'Vec<UpDataStructsCreateNftExData>',1513 Fungible: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',1513 Fungible: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',1514 RefungibleMultipleItems: 'Vec<UpDataStructsCreateRefungibleExData>',1514 RefungibleMultipleItems: 'Vec<UpDataStructsCreateRefungibleExSingleOwner>',1515 RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExData'1515 RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExMultipleOwners'1516 }1516 }1517 },1517 },1518 /**1518 /**1522 properties: 'Vec<UpDataStructsProperty>',1522 properties: 'Vec<UpDataStructsProperty>',1523 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'1523 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'1524 },1524 },1525 /**1525 /**1526 * Lookup201: up_data_structs::CreateRefungibleExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1526 * Lookup201: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1527 **/1527 **/1528 UpDataStructsCreateRefungibleExSingleOwner: {1529 user: 'PalletEvmAccountBasicCrossAccountIdRepr',1530 pieces: 'u128',1531 properties: 'Vec<UpDataStructsProperty>'1532 },1533 /**1534 * Lookup203: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>1535 **/1528 UpDataStructsCreateRefungibleExData: {1536 UpDataStructsCreateRefungibleExMultipleOwners: {1529 users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',1537 users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',1530 properties: 'Vec<UpDataStructsProperty>'1538 properties: 'Vec<UpDataStructsProperty>'1531 },1539 },1532 /**1540 /**1533 * Lookup203: pallet_unique_scheduler::pallet::Call<T>1541 * Lookup204: pallet_unique_scheduler::pallet::Call<T>1534 **/1542 **/1535 PalletUniqueSchedulerCall: {1543 PalletUniqueSchedulerCall: {1536 _enum: {1544 _enum: {1537 schedule_named: {1545 schedule_named: {1553 }1561 }1554 }1562 }1555 },1563 },1556 /**1564 /**1557 * Lookup205: frame_support::traits::schedule::MaybeHashed<opal_runtime::Call, primitive_types::H256>1565 * Lookup206: frame_support::traits::schedule::MaybeHashed<opal_runtime::Call, primitive_types::H256>1558 **/1566 **/1559 FrameSupportScheduleMaybeHashed: {1567 FrameSupportScheduleMaybeHashed: {1560 _enum: {1568 _enum: {1561 Value: 'Call',1569 Value: 'Call',1562 Hash: 'H256'1570 Hash: 'H256'1563 }1571 }1564 },1572 },1565 /**1573 /**1566 * Lookup206: pallet_template_transaction_payment::Call<T>1574 * Lookup207: pallet_template_transaction_payment::Call<T>1567 **/1575 **/1568 PalletTemplateTransactionPaymentCall: 'Null',1576 PalletTemplateTransactionPaymentCall: 'Null',1569 /**1577 /**1570 * Lookup207: pallet_structure::pallet::Call<T>1578 * Lookup208: pallet_structure::pallet::Call<T>1571 **/1579 **/1572 PalletStructureCall: 'Null',1580 PalletStructureCall: 'Null',1573 /**1581 /**1574 * Lookup208: pallet_rmrk_core::pallet::Call<T>1582 * Lookup209: pallet_rmrk_core::pallet::Call<T>1575 **/1583 **/1576 PalletRmrkCoreCall: {1584 PalletRmrkCoreCall: {1577 _enum: {1585 _enum: {1578 create_collection: {1586 create_collection: {1661 }1669 }1662 }1670 }1663 },1671 },1664 /**1672 /**1665 * Lookup214: rmrk_traits::resource::ResourceTypes<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>1673 * Lookup215: rmrk_traits::resource::ResourceTypes<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>1666 **/1674 **/1667 RmrkTraitsResourceResourceTypes: {1675 RmrkTraitsResourceResourceTypes: {1668 _enum: {1676 _enum: {1669 Basic: 'RmrkTraitsResourceBasicResource',1677 Basic: 'RmrkTraitsResourceBasicResource',1670 Composable: 'RmrkTraitsResourceComposableResource',1678 Composable: 'RmrkTraitsResourceComposableResource',1671 Slot: 'RmrkTraitsResourceSlotResource'1679 Slot: 'RmrkTraitsResourceSlotResource'1672 }1680 }1673 },1681 },1674 /**1682 /**1675 * Lookup216: rmrk_traits::resource::BasicResource<frame_support::storage::bounded_vec::BoundedVec<T, S>>1683 * Lookup217: rmrk_traits::resource::BasicResource<frame_support::storage::bounded_vec::BoundedVec<T, S>>1676 **/1684 **/1677 RmrkTraitsResourceBasicResource: {1685 RmrkTraitsResourceBasicResource: {1678 src: 'Option<Bytes>',1686 src: 'Option<Bytes>',1679 metadata: 'Option<Bytes>',1687 metadata: 'Option<Bytes>',1680 license: 'Option<Bytes>',1688 license: 'Option<Bytes>',1681 thumb: 'Option<Bytes>'1689 thumb: 'Option<Bytes>'1682 },1690 },1683 /**1691 /**1684 * Lookup218: rmrk_traits::resource::ComposableResource<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>1692 * Lookup219: rmrk_traits::resource::ComposableResource<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>1685 **/1693 **/1686 RmrkTraitsResourceComposableResource: {1694 RmrkTraitsResourceComposableResource: {1687 parts: 'Vec<u32>',1695 parts: 'Vec<u32>',1688 base: 'u32',1696 base: 'u32',1691 license: 'Option<Bytes>',1699 license: 'Option<Bytes>',1692 thumb: 'Option<Bytes>'1700 thumb: 'Option<Bytes>'1693 },1701 },1694 /**1702 /**1695 * Lookup219: rmrk_traits::resource::SlotResource<frame_support::storage::bounded_vec::BoundedVec<T, S>>1703 * Lookup220: rmrk_traits::resource::SlotResource<frame_support::storage::bounded_vec::BoundedVec<T, S>>1696 **/1704 **/1697 RmrkTraitsResourceSlotResource: {1705 RmrkTraitsResourceSlotResource: {1698 base: 'u32',1706 base: 'u32',1699 src: 'Option<Bytes>',1707 src: 'Option<Bytes>',1702 license: 'Option<Bytes>',1710 license: 'Option<Bytes>',1703 thumb: 'Option<Bytes>'1711 thumb: 'Option<Bytes>'1704 },1712 },1705 /**1713 /**1706 * Lookup221: rmrk_traits::nft::AccountIdOrCollectionNftTuple<sp_core::crypto::AccountId32>1714 * Lookup222: rmrk_traits::nft::AccountIdOrCollectionNftTuple<sp_core::crypto::AccountId32>1707 **/1715 **/1708 RmrkTraitsNftAccountIdOrCollectionNftTuple: {1716 RmrkTraitsNftAccountIdOrCollectionNftTuple: {1709 _enum: {1717 _enum: {1710 AccountId: 'AccountId32',1718 AccountId: 'AccountId32',1711 CollectionAndNftTuple: '(u32,u32)'1719 CollectionAndNftTuple: '(u32,u32)'1712 }1720 }1713 },1721 },1714 /**1722 /**1715 * Lookup225: pallet_rmrk_equip::pallet::Call<T>1723 * Lookup226: pallet_rmrk_equip::pallet::Call<T>1716 **/1724 **/1717 PalletRmrkEquipCall: {1725 PalletRmrkEquipCall: {1718 _enum: {1726 _enum: {1719 create_base: {1727 create_base: {1732 }1740 }1733 }1741 }1734 },1742 },1735 /**1743 /**1736 * Lookup228: rmrk_traits::part::PartType<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>1744 * Lookup229: rmrk_traits::part::PartType<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>1737 **/1745 **/1738 RmrkTraitsPartPartType: {1746 RmrkTraitsPartPartType: {1739 _enum: {1747 _enum: {1740 FixedPart: 'RmrkTraitsPartFixedPart',1748 FixedPart: 'RmrkTraitsPartFixedPart',1741 SlotPart: 'RmrkTraitsPartSlotPart'1749 SlotPart: 'RmrkTraitsPartSlotPart'1742 }1750 }1743 },1751 },1744 /**1752 /**1745 * Lookup230: rmrk_traits::part::FixedPart<frame_support::storage::bounded_vec::BoundedVec<T, S>>1753 * Lookup231: rmrk_traits::part::FixedPart<frame_support::storage::bounded_vec::BoundedVec<T, S>>1746 **/1754 **/1747 RmrkTraitsPartFixedPart: {1755 RmrkTraitsPartFixedPart: {1748 id: 'u32',1756 id: 'u32',1749 z: 'u32',1757 z: 'u32',1750 src: 'Bytes'1758 src: 'Bytes'1751 },1759 },1752 /**1760 /**1753 * Lookup231: rmrk_traits::part::SlotPart<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>1761 * Lookup232: rmrk_traits::part::SlotPart<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>1754 **/1762 **/1755 RmrkTraitsPartSlotPart: {1763 RmrkTraitsPartSlotPart: {1756 id: 'u32',1764 id: 'u32',1757 equippable: 'RmrkTraitsPartEquippableList',1765 equippable: 'RmrkTraitsPartEquippableList',1758 src: 'Bytes',1766 src: 'Bytes',1759 z: 'u32'1767 z: 'u32'1760 },1768 },1761 /**1769 /**1762 * Lookup232: rmrk_traits::part::EquippableList<frame_support::storage::bounded_vec::BoundedVec<T, S>>1770 * Lookup233: rmrk_traits::part::EquippableList<frame_support::storage::bounded_vec::BoundedVec<T, S>>1763 **/1771 **/1764 RmrkTraitsPartEquippableList: {1772 RmrkTraitsPartEquippableList: {1765 _enum: {1773 _enum: {1766 All: 'Null',1774 All: 'Null',1767 Empty: 'Null',1775 Empty: 'Null',1768 Custom: 'Vec<u32>'1776 Custom: 'Vec<u32>'1769 }1777 }1770 },1778 },1771 /**1779 /**1772 * Lookup234: rmrk_traits::theme::Theme<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<rmrk_traits::theme::ThemeProperty<frame_support::storage::bounded_vec::BoundedVec<T, S>>, S>>1780 * Lookup235: rmrk_traits::theme::Theme<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<rmrk_traits::theme::ThemeProperty<frame_support::storage::bounded_vec::BoundedVec<T, S>>, S>>1773 **/1781 **/1774 RmrkTraitsTheme: {1782 RmrkTraitsTheme: {1775 name: 'Bytes',1783 name: 'Bytes',1776 properties: 'Vec<RmrkTraitsThemeThemeProperty>',1784 properties: 'Vec<RmrkTraitsThemeThemeProperty>',1777 inherit: 'bool'1785 inherit: 'bool'1778 },1786 },1779 /**1787 /**1780 * Lookup236: rmrk_traits::theme::ThemeProperty<frame_support::storage::bounded_vec::BoundedVec<T, S>>1788 * Lookup237: rmrk_traits::theme::ThemeProperty<frame_support::storage::bounded_vec::BoundedVec<T, S>>1781 **/1789 **/1782 RmrkTraitsThemeThemeProperty: {1790 RmrkTraitsThemeThemeProperty: {1783 key: 'Bytes',1791 key: 'Bytes',1784 value: 'Bytes'1792 value: 'Bytes'1785 },1793 },1786 /**1794 /**1787 * Lookup238: pallet_evm::pallet::Call<T>1795 * Lookup239: pallet_evm::pallet::Call<T>1788 **/1796 **/1789 PalletEvmCall: {1797 PalletEvmCall: {1790 _enum: {1798 _enum: {1791 withdraw: {1799 withdraw: {1826 }1834 }1827 }1835 }1828 },1836 },1829 /**1837 /**1830 * Lookup244: pallet_ethereum::pallet::Call<T>1838 * Lookup245: pallet_ethereum::pallet::Call<T>1831 **/1839 **/1832 PalletEthereumCall: {1840 PalletEthereumCall: {1833 _enum: {1841 _enum: {1834 transact: {1842 transact: {1835 transaction: 'EthereumTransactionTransactionV2'1843 transaction: 'EthereumTransactionTransactionV2'1836 }1844 }1837 }1845 }1838 },1846 },1839 /**1847 /**1840 * Lookup245: ethereum::transaction::TransactionV21848 * Lookup246: ethereum::transaction::TransactionV21841 **/1849 **/1842 EthereumTransactionTransactionV2: {1850 EthereumTransactionTransactionV2: {1843 _enum: {1851 _enum: {1844 Legacy: 'EthereumTransactionLegacyTransaction',1852 Legacy: 'EthereumTransactionLegacyTransaction',1845 EIP2930: 'EthereumTransactionEip2930Transaction',1853 EIP2930: 'EthereumTransactionEip2930Transaction',1846 EIP1559: 'EthereumTransactionEip1559Transaction'1854 EIP1559: 'EthereumTransactionEip1559Transaction'1847 }1855 }1848 },1856 },1849 /**1857 /**1850 * Lookup246: ethereum::transaction::LegacyTransaction1858 * Lookup247: ethereum::transaction::LegacyTransaction1851 **/1859 **/1852 EthereumTransactionLegacyTransaction: {1860 EthereumTransactionLegacyTransaction: {1853 nonce: 'U256',1861 nonce: 'U256',1854 gasPrice: 'U256',1862 gasPrice: 'U256',1858 input: 'Bytes',1866 input: 'Bytes',1859 signature: 'EthereumTransactionTransactionSignature'1867 signature: 'EthereumTransactionTransactionSignature'1860 },1868 },1861 /**1869 /**1862 * Lookup247: ethereum::transaction::TransactionAction1870 * Lookup248: ethereum::transaction::TransactionAction1863 **/1871 **/1864 EthereumTransactionTransactionAction: {1872 EthereumTransactionTransactionAction: {1865 _enum: {1873 _enum: {1866 Call: 'H160',1874 Call: 'H160',1867 Create: 'Null'1875 Create: 'Null'1868 }1876 }1869 },1877 },1870 /**1878 /**1871 * Lookup248: ethereum::transaction::TransactionSignature1879 * Lookup249: ethereum::transaction::TransactionSignature1872 **/1880 **/1873 EthereumTransactionTransactionSignature: {1881 EthereumTransactionTransactionSignature: {1874 v: 'u64',1882 v: 'u64',1875 r: 'H256',1883 r: 'H256',1876 s: 'H256'1884 s: 'H256'1877 },1885 },1878 /**1886 /**1879 * Lookup250: ethereum::transaction::EIP2930Transaction1887 * Lookup251: ethereum::transaction::EIP2930Transaction1880 **/1888 **/1881 EthereumTransactionEip2930Transaction: {1889 EthereumTransactionEip2930Transaction: {1882 chainId: 'u64',1890 chainId: 'u64',1883 nonce: 'U256',1891 nonce: 'U256',1891 r: 'H256',1899 r: 'H256',1892 s: 'H256'1900 s: 'H256'1893 },1901 },1894 /**1902 /**1895 * Lookup252: ethereum::transaction::AccessListItem1903 * Lookup253: ethereum::transaction::AccessListItem1896 **/1904 **/1897 EthereumTransactionAccessListItem: {1905 EthereumTransactionAccessListItem: {1898 address: 'H160',1906 address: 'H160',1899 storageKeys: 'Vec<H256>'1907 storageKeys: 'Vec<H256>'1900 },1908 },1901 /**1909 /**1902 * Lookup253: ethereum::transaction::EIP1559Transaction1910 * Lookup254: ethereum::transaction::EIP1559Transaction1903 **/1911 **/1904 EthereumTransactionEip1559Transaction: {1912 EthereumTransactionEip1559Transaction: {1905 chainId: 'u64',1913 chainId: 'u64',1906 nonce: 'U256',1914 nonce: 'U256',1915 r: 'H256',1923 r: 'H256',1916 s: 'H256'1924 s: 'H256'1917 },1925 },1918 /**1926 /**1919 * Lookup254: pallet_evm_migration::pallet::Call<T>1927 * Lookup255: pallet_evm_migration::pallet::Call<T>1920 **/1928 **/1921 PalletEvmMigrationCall: {1929 PalletEvmMigrationCall: {1922 _enum: {1930 _enum: {1923 begin: {1931 begin: {1933 }1941 }1934 }1942 }1935 },1943 },1936 /**1944 /**1937 * Lookup257: pallet_sudo::pallet::Event<T>1945 * Lookup258: pallet_sudo::pallet::Event<T>1938 **/1946 **/1939 PalletSudoEvent: {1947 PalletSudoEvent: {1940 _enum: {1948 _enum: {1941 Sudid: {1949 Sudid: {1949 }1957 }1950 }1958 }1951 },1959 },1952 /**1960 /**1953 * Lookup259: sp_runtime::DispatchError1961 * Lookup260: sp_runtime::DispatchError1954 **/1962 **/1955 SpRuntimeDispatchError: {1963 SpRuntimeDispatchError: {1956 _enum: {1964 _enum: {1957 Other: 'Null',1965 Other: 'Null',1966 Transactional: 'SpRuntimeTransactionalError'1974 Transactional: 'SpRuntimeTransactionalError'1967 }1975 }1968 },1976 },1969 /**1977 /**1970 * Lookup260: sp_runtime::ModuleError1978 * Lookup261: sp_runtime::ModuleError1971 **/1979 **/1972 SpRuntimeModuleError: {1980 SpRuntimeModuleError: {1973 index: 'u8',1981 index: 'u8',1974 error: '[u8;4]'1982 error: '[u8;4]'1975 },1983 },1976 /**1984 /**1977 * Lookup261: sp_runtime::TokenError1985 * Lookup262: sp_runtime::TokenError1978 **/1986 **/1979 SpRuntimeTokenError: {1987 SpRuntimeTokenError: {1980 _enum: ['NoFunds', 'WouldDie', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported']1988 _enum: ['NoFunds', 'WouldDie', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported']1981 },1989 },1982 /**1990 /**1983 * Lookup262: sp_runtime::ArithmeticError1991 * Lookup263: sp_runtime::ArithmeticError1984 **/1992 **/1985 SpRuntimeArithmeticError: {1993 SpRuntimeArithmeticError: {1986 _enum: ['Underflow', 'Overflow', 'DivisionByZero']1994 _enum: ['Underflow', 'Overflow', 'DivisionByZero']1987 },1995 },1988 /**1996 /**1989 * Lookup263: sp_runtime::TransactionalError1997 * Lookup264: sp_runtime::TransactionalError1990 **/1998 **/1991 SpRuntimeTransactionalError: {1999 SpRuntimeTransactionalError: {1992 _enum: ['LimitReached', 'NoLayer']2000 _enum: ['LimitReached', 'NoLayer']1993 },2001 },1994 /**2002 /**1995 * Lookup264: pallet_sudo::pallet::Error<T>2003 * Lookup265: pallet_sudo::pallet::Error<T>1996 **/2004 **/1997 PalletSudoError: {2005 PalletSudoError: {1998 _enum: ['RequireSudo']2006 _enum: ['RequireSudo']1999 },2007 },2000 /**2008 /**2001 * Lookup265: frame_system::AccountInfo<Index, pallet_balances::AccountData<Balance>>2009 * Lookup266: frame_system::AccountInfo<Index, pallet_balances::AccountData<Balance>>2002 **/2010 **/2003 FrameSystemAccountInfo: {2011 FrameSystemAccountInfo: {2004 nonce: 'u32',2012 nonce: 'u32',2005 consumers: 'u32',2013 consumers: 'u32',2006 providers: 'u32',2014 providers: 'u32',2007 sufficients: 'u32',2015 sufficients: 'u32',2008 data: 'PalletBalancesAccountData'2016 data: 'PalletBalancesAccountData'2009 },2017 },2010 /**2018 /**2011 * Lookup266: frame_support::weights::PerDispatchClass<T>2019 * Lookup267: frame_support::weights::PerDispatchClass<T>2012 **/2020 **/2013 FrameSupportWeightsPerDispatchClassU64: {2021 FrameSupportWeightsPerDispatchClassU64: {2014 normal: 'u64',2022 normal: 'u64',2015 operational: 'u64',2023 operational: 'u64',2016 mandatory: 'u64'2024 mandatory: 'u64'2017 },2025 },2018 /**2026 /**2019 * Lookup267: sp_runtime::generic::digest::Digest2027 * Lookup268: sp_runtime::generic::digest::Digest2020 **/2028 **/2021 SpRuntimeDigest: {2029 SpRuntimeDigest: {2022 logs: 'Vec<SpRuntimeDigestDigestItem>'2030 logs: 'Vec<SpRuntimeDigestDigestItem>'2023 },2031 },2024 /**2032 /**2025 * Lookup269: sp_runtime::generic::digest::DigestItem2033 * Lookup270: sp_runtime::generic::digest::DigestItem2026 **/2034 **/2027 SpRuntimeDigestDigestItem: {2035 SpRuntimeDigestDigestItem: {2028 _enum: {2036 _enum: {2029 Other: 'Bytes',2037 Other: 'Bytes',2037 RuntimeEnvironmentUpdated: 'Null'2045 RuntimeEnvironmentUpdated: 'Null'2038 }2046 }2039 },2047 },2040 /**2048 /**2041 * Lookup271: frame_system::EventRecord<opal_runtime::Event, primitive_types::H256>2049 * Lookup272: frame_system::EventRecord<opal_runtime::Event, primitive_types::H256>2042 **/2050 **/2043 FrameSystemEventRecord: {2051 FrameSystemEventRecord: {2044 phase: 'FrameSystemPhase',2052 phase: 'FrameSystemPhase',2045 event: 'Event',2053 event: 'Event',2046 topics: 'Vec<H256>'2054 topics: 'Vec<H256>'2047 },2055 },2048 /**2056 /**2049 * Lookup273: frame_system::pallet::Event<T>2057 * Lookup274: frame_system::pallet::Event<T>2050 **/2058 **/2051 FrameSystemEvent: {2059 FrameSystemEvent: {2052 _enum: {2060 _enum: {2053 ExtrinsicSuccess: {2061 ExtrinsicSuccess: {2073 }2081 }2074 }2082 }2075 },2083 },2076 /**2084 /**2077 * Lookup274: frame_support::weights::DispatchInfo2085 * Lookup275: frame_support::weights::DispatchInfo2078 **/2086 **/2079 FrameSupportWeightsDispatchInfo: {2087 FrameSupportWeightsDispatchInfo: {2080 weight: 'u64',2088 weight: 'u64',2081 class: 'FrameSupportWeightsDispatchClass',2089 class: 'FrameSupportWeightsDispatchClass',2082 paysFee: 'FrameSupportWeightsPays'2090 paysFee: 'FrameSupportWeightsPays'2083 },2091 },2084 /**2092 /**2085 * Lookup275: frame_support::weights::DispatchClass2093 * Lookup276: frame_support::weights::DispatchClass2086 **/2094 **/2087 FrameSupportWeightsDispatchClass: {2095 FrameSupportWeightsDispatchClass: {2088 _enum: ['Normal', 'Operational', 'Mandatory']2096 _enum: ['Normal', 'Operational', 'Mandatory']2089 },2097 },2090 /**2098 /**2091 * Lookup276: frame_support::weights::Pays2099 * Lookup277: frame_support::weights::Pays2092 **/2100 **/2093 FrameSupportWeightsPays: {2101 FrameSupportWeightsPays: {2094 _enum: ['Yes', 'No']2102 _enum: ['Yes', 'No']2095 },2103 },2096 /**2104 /**2097 * Lookup277: orml_vesting::module::Event<T>2105 * Lookup278: orml_vesting::module::Event<T>2098 **/2106 **/2099 OrmlVestingModuleEvent: {2107 OrmlVestingModuleEvent: {2100 _enum: {2108 _enum: {2101 VestingScheduleAdded: {2109 VestingScheduleAdded: {2112 }2120 }2113 }2121 }2114 },2122 },2115 /**2123 /**2116 * Lookup278: cumulus_pallet_xcmp_queue::pallet::Event<T>2124 * Lookup279: cumulus_pallet_xcmp_queue::pallet::Event<T>2117 **/2125 **/2118 CumulusPalletXcmpQueueEvent: {2126 CumulusPalletXcmpQueueEvent: {2119 _enum: {2127 _enum: {2120 Success: 'Option<H256>',2128 Success: 'Option<H256>',2127 OverweightServiced: '(u64,u64)'2135 OverweightServiced: '(u64,u64)'2128 }2136 }2129 },2137 },2130 /**2138 /**2131 * Lookup279: pallet_xcm::pallet::Event<T>2139 * Lookup280: pallet_xcm::pallet::Event<T>2132 **/2140 **/2133 PalletXcmEvent: {2141 PalletXcmEvent: {2134 _enum: {2142 _enum: {2135 Attempted: 'XcmV2TraitsOutcome',2143 Attempted: 'XcmV2TraitsOutcome',2150 NotifyTargetMigrationFail: '(XcmVersionedMultiLocation,u64)'2158 NotifyTargetMigrationFail: '(XcmVersionedMultiLocation,u64)'2151 }2159 }2152 },2160 },2153 /**2161 /**2154 * Lookup280: xcm::v2::traits::Outcome2162 * Lookup281: xcm::v2::traits::Outcome2155 **/2163 **/2156 XcmV2TraitsOutcome: {2164 XcmV2TraitsOutcome: {2157 _enum: {2165 _enum: {2158 Complete: 'u64',2166 Complete: 'u64',2159 Incomplete: '(u64,XcmV2TraitsError)',2167 Incomplete: '(u64,XcmV2TraitsError)',2160 Error: 'XcmV2TraitsError'2168 Error: 'XcmV2TraitsError'2161 }2169 }2162 },2170 },2163 /**2171 /**2164 * Lookup282: cumulus_pallet_xcm::pallet::Event<T>2172 * Lookup283: cumulus_pallet_xcm::pallet::Event<T>2165 **/2173 **/2166 CumulusPalletXcmEvent: {2174 CumulusPalletXcmEvent: {2167 _enum: {2175 _enum: {2168 InvalidFormat: '[u8;8]',2176 InvalidFormat: '[u8;8]',2169 UnsupportedVersion: '[u8;8]',2177 UnsupportedVersion: '[u8;8]',2170 ExecutedDownward: '([u8;8],XcmV2TraitsOutcome)'2178 ExecutedDownward: '([u8;8],XcmV2TraitsOutcome)'2171 }2179 }2172 },2180 },2173 /**2181 /**2174 * Lookup283: cumulus_pallet_dmp_queue::pallet::Event<T>2182 * Lookup284: cumulus_pallet_dmp_queue::pallet::Event<T>2175 **/2183 **/2176 CumulusPalletDmpQueueEvent: {2184 CumulusPalletDmpQueueEvent: {2177 _enum: {2185 _enum: {2178 InvalidFormat: {2186 InvalidFormat: {2201 }2209 }2202 }2210 }2203 },2211 },2204 /**2212 /**2205 * Lookup284: pallet_unique::RawEvent<sp_core::crypto::AccountId32, pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2213 * Lookup285: pallet_unique::RawEvent<sp_core::crypto::AccountId32, pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2206 **/2214 **/2207 PalletUniqueRawEvent: {2215 PalletUniqueRawEvent: {2208 _enum: {2216 _enum: {2209 CollectionSponsorRemoved: 'u32',2217 CollectionSponsorRemoved: 'u32',2218 CollectionPermissionSet: 'u32'2226 CollectionPermissionSet: 'u32'2219 }2227 }2220 },2228 },2221 /**2229 /**2222 * Lookup285: pallet_unique_scheduler::pallet::Event<T>2230 * Lookup286: pallet_unique_scheduler::pallet::Event<T>2223 **/2231 **/2224 PalletUniqueSchedulerEvent: {2232 PalletUniqueSchedulerEvent: {2225 _enum: {2233 _enum: {2226 Scheduled: {2234 Scheduled: {2243 }2251 }2244 }2252 }2245 },2253 },2246 /**2254 /**2247 * Lookup287: frame_support::traits::schedule::LookupError2255 * Lookup288: frame_support::traits::schedule::LookupError2248 **/2256 **/2249 FrameSupportScheduleLookupError: {2257 FrameSupportScheduleLookupError: {2250 _enum: ['Unknown', 'BadFormat']2258 _enum: ['Unknown', 'BadFormat']2251 },2259 },2252 /**2260 /**2253 * Lookup288: pallet_common::pallet::Event<T>2261 * Lookup289: pallet_common::pallet::Event<T>2254 **/2262 **/2255 PalletCommonEvent: {2263 PalletCommonEvent: {2256 _enum: {2264 _enum: {2257 CollectionCreated: '(u32,u8,AccountId32)',2265 CollectionCreated: '(u32,u8,AccountId32)',2267 PropertyPermissionSet: '(u32,Bytes)'2275 PropertyPermissionSet: '(u32,Bytes)'2268 }2276 }2269 },2277 },2270 /**2278 /**2271 * Lookup289: pallet_structure::pallet::Event<T>2279 * Lookup290: pallet_structure::pallet::Event<T>2272 **/2280 **/2273 PalletStructureEvent: {2281 PalletStructureEvent: {2274 _enum: {2282 _enum: {2275 Executed: 'Result<Null, SpRuntimeDispatchError>'2283 Executed: 'Result<Null, SpRuntimeDispatchError>'2276 }2284 }2277 },2285 },2278 /**2286 /**2279 * Lookup290: pallet_rmrk_core::pallet::Event<T>2287 * Lookup291: pallet_rmrk_core::pallet::Event<T>2280 **/2288 **/2281 PalletRmrkCoreEvent: {2289 PalletRmrkCoreEvent: {2282 _enum: {2290 _enum: {2283 CollectionCreated: {2291 CollectionCreated: {2352 }2360 }2353 }2361 }2354 },2362 },2355 /**2363 /**2356 * Lookup291: pallet_rmrk_equip::pallet::Event<T>2364 * Lookup292: pallet_rmrk_equip::pallet::Event<T>2357 **/2365 **/2358 PalletRmrkEquipEvent: {2366 PalletRmrkEquipEvent: {2359 _enum: {2367 _enum: {2360 BaseCreated: {2368 BaseCreated: {2367 }2375 }2368 }2376 }2369 },2377 },2370 /**2378 /**2371 * Lookup292: pallet_evm::pallet::Event<T>2379 * Lookup293: pallet_evm::pallet::Event<T>2372 **/2380 **/2373 PalletEvmEvent: {2381 PalletEvmEvent: {2374 _enum: {2382 _enum: {2375 Log: 'EthereumLog',2383 Log: 'EthereumLog',2381 BalanceWithdraw: '(AccountId32,H160,U256)'2389 BalanceWithdraw: '(AccountId32,H160,U256)'2382 }2390 }2383 },2391 },2384 /**2392 /**2385 * Lookup293: ethereum::log::Log2393 * Lookup294: ethereum::log::Log2386 **/2394 **/2387 EthereumLog: {2395 EthereumLog: {2388 address: 'H160',2396 address: 'H160',2389 topics: 'Vec<H256>',2397 topics: 'Vec<H256>',2390 data: 'Bytes'2398 data: 'Bytes'2391 },2399 },2392 /**2400 /**2393 * Lookup294: pallet_ethereum::pallet::Event2401 * Lookup295: pallet_ethereum::pallet::Event2394 **/2402 **/2395 PalletEthereumEvent: {2403 PalletEthereumEvent: {2396 _enum: {2404 _enum: {2397 Executed: '(H160,H160,H256,EvmCoreErrorExitReason)'2405 Executed: '(H160,H160,H256,EvmCoreErrorExitReason)'2398 }2406 }2399 },2407 },2400 /**2408 /**2401 * Lookup295: evm_core::error::ExitReason2409 * Lookup296: evm_core::error::ExitReason2402 **/2410 **/2403 EvmCoreErrorExitReason: {2411 EvmCoreErrorExitReason: {2404 _enum: {2412 _enum: {2405 Succeed: 'EvmCoreErrorExitSucceed',2413 Succeed: 'EvmCoreErrorExitSucceed',2408 Fatal: 'EvmCoreErrorExitFatal'2416 Fatal: 'EvmCoreErrorExitFatal'2409 }2417 }2410 },2418 },2411 /**2419 /**2412 * Lookup296: evm_core::error::ExitSucceed2420 * Lookup297: evm_core::error::ExitSucceed2413 **/2421 **/2414 EvmCoreErrorExitSucceed: {2422 EvmCoreErrorExitSucceed: {2415 _enum: ['Stopped', 'Returned', 'Suicided']2423 _enum: ['Stopped', 'Returned', 'Suicided']2416 },2424 },2417 /**2425 /**2418 * Lookup297: evm_core::error::ExitError2426 * Lookup298: evm_core::error::ExitError2419 **/2427 **/2420 EvmCoreErrorExitError: {2428 EvmCoreErrorExitError: {2421 _enum: {2429 _enum: {2422 StackUnderflow: 'Null',2430 StackUnderflow: 'Null',2436 InvalidCode: 'Null'2444 InvalidCode: 'Null'2437 }2445 }2438 },2446 },2439 /**2447 /**2440 * Lookup300: evm_core::error::ExitRevert2448 * Lookup301: evm_core::error::ExitRevert2441 **/2449 **/2442 EvmCoreErrorExitRevert: {2450 EvmCoreErrorExitRevert: {2443 _enum: ['Reverted']2451 _enum: ['Reverted']2444 },2452 },2445 /**2453 /**2446 * Lookup301: evm_core::error::ExitFatal2454 * Lookup302: evm_core::error::ExitFatal2447 **/2455 **/2448 EvmCoreErrorExitFatal: {2456 EvmCoreErrorExitFatal: {2449 _enum: {2457 _enum: {2450 NotSupported: 'Null',2458 NotSupported: 'Null',2453 Other: 'Text'2461 Other: 'Text'2454 }2462 }2455 },2463 },2456 /**2464 /**2457 * Lookup302: frame_system::Phase2465 * Lookup303: frame_system::Phase2458 **/2466 **/2459 FrameSystemPhase: {2467 FrameSystemPhase: {2460 _enum: {2468 _enum: {2461 ApplyExtrinsic: 'u32',2469 ApplyExtrinsic: 'u32',2462 Finalization: 'Null',2470 Finalization: 'Null',2463 Initialization: 'Null'2471 Initialization: 'Null'2464 }2472 }2465 },2473 },2466 /**2474 /**2467 * Lookup304: frame_system::LastRuntimeUpgradeInfo2475 * Lookup305: frame_system::LastRuntimeUpgradeInfo2468 **/2476 **/2469 FrameSystemLastRuntimeUpgradeInfo: {2477 FrameSystemLastRuntimeUpgradeInfo: {2470 specVersion: 'Compact<u32>',2478 specVersion: 'Compact<u32>',2471 specName: 'Text'2479 specName: 'Text'2472 },2480 },2473 /**2481 /**2474 * Lookup305: frame_system::limits::BlockWeights2482 * Lookup306: frame_system::limits::BlockWeights2475 **/2483 **/2476 FrameSystemLimitsBlockWeights: {2484 FrameSystemLimitsBlockWeights: {2477 baseBlock: 'u64',2485 baseBlock: 'u64',2478 maxBlock: 'u64',2486 maxBlock: 'u64',2479 perClass: 'FrameSupportWeightsPerDispatchClassWeightsPerClass'2487 perClass: 'FrameSupportWeightsPerDispatchClassWeightsPerClass'2480 },2488 },2481 /**2489 /**2482 * Lookup306: frame_support::weights::PerDispatchClass<frame_system::limits::WeightsPerClass>2490 * Lookup307: frame_support::weights::PerDispatchClass<frame_system::limits::WeightsPerClass>2483 **/2491 **/2484 FrameSupportWeightsPerDispatchClassWeightsPerClass: {2492 FrameSupportWeightsPerDispatchClassWeightsPerClass: {2485 normal: 'FrameSystemLimitsWeightsPerClass',2493 normal: 'FrameSystemLimitsWeightsPerClass',2486 operational: 'FrameSystemLimitsWeightsPerClass',2494 operational: 'FrameSystemLimitsWeightsPerClass',2487 mandatory: 'FrameSystemLimitsWeightsPerClass'2495 mandatory: 'FrameSystemLimitsWeightsPerClass'2488 },2496 },2489 /**2497 /**2490 * Lookup307: frame_system::limits::WeightsPerClass2498 * Lookup308: frame_system::limits::WeightsPerClass2491 **/2499 **/2492 FrameSystemLimitsWeightsPerClass: {2500 FrameSystemLimitsWeightsPerClass: {2493 baseExtrinsic: 'u64',2501 baseExtrinsic: 'u64',2494 maxExtrinsic: 'Option<u64>',2502 maxExtrinsic: 'Option<u64>',2495 maxTotal: 'Option<u64>',2503 maxTotal: 'Option<u64>',2496 reserved: 'Option<u64>'2504 reserved: 'Option<u64>'2497 },2505 },2498 /**2506 /**2499 * Lookup309: frame_system::limits::BlockLength2507 * Lookup310: frame_system::limits::BlockLength2500 **/2508 **/2501 FrameSystemLimitsBlockLength: {2509 FrameSystemLimitsBlockLength: {2502 max: 'FrameSupportWeightsPerDispatchClassU32'2510 max: 'FrameSupportWeightsPerDispatchClassU32'2503 },2511 },2504 /**2512 /**2505 * Lookup310: frame_support::weights::PerDispatchClass<T>2513 * Lookup311: frame_support::weights::PerDispatchClass<T>2506 **/2514 **/2507 FrameSupportWeightsPerDispatchClassU32: {2515 FrameSupportWeightsPerDispatchClassU32: {2508 normal: 'u32',2516 normal: 'u32',2509 operational: 'u32',2517 operational: 'u32',2510 mandatory: 'u32'2518 mandatory: 'u32'2511 },2519 },2512 /**2520 /**2513 * Lookup311: frame_support::weights::RuntimeDbWeight2521 * Lookup312: frame_support::weights::RuntimeDbWeight2514 **/2522 **/2515 FrameSupportWeightsRuntimeDbWeight: {2523 FrameSupportWeightsRuntimeDbWeight: {2516 read: 'u64',2524 read: 'u64',2517 write: 'u64'2525 write: 'u64'2518 },2526 },2519 /**2527 /**2520 * Lookup312: sp_version::RuntimeVersion2528 * Lookup313: sp_version::RuntimeVersion2521 **/2529 **/2522 SpVersionRuntimeVersion: {2530 SpVersionRuntimeVersion: {2523 specName: 'Text',2531 specName: 'Text',2524 implName: 'Text',2532 implName: 'Text',2529 transactionVersion: 'u32',2537 transactionVersion: 'u32',2530 stateVersion: 'u8'2538 stateVersion: 'u8'2531 },2539 },2532 /**2540 /**2533 * Lookup316: frame_system::pallet::Error<T>2541 * Lookup317: frame_system::pallet::Error<T>2534 **/2542 **/2535 FrameSystemError: {2543 FrameSystemError: {2536 _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']2544 _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']2537 },2545 },2538 /**2546 /**2539 * Lookup318: orml_vesting::module::Error<T>2547 * Lookup319: orml_vesting::module::Error<T>2540 **/2548 **/2541 OrmlVestingModuleError: {2549 OrmlVestingModuleError: {2542 _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']2550 _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']2543 },2551 },2544 /**2552 /**2545 * Lookup320: cumulus_pallet_xcmp_queue::InboundChannelDetails2553 * Lookup321: cumulus_pallet_xcmp_queue::InboundChannelDetails2546 **/2554 **/2547 CumulusPalletXcmpQueueInboundChannelDetails: {2555 CumulusPalletXcmpQueueInboundChannelDetails: {2548 sender: 'u32',2556 sender: 'u32',2549 state: 'CumulusPalletXcmpQueueInboundState',2557 state: 'CumulusPalletXcmpQueueInboundState',2550 messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'2558 messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'2551 },2559 },2552 /**2560 /**2553 * Lookup321: cumulus_pallet_xcmp_queue::InboundState2561 * Lookup322: cumulus_pallet_xcmp_queue::InboundState2554 **/2562 **/2555 CumulusPalletXcmpQueueInboundState: {2563 CumulusPalletXcmpQueueInboundState: {2556 _enum: ['Ok', 'Suspended']2564 _enum: ['Ok', 'Suspended']2557 },2565 },2558 /**2566 /**2559 * Lookup324: polkadot_parachain::primitives::XcmpMessageFormat2567 * Lookup325: polkadot_parachain::primitives::XcmpMessageFormat2560 **/2568 **/2561 PolkadotParachainPrimitivesXcmpMessageFormat: {2569 PolkadotParachainPrimitivesXcmpMessageFormat: {2562 _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']2570 _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']2563 },2571 },2564 /**2572 /**2565 * Lookup327: cumulus_pallet_xcmp_queue::OutboundChannelDetails2573 * Lookup328: cumulus_pallet_xcmp_queue::OutboundChannelDetails2566 **/2574 **/2567 CumulusPalletXcmpQueueOutboundChannelDetails: {2575 CumulusPalletXcmpQueueOutboundChannelDetails: {2568 recipient: 'u32',2576 recipient: 'u32',2569 state: 'CumulusPalletXcmpQueueOutboundState',2577 state: 'CumulusPalletXcmpQueueOutboundState',2570 signalsExist: 'bool',2578 signalsExist: 'bool',2571 firstIndex: 'u16',2579 firstIndex: 'u16',2572 lastIndex: 'u16'2580 lastIndex: 'u16'2573 },2581 },2574 /**2582 /**2575 * Lookup328: cumulus_pallet_xcmp_queue::OutboundState2583 * Lookup329: cumulus_pallet_xcmp_queue::OutboundState2576 **/2584 **/2577 CumulusPalletXcmpQueueOutboundState: {2585 CumulusPalletXcmpQueueOutboundState: {2578 _enum: ['Ok', 'Suspended']2586 _enum: ['Ok', 'Suspended']2579 },2587 },2580 /**2588 /**2581 * Lookup330: cumulus_pallet_xcmp_queue::QueueConfigData2589 * Lookup331: cumulus_pallet_xcmp_queue::QueueConfigData2582 **/2590 **/2583 CumulusPalletXcmpQueueQueueConfigData: {2591 CumulusPalletXcmpQueueQueueConfigData: {2584 suspendThreshold: 'u32',2592 suspendThreshold: 'u32',2585 dropThreshold: 'u32',2593 dropThreshold: 'u32',2588 weightRestrictDecay: 'u64',2596 weightRestrictDecay: 'u64',2589 xcmpMaxIndividualWeight: 'u64'2597 xcmpMaxIndividualWeight: 'u64'2590 },2598 },2591 /**2599 /**2592 * Lookup332: cumulus_pallet_xcmp_queue::pallet::Error<T>2600 * Lookup333: cumulus_pallet_xcmp_queue::pallet::Error<T>2593 **/2601 **/2594 CumulusPalletXcmpQueueError: {2602 CumulusPalletXcmpQueueError: {2595 _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']2603 _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']2596 },2604 },2597 /**2605 /**2598 * Lookup333: pallet_xcm::pallet::Error<T>2606 * Lookup334: pallet_xcm::pallet::Error<T>2599 **/2607 **/2600 PalletXcmError: {2608 PalletXcmError: {2601 _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']2609 _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']2602 },2610 },2603 /**2611 /**2604 * Lookup334: cumulus_pallet_xcm::pallet::Error<T>2612 * Lookup335: cumulus_pallet_xcm::pallet::Error<T>2605 **/2613 **/2606 CumulusPalletXcmError: 'Null',2614 CumulusPalletXcmError: 'Null',2607 /**2615 /**2608 * Lookup335: cumulus_pallet_dmp_queue::ConfigData2616 * Lookup336: cumulus_pallet_dmp_queue::ConfigData2609 **/2617 **/2610 CumulusPalletDmpQueueConfigData: {2618 CumulusPalletDmpQueueConfigData: {2611 maxIndividual: 'u64'2619 maxIndividual: 'u64'2612 },2620 },2613 /**2621 /**2614 * Lookup336: cumulus_pallet_dmp_queue::PageIndexData2622 * Lookup337: cumulus_pallet_dmp_queue::PageIndexData2615 **/2623 **/2616 CumulusPalletDmpQueuePageIndexData: {2624 CumulusPalletDmpQueuePageIndexData: {2617 beginUsed: 'u32',2625 beginUsed: 'u32',2618 endUsed: 'u32',2626 endUsed: 'u32',2619 overweightCount: 'u64'2627 overweightCount: 'u64'2620 },2628 },2621 /**2629 /**2622 * Lookup339: cumulus_pallet_dmp_queue::pallet::Error<T>2630 * Lookup340: cumulus_pallet_dmp_queue::pallet::Error<T>2623 **/2631 **/2624 CumulusPalletDmpQueueError: {2632 CumulusPalletDmpQueueError: {2625 _enum: ['Unknown', 'OverLimit']2633 _enum: ['Unknown', 'OverLimit']2626 },2634 },2627 /**2635 /**2628 * Lookup343: pallet_unique::Error<T>2636 * Lookup344: pallet_unique::Error<T>2629 **/2637 **/2630 PalletUniqueError: {2638 PalletUniqueError: {2631 _enum: ['CollectionDecimalPointLimitExceeded', 'ConfirmUnsetSponsorFail', 'EmptyArgument', 'RepartitionCalledOnNonRefungibleCollection']2639 _enum: ['CollectionDecimalPointLimitExceeded', 'ConfirmUnsetSponsorFail', 'EmptyArgument', 'RepartitionCalledOnNonRefungibleCollection']2632 },2640 },2633 /**2641 /**2634 * Lookup346: pallet_unique_scheduler::ScheduledV3<frame_support::traits::schedule::MaybeHashed<opal_runtime::Call, primitive_types::H256>, BlockNumber, opal_runtime::OriginCaller, sp_core::crypto::AccountId32>2642 * Lookup347: pallet_unique_scheduler::ScheduledV3<frame_support::traits::schedule::MaybeHashed<opal_runtime::Call, primitive_types::H256>, BlockNumber, opal_runtime::OriginCaller, sp_core::crypto::AccountId32>2635 **/2643 **/2636 PalletUniqueSchedulerScheduledV3: {2644 PalletUniqueSchedulerScheduledV3: {2637 maybeId: 'Option<[u8;16]>',2645 maybeId: 'Option<[u8;16]>',2638 priority: 'u8',2646 priority: 'u8',2639 call: 'FrameSupportScheduleMaybeHashed',2647 call: 'FrameSupportScheduleMaybeHashed',2640 maybePeriodic: 'Option<(u32,u32)>',2648 maybePeriodic: 'Option<(u32,u32)>',2641 origin: 'OpalRuntimeOriginCaller'2649 origin: 'OpalRuntimeOriginCaller'2642 },2650 },2643 /**2651 /**2644 * Lookup347: opal_runtime::OriginCaller2652 * Lookup348: opal_runtime::OriginCaller2645 **/2653 **/2646 OpalRuntimeOriginCaller: {2654 OpalRuntimeOriginCaller: {2647 _enum: {2655 _enum: {2648 __Unused0: 'Null',2656 __Unused0: 'Null',2749 Ethereum: 'PalletEthereumRawOrigin'2757 Ethereum: 'PalletEthereumRawOrigin'2750 }2758 }2751 },2759 },2752 /**2760 /**2753 * Lookup348: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>2761 * Lookup349: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>2754 **/2762 **/2755 FrameSupportDispatchRawOrigin: {2763 FrameSupportDispatchRawOrigin: {2756 _enum: {2764 _enum: {2757 Root: 'Null',2765 Root: 'Null',2758 Signed: 'AccountId32',2766 Signed: 'AccountId32',2759 None: 'Null'2767 None: 'Null'2760 }2768 }2761 },2769 },2762 /**2770 /**2763 * Lookup349: pallet_xcm::pallet::Origin2771 * Lookup350: pallet_xcm::pallet::Origin2764 **/2772 **/2765 PalletXcmOrigin: {2773 PalletXcmOrigin: {2766 _enum: {2774 _enum: {2767 Xcm: 'XcmV1MultiLocation',2775 Xcm: 'XcmV1MultiLocation',2768 Response: 'XcmV1MultiLocation'2776 Response: 'XcmV1MultiLocation'2769 }2777 }2770 },2778 },2771 /**2779 /**2772 * Lookup350: cumulus_pallet_xcm::pallet::Origin2780 * Lookup351: cumulus_pallet_xcm::pallet::Origin2773 **/2781 **/2774 CumulusPalletXcmOrigin: {2782 CumulusPalletXcmOrigin: {2775 _enum: {2783 _enum: {2776 Relay: 'Null',2784 Relay: 'Null',2777 SiblingParachain: 'u32'2785 SiblingParachain: 'u32'2778 }2786 }2779 },2787 },2780 /**2788 /**2781 * Lookup351: pallet_ethereum::RawOrigin2789 * Lookup352: pallet_ethereum::RawOrigin2782 **/2790 **/2783 PalletEthereumRawOrigin: {2791 PalletEthereumRawOrigin: {2784 _enum: {2792 _enum: {2785 EthereumTransaction: 'H160'2793 EthereumTransaction: 'H160'2786 }2794 }2787 },2795 },2788 /**2796 /**2789 * Lookup352: sp_core::Void2797 * Lookup353: sp_core::Void2790 **/2798 **/2791 SpCoreVoid: 'Null',2799 SpCoreVoid: 'Null',2792 /**2800 /**2793 * Lookup353: pallet_unique_scheduler::pallet::Error<T>2801 * Lookup354: pallet_unique_scheduler::pallet::Error<T>2794 **/2802 **/2795 PalletUniqueSchedulerError: {2803 PalletUniqueSchedulerError: {2796 _enum: ['FailedToSchedule', 'NotFound', 'TargetBlockNumberInPast', 'RescheduleNoChange']2804 _enum: ['FailedToSchedule', 'NotFound', 'TargetBlockNumberInPast', 'RescheduleNoChange']2797 },2805 },2798 /**2806 /**2799 * Lookup354: up_data_structs::Collection<sp_core::crypto::AccountId32>2807 * Lookup355: up_data_structs::Collection<sp_core::crypto::AccountId32>2800 **/2808 **/2801 UpDataStructsCollection: {2809 UpDataStructsCollection: {2802 owner: 'AccountId32',2810 owner: 'AccountId32',2803 mode: 'UpDataStructsCollectionMode',2811 mode: 'UpDataStructsCollectionMode',2809 permissions: 'UpDataStructsCollectionPermissions',2817 permissions: 'UpDataStructsCollectionPermissions',2810 externalCollection: 'bool'2818 externalCollection: 'bool'2811 },2819 },2812 /**2820 /**2813 * Lookup355: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>2821 * Lookup356: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>2814 **/2822 **/2815 UpDataStructsSponsorshipState: {2823 UpDataStructsSponsorshipState: {2816 _enum: {2824 _enum: {2817 Disabled: 'Null',2825 Disabled: 'Null',2818 Unconfirmed: 'AccountId32',2826 Unconfirmed: 'AccountId32',2819 Confirmed: 'AccountId32'2827 Confirmed: 'AccountId32'2820 }2828 }2821 },2829 },2822 /**2830 /**2823 * Lookup356: up_data_structs::Properties2831 * Lookup357: up_data_structs::Properties2824 **/2832 **/2825 UpDataStructsProperties: {2833 UpDataStructsProperties: {2826 map: 'UpDataStructsPropertiesMapBoundedVec',2834 map: 'UpDataStructsPropertiesMapBoundedVec',2827 consumedSpace: 'u32',2835 consumedSpace: 'u32',2828 spaceLimit: 'u32'2836 spaceLimit: 'u32'2829 },2837 },2830 /**2838 /**2831 * Lookup357: up_data_structs::PropertiesMap<frame_support::storage::bounded_vec::BoundedVec<T, S>>2839 * Lookup358: up_data_structs::PropertiesMap<frame_support::storage::bounded_vec::BoundedVec<T, S>>2832 **/2840 **/2833 UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',2841 UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',2834 /**2842 /**2835 * Lookup362: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>2843 * Lookup363: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>2836 **/2844 **/2837 UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',2845 UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',2838 /**2846 /**2839 * Lookup369: up_data_structs::CollectionStats2847 * Lookup370: up_data_structs::CollectionStats2840 **/2848 **/2841 UpDataStructsCollectionStats: {2849 UpDataStructsCollectionStats: {2842 created: 'u32',2850 created: 'u32',2843 destroyed: 'u32',2851 destroyed: 'u32',2844 alive: 'u32'2852 alive: 'u32'2845 },2853 },2846 /**2854 /**2847 * Lookup370: up_data_structs::TokenChild2855 * Lookup371: up_data_structs::TokenChild2848 **/2856 **/2849 UpDataStructsTokenChild: {2857 UpDataStructsTokenChild: {2850 token: 'u32',2858 token: 'u32',2851 collection: 'u32'2859 collection: 'u32'2852 },2860 },2853 /**2861 /**2854 * Lookup371: PhantomType::up_data_structs<T>2862 * Lookup372: PhantomType::up_data_structs<T>2855 **/2863 **/2856 PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild);0]',2864 PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild);0]',2857 /**2865 /**2858 * Lookup373: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2866 * Lookup374: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2859 **/2867 **/2860 UpDataStructsTokenData: {2868 UpDataStructsTokenData: {2861 properties: 'Vec<UpDataStructsProperty>',2869 properties: 'Vec<UpDataStructsProperty>',2862 owner: 'Option<PalletEvmAccountBasicCrossAccountIdRepr>',2870 owner: 'Option<PalletEvmAccountBasicCrossAccountIdRepr>',2863 pieces: 'u128'2871 pieces: 'u128'2864 },2872 },2865 /**2873 /**2866 * Lookup375: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>2874 * Lookup376: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>2867 **/2875 **/2868 UpDataStructsRpcCollection: {2876 UpDataStructsRpcCollection: {2869 owner: 'AccountId32',2877 owner: 'AccountId32',2870 mode: 'UpDataStructsCollectionMode',2878 mode: 'UpDataStructsCollectionMode',2878 properties: 'Vec<UpDataStructsProperty>',2886 properties: 'Vec<UpDataStructsProperty>',2879 readOnly: 'bool'2887 readOnly: 'bool'2880 },2888 },2881 /**2889 /**2882 * Lookup376: rmrk_traits::collection::CollectionInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>2890 * Lookup377: rmrk_traits::collection::CollectionInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>2883 **/2891 **/2884 RmrkTraitsCollectionCollectionInfo: {2892 RmrkTraitsCollectionCollectionInfo: {2885 issuer: 'AccountId32',2893 issuer: 'AccountId32',2886 metadata: 'Bytes',2894 metadata: 'Bytes',2887 max: 'Option<u32>',2895 max: 'Option<u32>',2888 symbol: 'Bytes',2896 symbol: 'Bytes',2889 nftsCount: 'u32'2897 nftsCount: 'u32'2890 },2898 },2891 /**2899 /**2892 * Lookup377: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, frame_support::storage::bounded_vec::BoundedVec<T, S>>2900 * Lookup378: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, frame_support::storage::bounded_vec::BoundedVec<T, S>>2893 **/2901 **/2894 RmrkTraitsNftNftInfo: {2902 RmrkTraitsNftNftInfo: {2895 owner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',2903 owner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',2896 royalty: 'Option<RmrkTraitsNftRoyaltyInfo>',2904 royalty: 'Option<RmrkTraitsNftRoyaltyInfo>',2897 metadata: 'Bytes',2905 metadata: 'Bytes',2898 equipped: 'bool',2906 equipped: 'bool',2899 pending: 'bool'2907 pending: 'bool'2900 },2908 },2901 /**2909 /**2902 * Lookup379: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>2910 * Lookup380: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>2903 **/2911 **/2904 RmrkTraitsNftRoyaltyInfo: {2912 RmrkTraitsNftRoyaltyInfo: {2905 recipient: 'AccountId32',2913 recipient: 'AccountId32',2906 amount: 'Permill'2914 amount: 'Permill'2907 },2915 },2908 /**2916 /**2909 * Lookup380: rmrk_traits::resource::ResourceInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>2917 * Lookup381: rmrk_traits::resource::ResourceInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>2910 **/2918 **/2911 RmrkTraitsResourceResourceInfo: {2919 RmrkTraitsResourceResourceInfo: {2912 id: 'u32',2920 id: 'u32',2913 resource: 'RmrkTraitsResourceResourceTypes',2921 resource: 'RmrkTraitsResourceResourceTypes',2914 pending: 'bool',2922 pending: 'bool',2915 pendingRemoval: 'bool'2923 pendingRemoval: 'bool'2916 },2924 },2917 /**2925 /**2918 * Lookup381: rmrk_traits::property::PropertyInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>2926 * Lookup382: rmrk_traits::property::PropertyInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>2919 **/2927 **/2920 RmrkTraitsPropertyPropertyInfo: {2928 RmrkTraitsPropertyPropertyInfo: {2921 key: 'Bytes',2929 key: 'Bytes',2922 value: 'Bytes'2930 value: 'Bytes'2923 },2931 },2924 /**2932 /**2925 * Lookup382: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, frame_support::storage::bounded_vec::BoundedVec<T, S>>2933 * Lookup383: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, frame_support::storage::bounded_vec::BoundedVec<T, S>>2926 **/2934 **/2927 RmrkTraitsBaseBaseInfo: {2935 RmrkTraitsBaseBaseInfo: {2928 issuer: 'AccountId32',2936 issuer: 'AccountId32',2929 baseType: 'Bytes',2937 baseType: 'Bytes',2930 symbol: 'Bytes'2938 symbol: 'Bytes'2931 },2939 },2932 /**2940 /**2933 * Lookup383: rmrk_traits::nft::NftChild2941 * Lookup384: rmrk_traits::nft::NftChild2934 **/2942 **/2935 RmrkTraitsNftNftChild: {2943 RmrkTraitsNftNftChild: {2936 collectionId: 'u32',2944 collectionId: 'u32',2937 nftId: 'u32'2945 nftId: 'u32'2938 },2946 },2939 /**2947 /**2940 * Lookup385: pallet_common::pallet::Error<T>2948 * Lookup386: pallet_common::pallet::Error<T>2941 **/2949 **/2942 PalletCommonError: {2950 PalletCommonError: {2943 _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']2951 _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']2944 },2952 },2945 /**2953 /**2946 * Lookup387: pallet_fungible::pallet::Error<T>2954 * Lookup388: pallet_fungible::pallet::Error<T>2947 **/2955 **/2948 PalletFungibleError: {2956 PalletFungibleError: {2949 _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed']2957 _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed']2950 },2958 },2951 /**2959 /**2952 * Lookup388: pallet_refungible::ItemData2960 * Lookup389: pallet_refungible::ItemData2953 **/2961 **/2954 PalletRefungibleItemData: {2962 PalletRefungibleItemData: {2955 constData: 'Bytes'2963 constData: 'Bytes'2956 },2964 },2957 /**2965 /**2958 * Lookup393: pallet_refungible::pallet::Error<T>2966 * Lookup394: pallet_refungible::pallet::Error<T>2959 **/2967 **/2960 PalletRefungibleError: {2968 PalletRefungibleError: {2961 _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']2969 _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']2962 },2970 },2963 /**2971 /**2964 * Lookup394: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2972 * Lookup395: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2965 **/2973 **/2966 PalletNonfungibleItemData: {2974 PalletNonfungibleItemData: {2967 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'2975 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'2968 },2976 },2969 /**2977 /**2970 * Lookup396: up_data_structs::PropertyScope2978 * Lookup397: up_data_structs::PropertyScope2971 **/2979 **/2972 UpDataStructsPropertyScope: {2980 UpDataStructsPropertyScope: {2973 _enum: ['None', 'Rmrk']2981 _enum: ['None', 'Rmrk']2974 },2982 },2975 /**2983 /**2976 * Lookup398: pallet_nonfungible::pallet::Error<T>2984 * Lookup399: pallet_nonfungible::pallet::Error<T>2977 **/2985 **/2978 PalletNonfungibleError: {2986 PalletNonfungibleError: {2979 _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']2987 _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']2980 },2988 },2981 /**2989 /**2982 * Lookup399: pallet_structure::pallet::Error<T>2990 * Lookup400: pallet_structure::pallet::Error<T>2983 **/2991 **/2984 PalletStructureError: {2992 PalletStructureError: {2985 _enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound']2993 _enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound']2986 },2994 },2987 /**2995 /**2988 * Lookup400: pallet_rmrk_core::pallet::Error<T>2996 * Lookup401: pallet_rmrk_core::pallet::Error<T>2989 **/2997 **/2990 PalletRmrkCoreError: {2998 PalletRmrkCoreError: {2991 _enum: ['CorruptedCollectionType', 'RmrkPropertyKeyIsTooLong', 'RmrkPropertyValueIsTooLong', 'RmrkPropertyIsNotFound', 'UnableToDecodeRmrkData', 'CollectionNotEmpty', 'NoAvailableCollectionId', 'NoAvailableNftId', 'CollectionUnknown', 'NoPermission', 'NonTransferable', 'CollectionFullOrLocked', 'ResourceDoesntExist', 'CannotSendToDescendentOrSelf', 'CannotAcceptNonOwnedNft', 'CannotRejectNonOwnedNft', 'CannotRejectNonPendingNft', 'ResourceNotPending', 'NoAvailableResourceId']2999 _enum: ['CorruptedCollectionType', 'RmrkPropertyKeyIsTooLong', 'RmrkPropertyValueIsTooLong', 'RmrkPropertyIsNotFound', 'UnableToDecodeRmrkData', 'CollectionNotEmpty', 'NoAvailableCollectionId', 'NoAvailableNftId', 'CollectionUnknown', 'NoPermission', 'NonTransferable', 'CollectionFullOrLocked', 'ResourceDoesntExist', 'CannotSendToDescendentOrSelf', 'CannotAcceptNonOwnedNft', 'CannotRejectNonOwnedNft', 'CannotRejectNonPendingNft', 'ResourceNotPending', 'NoAvailableResourceId']2992 },3000 },2993 /**3001 /**2994 * Lookup402: pallet_rmrk_equip::pallet::Error<T>3002 * Lookup403: pallet_rmrk_equip::pallet::Error<T>2995 **/3003 **/2996 PalletRmrkEquipError: {3004 PalletRmrkEquipError: {2997 _enum: ['PermissionError', 'NoAvailableBaseId', 'NoAvailablePartId', 'BaseDoesntExist', 'NeedsDefaultThemeFirst', 'PartDoesntExist', 'NoEquippableOnFixedPart']3005 _enum: ['PermissionError', 'NoAvailableBaseId', 'NoAvailablePartId', 'BaseDoesntExist', 'NeedsDefaultThemeFirst', 'PartDoesntExist', 'NoEquippableOnFixedPart']2998 },3006 },2999 /**3007 /**3000 * Lookup405: pallet_evm::pallet::Error<T>3008 * Lookup406: pallet_evm::pallet::Error<T>3001 **/3009 **/3002 PalletEvmError: {3010 PalletEvmError: {3003 _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce']3011 _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce']3004 },3012 },3005 /**3013 /**3006 * Lookup408: fp_rpc::TransactionStatus3014 * Lookup409: fp_rpc::TransactionStatus3007 **/3015 **/3008 FpRpcTransactionStatus: {3016 FpRpcTransactionStatus: {3009 transactionHash: 'H256',3017 transactionHash: 'H256',3010 transactionIndex: 'u32',3018 transactionIndex: 'u32',3014 logs: 'Vec<EthereumLog>',3022 logs: 'Vec<EthereumLog>',3015 logsBloom: 'EthbloomBloom'3023 logsBloom: 'EthbloomBloom'3016 },3024 },3017 /**3025 /**3018 * Lookup410: ethbloom::Bloom3026 * Lookup411: ethbloom::Bloom3019 **/3027 **/3020 EthbloomBloom: '[u8;256]',3028 EthbloomBloom: '[u8;256]',3021 /**3029 /**3022 * Lookup412: ethereum::receipt::ReceiptV33030 * Lookup413: ethereum::receipt::ReceiptV33023 **/3031 **/3024 EthereumReceiptReceiptV3: {3032 EthereumReceiptReceiptV3: {3025 _enum: {3033 _enum: {3026 Legacy: 'EthereumReceiptEip658ReceiptData',3034 Legacy: 'EthereumReceiptEip658ReceiptData',3027 EIP2930: 'EthereumReceiptEip658ReceiptData',3035 EIP2930: 'EthereumReceiptEip658ReceiptData',3028 EIP1559: 'EthereumReceiptEip658ReceiptData'3036 EIP1559: 'EthereumReceiptEip658ReceiptData'3029 }3037 }3030 },3038 },3031 /**3039 /**3032 * Lookup413: ethereum::receipt::EIP658ReceiptData3040 * Lookup414: ethereum::receipt::EIP658ReceiptData3033 **/3041 **/3034 EthereumReceiptEip658ReceiptData: {3042 EthereumReceiptEip658ReceiptData: {3035 statusCode: 'u8',3043 statusCode: 'u8',3036 usedGas: 'U256',3044 usedGas: 'U256',3037 logsBloom: 'EthbloomBloom',3045 logsBloom: 'EthbloomBloom',3038 logs: 'Vec<EthereumLog>'3046 logs: 'Vec<EthereumLog>'3039 },3047 },3040 /**3048 /**3041 * Lookup414: ethereum::block::Block<ethereum::transaction::TransactionV2>3049 * Lookup415: ethereum::block::Block<ethereum::transaction::TransactionV2>3042 **/3050 **/3043 EthereumBlock: {3051 EthereumBlock: {3044 header: 'EthereumHeader',3052 header: 'EthereumHeader',3045 transactions: 'Vec<EthereumTransactionTransactionV2>',3053 transactions: 'Vec<EthereumTransactionTransactionV2>',3046 ommers: 'Vec<EthereumHeader>'3054 ommers: 'Vec<EthereumHeader>'3047 },3055 },3048 /**3056 /**3049 * Lookup415: ethereum::header::Header3057 * Lookup416: ethereum::header::Header3050 **/3058 **/3051 EthereumHeader: {3059 EthereumHeader: {3052 parentHash: 'H256',3060 parentHash: 'H256',3053 ommersHash: 'H256',3061 ommersHash: 'H256',3065 mixHash: 'H256',3073 mixHash: 'H256',3066 nonce: 'EthereumTypesHashH64'3074 nonce: 'EthereumTypesHashH64'3067 },3075 },3068 /**3076 /**3069 * Lookup416: ethereum_types::hash::H643077 * Lookup417: ethereum_types::hash::H643070 **/3078 **/3071 EthereumTypesHashH64: '[u8;8]',3079 EthereumTypesHashH64: '[u8;8]',3072 /**3080 /**3073 * Lookup421: pallet_ethereum::pallet::Error<T>3081 * Lookup422: pallet_ethereum::pallet::Error<T>3074 **/3082 **/3075 PalletEthereumError: {3083 PalletEthereumError: {3076 _enum: ['InvalidSignature', 'PreLogExists']3084 _enum: ['InvalidSignature', 'PreLogExists']3077 },3085 },3078 /**3086 /**3079 * Lookup422: pallet_evm_coder_substrate::pallet::Error<T>3087 * Lookup423: pallet_evm_coder_substrate::pallet::Error<T>3080 **/3088 **/3081 PalletEvmCoderSubstrateError: {3089 PalletEvmCoderSubstrateError: {3082 _enum: ['OutOfGas', 'OutOfFund']3090 _enum: ['OutOfGas', 'OutOfFund']3083 },3091 },3084 /**3092 /**3085 * Lookup423: pallet_evm_contract_helpers::SponsoringModeT3093 * Lookup424: pallet_evm_contract_helpers::SponsoringModeT3086 **/3094 **/3087 PalletEvmContractHelpersSponsoringModeT: {3095 PalletEvmContractHelpersSponsoringModeT: {3088 _enum: ['Disabled', 'Allowlisted', 'Generous']3096 _enum: ['Disabled', 'Allowlisted', 'Generous']3089 },3097 },3090 /**3098 /**3091 * Lookup425: pallet_evm_contract_helpers::pallet::Error<T>3099 * Lookup426: pallet_evm_contract_helpers::pallet::Error<T>3092 **/3100 **/3093 PalletEvmContractHelpersError: {3101 PalletEvmContractHelpersError: {3094 _enum: ['NoPermission']3102 _enum: ['NoPermission']3095 },3103 },3096 /**3104 /**3097 * Lookup426: pallet_evm_migration::pallet::Error<T>3105 * Lookup427: pallet_evm_migration::pallet::Error<T>3098 **/3106 **/3099 PalletEvmMigrationError: {3107 PalletEvmMigrationError: {3100 _enum: ['AccountNotEmpty', 'AccountIsNotMigrating']3108 _enum: ['AccountNotEmpty', 'AccountIsNotMigrating']3101 },3109 },3102 /**3110 /**3103 * Lookup428: sp_runtime::MultiSignature3111 * Lookup429: sp_runtime::MultiSignature3104 **/3112 **/3105 SpRuntimeMultiSignature: {3113 SpRuntimeMultiSignature: {3106 _enum: {3114 _enum: {3107 Ed25519: 'SpCoreEd25519Signature',3115 Ed25519: 'SpCoreEd25519Signature',3108 Sr25519: 'SpCoreSr25519Signature',3116 Sr25519: 'SpCoreSr25519Signature',3109 Ecdsa: 'SpCoreEcdsaSignature'3117 Ecdsa: 'SpCoreEcdsaSignature'3110 }3118 }3111 },3119 },3112 /**3120 /**3113 * Lookup429: sp_core::ed25519::Signature3121 * Lookup430: sp_core::ed25519::Signature3114 **/3122 **/3115 SpCoreEd25519Signature: '[u8;64]',3123 SpCoreEd25519Signature: '[u8;64]',3116 /**3124 /**3117 * Lookup431: sp_core::sr25519::Signature3125 * Lookup432: sp_core::sr25519::Signature3118 **/3126 **/3119 SpCoreSr25519Signature: '[u8;64]',3127 SpCoreSr25519Signature: '[u8;64]',3120 /**3128 /**3121 * Lookup432: sp_core::ecdsa::Signature3129 * Lookup433: sp_core::ecdsa::Signature3122 **/3130 **/3123 SpCoreEcdsaSignature: '[u8;65]',3131 SpCoreEcdsaSignature: '[u8;65]',3124 /**3132 /**3125 * Lookup435: frame_system::extensions::check_spec_version::CheckSpecVersion<T>3133 * Lookup436: frame_system::extensions::check_spec_version::CheckSpecVersion<T>3126 **/3134 **/3127 FrameSystemExtensionsCheckSpecVersion: 'Null',3135 FrameSystemExtensionsCheckSpecVersion: 'Null',3128 /**3136 /**3129 * Lookup436: frame_system::extensions::check_genesis::CheckGenesis<T>3137 * Lookup437: frame_system::extensions::check_genesis::CheckGenesis<T>3130 **/3138 **/3131 FrameSystemExtensionsCheckGenesis: 'Null',3139 FrameSystemExtensionsCheckGenesis: 'Null',3132 /**3140 /**3133 * Lookup439: frame_system::extensions::check_nonce::CheckNonce<T>3141 * Lookup440: frame_system::extensions::check_nonce::CheckNonce<T>3134 **/3142 **/3135 FrameSystemExtensionsCheckNonce: 'Compact<u32>',3143 FrameSystemExtensionsCheckNonce: 'Compact<u32>',3136 /**3144 /**3137 * Lookup440: frame_system::extensions::check_weight::CheckWeight<T>3145 * Lookup441: frame_system::extensions::check_weight::CheckWeight<T>3138 **/3146 **/3139 FrameSystemExtensionsCheckWeight: 'Null',3147 FrameSystemExtensionsCheckWeight: 'Null',3140 /**3148 /**3141 * Lookup441: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>3149 * Lookup442: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>3142 **/3150 **/3143 PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',3151 PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',3144 /**3152 /**3145 * Lookup442: opal_runtime::Runtime3153 * Lookup443: opal_runtime::Runtime3146 **/3154 **/3147 OpalRuntimeRuntime: 'Null',3155 OpalRuntimeRuntime: 'Null',3148 /**3156 /**3149 * Lookup443: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>3157 * Lookup444: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>3150 **/3158 **/3151 PalletEthereumFakeTransactionFinalizer: 'Null'3159 PalletEthereumFakeTransactionFinalizer: 'Null'3152};3160};31533161tests/src/interfaces/registry.tsdiffbeforeafterboth1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */2/* eslint-disable */334import 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, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, 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, 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, UpDataStructsCreateRefungibleExData, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipState, 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';4import 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, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, 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, 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, UpDataStructsSponsorshipState, 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';556declare module '@polkadot/types/types/registry' {6declare module '@polkadot/types/types/registry' {7 export interface InterfaceTypes {7 export interface InterfaceTypes {194 UpDataStructsCreateNftData: UpDataStructsCreateNftData;194 UpDataStructsCreateNftData: UpDataStructsCreateNftData;195 UpDataStructsCreateNftExData: UpDataStructsCreateNftExData;195 UpDataStructsCreateNftExData: UpDataStructsCreateNftExData;196 UpDataStructsCreateReFungibleData: UpDataStructsCreateReFungibleData;196 UpDataStructsCreateReFungibleData: UpDataStructsCreateReFungibleData;197 UpDataStructsCreateRefungibleExData: UpDataStructsCreateRefungibleExData;197 UpDataStructsCreateRefungibleExMultipleOwners: UpDataStructsCreateRefungibleExMultipleOwners;198 UpDataStructsCreateRefungibleExSingleOwner: UpDataStructsCreateRefungibleExSingleOwner;198 UpDataStructsNestingPermissions: UpDataStructsNestingPermissions;199 UpDataStructsNestingPermissions: UpDataStructsNestingPermissions;199 UpDataStructsOwnerRestrictedSet: UpDataStructsOwnerRestrictedSet;200 UpDataStructsOwnerRestrictedSet: UpDataStructsOwnerRestrictedSet;200 UpDataStructsProperties: UpDataStructsProperties;201 UpDataStructsProperties: UpDataStructsProperties;tests/src/interfaces/types-lookup.tsdiffbeforeafterboth1638 readonly isFungible: boolean;1638 readonly isFungible: boolean;1639 readonly asFungible: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;1639 readonly asFungible: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;1640 readonly isRefungibleMultipleItems: boolean;1640 readonly isRefungibleMultipleItems: boolean;1641 readonly asRefungibleMultipleItems: Vec<UpDataStructsCreateRefungibleExData>;1641 readonly asRefungibleMultipleItems: Vec<UpDataStructsCreateRefungibleExSingleOwner>;1642 readonly isRefungibleMultipleOwners: boolean;1642 readonly isRefungibleMultipleOwners: boolean;1643 readonly asRefungibleMultipleOwners: UpDataStructsCreateRefungibleExData;1643 readonly asRefungibleMultipleOwners: UpDataStructsCreateRefungibleExMultipleOwners;1644 readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';1644 readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';1645 }1645 }164616461650 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;1650 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;1651 }1651 }165216521653 /** @name UpDataStructsCreateRefungibleExData (201) */1653 /** @name UpDataStructsCreateRefungibleExSingleOwner (201) */1654 export interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {1655 readonly user: PalletEvmAccountBasicCrossAccountIdRepr;1656 readonly pieces: u128;1657 readonly properties: Vec<UpDataStructsProperty>;1658 }16591660 /** @name UpDataStructsCreateRefungibleExMultipleOwners (203) */1654 export interface UpDataStructsCreateRefungibleExData extends Struct {1661 export interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {1655 readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;1662 readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;1656 readonly properties: Vec<UpDataStructsProperty>;1663 readonly properties: Vec<UpDataStructsProperty>;1657 }1664 }165816651659 /** @name PalletUniqueSchedulerCall (203) */1666 /** @name PalletUniqueSchedulerCall (204) */1660 export interface PalletUniqueSchedulerCall extends Enum {1667 export interface PalletUniqueSchedulerCall extends Enum {1661 readonly isScheduleNamed: boolean;1668 readonly isScheduleNamed: boolean;1662 readonly asScheduleNamed: {1669 readonly asScheduleNamed: {1681 readonly type: 'ScheduleNamed' | 'CancelNamed' | 'ScheduleNamedAfter';1688 readonly type: 'ScheduleNamed' | 'CancelNamed' | 'ScheduleNamedAfter';1682 }1689 }168316901684 /** @name FrameSupportScheduleMaybeHashed (205) */1691 /** @name FrameSupportScheduleMaybeHashed (206) */1685 export interface FrameSupportScheduleMaybeHashed extends Enum {1692 export interface FrameSupportScheduleMaybeHashed extends Enum {1686 readonly isValue: boolean;1693 readonly isValue: boolean;1687 readonly asValue: Call;1694 readonly asValue: Call;1690 readonly type: 'Value' | 'Hash';1697 readonly type: 'Value' | 'Hash';1691 }1698 }169216991693 /** @name PalletTemplateTransactionPaymentCall (206) */1700 /** @name PalletTemplateTransactionPaymentCall (207) */1694 export type PalletTemplateTransactionPaymentCall = Null;1701 export type PalletTemplateTransactionPaymentCall = Null;169517021696 /** @name PalletStructureCall (207) */1703 /** @name PalletStructureCall (208) */1697 export type PalletStructureCall = Null;1704 export type PalletStructureCall = Null;169817051699 /** @name PalletRmrkCoreCall (208) */1706 /** @name PalletRmrkCoreCall (209) */1700 export interface PalletRmrkCoreCall extends Enum {1707 export interface PalletRmrkCoreCall extends Enum {1701 readonly isCreateCollection: boolean;1708 readonly isCreateCollection: boolean;1702 readonly asCreateCollection: {1709 readonly asCreateCollection: {1802 readonly type: 'CreateCollection' | 'DestroyCollection' | 'ChangeCollectionIssuer' | 'LockCollection' | 'MintNft' | 'BurnNft' | 'Send' | 'AcceptNft' | 'RejectNft' | 'AcceptResource' | 'AcceptResourceRemoval' | 'SetProperty' | 'SetPriority' | 'AddBasicResource' | 'AddComposableResource' | 'AddSlotResource' | 'RemoveResource';1809 readonly type: 'CreateCollection' | 'DestroyCollection' | 'ChangeCollectionIssuer' | 'LockCollection' | 'MintNft' | 'BurnNft' | 'Send' | 'AcceptNft' | 'RejectNft' | 'AcceptResource' | 'AcceptResourceRemoval' | 'SetProperty' | 'SetPriority' | 'AddBasicResource' | 'AddComposableResource' | 'AddSlotResource' | 'RemoveResource';1803 }1810 }180418111805 /** @name RmrkTraitsResourceResourceTypes (214) */1812 /** @name RmrkTraitsResourceResourceTypes (215) */1806 export interface RmrkTraitsResourceResourceTypes extends Enum {1813 export interface RmrkTraitsResourceResourceTypes extends Enum {1807 readonly isBasic: boolean;1814 readonly isBasic: boolean;1808 readonly asBasic: RmrkTraitsResourceBasicResource;1815 readonly asBasic: RmrkTraitsResourceBasicResource;1813 readonly type: 'Basic' | 'Composable' | 'Slot';1820 readonly type: 'Basic' | 'Composable' | 'Slot';1814 }1821 }181518221816 /** @name RmrkTraitsResourceBasicResource (216) */1823 /** @name RmrkTraitsResourceBasicResource (217) */1817 export interface RmrkTraitsResourceBasicResource extends Struct {1824 export interface RmrkTraitsResourceBasicResource extends Struct {1818 readonly src: Option<Bytes>;1825 readonly src: Option<Bytes>;1819 readonly metadata: Option<Bytes>;1826 readonly metadata: Option<Bytes>;1820 readonly license: Option<Bytes>;1827 readonly license: Option<Bytes>;1821 readonly thumb: Option<Bytes>;1828 readonly thumb: Option<Bytes>;1822 }1829 }182318301824 /** @name RmrkTraitsResourceComposableResource (218) */1831 /** @name RmrkTraitsResourceComposableResource (219) */1825 export interface RmrkTraitsResourceComposableResource extends Struct {1832 export interface RmrkTraitsResourceComposableResource extends Struct {1826 readonly parts: Vec<u32>;1833 readonly parts: Vec<u32>;1827 readonly base: u32;1834 readonly base: u32;1831 readonly thumb: Option<Bytes>;1838 readonly thumb: Option<Bytes>;1832 }1839 }183318401834 /** @name RmrkTraitsResourceSlotResource (219) */1841 /** @name RmrkTraitsResourceSlotResource (220) */1835 export interface RmrkTraitsResourceSlotResource extends Struct {1842 export interface RmrkTraitsResourceSlotResource extends Struct {1836 readonly base: u32;1843 readonly base: u32;1837 readonly src: Option<Bytes>;1844 readonly src: Option<Bytes>;1841 readonly thumb: Option<Bytes>;1848 readonly thumb: Option<Bytes>;1842 }1849 }184318501844 /** @name RmrkTraitsNftAccountIdOrCollectionNftTuple (221) */1851 /** @name RmrkTraitsNftAccountIdOrCollectionNftTuple (222) */1845 export interface RmrkTraitsNftAccountIdOrCollectionNftTuple extends Enum {1852 export interface RmrkTraitsNftAccountIdOrCollectionNftTuple extends Enum {1846 readonly isAccountId: boolean;1853 readonly isAccountId: boolean;1847 readonly asAccountId: AccountId32;1854 readonly asAccountId: AccountId32;1850 readonly type: 'AccountId' | 'CollectionAndNftTuple';1857 readonly type: 'AccountId' | 'CollectionAndNftTuple';1851 }1858 }185218591853 /** @name PalletRmrkEquipCall (225) */1860 /** @name PalletRmrkEquipCall (226) */1854 export interface PalletRmrkEquipCall extends Enum {1861 export interface PalletRmrkEquipCall extends Enum {1855 readonly isCreateBase: boolean;1862 readonly isCreateBase: boolean;1856 readonly asCreateBase: {1863 readonly asCreateBase: {1872 readonly type: 'CreateBase' | 'ThemeAdd' | 'Equippable';1879 readonly type: 'CreateBase' | 'ThemeAdd' | 'Equippable';1873 }1880 }187418811875 /** @name RmrkTraitsPartPartType (228) */1882 /** @name RmrkTraitsPartPartType (229) */1876 export interface RmrkTraitsPartPartType extends Enum {1883 export interface RmrkTraitsPartPartType extends Enum {1877 readonly isFixedPart: boolean;1884 readonly isFixedPart: boolean;1878 readonly asFixedPart: RmrkTraitsPartFixedPart;1885 readonly asFixedPart: RmrkTraitsPartFixedPart;1881 readonly type: 'FixedPart' | 'SlotPart';1888 readonly type: 'FixedPart' | 'SlotPart';1882 }1889 }188318901884 /** @name RmrkTraitsPartFixedPart (230) */1891 /** @name RmrkTraitsPartFixedPart (231) */1885 export interface RmrkTraitsPartFixedPart extends Struct {1892 export interface RmrkTraitsPartFixedPart extends Struct {1886 readonly id: u32;1893 readonly id: u32;1887 readonly z: u32;1894 readonly z: u32;1888 readonly src: Bytes;1895 readonly src: Bytes;1889 }1896 }189018971891 /** @name RmrkTraitsPartSlotPart (231) */1898 /** @name RmrkTraitsPartSlotPart (232) */1892 export interface RmrkTraitsPartSlotPart extends Struct {1899 export interface RmrkTraitsPartSlotPart extends Struct {1893 readonly id: u32;1900 readonly id: u32;1894 readonly equippable: RmrkTraitsPartEquippableList;1901 readonly equippable: RmrkTraitsPartEquippableList;1895 readonly src: Bytes;1902 readonly src: Bytes;1896 readonly z: u32;1903 readonly z: u32;1897 }1904 }189819051899 /** @name RmrkTraitsPartEquippableList (232) */1906 /** @name RmrkTraitsPartEquippableList (233) */1900 export interface RmrkTraitsPartEquippableList extends Enum {1907 export interface RmrkTraitsPartEquippableList extends Enum {1901 readonly isAll: boolean;1908 readonly isAll: boolean;1902 readonly isEmpty: boolean;1909 readonly isEmpty: boolean;1905 readonly type: 'All' | 'Empty' | 'Custom';1912 readonly type: 'All' | 'Empty' | 'Custom';1906 }1913 }190719141908 /** @name RmrkTraitsTheme (234) */1915 /** @name RmrkTraitsTheme (235) */1909 export interface RmrkTraitsTheme extends Struct {1916 export interface RmrkTraitsTheme extends Struct {1910 readonly name: Bytes;1917 readonly name: Bytes;1911 readonly properties: Vec<RmrkTraitsThemeThemeProperty>;1918 readonly properties: Vec<RmrkTraitsThemeThemeProperty>;1912 readonly inherit: bool;1919 readonly inherit: bool;1913 }1920 }191419211915 /** @name RmrkTraitsThemeThemeProperty (236) */1922 /** @name RmrkTraitsThemeThemeProperty (237) */1916 export interface RmrkTraitsThemeThemeProperty extends Struct {1923 export interface RmrkTraitsThemeThemeProperty extends Struct {1917 readonly key: Bytes;1924 readonly key: Bytes;1918 readonly value: Bytes;1925 readonly value: Bytes;1919 }1926 }192019271921 /** @name PalletEvmCall (238) */1928 /** @name PalletEvmCall (239) */1922 export interface PalletEvmCall extends Enum {1929 export interface PalletEvmCall extends Enum {1923 readonly isWithdraw: boolean;1930 readonly isWithdraw: boolean;1924 readonly asWithdraw: {1931 readonly asWithdraw: {1963 readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';1970 readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';1964 }1971 }196519721966 /** @name PalletEthereumCall (244) */1973 /** @name PalletEthereumCall (245) */1967 export interface PalletEthereumCall extends Enum {1974 export interface PalletEthereumCall extends Enum {1968 readonly isTransact: boolean;1975 readonly isTransact: boolean;1969 readonly asTransact: {1976 readonly asTransact: {1972 readonly type: 'Transact';1979 readonly type: 'Transact';1973 }1980 }197419811975 /** @name EthereumTransactionTransactionV2 (245) */1982 /** @name EthereumTransactionTransactionV2 (246) */1976 export interface EthereumTransactionTransactionV2 extends Enum {1983 export interface EthereumTransactionTransactionV2 extends Enum {1977 readonly isLegacy: boolean;1984 readonly isLegacy: boolean;1978 readonly asLegacy: EthereumTransactionLegacyTransaction;1985 readonly asLegacy: EthereumTransactionLegacyTransaction;1983 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';1990 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';1984 }1991 }198519921986 /** @name EthereumTransactionLegacyTransaction (246) */1993 /** @name EthereumTransactionLegacyTransaction (247) */1987 export interface EthereumTransactionLegacyTransaction extends Struct {1994 export interface EthereumTransactionLegacyTransaction extends Struct {1988 readonly nonce: U256;1995 readonly nonce: U256;1989 readonly gasPrice: U256;1996 readonly gasPrice: U256;1994 readonly signature: EthereumTransactionTransactionSignature;2001 readonly signature: EthereumTransactionTransactionSignature;1995 }2002 }199620031997 /** @name EthereumTransactionTransactionAction (247) */2004 /** @name EthereumTransactionTransactionAction (248) */1998 export interface EthereumTransactionTransactionAction extends Enum {2005 export interface EthereumTransactionTransactionAction extends Enum {1999 readonly isCall: boolean;2006 readonly isCall: boolean;2000 readonly asCall: H160;2007 readonly asCall: H160;2001 readonly isCreate: boolean;2008 readonly isCreate: boolean;2002 readonly type: 'Call' | 'Create';2009 readonly type: 'Call' | 'Create';2003 }2010 }200420112005 /** @name EthereumTransactionTransactionSignature (248) */2012 /** @name EthereumTransactionTransactionSignature (249) */2006 export interface EthereumTransactionTransactionSignature extends Struct {2013 export interface EthereumTransactionTransactionSignature extends Struct {2007 readonly v: u64;2014 readonly v: u64;2008 readonly r: H256;2015 readonly r: H256;2009 readonly s: H256;2016 readonly s: H256;2010 }2017 }201120182012 /** @name EthereumTransactionEip2930Transaction (250) */2019 /** @name EthereumTransactionEip2930Transaction (251) */2013 export interface EthereumTransactionEip2930Transaction extends Struct {2020 export interface EthereumTransactionEip2930Transaction extends Struct {2014 readonly chainId: u64;2021 readonly chainId: u64;2015 readonly nonce: U256;2022 readonly nonce: U256;2024 readonly s: H256;2031 readonly s: H256;2025 }2032 }202620332027 /** @name EthereumTransactionAccessListItem (252) */2034 /** @name EthereumTransactionAccessListItem (253) */2028 export interface EthereumTransactionAccessListItem extends Struct {2035 export interface EthereumTransactionAccessListItem extends Struct {2029 readonly address: H160;2036 readonly address: H160;2030 readonly storageKeys: Vec<H256>;2037 readonly storageKeys: Vec<H256>;2031 }2038 }203220392033 /** @name EthereumTransactionEip1559Transaction (253) */2040 /** @name EthereumTransactionEip1559Transaction (254) */2034 export interface EthereumTransactionEip1559Transaction extends Struct {2041 export interface EthereumTransactionEip1559Transaction extends Struct {2035 readonly chainId: u64;2042 readonly chainId: u64;2036 readonly nonce: U256;2043 readonly nonce: U256;2046 readonly s: H256;2053 readonly s: H256;2047 }2054 }204820552049 /** @name PalletEvmMigrationCall (254) */2056 /** @name PalletEvmMigrationCall (255) */2050 export interface PalletEvmMigrationCall extends Enum {2057 export interface PalletEvmMigrationCall extends Enum {2051 readonly isBegin: boolean;2058 readonly isBegin: boolean;2052 readonly asBegin: {2059 readonly asBegin: {2065 readonly type: 'Begin' | 'SetData' | 'Finish';2072 readonly type: 'Begin' | 'SetData' | 'Finish';2066 }2073 }206720742068 /** @name PalletSudoEvent (257) */2075 /** @name PalletSudoEvent (258) */2069 export interface PalletSudoEvent extends Enum {2076 export interface PalletSudoEvent extends Enum {2070 readonly isSudid: boolean;2077 readonly isSudid: boolean;2071 readonly asSudid: {2078 readonly asSudid: {2082 readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';2089 readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';2083 }2090 }208420912085 /** @name SpRuntimeDispatchError (259) */2092 /** @name SpRuntimeDispatchError (260) */2086 export interface SpRuntimeDispatchError extends Enum {2093 export interface SpRuntimeDispatchError extends Enum {2087 readonly isOther: boolean;2094 readonly isOther: boolean;2088 readonly isCannotLookup: boolean;2095 readonly isCannotLookup: boolean;2101 readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional';2108 readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional';2102 }2109 }210321102104 /** @name SpRuntimeModuleError (260) */2111 /** @name SpRuntimeModuleError (261) */2105 export interface SpRuntimeModuleError extends Struct {2112 export interface SpRuntimeModuleError extends Struct {2106 readonly index: u8;2113 readonly index: u8;2107 readonly error: U8aFixed;2114 readonly error: U8aFixed;2108 }2115 }210921162110 /** @name SpRuntimeTokenError (261) */2117 /** @name SpRuntimeTokenError (262) */2111 export interface SpRuntimeTokenError extends Enum {2118 export interface SpRuntimeTokenError extends Enum {2112 readonly isNoFunds: boolean;2119 readonly isNoFunds: boolean;2113 readonly isWouldDie: boolean;2120 readonly isWouldDie: boolean;2119 readonly type: 'NoFunds' | 'WouldDie' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported';2126 readonly type: 'NoFunds' | 'WouldDie' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported';2120 }2127 }212121282122 /** @name SpRuntimeArithmeticError (262) */2129 /** @name SpRuntimeArithmeticError (263) */2123 export interface SpRuntimeArithmeticError extends Enum {2130 export interface SpRuntimeArithmeticError extends Enum {2124 readonly isUnderflow: boolean;2131 readonly isUnderflow: boolean;2125 readonly isOverflow: boolean;2132 readonly isOverflow: boolean;2126 readonly isDivisionByZero: boolean;2133 readonly isDivisionByZero: boolean;2127 readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';2134 readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';2128 }2135 }212921362130 /** @name SpRuntimeTransactionalError (263) */2137 /** @name SpRuntimeTransactionalError (264) */2131 export interface SpRuntimeTransactionalError extends Enum {2138 export interface SpRuntimeTransactionalError extends Enum {2132 readonly isLimitReached: boolean;2139 readonly isLimitReached: boolean;2133 readonly isNoLayer: boolean;2140 readonly isNoLayer: boolean;2134 readonly type: 'LimitReached' | 'NoLayer';2141 readonly type: 'LimitReached' | 'NoLayer';2135 }2142 }213621432137 /** @name PalletSudoError (264) */2144 /** @name PalletSudoError (265) */2138 export interface PalletSudoError extends Enum {2145 export interface PalletSudoError extends Enum {2139 readonly isRequireSudo: boolean;2146 readonly isRequireSudo: boolean;2140 readonly type: 'RequireSudo';2147 readonly type: 'RequireSudo';2141 }2148 }214221492143 /** @name FrameSystemAccountInfo (265) */2150 /** @name FrameSystemAccountInfo (266) */2144 export interface FrameSystemAccountInfo extends Struct {2151 export interface FrameSystemAccountInfo extends Struct {2145 readonly nonce: u32;2152 readonly nonce: u32;2146 readonly consumers: u32;2153 readonly consumers: u32;2149 readonly data: PalletBalancesAccountData;2156 readonly data: PalletBalancesAccountData;2150 }2157 }215121582152 /** @name FrameSupportWeightsPerDispatchClassU64 (266) */2159 /** @name FrameSupportWeightsPerDispatchClassU64 (267) */2153 export interface FrameSupportWeightsPerDispatchClassU64 extends Struct {2160 export interface FrameSupportWeightsPerDispatchClassU64 extends Struct {2154 readonly normal: u64;2161 readonly normal: u64;2155 readonly operational: u64;2162 readonly operational: u64;2156 readonly mandatory: u64;2163 readonly mandatory: u64;2157 }2164 }215821652159 /** @name SpRuntimeDigest (267) */2166 /** @name SpRuntimeDigest (268) */2160 export interface SpRuntimeDigest extends Struct {2167 export interface SpRuntimeDigest extends Struct {2161 readonly logs: Vec<SpRuntimeDigestDigestItem>;2168 readonly logs: Vec<SpRuntimeDigestDigestItem>;2162 }2169 }216321702164 /** @name SpRuntimeDigestDigestItem (269) */2171 /** @name SpRuntimeDigestDigestItem (270) */2165 export interface SpRuntimeDigestDigestItem extends Enum {2172 export interface SpRuntimeDigestDigestItem extends Enum {2166 readonly isOther: boolean;2173 readonly isOther: boolean;2167 readonly asOther: Bytes;2174 readonly asOther: Bytes;2175 readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';2182 readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';2176 }2183 }217721842178 /** @name FrameSystemEventRecord (271) */2185 /** @name FrameSystemEventRecord (272) */2179 export interface FrameSystemEventRecord extends Struct {2186 export interface FrameSystemEventRecord extends Struct {2180 readonly phase: FrameSystemPhase;2187 readonly phase: FrameSystemPhase;2181 readonly event: Event;2188 readonly event: Event;2182 readonly topics: Vec<H256>;2189 readonly topics: Vec<H256>;2183 }2190 }218421912185 /** @name FrameSystemEvent (273) */2192 /** @name FrameSystemEvent (274) */2186 export interface FrameSystemEvent extends Enum {2193 export interface FrameSystemEvent extends Enum {2187 readonly isExtrinsicSuccess: boolean;2194 readonly isExtrinsicSuccess: boolean;2188 readonly asExtrinsicSuccess: {2195 readonly asExtrinsicSuccess: {2210 readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked';2217 readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked';2211 }2218 }221222192213 /** @name FrameSupportWeightsDispatchInfo (274) */2220 /** @name FrameSupportWeightsDispatchInfo (275) */2214 export interface FrameSupportWeightsDispatchInfo extends Struct {2221 export interface FrameSupportWeightsDispatchInfo extends Struct {2215 readonly weight: u64;2222 readonly weight: u64;2216 readonly class: FrameSupportWeightsDispatchClass;2223 readonly class: FrameSupportWeightsDispatchClass;2217 readonly paysFee: FrameSupportWeightsPays;2224 readonly paysFee: FrameSupportWeightsPays;2218 }2225 }221922262220 /** @name FrameSupportWeightsDispatchClass (275) */2227 /** @name FrameSupportWeightsDispatchClass (276) */2221 export interface FrameSupportWeightsDispatchClass extends Enum {2228 export interface FrameSupportWeightsDispatchClass extends Enum {2222 readonly isNormal: boolean;2229 readonly isNormal: boolean;2223 readonly isOperational: boolean;2230 readonly isOperational: boolean;2224 readonly isMandatory: boolean;2231 readonly isMandatory: boolean;2225 readonly type: 'Normal' | 'Operational' | 'Mandatory';2232 readonly type: 'Normal' | 'Operational' | 'Mandatory';2226 }2233 }222722342228 /** @name FrameSupportWeightsPays (276) */2235 /** @name FrameSupportWeightsPays (277) */2229 export interface FrameSupportWeightsPays extends Enum {2236 export interface FrameSupportWeightsPays extends Enum {2230 readonly isYes: boolean;2237 readonly isYes: boolean;2231 readonly isNo: boolean;2238 readonly isNo: boolean;2232 readonly type: 'Yes' | 'No';2239 readonly type: 'Yes' | 'No';2233 }2240 }223422412235 /** @name OrmlVestingModuleEvent (277) */2242 /** @name OrmlVestingModuleEvent (278) */2236 export interface OrmlVestingModuleEvent extends Enum {2243 export interface OrmlVestingModuleEvent extends Enum {2237 readonly isVestingScheduleAdded: boolean;2244 readonly isVestingScheduleAdded: boolean;2238 readonly asVestingScheduleAdded: {2245 readonly asVestingScheduleAdded: {2252 readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';2259 readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';2253 }2260 }225422612255 /** @name CumulusPalletXcmpQueueEvent (278) */2262 /** @name CumulusPalletXcmpQueueEvent (279) */2256 export interface CumulusPalletXcmpQueueEvent extends Enum {2263 export interface CumulusPalletXcmpQueueEvent extends Enum {2257 readonly isSuccess: boolean;2264 readonly isSuccess: boolean;2258 readonly asSuccess: Option<H256>;2265 readonly asSuccess: Option<H256>;2273 readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';2280 readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';2274 }2281 }227522822276 /** @name PalletXcmEvent (279) */2283 /** @name PalletXcmEvent (280) */2277 export interface PalletXcmEvent extends Enum {2284 export interface PalletXcmEvent extends Enum {2278 readonly isAttempted: boolean;2285 readonly isAttempted: boolean;2279 readonly asAttempted: XcmV2TraitsOutcome;2286 readonly asAttempted: XcmV2TraitsOutcome;2310 readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail';2317 readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail';2311 }2318 }231223192313 /** @name XcmV2TraitsOutcome (280) */2320 /** @name XcmV2TraitsOutcome (281) */2314 export interface XcmV2TraitsOutcome extends Enum {2321 export interface XcmV2TraitsOutcome extends Enum {2315 readonly isComplete: boolean;2322 readonly isComplete: boolean;2316 readonly asComplete: u64;2323 readonly asComplete: u64;2321 readonly type: 'Complete' | 'Incomplete' | 'Error';2328 readonly type: 'Complete' | 'Incomplete' | 'Error';2322 }2329 }232323302324 /** @name CumulusPalletXcmEvent (282) */2331 /** @name CumulusPalletXcmEvent (283) */2325 export interface CumulusPalletXcmEvent extends Enum {2332 export interface CumulusPalletXcmEvent extends Enum {2326 readonly isInvalidFormat: boolean;2333 readonly isInvalidFormat: boolean;2327 readonly asInvalidFormat: U8aFixed;2334 readonly asInvalidFormat: U8aFixed;2332 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';2339 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';2333 }2340 }233423412335 /** @name CumulusPalletDmpQueueEvent (283) */2342 /** @name CumulusPalletDmpQueueEvent (284) */2336 export interface CumulusPalletDmpQueueEvent extends Enum {2343 export interface CumulusPalletDmpQueueEvent extends Enum {2337 readonly isInvalidFormat: boolean;2344 readonly isInvalidFormat: boolean;2338 readonly asInvalidFormat: {2345 readonly asInvalidFormat: {2367 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';2374 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';2368 }2375 }236923762370 /** @name PalletUniqueRawEvent (284) */2377 /** @name PalletUniqueRawEvent (285) */2371 export interface PalletUniqueRawEvent extends Enum {2378 export interface PalletUniqueRawEvent extends Enum {2372 readonly isCollectionSponsorRemoved: boolean;2379 readonly isCollectionSponsorRemoved: boolean;2373 readonly asCollectionSponsorRemoved: u32;2380 readonly asCollectionSponsorRemoved: u32;2392 readonly type: 'CollectionSponsorRemoved' | 'CollectionAdminAdded' | 'CollectionOwnedChanged' | 'CollectionSponsorSet' | 'SponsorshipConfirmed' | 'CollectionAdminRemoved' | 'AllowListAddressRemoved' | 'AllowListAddressAdded' | 'CollectionLimitSet' | 'CollectionPermissionSet';2399 readonly type: 'CollectionSponsorRemoved' | 'CollectionAdminAdded' | 'CollectionOwnedChanged' | 'CollectionSponsorSet' | 'SponsorshipConfirmed' | 'CollectionAdminRemoved' | 'AllowListAddressRemoved' | 'AllowListAddressAdded' | 'CollectionLimitSet' | 'CollectionPermissionSet';2393 }2400 }239424012395 /** @name PalletUniqueSchedulerEvent (285) */2402 /** @name PalletUniqueSchedulerEvent (286) */2396 export interface PalletUniqueSchedulerEvent extends Enum {2403 export interface PalletUniqueSchedulerEvent extends Enum {2397 readonly isScheduled: boolean;2404 readonly isScheduled: boolean;2398 readonly asScheduled: {2405 readonly asScheduled: {2419 readonly type: 'Scheduled' | 'Canceled' | 'Dispatched' | 'CallLookupFailed';2426 readonly type: 'Scheduled' | 'Canceled' | 'Dispatched' | 'CallLookupFailed';2420 }2427 }242124282422 /** @name FrameSupportScheduleLookupError (287) */2429 /** @name FrameSupportScheduleLookupError (288) */2423 export interface FrameSupportScheduleLookupError extends Enum {2430 export interface FrameSupportScheduleLookupError extends Enum {2424 readonly isUnknown: boolean;2431 readonly isUnknown: boolean;2425 readonly isBadFormat: boolean;2432 readonly isBadFormat: boolean;2426 readonly type: 'Unknown' | 'BadFormat';2433 readonly type: 'Unknown' | 'BadFormat';2427 }2434 }242824352429 /** @name PalletCommonEvent (288) */2436 /** @name PalletCommonEvent (289) */2430 export interface PalletCommonEvent extends Enum {2437 export interface PalletCommonEvent extends Enum {2431 readonly isCollectionCreated: boolean;2438 readonly isCollectionCreated: boolean;2432 readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;2439 readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;2453 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved' | 'CollectionPropertySet' | 'CollectionPropertyDeleted' | 'TokenPropertySet' | 'TokenPropertyDeleted' | 'PropertyPermissionSet';2460 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved' | 'CollectionPropertySet' | 'CollectionPropertyDeleted' | 'TokenPropertySet' | 'TokenPropertyDeleted' | 'PropertyPermissionSet';2454 }2461 }245524622456 /** @name PalletStructureEvent (289) */2463 /** @name PalletStructureEvent (290) */2457 export interface PalletStructureEvent extends Enum {2464 export interface PalletStructureEvent extends Enum {2458 readonly isExecuted: boolean;2465 readonly isExecuted: boolean;2459 readonly asExecuted: Result<Null, SpRuntimeDispatchError>;2466 readonly asExecuted: Result<Null, SpRuntimeDispatchError>;2460 readonly type: 'Executed';2467 readonly type: 'Executed';2461 }2468 }246224692463 /** @name PalletRmrkCoreEvent (290) */2470 /** @name PalletRmrkCoreEvent (291) */2464 export interface PalletRmrkCoreEvent extends Enum {2471 export interface PalletRmrkCoreEvent extends Enum {2465 readonly isCollectionCreated: boolean;2472 readonly isCollectionCreated: boolean;2466 readonly asCollectionCreated: {2473 readonly asCollectionCreated: {2550 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'IssuerChanged' | 'CollectionLocked' | 'NftMinted' | 'NftBurned' | 'NftSent' | 'NftAccepted' | 'NftRejected' | 'PropertySet' | 'ResourceAdded' | 'ResourceRemoval' | 'ResourceAccepted' | 'ResourceRemovalAccepted' | 'PrioritySet';2557 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'IssuerChanged' | 'CollectionLocked' | 'NftMinted' | 'NftBurned' | 'NftSent' | 'NftAccepted' | 'NftRejected' | 'PropertySet' | 'ResourceAdded' | 'ResourceRemoval' | 'ResourceAccepted' | 'ResourceRemovalAccepted' | 'PrioritySet';2551 }2558 }255225592553 /** @name PalletRmrkEquipEvent (291) */2560 /** @name PalletRmrkEquipEvent (292) */2554 export interface PalletRmrkEquipEvent extends Enum {2561 export interface PalletRmrkEquipEvent extends Enum {2555 readonly isBaseCreated: boolean;2562 readonly isBaseCreated: boolean;2556 readonly asBaseCreated: {2563 readonly asBaseCreated: {2565 readonly type: 'BaseCreated' | 'EquippablesUpdated';2572 readonly type: 'BaseCreated' | 'EquippablesUpdated';2566 }2573 }256725742568 /** @name PalletEvmEvent (292) */2575 /** @name PalletEvmEvent (293) */2569 export interface PalletEvmEvent extends Enum {2576 export interface PalletEvmEvent extends Enum {2570 readonly isLog: boolean;2577 readonly isLog: boolean;2571 readonly asLog: EthereumLog;2578 readonly asLog: EthereumLog;2584 readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed' | 'BalanceDeposit' | 'BalanceWithdraw';2591 readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed' | 'BalanceDeposit' | 'BalanceWithdraw';2585 }2592 }258625932587 /** @name EthereumLog (293) */2594 /** @name EthereumLog (294) */2588 export interface EthereumLog extends Struct {2595 export interface EthereumLog extends Struct {2589 readonly address: H160;2596 readonly address: H160;2590 readonly topics: Vec<H256>;2597 readonly topics: Vec<H256>;2591 readonly data: Bytes;2598 readonly data: Bytes;2592 }2599 }259326002594 /** @name PalletEthereumEvent (294) */2601 /** @name PalletEthereumEvent (295) */2595 export interface PalletEthereumEvent extends Enum {2602 export interface PalletEthereumEvent extends Enum {2596 readonly isExecuted: boolean;2603 readonly isExecuted: boolean;2597 readonly asExecuted: ITuple<[H160, H160, H256, EvmCoreErrorExitReason]>;2604 readonly asExecuted: ITuple<[H160, H160, H256, EvmCoreErrorExitReason]>;2598 readonly type: 'Executed';2605 readonly type: 'Executed';2599 }2606 }260026072601 /** @name EvmCoreErrorExitReason (295) */2608 /** @name EvmCoreErrorExitReason (296) */2602 export interface EvmCoreErrorExitReason extends Enum {2609 export interface EvmCoreErrorExitReason extends Enum {2603 readonly isSucceed: boolean;2610 readonly isSucceed: boolean;2604 readonly asSucceed: EvmCoreErrorExitSucceed;2611 readonly asSucceed: EvmCoreErrorExitSucceed;2611 readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';2618 readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';2612 }2619 }261326202614 /** @name EvmCoreErrorExitSucceed (296) */2621 /** @name EvmCoreErrorExitSucceed (297) */2615 export interface EvmCoreErrorExitSucceed extends Enum {2622 export interface EvmCoreErrorExitSucceed extends Enum {2616 readonly isStopped: boolean;2623 readonly isStopped: boolean;2617 readonly isReturned: boolean;2624 readonly isReturned: boolean;2618 readonly isSuicided: boolean;2625 readonly isSuicided: boolean;2619 readonly type: 'Stopped' | 'Returned' | 'Suicided';2626 readonly type: 'Stopped' | 'Returned' | 'Suicided';2620 }2627 }262126282622 /** @name EvmCoreErrorExitError (297) */2629 /** @name EvmCoreErrorExitError (298) */2623 export interface EvmCoreErrorExitError extends Enum {2630 export interface EvmCoreErrorExitError extends Enum {2624 readonly isStackUnderflow: boolean;2631 readonly isStackUnderflow: boolean;2625 readonly isStackOverflow: boolean;2632 readonly isStackOverflow: boolean;2640 readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';2647 readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';2641 }2648 }264226492643 /** @name EvmCoreErrorExitRevert (300) */2650 /** @name EvmCoreErrorExitRevert (301) */2644 export interface EvmCoreErrorExitRevert extends Enum {2651 export interface EvmCoreErrorExitRevert extends Enum {2645 readonly isReverted: boolean;2652 readonly isReverted: boolean;2646 readonly type: 'Reverted';2653 readonly type: 'Reverted';2647 }2654 }264826552649 /** @name EvmCoreErrorExitFatal (301) */2656 /** @name EvmCoreErrorExitFatal (302) */2650 export interface EvmCoreErrorExitFatal extends Enum {2657 export interface EvmCoreErrorExitFatal extends Enum {2651 readonly isNotSupported: boolean;2658 readonly isNotSupported: boolean;2652 readonly isUnhandledInterrupt: boolean;2659 readonly isUnhandledInterrupt: boolean;2657 readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';2664 readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';2658 }2665 }265926662660 /** @name FrameSystemPhase (302) */2667 /** @name FrameSystemPhase (303) */2661 export interface FrameSystemPhase extends Enum {2668 export interface FrameSystemPhase extends Enum {2662 readonly isApplyExtrinsic: boolean;2669 readonly isApplyExtrinsic: boolean;2663 readonly asApplyExtrinsic: u32;2670 readonly asApplyExtrinsic: u32;2666 readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';2673 readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';2667 }2674 }266826752669 /** @name FrameSystemLastRuntimeUpgradeInfo (304) */2676 /** @name FrameSystemLastRuntimeUpgradeInfo (305) */2670 export interface FrameSystemLastRuntimeUpgradeInfo extends Struct {2677 export interface FrameSystemLastRuntimeUpgradeInfo extends Struct {2671 readonly specVersion: Compact<u32>;2678 readonly specVersion: Compact<u32>;2672 readonly specName: Text;2679 readonly specName: Text;2673 }2680 }267426812675 /** @name FrameSystemLimitsBlockWeights (305) */2682 /** @name FrameSystemLimitsBlockWeights (306) */2676 export interface FrameSystemLimitsBlockWeights extends Struct {2683 export interface FrameSystemLimitsBlockWeights extends Struct {2677 readonly baseBlock: u64;2684 readonly baseBlock: u64;2678 readonly maxBlock: u64;2685 readonly maxBlock: u64;2679 readonly perClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;2686 readonly perClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;2680 }2687 }268126882682 /** @name FrameSupportWeightsPerDispatchClassWeightsPerClass (306) */2689 /** @name FrameSupportWeightsPerDispatchClassWeightsPerClass (307) */2683 export interface FrameSupportWeightsPerDispatchClassWeightsPerClass extends Struct {2690 export interface FrameSupportWeightsPerDispatchClassWeightsPerClass extends Struct {2684 readonly normal: FrameSystemLimitsWeightsPerClass;2691 readonly normal: FrameSystemLimitsWeightsPerClass;2685 readonly operational: FrameSystemLimitsWeightsPerClass;2692 readonly operational: FrameSystemLimitsWeightsPerClass;2686 readonly mandatory: FrameSystemLimitsWeightsPerClass;2693 readonly mandatory: FrameSystemLimitsWeightsPerClass;2687 }2694 }268826952689 /** @name FrameSystemLimitsWeightsPerClass (307) */2696 /** @name FrameSystemLimitsWeightsPerClass (308) */2690 export interface FrameSystemLimitsWeightsPerClass extends Struct {2697 export interface FrameSystemLimitsWeightsPerClass extends Struct {2691 readonly baseExtrinsic: u64;2698 readonly baseExtrinsic: u64;2692 readonly maxExtrinsic: Option<u64>;2699 readonly maxExtrinsic: Option<u64>;2693 readonly maxTotal: Option<u64>;2700 readonly maxTotal: Option<u64>;2694 readonly reserved: Option<u64>;2701 readonly reserved: Option<u64>;2695 }2702 }269627032697 /** @name FrameSystemLimitsBlockLength (309) */2704 /** @name FrameSystemLimitsBlockLength (310) */2698 export interface FrameSystemLimitsBlockLength extends Struct {2705 export interface FrameSystemLimitsBlockLength extends Struct {2699 readonly max: FrameSupportWeightsPerDispatchClassU32;2706 readonly max: FrameSupportWeightsPerDispatchClassU32;2700 }2707 }270127082702 /** @name FrameSupportWeightsPerDispatchClassU32 (310) */2709 /** @name FrameSupportWeightsPerDispatchClassU32 (311) */2703 export interface FrameSupportWeightsPerDispatchClassU32 extends Struct {2710 export interface FrameSupportWeightsPerDispatchClassU32 extends Struct {2704 readonly normal: u32;2711 readonly normal: u32;2705 readonly operational: u32;2712 readonly operational: u32;2706 readonly mandatory: u32;2713 readonly mandatory: u32;2707 }2714 }270827152709 /** @name FrameSupportWeightsRuntimeDbWeight (311) */2716 /** @name FrameSupportWeightsRuntimeDbWeight (312) */2710 export interface FrameSupportWeightsRuntimeDbWeight extends Struct {2717 export interface FrameSupportWeightsRuntimeDbWeight extends Struct {2711 readonly read: u64;2718 readonly read: u64;2712 readonly write: u64;2719 readonly write: u64;2713 }2720 }271427212715 /** @name SpVersionRuntimeVersion (312) */2722 /** @name SpVersionRuntimeVersion (313) */2716 export interface SpVersionRuntimeVersion extends Struct {2723 export interface SpVersionRuntimeVersion extends Struct {2717 readonly specName: Text;2724 readonly specName: Text;2718 readonly implName: Text;2725 readonly implName: Text;2724 readonly stateVersion: u8;2731 readonly stateVersion: u8;2725 }2732 }272627332727 /** @name FrameSystemError (316) */2734 /** @name FrameSystemError (317) */2728 export interface FrameSystemError extends Enum {2735 export interface FrameSystemError extends Enum {2729 readonly isInvalidSpecName: boolean;2736 readonly isInvalidSpecName: boolean;2730 readonly isSpecVersionNeedsToIncrease: boolean;2737 readonly isSpecVersionNeedsToIncrease: boolean;2735 readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';2742 readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';2736 }2743 }273727442738 /** @name OrmlVestingModuleError (318) */2745 /** @name OrmlVestingModuleError (319) */2739 export interface OrmlVestingModuleError extends Enum {2746 export interface OrmlVestingModuleError extends Enum {2740 readonly isZeroVestingPeriod: boolean;2747 readonly isZeroVestingPeriod: boolean;2741 readonly isZeroVestingPeriodCount: boolean;2748 readonly isZeroVestingPeriodCount: boolean;2746 readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';2753 readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';2747 }2754 }274827552749 /** @name CumulusPalletXcmpQueueInboundChannelDetails (320) */2756 /** @name CumulusPalletXcmpQueueInboundChannelDetails (321) */2750 export interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {2757 export interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {2751 readonly sender: u32;2758 readonly sender: u32;2752 readonly state: CumulusPalletXcmpQueueInboundState;2759 readonly state: CumulusPalletXcmpQueueInboundState;2753 readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;2760 readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;2754 }2761 }275527622756 /** @name CumulusPalletXcmpQueueInboundState (321) */2763 /** @name CumulusPalletXcmpQueueInboundState (322) */2757 export interface CumulusPalletXcmpQueueInboundState extends Enum {2764 export interface CumulusPalletXcmpQueueInboundState extends Enum {2758 readonly isOk: boolean;2765 readonly isOk: boolean;2759 readonly isSuspended: boolean;2766 readonly isSuspended: boolean;2760 readonly type: 'Ok' | 'Suspended';2767 readonly type: 'Ok' | 'Suspended';2761 }2768 }276227692763 /** @name PolkadotParachainPrimitivesXcmpMessageFormat (324) */2770 /** @name PolkadotParachainPrimitivesXcmpMessageFormat (325) */2764 export interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {2771 export interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {2765 readonly isConcatenatedVersionedXcm: boolean;2772 readonly isConcatenatedVersionedXcm: boolean;2766 readonly isConcatenatedEncodedBlob: boolean;2773 readonly isConcatenatedEncodedBlob: boolean;2767 readonly isSignals: boolean;2774 readonly isSignals: boolean;2768 readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';2775 readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';2769 }2776 }277027772771 /** @name CumulusPalletXcmpQueueOutboundChannelDetails (327) */2778 /** @name CumulusPalletXcmpQueueOutboundChannelDetails (328) */2772 export interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {2779 export interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {2773 readonly recipient: u32;2780 readonly recipient: u32;2774 readonly state: CumulusPalletXcmpQueueOutboundState;2781 readonly state: CumulusPalletXcmpQueueOutboundState;2777 readonly lastIndex: u16;2784 readonly lastIndex: u16;2778 }2785 }277927862780 /** @name CumulusPalletXcmpQueueOutboundState (328) */2787 /** @name CumulusPalletXcmpQueueOutboundState (329) */2781 export interface CumulusPalletXcmpQueueOutboundState extends Enum {2788 export interface CumulusPalletXcmpQueueOutboundState extends Enum {2782 readonly isOk: boolean;2789 readonly isOk: boolean;2783 readonly isSuspended: boolean;2790 readonly isSuspended: boolean;2784 readonly type: 'Ok' | 'Suspended';2791 readonly type: 'Ok' | 'Suspended';2785 }2792 }278627932787 /** @name CumulusPalletXcmpQueueQueueConfigData (330) */2794 /** @name CumulusPalletXcmpQueueQueueConfigData (331) */2788 export interface CumulusPalletXcmpQueueQueueConfigData extends Struct {2795 export interface CumulusPalletXcmpQueueQueueConfigData extends Struct {2789 readonly suspendThreshold: u32;2796 readonly suspendThreshold: u32;2790 readonly dropThreshold: u32;2797 readonly dropThreshold: u32;2794 readonly xcmpMaxIndividualWeight: u64;2801 readonly xcmpMaxIndividualWeight: u64;2795 }2802 }279628032797 /** @name CumulusPalletXcmpQueueError (332) */2804 /** @name CumulusPalletXcmpQueueError (333) */2798 export interface CumulusPalletXcmpQueueError extends Enum {2805 export interface CumulusPalletXcmpQueueError extends Enum {2799 readonly isFailedToSend: boolean;2806 readonly isFailedToSend: boolean;2800 readonly isBadXcmOrigin: boolean;2807 readonly isBadXcmOrigin: boolean;2804 readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';2811 readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';2805 }2812 }280628132807 /** @name PalletXcmError (333) */2814 /** @name PalletXcmError (334) */2808 export interface PalletXcmError extends Enum {2815 export interface PalletXcmError extends Enum {2809 readonly isUnreachable: boolean;2816 readonly isUnreachable: boolean;2810 readonly isSendFailure: boolean;2817 readonly isSendFailure: boolean;2822 readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';2829 readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';2823 }2830 }282428312825 /** @name CumulusPalletXcmError (334) */2832 /** @name CumulusPalletXcmError (335) */2826 export type CumulusPalletXcmError = Null;2833 export type CumulusPalletXcmError = Null;282728342828 /** @name CumulusPalletDmpQueueConfigData (335) */2835 /** @name CumulusPalletDmpQueueConfigData (336) */2829 export interface CumulusPalletDmpQueueConfigData extends Struct {2836 export interface CumulusPalletDmpQueueConfigData extends Struct {2830 readonly maxIndividual: u64;2837 readonly maxIndividual: u64;2831 }2838 }283228392833 /** @name CumulusPalletDmpQueuePageIndexData (336) */2840 /** @name CumulusPalletDmpQueuePageIndexData (337) */2834 export interface CumulusPalletDmpQueuePageIndexData extends Struct {2841 export interface CumulusPalletDmpQueuePageIndexData extends Struct {2835 readonly beginUsed: u32;2842 readonly beginUsed: u32;2836 readonly endUsed: u32;2843 readonly endUsed: u32;2837 readonly overweightCount: u64;2844 readonly overweightCount: u64;2838 }2845 }283928462840 /** @name CumulusPalletDmpQueueError (339) */2847 /** @name CumulusPalletDmpQueueError (340) */2841 export interface CumulusPalletDmpQueueError extends Enum {2848 export interface CumulusPalletDmpQueueError extends Enum {2842 readonly isUnknown: boolean;2849 readonly isUnknown: boolean;2843 readonly isOverLimit: boolean;2850 readonly isOverLimit: boolean;2844 readonly type: 'Unknown' | 'OverLimit';2851 readonly type: 'Unknown' | 'OverLimit';2845 }2852 }284628532847 /** @name PalletUniqueError (343) */2854 /** @name PalletUniqueError (344) */2848 export interface PalletUniqueError extends Enum {2855 export interface PalletUniqueError extends Enum {2849 readonly isCollectionDecimalPointLimitExceeded: boolean;2856 readonly isCollectionDecimalPointLimitExceeded: boolean;2850 readonly isConfirmUnsetSponsorFail: boolean;2857 readonly isConfirmUnsetSponsorFail: boolean;2853 readonly type: 'CollectionDecimalPointLimitExceeded' | 'ConfirmUnsetSponsorFail' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';2860 readonly type: 'CollectionDecimalPointLimitExceeded' | 'ConfirmUnsetSponsorFail' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';2854 }2861 }285528622856 /** @name PalletUniqueSchedulerScheduledV3 (346) */2863 /** @name PalletUniqueSchedulerScheduledV3 (347) */2857 export interface PalletUniqueSchedulerScheduledV3 extends Struct {2864 export interface PalletUniqueSchedulerScheduledV3 extends Struct {2858 readonly maybeId: Option<U8aFixed>;2865 readonly maybeId: Option<U8aFixed>;2859 readonly priority: u8;2866 readonly priority: u8;2862 readonly origin: OpalRuntimeOriginCaller;2869 readonly origin: OpalRuntimeOriginCaller;2863 }2870 }286428712865 /** @name OpalRuntimeOriginCaller (347) */2872 /** @name OpalRuntimeOriginCaller (348) */2866 export interface OpalRuntimeOriginCaller extends Enum {2873 export interface OpalRuntimeOriginCaller extends Enum {2867 readonly isVoid: boolean;2874 readonly isVoid: boolean;2868 readonly isSystem: boolean;2875 readonly isSystem: boolean;2876 readonly type: 'Void' | 'System' | 'PolkadotXcm' | 'CumulusXcm' | 'Ethereum';2883 readonly type: 'Void' | 'System' | 'PolkadotXcm' | 'CumulusXcm' | 'Ethereum';2877 }2884 }287828852879 /** @name FrameSupportDispatchRawOrigin (348) */2886 /** @name FrameSupportDispatchRawOrigin (349) */2880 export interface FrameSupportDispatchRawOrigin extends Enum {2887 export interface FrameSupportDispatchRawOrigin extends Enum {2881 readonly isRoot: boolean;2888 readonly isRoot: boolean;2882 readonly isSigned: boolean;2889 readonly isSigned: boolean;2885 readonly type: 'Root' | 'Signed' | 'None';2892 readonly type: 'Root' | 'Signed' | 'None';2886 }2893 }288728942888 /** @name PalletXcmOrigin (349) */2895 /** @name PalletXcmOrigin (350) */2889 export interface PalletXcmOrigin extends Enum {2896 export interface PalletXcmOrigin extends Enum {2890 readonly isXcm: boolean;2897 readonly isXcm: boolean;2891 readonly asXcm: XcmV1MultiLocation;2898 readonly asXcm: XcmV1MultiLocation;2894 readonly type: 'Xcm' | 'Response';2901 readonly type: 'Xcm' | 'Response';2895 }2902 }289629032897 /** @name CumulusPalletXcmOrigin (350) */2904 /** @name CumulusPalletXcmOrigin (351) */2898 export interface CumulusPalletXcmOrigin extends Enum {2905 export interface CumulusPalletXcmOrigin extends Enum {2899 readonly isRelay: boolean;2906 readonly isRelay: boolean;2900 readonly isSiblingParachain: boolean;2907 readonly isSiblingParachain: boolean;2901 readonly asSiblingParachain: u32;2908 readonly asSiblingParachain: u32;2902 readonly type: 'Relay' | 'SiblingParachain';2909 readonly type: 'Relay' | 'SiblingParachain';2903 }2910 }290429112905 /** @name PalletEthereumRawOrigin (351) */2912 /** @name PalletEthereumRawOrigin (352) */2906 export interface PalletEthereumRawOrigin extends Enum {2913 export interface PalletEthereumRawOrigin extends Enum {2907 readonly isEthereumTransaction: boolean;2914 readonly isEthereumTransaction: boolean;2908 readonly asEthereumTransaction: H160;2915 readonly asEthereumTransaction: H160;2909 readonly type: 'EthereumTransaction';2916 readonly type: 'EthereumTransaction';2910 }2917 }291129182912 /** @name SpCoreVoid (352) */2919 /** @name SpCoreVoid (353) */2913 export type SpCoreVoid = Null;2920 export type SpCoreVoid = Null;291429212915 /** @name PalletUniqueSchedulerError (353) */2922 /** @name PalletUniqueSchedulerError (354) */2916 export interface PalletUniqueSchedulerError extends Enum {2923 export interface PalletUniqueSchedulerError extends Enum {2917 readonly isFailedToSchedule: boolean;2924 readonly isFailedToSchedule: boolean;2918 readonly isNotFound: boolean;2925 readonly isNotFound: boolean;2921 readonly type: 'FailedToSchedule' | 'NotFound' | 'TargetBlockNumberInPast' | 'RescheduleNoChange';2928 readonly type: 'FailedToSchedule' | 'NotFound' | 'TargetBlockNumberInPast' | 'RescheduleNoChange';2922 }2929 }292329302924 /** @name UpDataStructsCollection (354) */2931 /** @name UpDataStructsCollection (355) */2925 export interface UpDataStructsCollection extends Struct {2932 export interface UpDataStructsCollection extends Struct {2926 readonly owner: AccountId32;2933 readonly owner: AccountId32;2927 readonly mode: UpDataStructsCollectionMode;2934 readonly mode: UpDataStructsCollectionMode;2934 readonly externalCollection: bool;2941 readonly externalCollection: bool;2935 }2942 }293629432937 /** @name UpDataStructsSponsorshipState (355) */2944 /** @name UpDataStructsSponsorshipState (356) */2938 export interface UpDataStructsSponsorshipState extends Enum {2945 export interface UpDataStructsSponsorshipState extends Enum {2939 readonly isDisabled: boolean;2946 readonly isDisabled: boolean;2940 readonly isUnconfirmed: boolean;2947 readonly isUnconfirmed: boolean;2944 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';2951 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';2945 }2952 }294629532947 /** @name UpDataStructsProperties (356) */2954 /** @name UpDataStructsProperties (357) */2948 export interface UpDataStructsProperties extends Struct {2955 export interface UpDataStructsProperties extends Struct {2949 readonly map: UpDataStructsPropertiesMapBoundedVec;2956 readonly map: UpDataStructsPropertiesMapBoundedVec;2950 readonly consumedSpace: u32;2957 readonly consumedSpace: u32;2951 readonly spaceLimit: u32;2958 readonly spaceLimit: u32;2952 }2959 }295329602954 /** @name UpDataStructsPropertiesMapBoundedVec (357) */2961 /** @name UpDataStructsPropertiesMapBoundedVec (358) */2955 export interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}2962 export interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}295629632957 /** @name UpDataStructsPropertiesMapPropertyPermission (362) */2964 /** @name UpDataStructsPropertiesMapPropertyPermission (363) */2958 export interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}2965 export interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}295929662960 /** @name UpDataStructsCollectionStats (369) */2967 /** @name UpDataStructsCollectionStats (370) */2961 export interface UpDataStructsCollectionStats extends Struct {2968 export interface UpDataStructsCollectionStats extends Struct {2962 readonly created: u32;2969 readonly created: u32;2963 readonly destroyed: u32;2970 readonly destroyed: u32;2964 readonly alive: u32;2971 readonly alive: u32;2965 }2972 }296629732967 /** @name UpDataStructsTokenChild (370) */2974 /** @name UpDataStructsTokenChild (371) */2968 export interface UpDataStructsTokenChild extends Struct {2975 export interface UpDataStructsTokenChild extends Struct {2969 readonly token: u32;2976 readonly token: u32;2970 readonly collection: u32;2977 readonly collection: u32;2971 }2978 }297229792973 /** @name PhantomTypeUpDataStructs (371) */2980 /** @name PhantomTypeUpDataStructs (372) */2974 export interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}2981 export interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}297529822976 /** @name UpDataStructsTokenData (373) */2983 /** @name UpDataStructsTokenData (374) */2977 export interface UpDataStructsTokenData extends Struct {2984 export interface UpDataStructsTokenData extends Struct {2978 readonly properties: Vec<UpDataStructsProperty>;2985 readonly properties: Vec<UpDataStructsProperty>;2979 readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;2986 readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;2980 readonly pieces: u128;2987 readonly pieces: u128;2981 }2988 }298229892983 /** @name UpDataStructsRpcCollection (375) */2990 /** @name UpDataStructsRpcCollection (376) */2984 export interface UpDataStructsRpcCollection extends Struct {2991 export interface UpDataStructsRpcCollection extends Struct {2985 readonly owner: AccountId32;2992 readonly owner: AccountId32;2986 readonly mode: UpDataStructsCollectionMode;2993 readonly mode: UpDataStructsCollectionMode;2995 readonly readOnly: bool;3002 readonly readOnly: bool;2996 }3003 }299730042998 /** @name RmrkTraitsCollectionCollectionInfo (376) */3005 /** @name RmrkTraitsCollectionCollectionInfo (377) */2999 export interface RmrkTraitsCollectionCollectionInfo extends Struct {3006 export interface RmrkTraitsCollectionCollectionInfo extends Struct {3000 readonly issuer: AccountId32;3007 readonly issuer: AccountId32;3001 readonly metadata: Bytes;3008 readonly metadata: Bytes;3004 readonly nftsCount: u32;3011 readonly nftsCount: u32;3005 }3012 }300630133007 /** @name RmrkTraitsNftNftInfo (377) */3014 /** @name RmrkTraitsNftNftInfo (378) */3008 export interface RmrkTraitsNftNftInfo extends Struct {3015 export interface RmrkTraitsNftNftInfo extends Struct {3009 readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;3016 readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;3010 readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;3017 readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;3013 readonly pending: bool;3020 readonly pending: bool;3014 }3021 }301530223016 /** @name RmrkTraitsNftRoyaltyInfo (379) */3023 /** @name RmrkTraitsNftRoyaltyInfo (380) */3017 export interface RmrkTraitsNftRoyaltyInfo extends Struct {3024 export interface RmrkTraitsNftRoyaltyInfo extends Struct {3018 readonly recipient: AccountId32;3025 readonly recipient: AccountId32;3019 readonly amount: Permill;3026 readonly amount: Permill;3020 }3027 }302130283022 /** @name RmrkTraitsResourceResourceInfo (380) */3029 /** @name RmrkTraitsResourceResourceInfo (381) */3023 export interface RmrkTraitsResourceResourceInfo extends Struct {3030 export interface RmrkTraitsResourceResourceInfo extends Struct {3024 readonly id: u32;3031 readonly id: u32;3025 readonly resource: RmrkTraitsResourceResourceTypes;3032 readonly resource: RmrkTraitsResourceResourceTypes;3026 readonly pending: bool;3033 readonly pending: bool;3027 readonly pendingRemoval: bool;3034 readonly pendingRemoval: bool;3028 }3035 }302930363030 /** @name RmrkTraitsPropertyPropertyInfo (381) */3037 /** @name RmrkTraitsPropertyPropertyInfo (382) */3031 export interface RmrkTraitsPropertyPropertyInfo extends Struct {3038 export interface RmrkTraitsPropertyPropertyInfo extends Struct {3032 readonly key: Bytes;3039 readonly key: Bytes;3033 readonly value: Bytes;3040 readonly value: Bytes;3034 }3041 }303530423036 /** @name RmrkTraitsBaseBaseInfo (382) */3043 /** @name RmrkTraitsBaseBaseInfo (383) */3037 export interface RmrkTraitsBaseBaseInfo extends Struct {3044 export interface RmrkTraitsBaseBaseInfo extends Struct {3038 readonly issuer: AccountId32;3045 readonly issuer: AccountId32;3039 readonly baseType: Bytes;3046 readonly baseType: Bytes;3040 readonly symbol: Bytes;3047 readonly symbol: Bytes;3041 }3048 }304230493043 /** @name RmrkTraitsNftNftChild (383) */3050 /** @name RmrkTraitsNftNftChild (384) */3044 export interface RmrkTraitsNftNftChild extends Struct {3051 export interface RmrkTraitsNftNftChild extends Struct {3045 readonly collectionId: u32;3052 readonly collectionId: u32;3046 readonly nftId: u32;3053 readonly nftId: u32;3047 }3054 }304830553049 /** @name PalletCommonError (385) */3056 /** @name PalletCommonError (386) */3050 export interface PalletCommonError extends Enum {3057 export interface PalletCommonError extends Enum {3051 readonly isCollectionNotFound: boolean;3058 readonly isCollectionNotFound: boolean;3052 readonly isMustBeTokenOwner: boolean;3059 readonly isMustBeTokenOwner: boolean;3085 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';3092 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';3086 }3093 }308730943088 /** @name PalletFungibleError (387) */3095 /** @name PalletFungibleError (388) */3089 export interface PalletFungibleError extends Enum {3096 export interface PalletFungibleError extends Enum {3090 readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;3097 readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;3091 readonly isFungibleItemsHaveNoId: boolean;3098 readonly isFungibleItemsHaveNoId: boolean;3095 readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';3102 readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';3096 }3103 }309731043098 /** @name PalletRefungibleItemData (388) */3105 /** @name PalletRefungibleItemData (389) */3099 export interface PalletRefungibleItemData extends Struct {3106 export interface PalletRefungibleItemData extends Struct {3100 readonly constData: Bytes;3107 readonly constData: Bytes;3101 }3108 }310231093103 /** @name PalletRefungibleError (393) */3110 /** @name PalletRefungibleError (394) */3104 export interface PalletRefungibleError extends Enum {3111 export interface PalletRefungibleError extends Enum {3105 readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;3112 readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;3106 readonly isWrongRefungiblePieces: boolean;3113 readonly isWrongRefungiblePieces: boolean;3110 readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';3117 readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';3111 }3118 }311231193113 /** @name PalletNonfungibleItemData (394) */3120 /** @name PalletNonfungibleItemData (395) */3114 export interface PalletNonfungibleItemData extends Struct {3121 export interface PalletNonfungibleItemData extends Struct {3115 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;3122 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;3116 }3123 }311731243118 /** @name UpDataStructsPropertyScope (396) */3125 /** @name UpDataStructsPropertyScope (397) */3119 export interface UpDataStructsPropertyScope extends Enum {3126 export interface UpDataStructsPropertyScope extends Enum {3120 readonly isNone: boolean;3127 readonly isNone: boolean;3121 readonly isRmrk: boolean;3128 readonly isRmrk: boolean;3122 readonly type: 'None' | 'Rmrk';3129 readonly type: 'None' | 'Rmrk';3123 }3130 }312431313125 /** @name PalletNonfungibleError (398) */3132 /** @name PalletNonfungibleError (399) */3126 export interface PalletNonfungibleError extends Enum {3133 export interface PalletNonfungibleError extends Enum {3127 readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;3134 readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;3128 readonly isNonfungibleItemsHaveNoAmount: boolean;3135 readonly isNonfungibleItemsHaveNoAmount: boolean;3129 readonly isCantBurnNftWithChildren: boolean;3136 readonly isCantBurnNftWithChildren: boolean;3130 readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';3137 readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';3131 }3138 }313231393133 /** @name PalletStructureError (399) */3140 /** @name PalletStructureError (400) */3134 export interface PalletStructureError extends Enum {3141 export interface PalletStructureError extends Enum {3135 readonly isOuroborosDetected: boolean;3142 readonly isOuroborosDetected: boolean;3136 readonly isDepthLimit: boolean;3143 readonly isDepthLimit: boolean;3139 readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound';3146 readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound';3140 }3147 }314131483142 /** @name PalletRmrkCoreError (400) */3149 /** @name PalletRmrkCoreError (401) */3143 export interface PalletRmrkCoreError extends Enum {3150 export interface PalletRmrkCoreError extends Enum {3144 readonly isCorruptedCollectionType: boolean;3151 readonly isCorruptedCollectionType: boolean;3145 readonly isRmrkPropertyKeyIsTooLong: boolean;3152 readonly isRmrkPropertyKeyIsTooLong: boolean;3163 readonly type: 'CorruptedCollectionType' | 'RmrkPropertyKeyIsTooLong' | 'RmrkPropertyValueIsTooLong' | 'RmrkPropertyIsNotFound' | 'UnableToDecodeRmrkData' | 'CollectionNotEmpty' | 'NoAvailableCollectionId' | 'NoAvailableNftId' | 'CollectionUnknown' | 'NoPermission' | 'NonTransferable' | 'CollectionFullOrLocked' | 'ResourceDoesntExist' | 'CannotSendToDescendentOrSelf' | 'CannotAcceptNonOwnedNft' | 'CannotRejectNonOwnedNft' | 'CannotRejectNonPendingNft' | 'ResourceNotPending' | 'NoAvailableResourceId';3170 readonly type: 'CorruptedCollectionType' | 'RmrkPropertyKeyIsTooLong' | 'RmrkPropertyValueIsTooLong' | 'RmrkPropertyIsNotFound' | 'UnableToDecodeRmrkData' | 'CollectionNotEmpty' | 'NoAvailableCollectionId' | 'NoAvailableNftId' | 'CollectionUnknown' | 'NoPermission' | 'NonTransferable' | 'CollectionFullOrLocked' | 'ResourceDoesntExist' | 'CannotSendToDescendentOrSelf' | 'CannotAcceptNonOwnedNft' | 'CannotRejectNonOwnedNft' | 'CannotRejectNonPendingNft' | 'ResourceNotPending' | 'NoAvailableResourceId';3164 }3171 }316531723166 /** @name PalletRmrkEquipError (402) */3173 /** @name PalletRmrkEquipError (403) */3167 export interface PalletRmrkEquipError extends Enum {3174 export interface PalletRmrkEquipError extends Enum {3168 readonly isPermissionError: boolean;3175 readonly isPermissionError: boolean;3169 readonly isNoAvailableBaseId: boolean;3176 readonly isNoAvailableBaseId: boolean;3175 readonly type: 'PermissionError' | 'NoAvailableBaseId' | 'NoAvailablePartId' | 'BaseDoesntExist' | 'NeedsDefaultThemeFirst' | 'PartDoesntExist' | 'NoEquippableOnFixedPart';3182 readonly type: 'PermissionError' | 'NoAvailableBaseId' | 'NoAvailablePartId' | 'BaseDoesntExist' | 'NeedsDefaultThemeFirst' | 'PartDoesntExist' | 'NoEquippableOnFixedPart';3176 }3183 }317731843178 /** @name PalletEvmError (405) */3185 /** @name PalletEvmError (406) */3179 export interface PalletEvmError extends Enum {3186 export interface PalletEvmError extends Enum {3180 readonly isBalanceLow: boolean;3187 readonly isBalanceLow: boolean;3181 readonly isFeeOverflow: boolean;3188 readonly isFeeOverflow: boolean;3186 readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce';3193 readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce';3187 }3194 }318831953189 /** @name FpRpcTransactionStatus (408) */3196 /** @name FpRpcTransactionStatus (409) */3190 export interface FpRpcTransactionStatus extends Struct {3197 export interface FpRpcTransactionStatus extends Struct {3191 readonly transactionHash: H256;3198 readonly transactionHash: H256;3192 readonly transactionIndex: u32;3199 readonly transactionIndex: u32;3197 readonly logsBloom: EthbloomBloom;3204 readonly logsBloom: EthbloomBloom;3198 }3205 }319932063200 /** @name EthbloomBloom (410) */3207 /** @name EthbloomBloom (411) */3201 export interface EthbloomBloom extends U8aFixed {}3208 export interface EthbloomBloom extends U8aFixed {}320232093203 /** @name EthereumReceiptReceiptV3 (412) */3210 /** @name EthereumReceiptReceiptV3 (413) */3204 export interface EthereumReceiptReceiptV3 extends Enum {3211 export interface EthereumReceiptReceiptV3 extends Enum {3205 readonly isLegacy: boolean;3212 readonly isLegacy: boolean;3206 readonly asLegacy: EthereumReceiptEip658ReceiptData;3213 readonly asLegacy: EthereumReceiptEip658ReceiptData;3211 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';3218 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';3212 }3219 }321332203214 /** @name EthereumReceiptEip658ReceiptData (413) */3221 /** @name EthereumReceiptEip658ReceiptData (414) */3215 export interface EthereumReceiptEip658ReceiptData extends Struct {3222 export interface EthereumReceiptEip658ReceiptData extends Struct {3216 readonly statusCode: u8;3223 readonly statusCode: u8;3217 readonly usedGas: U256;3224 readonly usedGas: U256;3218 readonly logsBloom: EthbloomBloom;3225 readonly logsBloom: EthbloomBloom;3219 readonly logs: Vec<EthereumLog>;3226 readonly logs: Vec<EthereumLog>;3220 }3227 }322132283222 /** @name EthereumBlock (414) */3229 /** @name EthereumBlock (415) */3223 export interface EthereumBlock extends Struct {3230 export interface EthereumBlock extends Struct {3224 readonly header: EthereumHeader;3231 readonly header: EthereumHeader;3225 readonly transactions: Vec<EthereumTransactionTransactionV2>;3232 readonly transactions: Vec<EthereumTransactionTransactionV2>;3226 readonly ommers: Vec<EthereumHeader>;3233 readonly ommers: Vec<EthereumHeader>;3227 }3234 }322832353229 /** @name EthereumHeader (415) */3236 /** @name EthereumHeader (416) */3230 export interface EthereumHeader extends Struct {3237 export interface EthereumHeader extends Struct {3231 readonly parentHash: H256;3238 readonly parentHash: H256;3232 readonly ommersHash: H256;3239 readonly ommersHash: H256;3245 readonly nonce: EthereumTypesHashH64;3252 readonly nonce: EthereumTypesHashH64;3246 }3253 }324732543248 /** @name EthereumTypesHashH64 (416) */3255 /** @name EthereumTypesHashH64 (417) */3249 export interface EthereumTypesHashH64 extends U8aFixed {}3256 export interface EthereumTypesHashH64 extends U8aFixed {}325032573251 /** @name PalletEthereumError (421) */3258 /** @name PalletEthereumError (422) */3252 export interface PalletEthereumError extends Enum {3259 export interface PalletEthereumError extends Enum {3253 readonly isInvalidSignature: boolean;3260 readonly isInvalidSignature: boolean;3254 readonly isPreLogExists: boolean;3261 readonly isPreLogExists: boolean;3255 readonly type: 'InvalidSignature' | 'PreLogExists';3262 readonly type: 'InvalidSignature' | 'PreLogExists';3256 }3263 }325732643258 /** @name PalletEvmCoderSubstrateError (422) */3265 /** @name PalletEvmCoderSubstrateError (423) */3259 export interface PalletEvmCoderSubstrateError extends Enum {3266 export interface PalletEvmCoderSubstrateError extends Enum {3260 readonly isOutOfGas: boolean;3267 readonly isOutOfGas: boolean;3261 readonly isOutOfFund: boolean;3268 readonly isOutOfFund: boolean;3262 readonly type: 'OutOfGas' | 'OutOfFund';3269 readonly type: 'OutOfGas' | 'OutOfFund';3263 }3270 }326432713265 /** @name PalletEvmContractHelpersSponsoringModeT (423) */3272 /** @name PalletEvmContractHelpersSponsoringModeT (424) */3266 export interface PalletEvmContractHelpersSponsoringModeT extends Enum {3273 export interface PalletEvmContractHelpersSponsoringModeT extends Enum {3267 readonly isDisabled: boolean;3274 readonly isDisabled: boolean;3268 readonly isAllowlisted: boolean;3275 readonly isAllowlisted: boolean;3269 readonly isGenerous: boolean;3276 readonly isGenerous: boolean;3270 readonly type: 'Disabled' | 'Allowlisted' | 'Generous';3277 readonly type: 'Disabled' | 'Allowlisted' | 'Generous';3271 }3278 }327232793273 /** @name PalletEvmContractHelpersError (425) */3280 /** @name PalletEvmContractHelpersError (426) */3274 export interface PalletEvmContractHelpersError extends Enum {3281 export interface PalletEvmContractHelpersError extends Enum {3275 readonly isNoPermission: boolean;3282 readonly isNoPermission: boolean;3276 readonly type: 'NoPermission';3283 readonly type: 'NoPermission';3277 }3284 }327832853279 /** @name PalletEvmMigrationError (426) */3286 /** @name PalletEvmMigrationError (427) */3280 export interface PalletEvmMigrationError extends Enum {3287 export interface PalletEvmMigrationError extends Enum {3281 readonly isAccountNotEmpty: boolean;3288 readonly isAccountNotEmpty: boolean;3282 readonly isAccountIsNotMigrating: boolean;3289 readonly isAccountIsNotMigrating: boolean;3283 readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating';3290 readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating';3284 }3291 }328532923286 /** @name SpRuntimeMultiSignature (428) */3293 /** @name SpRuntimeMultiSignature (429) */3287 export interface SpRuntimeMultiSignature extends Enum {3294 export interface SpRuntimeMultiSignature extends Enum {3288 readonly isEd25519: boolean;3295 readonly isEd25519: boolean;3289 readonly asEd25519: SpCoreEd25519Signature;3296 readonly asEd25519: SpCoreEd25519Signature;3294 readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';3301 readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';3295 }3302 }329633033297 /** @name SpCoreEd25519Signature (429) */3304 /** @name SpCoreEd25519Signature (430) */3298 export interface SpCoreEd25519Signature extends U8aFixed {}3305 export interface SpCoreEd25519Signature extends U8aFixed {}329933063300 /** @name SpCoreSr25519Signature (431) */3307 /** @name SpCoreSr25519Signature (432) */3301 export interface SpCoreSr25519Signature extends U8aFixed {}3308 export interface SpCoreSr25519Signature extends U8aFixed {}330233093303 /** @name SpCoreEcdsaSignature (432) */3310 /** @name SpCoreEcdsaSignature (433) */3304 export interface SpCoreEcdsaSignature extends U8aFixed {}3311 export interface SpCoreEcdsaSignature extends U8aFixed {}330533123306 /** @name FrameSystemExtensionsCheckSpecVersion (435) */3313 /** @name FrameSystemExtensionsCheckSpecVersion (436) */3307 export type FrameSystemExtensionsCheckSpecVersion = Null;3314 export type FrameSystemExtensionsCheckSpecVersion = Null;330833153309 /** @name FrameSystemExtensionsCheckGenesis (436) */3316 /** @name FrameSystemExtensionsCheckGenesis (437) */3310 export type FrameSystemExtensionsCheckGenesis = Null;3317 export type FrameSystemExtensionsCheckGenesis = Null;331133183312 /** @name FrameSystemExtensionsCheckNonce (439) */3319 /** @name FrameSystemExtensionsCheckNonce (440) */3313 export interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}3320 export interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}331433213315 /** @name FrameSystemExtensionsCheckWeight (440) */3322 /** @name FrameSystemExtensionsCheckWeight (441) */3316 export type FrameSystemExtensionsCheckWeight = Null;3323 export type FrameSystemExtensionsCheckWeight = Null;331733243318 /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (441) */3325 /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (442) */3319 export interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}3326 export interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}332033273321 /** @name OpalRuntimeRuntime (442) */3328 /** @name OpalRuntimeRuntime (443) */3322 export type OpalRuntimeRuntime = Null;3329 export type OpalRuntimeRuntime = Null;332333303324 /** @name PalletEthereumFakeTransactionFinalizer (443) */3331 /** @name PalletEthereumFakeTransactionFinalizer (444) */3325 export type PalletEthereumFakeTransactionFinalizer = Null;3332 export type PalletEthereumFakeTransactionFinalizer = Null;332633333327} // declare module3334} // declare module