git.delta.rocks / unique-network / refs/commits / 507b779dd4fb

difftreelog

Merge pull request #757 from UniqueNetwork/feature/collection-sponsoring-for-rft

Yaroslav Bolyukin2022-12-23parents: #246f27a #9b3f042.patch.diff
in: master

19 files changed

modifiedCargo.lockdiffbeforeafterboth
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -903,9 +903,9 @@
 
 [[package]]
 name = "clap"
-version = "4.0.30"
+version = "4.0.32"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "656ad1e55e23d287773f7d8192c300dc715c3eeded93b3da651d11c42cfd74d2"
+checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39"
 dependencies = [
  "bitflags",
  "clap_derive",
@@ -1300,7 +1300,7 @@
 [[package]]
 name = "cumulus-client-cli"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"
 dependencies = [
  "clap",
  "parity-scale-codec 3.2.1",
@@ -1315,7 +1315,7 @@
 [[package]]
 name = "cumulus-client-collator"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"
 dependencies = [
  "cumulus-client-consensus-common",
  "cumulus-client-network",
@@ -1338,7 +1338,7 @@
 [[package]]
 name = "cumulus-client-consensus-aura"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"
 dependencies = [
  "async-trait",
  "cumulus-client-consensus-common",
@@ -1367,7 +1367,7 @@
 [[package]]
 name = "cumulus-client-consensus-common"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"
 dependencies = [
  "async-trait",
  "cumulus-client-pov-recovery",
@@ -1390,7 +1390,7 @@
 [[package]]
 name = "cumulus-client-network"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"
 dependencies = [
  "async-trait",
  "cumulus-relay-chain-interface",
@@ -1413,7 +1413,7 @@
 [[package]]
 name = "cumulus-client-pov-recovery"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"
 dependencies = [
  "cumulus-primitives-core",
  "cumulus-relay-chain-interface",
@@ -1436,7 +1436,7 @@
 [[package]]
 name = "cumulus-client-service"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"
 dependencies = [
  "cumulus-client-cli",
  "cumulus-client-collator",
@@ -1464,7 +1464,7 @@
 [[package]]
 name = "cumulus-pallet-aura-ext"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -1480,7 +1480,7 @@
 [[package]]
 name = "cumulus-pallet-dmp-queue"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"
 dependencies = [
  "cumulus-primitives-core",
  "frame-support",
@@ -1497,7 +1497,7 @@
 [[package]]
 name = "cumulus-pallet-parachain-system"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"
 dependencies = [
  "bytes",
  "cumulus-pallet-parachain-system-proc-macro",
@@ -1525,7 +1525,7 @@
 [[package]]
 name = "cumulus-pallet-parachain-system-proc-macro"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",
@@ -1536,7 +1536,7 @@
 [[package]]
 name = "cumulus-pallet-xcm"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"
 dependencies = [
  "cumulus-primitives-core",
  "frame-support",
@@ -1552,7 +1552,7 @@
 [[package]]
 name = "cumulus-pallet-xcmp-queue"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"
 dependencies = [
  "cumulus-primitives-core",
  "frame-support",
@@ -1570,7 +1570,7 @@
 [[package]]
 name = "cumulus-primitives-core"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"
 dependencies = [
  "parity-scale-codec 3.2.1",
  "polkadot-core-primitives",
@@ -1585,7 +1585,7 @@
 [[package]]
 name = "cumulus-primitives-parachain-inherent"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"
 dependencies = [
  "async-trait",
  "cumulus-primitives-core",
@@ -1608,7 +1608,7 @@
 [[package]]
 name = "cumulus-primitives-timestamp"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"
 dependencies = [
  "cumulus-primitives-core",
  "futures 0.3.25",
@@ -1621,7 +1621,7 @@
 [[package]]
 name = "cumulus-primitives-utility"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"
 dependencies = [
  "cumulus-primitives-core",
  "frame-support",
@@ -1637,7 +1637,7 @@
 [[package]]
 name = "cumulus-relay-chain-inprocess-interface"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"
 dependencies = [
  "async-trait",
  "cumulus-primitives-core",
@@ -1662,7 +1662,7 @@
 [[package]]
 name = "cumulus-relay-chain-interface"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"
 dependencies = [
  "async-trait",
  "cumulus-primitives-core",
@@ -1682,7 +1682,7 @@
 [[package]]
 name = "cumulus-relay-chain-minimal-node"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"
 dependencies = [
  "array-bytes 6.0.0",
  "async-trait",
@@ -1722,7 +1722,7 @@
 [[package]]
 name = "cumulus-relay-chain-rpc-interface"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"
 dependencies = [
  "async-trait",
  "cumulus-primitives-core",
@@ -1751,7 +1751,7 @@
 [[package]]
 name = "cumulus-test-relay-sproof-builder"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"
 dependencies = [
  "cumulus-primitives-core",
  "parity-scale-codec 3.2.1",
@@ -6982,7 +6982,7 @@
 [[package]]
 name = "parachain-info"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#a4e825c9500acab6cc3deccffea7b01350f12ed1"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"
 dependencies = [
  "cumulus-primitives-core",
  "frame-support",
modifiedpallets/common/src/eth.rsdiffbeforeafterboth
--- a/pallets/common/src/eth.rs
+++ b/pallets/common/src/eth.rs
@@ -125,7 +125,9 @@
 /// Ethereum representation of Optional value with CrossAddress.
 #[derive(Debug, Default, AbiCoder)]
 pub struct OptionCrossAddress {
+	/// Is address set
 	pub status: bool,
+	/// Address value
 	pub value: CrossAddress,
 }
 
modifiedpallets/evm-contract-helpers/src/eth.rsdiffbeforeafterboth
--- a/pallets/evm-contract-helpers/src/eth.rs
+++ b/pallets/evm-contract-helpers/src/eth.rs
@@ -23,7 +23,7 @@
 	execution::Result,
 	generate_stubgen, solidity_interface,
 	types::*,
-	ToLog, AbiCoder,
+	ToLog,
 };
 use pallet_common::eth;
 use pallet_evm::{
modifiedpallets/evm-contract-helpers/src/stubs/ContractHelpers.rawdiffbeforeafterboth

binary blob — no preview

modifiedpallets/evm-contract-helpers/src/stubs/ContractHelpers.soldiffbeforeafterboth
--- a/pallets/evm-contract-helpers/src/stubs/ContractHelpers.sol
+++ b/pallets/evm-contract-helpers/src/stubs/ContractHelpers.sol
@@ -283,6 +283,8 @@
 
 /// Ethereum representation of Optional value with CrossAddress.
 struct OptionCrossAddress {
+	/// TODO: field description
 	bool status;
+	/// TODO: field description
 	CrossAddress value;
 }
modifiedpallets/refungible/src/erc_token.rsdiffbeforeafterboth
--- a/pallets/refungible/src/erc_token.rs
+++ b/pallets/refungible/src/erc_token.rs
@@ -43,6 +43,9 @@
 	TotalSupply, weights::WeightInfo,
 };
 
+/// Refungible token handle contains information about token's collection and id
+///
+/// RefungibleTokenHandle doesn't check token's existance upon creation
 pub struct RefungibleTokenHandle<T: Config>(pub RefungibleHandle<T>, pub TokenId);
 
 #[solidity_interface(name = ERC1633)]
modifiedruntime/common/ethereum/sponsoring.rsdiffbeforeafterboth
--- a/runtime/common/ethereum/sponsoring.rs
+++ b/runtime/common/ethereum/sponsoring.rs
@@ -32,14 +32,22 @@
 	Config as FungibleConfig,
 	erc::{UniqueFungibleCall, ERC20Call},
 };
-use pallet_refungible::Config as RefungibleConfig;
+use pallet_refungible::{
+	Config as RefungibleConfig,
+	erc::UniqueRefungibleCall,
+	erc_token::{RefungibleTokenHandle, UniqueRefungibleTokenCall},
+	RefungibleHandle,
+};
 use pallet_unique::Config as UniqueConfig;
 use sp_std::prelude::*;
-use up_data_structs::{CollectionMode, CreateItemData, CreateNftData, TokenId};
+use up_data_structs::{
+	CollectionMode, CreateItemData, CreateNftData, mapping::TokenAddressMapping, TokenId,
+};
 use up_sponsorship::SponsorshipHandler;
-
 use crate::{Runtime, runtime_common::sponsoring::*};
 
+mod refungible;
+
 pub type EvmSponsorshipHandler = (
 	UniqueEthSponsorshipHandler<Runtime>,
 	pallet_evm_contract_helpers::HelpersContractSponsoring<Runtime>,
@@ -53,80 +61,163 @@
 		who: &T::CrossAccountId,
 		call_context: &CallContext,
 	) -> Option<T::CrossAccountId> {
-		let collection_id = map_eth_to_id(&call_context.contract_address)?;
-		let collection = <CollectionHandle<T>>::new(collection_id)?;
-		let sponsor = collection.sponsorship.sponsor()?.clone();
-		let (method_id, mut reader) = AbiReader::new_call(&call_context.input).ok()?;
-		Some(T::CrossAccountId::from_sub(match &collection.mode {
-			CollectionMode::NFT => {
-				let call = <UniqueNFTCall<T>>::parse(method_id, &mut reader).ok()??;
-				match call {
-					UniqueNFTCall::TokenProperties(TokenPropertiesCall::SetProperty {
-						token_id,
-						key,
-						value,
-						..
-					}) => {
-						let token_id: TokenId = token_id.try_into().ok()?;
-						withdraw_set_token_property::<T>(
+		if let Some(collection_id) = map_eth_to_id(&call_context.contract_address) {
+			let collection = <CollectionHandle<T>>::new(collection_id)?;
+			let sponsor = collection.sponsorship.sponsor()?.clone();
+			let (method_id, mut reader) = AbiReader::new_call(&call_context.input).ok()?;
+			Some(T::CrossAccountId::from_sub(match &collection.mode {
+				CollectionMode::NFT => {
+					let call = <UniqueNFTCall<T>>::parse(method_id, &mut reader).ok()??;
+					match call {
+						UniqueNFTCall::TokenProperties(TokenPropertiesCall::SetProperty {
+							token_id,
+							key,
+							value,
+							..
+						}) => {
+							let token_id: TokenId = token_id.try_into().ok()?;
+							withdraw_set_token_property::<T>(
+								&collection,
+								&who,
+								&token_id,
+								key.len() + value.len(),
+							)
+							.map(|()| sponsor)
+						}
+						UniqueNFTCall::ERC721UniqueExtensions(
+							ERC721UniqueExtensionsCall::Transfer { token_id, .. },
+						) => {
+							let token_id: TokenId = token_id.try_into().ok()?;
+							withdraw_transfer::<T>(&collection, &who, &token_id).map(|()| sponsor)
+						}
+						UniqueNFTCall::ERC721UniqueMintable(
+							ERC721UniqueMintableCall::Mint { .. }
+							| ERC721UniqueMintableCall::MintCheckId { .. }
+							| ERC721UniqueMintableCall::MintWithTokenUri { .. }
+							| ERC721UniqueMintableCall::MintWithTokenUriCheckId { .. },
+						) => withdraw_create_item::<T>(
 							&collection,
 							&who,
-							&token_id,
-							key.len() + value.len(),
+							&CreateItemData::NFT(CreateNftData::default()),
 						)
-						.map(|()| sponsor)
-					}
-					UniqueNFTCall::ERC721UniqueExtensions(
-						ERC721UniqueExtensionsCall::Transfer { token_id, .. },
-					) => {
-						let token_id: TokenId = token_id.try_into().ok()?;
-						withdraw_transfer::<T>(&collection, &who, &token_id).map(|()| sponsor)
+						.map(|()| sponsor),
+						UniqueNFTCall::ERC721(ERC721Call::TransferFrom {
+							token_id, from, ..
+						}) => {
+							let token_id: TokenId = token_id.try_into().ok()?;
+							let from = T::CrossAccountId::from_eth(from);
+							withdraw_transfer::<T>(&collection, &from, &token_id).map(|()| sponsor)
+						}
+						UniqueNFTCall::ERC721(ERC721Call::Approve { token_id, .. }) => {
+							let token_id: TokenId = token_id.try_into().ok()?;
+							withdraw_approve::<T>(&collection, who.as_sub(), &token_id)
+								.map(|()| sponsor)
+						}
+						_ => None,
 					}
-					UniqueNFTCall::ERC721UniqueMintable(
-						ERC721UniqueMintableCall::Mint { .. }
-						| ERC721UniqueMintableCall::MintCheckId { .. }
-						| ERC721UniqueMintableCall::MintWithTokenUri { .. }
-						| ERC721UniqueMintableCall::MintWithTokenUriCheckId { .. },
-					) => withdraw_create_item::<T>(
-						&collection,
-						&who,
-						&CreateItemData::NFT(CreateNftData::default()),
-					)
-					.map(|()| sponsor),
-					UniqueNFTCall::ERC721(ERC721Call::TransferFrom { token_id, from, .. }) => {
-						let token_id: TokenId = token_id.try_into().ok()?;
-						let from = T::CrossAccountId::from_eth(from);
-						withdraw_transfer::<T>(&collection, &from, &token_id).map(|()| sponsor)
-					}
-					UniqueNFTCall::ERC721(ERC721Call::Approve { token_id, .. }) => {
-						let token_id: TokenId = token_id.try_into().ok()?;
-						withdraw_approve::<T>(&collection, who.as_sub(), &token_id)
-							.map(|()| sponsor)
-					}
-					_ => None,
 				}
-			}
-			CollectionMode::Fungible(_) => {
-				let call = <UniqueFungibleCall<T>>::parse(method_id, &mut reader).ok()??;
-				#[allow(clippy::single_match)]
-				match call {
-					UniqueFungibleCall::ERC20(ERC20Call::Transfer { .. }) => {
-						withdraw_transfer::<T>(&collection, who, &TokenId::default())
-							.map(|()| sponsor)
-					}
-					UniqueFungibleCall::ERC20(ERC20Call::TransferFrom { from, .. }) => {
-						let from = T::CrossAccountId::from_eth(from);
-						withdraw_transfer::<T>(&collection, &from, &TokenId::default())
-							.map(|()| sponsor)
+				CollectionMode::ReFungible => {
+					let call = <UniqueRefungibleCall<T>>::parse(method_id, &mut reader).ok()??;
+					refungible::call_sponsor(call, collection, who).map(|()| sponsor)
+				}
+				CollectionMode::Fungible(_) => {
+					let call = <UniqueFungibleCall<T>>::parse(method_id, &mut reader).ok()??;
+					match call {
+						UniqueFungibleCall::ERC20(ERC20Call::Transfer { .. }) => {
+							withdraw_transfer::<T>(&collection, who, &TokenId::default())
+								.map(|()| sponsor)
+						}
+						UniqueFungibleCall::ERC20(ERC20Call::TransferFrom { from, .. }) => {
+							let from = T::CrossAccountId::from_eth(from);
+							withdraw_transfer::<T>(&collection, &from, &TokenId::default())
+								.map(|()| sponsor)
+						}
+						UniqueFungibleCall::ERC20(ERC20Call::Approve { .. }) => {
+							withdraw_approve::<T>(&collection, who.as_sub(), &TokenId::default())
+								.map(|()| sponsor)
+						}
+						_ => None,
 					}
-					UniqueFungibleCall::ERC20(ERC20Call::Approve { .. }) => {
-						withdraw_approve::<T>(&collection, who.as_sub(), &TokenId::default())
-							.map(|()| sponsor)
-					}
-					_ => None,
 				}
+			}?))
+		} else {
+			let (collection_id, token_id) =
+				T::EvmTokenAddressMapping::address_to_token(&call_context.contract_address)?;
+			let collection = <CollectionHandle<T>>::new(collection_id)?;
+			if collection.mode != CollectionMode::ReFungible {
+				return None;
 			}
-			_ => None,
-		}?))
+			let sponsor = collection.sponsorship.sponsor()?.clone();
+			let rft_collection = RefungibleHandle::cast(collection);
+			// Token existance isn't checked at this point and should be checked in `withdraw` method.
+			let token = RefungibleTokenHandle(rft_collection, token_id);
+
+			let (method_id, mut reader) = AbiReader::new_call(&call_context.input).ok()?;
+			let call = <UniqueRefungibleTokenCall<T>>::parse(method_id, &mut reader).ok()??;
+			Some(T::CrossAccountId::from_sub(
+				refungible::token_call_sponsor(call, token, who).map(|()| sponsor)?,
+			))
+		}
+	}
+}
+
+mod common {
+	use super::*;
+
+	use pallet_common::erc::{CollectionCall};
+
+	pub fn collection_call_sponsor<T>(
+		call: CollectionCall<T>,
+		_collection: CollectionHandle<T>,
+		_who: &T::CrossAccountId,
+	) -> Option<()>
+	where
+		T: UniqueConfig + FungibleConfig + NonfungibleConfig + RefungibleConfig,
+	{
+		use CollectionCall::*;
+
+		match call {
+			// Readonly
+			ERC165Call(_, _)
+			| CollectionProperty { .. }
+			| CollectionProperties { .. }
+			| HasCollectionPendingSponsor
+			| CollectionSponsor
+			| ContractAddress
+			| AllowlistedCross { .. }
+			| IsOwnerOrAdminEth { .. }
+			| IsOwnerOrAdminCross { .. }
+			| CollectionOwner
+			| CollectionAdmins
+			| CollectionLimits
+			| CollectionNestingRestrictedIds
+			| CollectionNestingPermissions
+			| UniqueCollectionType => None,
+
+			// Not sponsored
+			AddToCollectionAllowList { .. }
+			| AddToCollectionAllowListCross { .. }
+			| RemoveFromCollectionAllowList { .. }
+			| RemoveFromCollectionAllowListCross { .. }
+			| AddCollectionAdminCross { .. }
+			| RemoveCollectionAdminCross { .. }
+			| AddCollectionAdmin { .. }
+			| RemoveCollectionAdmin { .. }
+			| SetNestingBool { .. }
+			| SetNesting { .. }
+			| SetCollectionAccess { .. }
+			| SetCollectionMintMode { .. }
+			| SetOwner { .. }
+			| ChangeCollectionOwnerCross { .. }
+			| SetCollectionProperty { .. }
+			| SetCollectionProperties { .. }
+			| DeleteCollectionProperty { .. }
+			| DeleteCollectionProperties { .. }
+			| SetCollectionSponsor { .. }
+			| SetCollectionSponsorCross { .. }
+			| SetCollectionLimit { .. }
+			| ConfirmCollectionSponsorship
+			| RemoveCollectionSponsor => None,
+		}
 	}
 }
addedruntime/common/ethereum/sponsoring/refungible.rsdiffbeforeafterboth
--- /dev/null
+++ b/runtime/common/ethereum/sponsoring/refungible.rs
@@ -0,0 +1,381 @@
+// Copyright 2019-2022 Unique Network (Gibraltar) Ltd.
+// This file is part of Unique Network.
+
+// Unique Network is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+
+// Unique Network is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU General Public License for more details.
+
+// You should have received a copy of the GNU General Public License
+// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.
+
+//! Implements EVM sponsoring logic via TransactionValidityHack
+
+use core::convert::TryInto;
+use pallet_common::CollectionHandle;
+use pallet_evm::account::CrossAccountId;
+use pallet_fungible::Config as FungibleConfig;
+use pallet_refungible::Config as RefungibleConfig;
+use pallet_nonfungible::Config as NonfungibleConfig;
+use pallet_unique::Config as UniqueConfig;
+use up_data_structs::{CreateItemData, CreateNftData, TokenId};
+
+use super::common;
+use crate::runtime_common::sponsoring::*;
+
+use pallet_refungible::{
+	erc::{
+		ERC721BurnableCall, ERC721Call, ERC721EnumerableCall, ERC721MetadataCall,
+		ERC721UniqueExtensionsCall, ERC721UniqueMintableCall, TokenPropertiesCall,
+		UniqueRefungibleCall,
+	},
+	erc_token::{
+		ERC1633Call, ERC20Call, ERC20UniqueExtensionsCall, RefungibleTokenHandle,
+		UniqueRefungibleTokenCall,
+	},
+};
+
+pub fn call_sponsor<T>(
+	call: UniqueRefungibleCall<T>,
+	collection: CollectionHandle<T>,
+	who: &T::CrossAccountId,
+) -> Option<()>
+where
+	T: UniqueConfig + FungibleConfig + NonfungibleConfig + RefungibleConfig,
+{
+	use UniqueRefungibleCall::*;
+
+	match call {
+		// Readonly
+		ERC165Call(_, _) => None,
+
+		ERC721Enumerable(call) => erc721::enumerable_call_sponsor(call, collection, who),
+		ERC721Burnable(call) => erc721::burnable_call_sponsor(call, collection, who),
+		ERC721Metadata(call) => erc721::metadata_call_sponsor(call, collection, who),
+		Collection(call) => common::collection_call_sponsor(call, collection, who),
+		ERC721(call) => erc721::call_sponsor(call, collection, who),
+		ERC721UniqueExtensions(call) => {
+			erc721::unique_extensions_call_sponsor(call, collection, who)
+		}
+		ERC721UniqueMintable(call) => erc721::unique_mintable_call_sponsor(call, collection, who),
+		TokenProperties(call) => token_properties_call_sponsor(call, collection, who),
+	}
+}
+
+pub fn token_properties_call_sponsor<T>(
+	call: TokenPropertiesCall<T>,
+	collection: CollectionHandle<T>,
+	who: &T::CrossAccountId,
+) -> Option<()>
+where
+	T: UniqueConfig + FungibleConfig + NonfungibleConfig + RefungibleConfig,
+{
+	use TokenPropertiesCall::*;
+
+	match call {
+		// Readonly
+		ERC165Call(_, _) | Property { .. } | TokenPropertyPermissions => None,
+
+		// Not sponsored
+		SetTokenPropertyPermission { .. }
+		| SetTokenPropertyPermissions { .. }
+		| SetProperties { .. }
+		| DeleteProperty { .. }
+		| DeleteProperties { .. } => None,
+
+		SetProperty {
+			token_id,
+			key,
+			value,
+			..
+		} => {
+			let token_id = TokenId::try_from(token_id).ok()?;
+			withdraw_set_token_property::<T>(&collection, &who, &token_id, key.len() + value.len())
+		}
+	}
+}
+
+pub fn token_call_sponsor<T>(
+	call: UniqueRefungibleTokenCall<T>,
+	token: RefungibleTokenHandle<T>,
+	who: &T::CrossAccountId,
+) -> Option<()>
+where
+	T: UniqueConfig + FungibleConfig + NonfungibleConfig + RefungibleConfig,
+{
+	use UniqueRefungibleTokenCall::*;
+
+	match call {
+		// Readonly
+		ERC165Call(_, _) => None,
+
+		ERC20(call) => erc20::call_sponsor(call, token, who),
+		ERC20UniqueExtensions(call) => erc20::unique_extensions_call_sponsor(call, token, who),
+		ERC1633(call) => erc1633::call_sponsor(call, token, who),
+	}
+}
+
+mod erc721 {
+	use super::*;
+
+	pub fn call_sponsor<T>(
+		call: ERC721Call<T>,
+		collection: CollectionHandle<T>,
+		_who: &T::CrossAccountId,
+	) -> Option<()>
+	where
+		T: UniqueConfig + FungibleConfig + NonfungibleConfig + RefungibleConfig,
+	{
+		use ERC721Call::*;
+
+		match call {
+			// Readonly
+			ERC165Call(_, _)
+			| BalanceOf { .. }
+			| OwnerOf { .. }
+			| GetApproved { .. }
+			| IsApprovedForAll { .. }
+			| CollectionHelperAddress => None,
+
+			// Not sponsored
+			SafeTransferFromWithData { .. }
+			| SafeTransferFrom { .. }
+			| SetApprovalForAll { .. } => None,
+
+			TransferFrom { token_id, from, .. } => {
+				let token_id = TokenId::try_from(token_id).ok()?;
+				let from = T::CrossAccountId::from_eth(from);
+				withdraw_transfer::<T>(&collection, &from, &token_id)
+			}
+
+			// Not supported
+			Approve { .. } => None,
+		}
+	}
+
+	pub fn enumerable_call_sponsor<T>(
+		call: ERC721EnumerableCall<T>,
+		_collection: CollectionHandle<T>,
+		_who: &T::CrossAccountId,
+	) -> Option<()>
+	where
+		T: UniqueConfig + FungibleConfig + NonfungibleConfig + RefungibleConfig,
+	{
+		use ERC721EnumerableCall::*;
+
+		match call {
+			// Readonly
+			ERC165Call(_, _) | TokenByIndex { .. } | TokenOfOwnerByIndex { .. } | TotalSupply => {
+				None
+			}
+		}
+	}
+
+	pub fn burnable_call_sponsor<T>(
+		call: ERC721BurnableCall<T>,
+		_collection: CollectionHandle<T>,
+		_who: &T::CrossAccountId,
+	) -> Option<()>
+	where
+		T: UniqueConfig + FungibleConfig + NonfungibleConfig + RefungibleConfig,
+	{
+		use ERC721BurnableCall::*;
+
+		match call {
+			// Readonly
+			ERC165Call(_, _) => None,
+
+			// Not sponsored
+			Burn { .. } => None,
+		}
+	}
+
+	pub fn metadata_call_sponsor<T>(
+		call: ERC721MetadataCall<T>,
+		_collection: CollectionHandle<T>,
+		_who: &T::CrossAccountId,
+	) -> Option<()>
+	where
+		T: UniqueConfig + FungibleConfig + NonfungibleConfig + RefungibleConfig,
+	{
+		use ERC721MetadataCall::*;
+
+		match call {
+			// Readonly
+			ERC165Call(_, _) | NameProxy | SymbolProxy | TokenUri { .. } => None,
+		}
+	}
+
+	pub fn unique_extensions_call_sponsor<T>(
+		call: ERC721UniqueExtensionsCall<T>,
+		collection: CollectionHandle<T>,
+		who: &T::CrossAccountId,
+	) -> Option<()>
+	where
+		T: UniqueConfig + FungibleConfig + NonfungibleConfig + RefungibleConfig,
+	{
+		use ERC721UniqueExtensionsCall::*;
+
+		match call {
+			// Readonly
+			ERC165Call(_, _)
+			| Name
+			| Symbol
+			| Description
+			| CrossOwnerOf { .. }
+			| Properties { .. }
+			| NextTokenId
+			| TokenContractAddress { .. } => None,
+
+			// Not sponsored
+			BurnFrom { .. }
+			| BurnFromCross { .. }
+			| MintBulk { .. }
+			| MintBulkWithTokenUri { .. } => None,
+
+			MintCross { .. } => withdraw_create_item::<T>(
+				&collection,
+				&who,
+				&CreateItemData::NFT(CreateNftData::default()),
+			),
+
+			TransferCross { token_id, .. }
+			| TransferFromCross { token_id, .. }
+			| Transfer { token_id, .. } => {
+				let token_id = TokenId::try_from(token_id).ok()?;
+				withdraw_transfer::<T>(&collection, &who, &token_id)
+			}
+		}
+	}
+
+	pub fn unique_mintable_call_sponsor<T>(
+		call: ERC721UniqueMintableCall<T>,
+		collection: CollectionHandle<T>,
+		who: &T::CrossAccountId,
+	) -> Option<()>
+	where
+		T: UniqueConfig + FungibleConfig + NonfungibleConfig + RefungibleConfig,
+	{
+		use ERC721UniqueMintableCall::*;
+
+		match call {
+			// Readonly
+			ERC165Call(_, _) | MintingFinished => None,
+
+			// Not sponsored
+			FinishMinting => None,
+
+			Mint { .. }
+			| MintCheckId { .. }
+			| MintWithTokenUri { .. }
+			| MintWithTokenUriCheckId { .. } => withdraw_create_item::<T>(
+				&collection,
+				&who,
+				&CreateItemData::NFT(CreateNftData::default()),
+			),
+		}
+	}
+}
+
+/// Module for methods of refungible token
+///
+/// Existance of token should be checked before searching for sponsor
+/// because RefungibleTokenHandle doesn't check token's existence upon creation
+mod erc20 {
+	use super::*;
+
+	pub fn call_sponsor<T>(
+		call: ERC20Call<T>,
+		token: RefungibleTokenHandle<T>,
+		who: &T::CrossAccountId,
+	) -> Option<()>
+	where
+		T: UniqueConfig + FungibleConfig + NonfungibleConfig + RefungibleConfig,
+	{
+		use ERC20Call::*;
+
+		match call {
+			// Readonly
+			ERC165Call(_, _)
+			| Name
+			| Symbol
+			| TotalSupply
+			| Decimals
+			| BalanceOf { .. }
+			| Allowance { .. } => None,
+
+			Transfer { .. } => {
+				let RefungibleTokenHandle(handle, token_id) = token;
+				let token_id = token_id.try_into().ok()?;
+				withdraw_transfer::<T>(&handle, &who, &token_id)
+			}
+			TransferFrom { from, .. } => {
+				let RefungibleTokenHandle(handle, token_id) = token;
+				let token_id = token_id.try_into().ok()?;
+				let from = T::CrossAccountId::from_eth(from);
+				withdraw_transfer::<T>(&handle, &from, &token_id)
+			}
+			Approve { .. } => {
+				let RefungibleTokenHandle(handle, token_id) = token;
+				let token_id = token_id.try_into().ok()?;
+				withdraw_approve::<T>(&handle, who.as_sub(), &token_id)
+			}
+		}
+	}
+
+	pub fn unique_extensions_call_sponsor<T>(
+		call: ERC20UniqueExtensionsCall<T>,
+		token: RefungibleTokenHandle<T>,
+		who: &T::CrossAccountId,
+	) -> Option<()>
+	where
+		T: UniqueConfig + FungibleConfig + NonfungibleConfig + RefungibleConfig,
+	{
+		use ERC20UniqueExtensionsCall::*;
+
+		match call {
+			// Readonly
+			ERC165Call(_, _) => None,
+
+			// Not sponsored
+			BurnFrom { .. } | BurnFromCross { .. } | Repartition { .. } => None,
+
+			TransferCross { .. } | TransferFromCross { .. } => {
+				let RefungibleTokenHandle(handle, token_id) = token;
+				let token_id = token_id.try_into().ok()?;
+				withdraw_transfer::<T>(&handle, &who, &token_id)
+			}
+
+			ApproveCross { .. } => {
+				let RefungibleTokenHandle(handle, token_id) = token;
+				let token_id = token_id.try_into().ok()?;
+				withdraw_approve::<T>(&handle, who.as_sub(), &token_id)
+			}
+		}
+	}
+}
+
+mod erc1633 {
+	use super::*;
+
+	pub fn call_sponsor<T>(
+		call: ERC1633Call<T>,
+		_token: RefungibleTokenHandle<T>,
+		_who: &T::CrossAccountId,
+	) -> Option<()>
+	where
+		T: UniqueConfig + FungibleConfig + NonfungibleConfig + RefungibleConfig,
+	{
+		use ERC1633Call::*;
+
+		match call {
+			// Readonly
+			ERC165Call(_, _) | ParentToken | ParentTokenId => None,
+		}
+	}
+}
modifiedtests/src/eth/abi/reFungibleDeprecated.jsondiffbeforeafterboth
--- a/tests/src/eth/abi/reFungibleDeprecated.json
+++ b/tests/src/eth/abi/reFungibleDeprecated.json
@@ -98,5 +98,33 @@
     "outputs": [],
     "stateMutability": "nonpayable",
     "type": "function"
+  },
+  {
+    "inputs": [
+      { "internalType": "address", "name": "to", "type": "address" },
+      { "internalType": "uint256[]", "name": "tokenIds", "type": "uint256[]" }
+    ],
+    "name": "mintBulk",
+    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
+    "stateMutability": "nonpayable",
+    "type": "function"
+  },
+  {
+    "inputs": [
+      { "internalType": "address", "name": "to", "type": "address" },
+      {
+        "components": [
+          { "internalType": "uint256", "name": "field_0", "type": "uint256" },
+          { "internalType": "string", "name": "field_1", "type": "string" }
+        ],
+        "internalType": "struct Tuple0[]",
+        "name": "tokens",
+        "type": "tuple[]"
+      }
+    ],
+    "name": "mintBulkWithTokenURI",
+    "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }],
+    "stateMutability": "nonpayable",
+    "type": "function"
   }
 ]
modifiedtests/src/eth/api/ContractHelpers.soldiffbeforeafterboth
--- a/tests/src/eth/api/ContractHelpers.sol
+++ b/tests/src/eth/api/ContractHelpers.sol
@@ -183,7 +183,9 @@
 
 /// Ethereum representation of Optional value with CrossAddress.
 struct OptionCrossAddress {
+	/// TODO: field description
 	bool status;
+	/// TODO: field description
 	CrossAddress value;
 }
 
modifiedtests/src/eth/collectionSponsoring.test.tsdiffbeforeafterboth
--- a/tests/src/eth/collectionSponsoring.test.ts
+++ b/tests/src/eth/collectionSponsoring.test.ts
@@ -15,10 +15,10 @@
 // along with Unique Network. If not, see <http://www.gnu.org/licenses/>.
 
 import {IKeyringPair} from '@polkadot/types/types';
-import {usingPlaygrounds} from '../util/index';
+import {Pallets, requirePalletsOrSkip, usingPlaygrounds} from '../util/index';
 import {itEth, expect} from './util';
 
-describe('evm collection sponsoring', () => {
+describe('evm nft collection sponsoring', () => {
   let donor: IKeyringPair;
   let alice: IKeyringPair;
   let nominal: bigint;
@@ -101,14 +101,14 @@
       expect(await collectionEvm.methods.hasCollectionPendingSponsor().call({from: owner})).to.be.true;
 
       await collectionEvm.methods.confirmCollectionSponsorship().send({from: sponsor});
-      let sponsorTuple = await collectionEvm.methods.collectionSponsor().call({from: owner});
-      expect(helper.address.restoreCrossAccountFromBigInt(BigInt(sponsorTuple.sub))).to.be.eq(helper.address.ethToSubstrate(sponsor, true));
+      let sponsorStruct = await collectionEvm.methods.collectionSponsor().call({from: owner});
+      expect(helper.address.restoreCrossAccountFromBigInt(BigInt(sponsorStruct.sub))).to.be.eq(helper.address.ethToSubstrate(sponsor, true));
       expect(await collectionEvm.methods.hasCollectionPendingSponsor().call({from: owner})).to.be.false;
 
       await collectionEvm.methods.removeCollectionSponsor().send({from: owner});
 
-      sponsorTuple = await collectionEvm.methods.collectionSponsor().call({from: owner});
-      expect(sponsorTuple.eth).to.be.eq('0x0000000000000000000000000000000000000000');
+      sponsorStruct = await collectionEvm.methods.collectionSponsor().call({from: owner});
+      expect(sponsorStruct.eth).to.be.eq('0x0000000000000000000000000000000000000000');
     }));
 
   [
@@ -144,7 +144,7 @@
       expect(nextTokenId).to.be.equal('1');
 
       // Set collection permissions:
-      const oldPermissions = (await collectionSub.getData())!.raw.permissions; // (await getDetailedCollectionInfo(api, collectionId))!.permissions.toHuman();
+      const oldPermissions = (await collectionSub.getData())!.raw.permissions;
       expect(oldPermissions.mintMode).to.be.false;
       expect(oldPermissions.access).to.be.equal('Normal');
 
@@ -152,12 +152,13 @@
       await collectionEvm.methods.addToCollectionAllowListCross(userCross).send({from: owner});
       await collectionEvm.methods.setCollectionMintMode(true).send({from: owner});
 
-      const newPermissions = (await collectionSub.getData())!.raw.permissions; // (await getDetailedCollectionInfo(api, collectionId))!.permissions.toHuman();
+      const newPermissions = (await collectionSub.getData())!.raw.permissions;
       expect(newPermissions.mintMode).to.be.true;
       expect(newPermissions.access).to.be.equal('AllowList');
 
       const ownerBalanceBefore = await helper.balance.getSubstrate(helper.address.ethToSubstrate(owner));
       const sponsorBalanceBefore = await helper.balance.getSubstrate(helper.address.ethToSubstrate(sponsorEth));
+      const userBalanceBefore =  await helper.balance.getSubstrate(helper.address.ethToSubstrate(user));
 
       // User can mint token without balance:
       {
@@ -181,7 +182,7 @@
 
         expect(await collectionEvm.methods.tokenURI(nextTokenId).call()).to.be.equal('Test URI');
         expect(ownerBalanceBefore).to.be.eq(ownerBalanceAfter);
-        expect(userBalanceAfter).to.be.eq(0n);
+        expect(userBalanceAfter).to.be.eq(userBalanceBefore);
         expect(sponsorBalanceBefore > sponsorBalanceAfter).to.be.true;
       }
     }));
@@ -317,3 +318,531 @@
     expect(collectionSponsor).to.deep.eq({Unconfirmed: sponsorSub.address});
   });
 });
+
+describe('evm RFT collection sponsoring', () => {
+  let donor: IKeyringPair;
+  let alice: IKeyringPair;
+  let nominal: bigint;
+
+  before(async function() {
+    await usingPlaygrounds(async (helper, privateKey) => {
+      requirePalletsOrSkip(this, helper, [Pallets.ReFungible]);
+      donor = await privateKey({filename: __filename});
+      [alice] = await helper.arrange.createAccounts([100n], donor);
+      nominal = helper.balance.getOneTokenNominal();
+    });
+  });
+
+  [
+    'mintCross',
+    'mintWithTokenURI',
+  ].map(testCase =>
+    itEth(`[${testCase}] sponsors mint transactions`, async ({helper}) => {
+      const collection = await helper.rft.mintCollection(alice, {tokenPrefix: 'spnr', permissions: {mintMode: true}, tokenPropertyPermissions: [
+        {key: 'URI', permission: {tokenOwner: true, mutable: true, collectionAdmin: true}},
+      ]});
+
+      const owner = await helper.eth.createAccountWithBalance(donor);
+      await collection.setSponsor(alice, alice.address);
+      await collection.confirmSponsorship(alice);
+
+      const minter = helper.eth.createAccount();
+      const minterCross = helper.ethCrossAccount.fromAddress(minter);
+      expect(await helper.balance.getEthereum(minter)).to.equal(0n);
+
+      const collectionAddress = helper.ethAddress.fromCollectionId(collection.collectionId);
+      const contract = await helper.ethNativeContract.collection(collectionAddress, 'rft', minter, true);
+
+      await collection.addToAllowList(alice, {Ethereum: minter});
+      await collection.addAdmin(alice, {Ethereum: owner});
+      const collectionHelpers = await helper.ethNativeContract.collectionHelpers(owner);
+      await collectionHelpers.methods.makeCollectionERC721MetadataCompatible(collectionAddress, 'base/')
+        .send();
+
+      let mintingResult;
+      let tokenId;
+      switch (testCase) {
+        case 'mintCross':
+          mintingResult = await contract.methods.mintCross(minterCross, []).send();
+          break;
+        case 'mintWithTokenURI':
+          mintingResult = await contract.methods.mintWithTokenURI(minter, 'Test URI').send();
+          tokenId = mintingResult.events.Transfer.returnValues.tokenId;
+          expect(await contract.methods.tokenURI(tokenId).call()).to.be.equal('Test URI');
+          break;
+      }
+
+      const events = helper.eth.normalizeEvents(mintingResult.events);
+      expect(events).to.deep.include({
+        address: collectionAddress,
+        event: 'Transfer',
+        args: {
+          from: '0x0000000000000000000000000000000000000000',
+          to: minter,
+          tokenId: '1',
+        },
+      });
+    }));
+
+  [
+    'setCollectionSponsorCross',
+    'setCollectionSponsor', // Soft-deprecated
+  ].map(testCase =>
+    itEth(`[${testCase}] can remove collection sponsor`, async ({helper}) => {
+      const owner = await helper.eth.createAccountWithBalance(donor);
+      const collectionHelpers = await helper.ethNativeContract.collectionHelpers(owner);
+
+      let result = await collectionHelpers.methods.createRFTCollection('Sponsor collection', '1', '1').send({value: Number(2n * nominal)});
+      const collectionIdAddress = helper.ethAddress.normalizeAddress(result.events.CollectionCreated.returnValues.collectionId);
+      const sponsor = await helper.eth.createAccountWithBalance(donor);
+      const sponsorCross = helper.ethCrossAccount.fromAddress(sponsor);
+      const collectionEvm = await helper.ethNativeContract.collection(collectionIdAddress, 'rft', owner, testCase === 'setCollectionSponsor');
+
+      expect(await collectionEvm.methods.hasCollectionPendingSponsor().call({from: owner})).to.be.false;
+      result = await collectionEvm.methods[testCase](testCase === 'setCollectionSponsor' ? sponsor : sponsorCross).send({from: owner});
+      expect(await collectionEvm.methods.hasCollectionPendingSponsor().call({from: owner})).to.be.true;
+
+      await collectionEvm.methods.confirmCollectionSponsorship().send({from: sponsor});
+      expect(await collectionEvm.methods.hasCollectionPendingSponsor().call({from: owner})).to.be.false;
+
+      await collectionEvm.methods.removeCollectionSponsor().send({from: owner});
+
+      const sponsorStruct = await collectionEvm.methods.collectionSponsor().call({from: owner});
+      expect(sponsorStruct.eth).to.be.eq('0x0000000000000000000000000000000000000000');
+    }));
+
+  [
+    'setCollectionSponsorCross',
+    'setCollectionSponsor', // Soft-deprecated
+  ].map(testCase =>
+    itEth(`[${testCase}] Can sponsor from evm address via access list`, async ({helper}) => {
+      const owner = await helper.eth.createAccountWithBalance(donor);
+      const sponsorEth = await helper.eth.createAccountWithBalance(donor);
+      const sponsorCrossEth = helper.ethCrossAccount.fromAddress(sponsorEth);
+
+      const {collectionId, collectionAddress} = await helper.eth.createERC721MetadataCompatibleRFTCollection(owner, 'Sponsor collection', '1', '1', '');
+
+      const collectionSub = helper.rft.getCollectionObject(collectionId);
+      const collectionEvm = await helper.ethNativeContract.collection(collectionAddress, 'rft', owner, testCase === 'setCollectionSponsor');
+
+      // Set collection sponsor:
+      await collectionEvm.methods[testCase](testCase === 'setCollectionSponsor' ? sponsorEth : sponsorCrossEth).send({from: owner});
+      let sponsorship = (await collectionSub.getData())!.raw.sponsorship;
+      expect(sponsorship.Unconfirmed).to.be.eq(helper.address.ethToSubstrate(sponsorEth, true));
+      // Account cannot confirm sponsorship if it is not set as a sponsor
+      await expect(collectionEvm.methods.confirmCollectionSponsorship().call()).to.be.rejectedWith('ConfirmSponsorshipFail');
+
+      // Sponsor can confirm sponsorship:
+      await collectionEvm.methods.confirmCollectionSponsorship().send({from: sponsorEth});
+      sponsorship = (await collectionSub.getData())!.raw.sponsorship;
+      expect(sponsorship.Confirmed).to.be.eq(helper.address.ethToSubstrate(sponsorEth, true));
+
+      // Create user with no balance:
+      const user = helper.eth.createAccount();
+      const userCross = helper.ethCrossAccount.fromAddress(user);
+      const nextTokenId = await collectionEvm.methods.nextTokenId().call();
+      expect(nextTokenId).to.be.equal('1');
+
+      // Set collection permissions:
+      const oldPermissions = (await collectionSub.getData())!.raw.permissions;
+      expect(oldPermissions.mintMode).to.be.false;
+      expect(oldPermissions.access).to.be.equal('Normal');
+
+      await collectionEvm.methods.setCollectionAccess(1 /*'AllowList'*/).send({from: owner});
+      await collectionEvm.methods.addToCollectionAllowListCross(userCross).send({from: owner});
+      await collectionEvm.methods.setCollectionMintMode(true).send({from: owner});
+
+      const newPermissions = (await collectionSub.getData())!.raw.permissions;
+      expect(newPermissions.mintMode).to.be.true;
+      expect(newPermissions.access).to.be.equal('AllowList');
+
+      const ownerBalanceBefore = await helper.balance.getSubstrate(helper.address.ethToSubstrate(owner));
+      const sponsorBalanceBefore = await helper.balance.getSubstrate(helper.address.ethToSubstrate(sponsorEth));
+      const userBalanceBefore =  await helper.balance.getSubstrate(helper.address.ethToSubstrate(user));
+
+      // User can mint token without balance:
+      {
+        const result = await collectionEvm.methods.mintWithTokenURI(user, 'Test URI').send({from: user});
+        const events = helper.eth.normalizeEvents(result.events);
+
+        expect(events).to.deep.include({
+          address: collectionAddress,
+          event: 'Transfer',
+          args: {
+            from: '0x0000000000000000000000000000000000000000',
+            to: user,
+            tokenId: '1',
+          },
+        });
+
+        const ownerBalanceAfter = await helper.balance.getSubstrate(helper.address.ethToSubstrate(owner));
+        const sponsorBalanceAfter = await helper.balance.getSubstrate(helper.address.ethToSubstrate(sponsorEth));
+        const userBalanceAfter =  await helper.balance.getSubstrate(helper.address.ethToSubstrate(user));
+
+        expect(await collectionEvm.methods.tokenURI(nextTokenId).call()).to.be.equal('Test URI');
+        expect(ownerBalanceBefore).to.be.eq(ownerBalanceAfter);
+        expect(userBalanceAfter).to.be.eq(userBalanceBefore);
+        expect(sponsorBalanceBefore > sponsorBalanceAfter).to.be.true;
+      }
+    }));
+
+  [
+    'setCollectionSponsorCross',
+    'setCollectionSponsor', // Soft-deprecated
+  ].map(testCase =>
+    itEth(`[${testCase}] Check that collection admin EVM transaction spend money from sponsor eth address`, async ({helper}) => {
+      const owner = await helper.eth.createAccountWithBalance(donor);
+      const sponsor = await helper.eth.createAccountWithBalance(donor);
+      const sponsorCross = helper.ethCrossAccount.fromAddress(sponsor);
+
+      const {collectionAddress, collectionId} = await helper.eth.createERC721MetadataCompatibleRFTCollection(owner,'Sponsor collection', '1', '1', '');
+
+      const collectionSub = helper.rft.getCollectionObject(collectionId);
+      const collectionEvm = await helper.ethNativeContract.collection(collectionAddress, 'rft', owner, testCase === 'setCollectionSponsor');
+      // Set collection sponsor:
+      expect(await collectionEvm.methods.hasCollectionPendingSponsor().call()).to.be.false;
+      await collectionEvm.methods[testCase](testCase === 'setCollectionSponsor' ? sponsor : sponsorCross).send();
+      expect(await collectionEvm.methods.hasCollectionPendingSponsor().call()).to.be.true;
+      let collectionData = (await collectionSub.getData())!;
+      expect(collectionData.raw.sponsorship.Unconfirmed).to.be.eq(helper.address.ethToSubstrate(sponsor, true));
+      await expect(collectionEvm.methods.confirmCollectionSponsorship().call()).to.be.rejectedWith('ConfirmSponsorshipFail');
+      expect(await collectionEvm.methods.hasCollectionPendingSponsor().call()).to.be.true;
+
+      await collectionEvm.methods.confirmCollectionSponsorship().send({from: sponsor});
+      collectionData = (await collectionSub.getData())!;
+      expect(collectionData.raw.sponsorship.Confirmed).to.be.eq(helper.address.ethToSubstrate(sponsor, true));
+      expect(await collectionEvm.methods.hasCollectionPendingSponsor().call()).to.be.false;
+      const sponsorStruct = await collectionEvm.methods.collectionSponsor().call({from: owner});
+      const sponsorSubAddress = helper.address.normalizeSubstrateToChainFormat(helper.address.ethToSubstrate(sponsor));
+      const actualSubAddress = helper.address.normalizeSubstrateToChainFormat(helper.address.restoreCrossAccountFromBigInt(BigInt(sponsorStruct.sub)));
+      expect(actualSubAddress).to.be.equal(sponsorSubAddress);
+
+      const user = helper.eth.createAccount();
+      const userCross = helper.ethCrossAccount.fromAddress(user);
+      await collectionEvm.methods.addCollectionAdminCross(userCross).send();
+
+      const ownerBalanceBefore = await helper.balance.getSubstrate(helper.address.ethToSubstrate(owner));
+      const sponsorBalanceBefore = await helper.balance.getSubstrate(helper.address.ethToSubstrate(sponsor));
+
+      const mintingResult = await collectionEvm.methods.mintWithTokenURI(user, 'Test URI').send({from: user});
+      const tokenId = mintingResult.events.Transfer.returnValues.tokenId;
+
+      const events = helper.eth.normalizeEvents(mintingResult.events);
+      const address = helper.ethAddress.fromCollectionId(collectionId);
+
+      expect(events).to.deep.include({
+        address,
+        event: 'Transfer',
+        args: {
+          from: '0x0000000000000000000000000000000000000000',
+          to: user,
+          tokenId: '1',
+        },
+      });
+      expect(await collectionEvm.methods.tokenURI(tokenId).call({from: user})).to.be.equal('Test URI');
+
+      const ownerBalanceAfter = await helper.balance.getSubstrate(helper.address.ethToSubstrate(owner));
+      expect(ownerBalanceAfter).to.be.eq(ownerBalanceBefore);
+      const sponsorBalanceAfter = await helper.balance.getSubstrate(helper.address.ethToSubstrate(sponsor));
+      expect(sponsorBalanceAfter < sponsorBalanceBefore).to.be.true;
+    }));
+
+  itEth('Check that collection admin EVM transaction spend money from sponsor sub address', async ({helper}) => {
+    const owner = await helper.eth.createAccountWithBalance(donor);
+    const sponsor = alice;
+    const sponsorCross = helper.ethCrossAccount.fromKeyringPair(sponsor);
+
+    const {collectionAddress, collectionId} = await helper.eth.createERC721MetadataCompatibleRFTCollection(owner,'Sponsor collection', '1', '1', '');
+
+    const collectionSub = helper.rft.getCollectionObject(collectionId);
+    const collectionEvm = await helper.ethNativeContract.collection(collectionAddress, 'rft', owner, false);
+    // Set collection sponsor:
+    expect(await collectionEvm.methods.hasCollectionPendingSponsor().call()).to.be.false;
+    await collectionEvm.methods.setCollectionSponsorCross(sponsorCross).send();
+    expect(await collectionEvm.methods.hasCollectionPendingSponsor().call()).to.be.true;
+    let collectionData = (await collectionSub.getData())!;
+    expect(collectionData.raw.sponsorship.Unconfirmed).to.be.eq(sponsor.address);
+    await expect(collectionEvm.methods.confirmCollectionSponsorship().call()).to.be.rejectedWith('ConfirmSponsorshipFail');
+
+    await collectionSub.confirmSponsorship(sponsor);
+    collectionData = (await collectionSub.getData())!;
+    expect(collectionData.raw.sponsorship.Confirmed).to.be.eq(sponsor.address);
+    expect(await collectionEvm.methods.hasCollectionPendingSponsor().call()).to.be.false;
+    const sponsorStruct = await collectionEvm.methods.collectionSponsor().call({from: owner});
+    expect(BigInt(sponsorStruct.sub)).to.be.equal(BigInt('0x' + Buffer.from(sponsor.addressRaw).toString('hex')));
+
+    const user = helper.eth.createAccount();
+    const userCross = helper.ethCrossAccount.fromAddress(user);
+    await collectionEvm.methods.addCollectionAdminCross(userCross).send();
+
+    const ownerBalanceBefore = await helper.balance.getSubstrate(helper.address.ethToSubstrate(owner));
+    const sponsorBalanceBefore = await helper.balance.getSubstrate(sponsor.address);
+
+    const mintingResult = await collectionEvm.methods.mintWithTokenURI(user, 'Test URI').send({from: user});
+    const tokenId = mintingResult.events.Transfer.returnValues.tokenId;
+
+    const events = helper.eth.normalizeEvents(mintingResult.events);
+
+    expect(events).to.deep.include({
+      address: collectionAddress,
+      event: 'Transfer',
+      args: {
+        from: '0x0000000000000000000000000000000000000000',
+        to: user,
+        tokenId: '1',
+      },
+    });
+    expect(await collectionEvm.methods.tokenURI(tokenId).call({from: user})).to.be.equal('Test URI');
+
+    const ownerBalanceAfter = await helper.balance.getSubstrate(helper.address.ethToSubstrate(owner));
+    expect(ownerBalanceAfter).to.be.eq(ownerBalanceBefore);
+    const sponsorBalanceAfter = await helper.balance.getSubstrate(sponsor.address);
+    expect(sponsorBalanceAfter < sponsorBalanceBefore).to.be.true;
+  });
+
+  itEth('Sponsoring collection from substrate address via access list', async ({helper}) => {
+    const owner = await helper.eth.createAccountWithBalance(donor);
+    const user = helper.eth.createAccount();
+    const userCross =  helper.ethCrossAccount.fromAddress(user);
+    const sponsor = alice;
+    const sponsorCross = helper.ethCrossAccount.fromKeyringPair(sponsor);
+
+    const {collectionAddress, collectionId} = await helper.eth.createERC721MetadataCompatibleRFTCollection(owner,'Sponsor collection', '1', '1', '');
+    const collectionEvm = await helper.ethNativeContract.collection(collectionAddress, 'rft', owner, false);
+
+    await collectionEvm.methods.setCollectionSponsorCross(sponsorCross).send({from: owner});
+
+    const collectionSub = helper.rft.getCollectionObject(collectionId);
+    await collectionSub.confirmSponsorship(sponsor);
+
+    const nextTokenId = await collectionEvm.methods.nextTokenId().call();
+    expect(nextTokenId).to.be.equal('1');
+
+    await collectionEvm.methods.setCollectionAccess(1 /*'AllowList'*/).send({from: owner});
+
+    await collectionEvm.methods.addToCollectionAllowListCross(userCross).send({from: owner});
+    await collectionEvm.methods.setCollectionMintMode(true).send({from: owner});
+
+    const ownerBalanceBefore = await helper.balance.getSubstrate(helper.address.ethToSubstrate(owner));
+    const sponsorBalanceBefore = await helper.balance.getSubstrate(sponsor.address);
+    const userBalanceBefore =  await helper.balance.getSubstrate(helper.address.ethToSubstrate(user));
+
+    {
+      const nextTokenId = await collectionEvm.methods.nextTokenId().call();
+      expect(nextTokenId).to.be.equal('1');
+      const mintingResult = await collectionEvm.methods.mintWithTokenURI(
+        user,
+        'Test URI',
+      ).send({from: user});
+
+      const events = helper.eth.normalizeEvents(mintingResult.events);
+
+
+      expect(events).to.deep.include({
+        address: collectionAddress,
+        event: 'Transfer',
+        args: {
+          from: '0x0000000000000000000000000000000000000000',
+          to: user,
+          tokenId: nextTokenId,
+        },
+      });
+
+      const ownerBalanceAfter = await helper.balance.getSubstrate(helper.address.ethToSubstrate(owner));
+      const sponsorBalanceAfter = await helper.balance.getSubstrate(sponsor.address);
+      const userBalanceAfter =  await helper.balance.getSubstrate(helper.address.ethToSubstrate(user));
+
+      expect(await collectionEvm.methods.tokenURI(nextTokenId).call()).to.be.equal('Test URI');
+      expect(ownerBalanceBefore).to.be.eq(ownerBalanceAfter);
+      expect(userBalanceAfter).to.be.eq(userBalanceBefore);
+      expect(sponsorBalanceBefore > sponsorBalanceAfter).to.be.true;
+    }
+  });
+
+  itEth('Can reassign collection sponsor', async ({helper}) => {
+    const owner = await helper.eth.createAccountWithBalance(donor);
+    const sponsorEth = await helper.eth.createAccountWithBalance(donor);
+    const sponsorCrossEth = helper.ethCrossAccount.fromAddress(sponsorEth);
+    const [sponsorSub] = await helper.arrange.createAccounts([100n], donor);
+    const sponsorCrossSub = helper.ethCrossAccount.fromKeyringPair(sponsorSub);
+
+    const {collectionAddress, collectionId} = await helper.eth.createERC721MetadataCompatibleRFTCollection(owner,'Sponsor collection', '1', '1', '');
+    const collectionSub = helper.rft.getCollectionObject(collectionId);
+    const collectionEvm = await helper.ethNativeContract.collection(collectionAddress, 'rft', owner);
+
+    // Set and confirm sponsor:
+    await collectionEvm.methods.setCollectionSponsorCross(sponsorCrossEth).send({from: owner});
+    await collectionEvm.methods.confirmCollectionSponsorship().send({from: sponsorEth});
+
+    // Can reassign sponsor:
+    await collectionEvm.methods.setCollectionSponsorCross(sponsorCrossSub).send({from: owner});
+    const collectionSponsor = (await collectionSub.getData())?.raw.sponsorship;
+    expect(collectionSponsor).to.deep.eq({Unconfirmed: sponsorSub.address});
+  });
+
+  [
+    'transfer',
+    'transferCross',
+    'transferFrom',
+    'transferFromCross',
+  ].map(testCase =>
+    itEth(`[${testCase}] Check that transfer via EVM spend money from sponsor address`, async ({helper}) => {
+      const owner = await helper.eth.createAccountWithBalance(donor);
+
+      const {collectionAddress} = await helper.eth.createERC721MetadataCompatibleRFTCollection(owner,'Sponsor collection', '1', '1', '');
+      const sponsor = await helper.eth.createAccountWithBalance(donor);
+      const sponsorCross = helper.ethCrossAccount.fromAddress(sponsor);
+      const receiver = await helper.eth.createAccountWithBalance(donor);
+      const collectionEvm = await helper.ethNativeContract.collection(collectionAddress, 'rft', owner);
+
+      await collectionEvm.methods.setCollectionSponsorCross(sponsorCross).send();
+      await collectionEvm.methods.confirmCollectionSponsorship().send({from: sponsor});
+
+      const user = await helper.eth.createAccountWithBalance(donor);
+      const userCross = helper.ethCrossAccount.fromAddress(user);
+      await collectionEvm.methods.addCollectionAdminCross(userCross).send();
+
+      const result = await collectionEvm.methods.mintWithTokenURI(user, 'Test URI').send({from: user});
+      const tokenId = result.events.Transfer.returnValues.tokenId;
+
+      const ownerBalanceBefore = await helper.balance.getSubstrate(helper.address.ethToSubstrate(owner));
+      const sponsorBalanceBefore = await helper.balance.getSubstrate(helper.address.ethToSubstrate(sponsor));
+      const userBalanceBefore = await helper.balance.getSubstrate(helper.address.ethToSubstrate(user));
+
+      switch (testCase) {
+        case 'transfer':
+          await collectionEvm.methods.transfer(receiver, tokenId).send({from: user});
+          break;
+        case 'transferCross':
+          await collectionEvm.methods.transferCross(helper.ethCrossAccount.fromAddress(receiver), tokenId).send({from: user});
+          break;
+        case 'transferFrom':
+          await collectionEvm.methods.transferFrom(user, receiver, tokenId).send({from: user});
+          break;
+        case 'transferFromCross':
+          await collectionEvm.methods.transferFromCross(helper.ethCrossAccount.fromAddress(user), helper.ethCrossAccount.fromAddress(receiver), tokenId).send({from: user});
+          break;
+      }
+
+      const ownerBalanceAfter = await helper.balance.getSubstrate(helper.address.ethToSubstrate(owner));
+      expect(ownerBalanceAfter).to.be.eq(ownerBalanceBefore);
+      const sponsorBalanceAfter = await helper.balance.getSubstrate(helper.address.ethToSubstrate(sponsor));
+      expect(sponsorBalanceAfter < sponsorBalanceBefore).to.be.true;
+      const userBalanceAfter = await helper.balance.getSubstrate(helper.address.ethToSubstrate(user));
+      expect(userBalanceAfter).to.be.eq(userBalanceBefore);
+    }));
+});
+
+describe('evm RFT token sponsoring', () => {
+  let donor: IKeyringPair;
+
+  before(async function() {
+    await usingPlaygrounds(async (helper, privateKey) => {
+      requirePalletsOrSkip(this, helper, [Pallets.ReFungible]);
+      donor = await privateKey({filename: __filename});
+    });
+  });
+
+  [
+    'transfer',
+    'transferCross',
+    'transferFrom',
+    'transferFromCross',
+  ].map(testCase =>
+    itEth(`[${testCase}] Check that token piece transfer via EVM spend money from sponsor address`, async ({helper}) => {
+      const owner = await helper.eth.createAccountWithBalance(donor);
+
+      const {collectionAddress, collectionId} = await helper.eth.createERC721MetadataCompatibleRFTCollection(owner,'Sponsor collection', '1', '1', '');
+      const sponsor = await helper.eth.createAccountWithBalance(donor);
+      const sponsorCross = helper.ethCrossAccount.fromAddress(sponsor);
+      const receiver = await helper.eth.createAccountWithBalance(donor);
+      const collectionEvm = await helper.ethNativeContract.collection(collectionAddress, 'rft', owner);
+
+      await collectionEvm.methods.setCollectionSponsorCross(sponsorCross).send();
+      await collectionEvm.methods.confirmCollectionSponsorship().send({from: sponsor});
+
+      const user = await helper.eth.createAccountWithBalance(donor);
+      const userCross = helper.ethCrossAccount.fromAddress(user);
+      await collectionEvm.methods.addCollectionAdminCross(userCross).send();
+
+      const result = await collectionEvm.methods.mintWithTokenURI(user, 'Test URI').send({from: user});
+      const tokenId = result.events.Transfer.returnValues.tokenId;
+
+      const tokenContract = await helper.ethNativeContract.rftTokenById(collectionId, tokenId, user);
+      await tokenContract.methods.repartition(2).send();
+
+      const ownerBalanceBefore = await helper.balance.getSubstrate(helper.address.ethToSubstrate(owner));
+      const sponsorBalanceBefore = await helper.balance.getSubstrate(helper.address.ethToSubstrate(sponsor));
+      const userBalanceBefore = await helper.balance.getSubstrate(helper.address.ethToSubstrate(user));
+
+      switch (testCase) {
+        case 'transfer':
+          await tokenContract.methods.transfer(receiver, 1).send();
+          break;
+        case 'transferCross':
+          await tokenContract.methods.transferCross(helper.ethCrossAccount.fromAddress(receiver), 1).send();
+          break;
+        case 'transferFrom':
+          await tokenContract.methods.transferFrom(user, receiver, 1).send();
+          break;
+        case 'transferFromCross':
+          await tokenContract.methods.transferFromCross(helper.ethCrossAccount.fromAddress(user), helper.ethCrossAccount.fromAddress(receiver), 1).send();
+          break;
+      }
+
+      const ownerBalanceAfter = await helper.balance.getSubstrate(helper.address.ethToSubstrate(owner));
+      expect(ownerBalanceAfter).to.be.eq(ownerBalanceBefore);
+      const sponsorBalanceAfter = await helper.balance.getSubstrate(helper.address.ethToSubstrate(sponsor));
+      expect(sponsorBalanceAfter < sponsorBalanceBefore).to.be.true;
+      const userBalanceAfter = await helper.balance.getSubstrate(helper.address.ethToSubstrate(user));
+      expect(userBalanceAfter).to.be.eq(userBalanceBefore);
+    }));
+
+  [
+    'approve',
+    'approveCross',
+  ].map(testCase =>
+    itEth(`[${testCase}] Check that approve via EVM spend money from sponsor address`, async ({helper}) => {
+      const owner = await helper.eth.createAccountWithBalance(donor);
+
+      const {collectionAddress, collectionId} = await helper.eth.createERC721MetadataCompatibleRFTCollection(owner,'Sponsor collection', '1', '1', '');
+      const sponsor = await helper.eth.createAccountWithBalance(donor);
+      const sponsorCross = helper.ethCrossAccount.fromAddress(sponsor);
+      const receiver = await helper.eth.createAccountWithBalance(donor);
+      const collectionEvm = await helper.ethNativeContract.collection(collectionAddress, 'rft', owner);
+
+      await collectionEvm.methods.setCollectionSponsorCross(sponsorCross).send();
+      await collectionEvm.methods.confirmCollectionSponsorship().send({from: sponsor});
+
+      const user = await helper.eth.createAccountWithBalance(donor);
+      const userCross = helper.ethCrossAccount.fromAddress(user);
+      await collectionEvm.methods.addCollectionAdminCross(userCross).send();
+
+      const result = await collectionEvm.methods.mintWithTokenURI(user, 'Test URI').send({from: user});
+      const tokenId = result.events.Transfer.returnValues.tokenId;
+
+      const tokenContract = await helper.ethNativeContract.rftTokenById(collectionId, tokenId, user);
+      await tokenContract.methods.repartition(2).send();
+
+      const ownerBalanceBefore = await helper.balance.getSubstrate(helper.address.ethToSubstrate(owner));
+      const sponsorBalanceBefore = await helper.balance.getSubstrate(helper.address.ethToSubstrate(sponsor));
+      const userBalanceBefore = await helper.balance.getSubstrate(helper.address.ethToSubstrate(user));
+
+      switch (testCase) {
+        case 'approve':
+          await tokenContract.methods.approve(receiver, 1).send();
+          break;
+        case 'approveCross':
+          await tokenContract.methods.approveCross(helper.ethCrossAccount.fromAddress(receiver), 1).send();
+          break;
+      }
+
+      const ownerBalanceAfter = await helper.balance.getSubstrate(helper.address.ethToSubstrate(owner));
+      expect(ownerBalanceAfter).to.be.eq(ownerBalanceBefore);
+      const sponsorBalanceAfter = await helper.balance.getSubstrate(helper.address.ethToSubstrate(sponsor));
+      expect(sponsorBalanceAfter < sponsorBalanceBefore).to.be.true;
+      const userBalanceAfter = await helper.balance.getSubstrate(helper.address.ethToSubstrate(user));
+      expect(userBalanceAfter).to.be.eq(userBalanceBefore);
+    }));
+});
+
modifiedtests/src/interfaces/augment-api-errors.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-errors.ts
+++ b/tests/src/interfaces/augment-api-errors.ts
@@ -304,6 +304,10 @@
        **/
       Reentrancy: AugmentedError<ApiType>;
       /**
+       * EIP-3607,
+       **/
+      TransactionMustComeFromEOA: AugmentedError<ApiType>;
+      /**
        * Undefined error.
        **/
       Undefined: AugmentedError<ApiType>;
modifiedtests/src/interfaces/augment-api-query.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-query.ts
+++ b/tests/src/interfaces/augment-api-query.ts
@@ -9,7 +9,7 @@
 import type { BTreeMap, Bytes, Option, U256, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
 import type { AnyNumber, ITuple } from '@polkadot/types-codec/types';
 import type { AccountId32, H160, H256 } from '@polkadot/types/interfaces/runtime';
-import type { CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueQueueConfigData, EthereumBlock, EthereumLog, EthereumReceiptReceiptV3, EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportDispatchPerDispatchClassWeight, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensReserveData, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReleases, PalletBalancesReserveData, PalletConfigurationAppPromotionConfiguration, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmContractHelpersSponsoringModeT, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletNonfungibleItemData, PalletRefungibleItemData, PalletTransactionPaymentReleases, PalletTreasuryProposal, PhantomTypeUpDataStructs, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, SpRuntimeDigest, SpTrieStorageProof, SpWeightsWeightV2Weight, UpDataStructsCollection, UpDataStructsCollectionStats, UpDataStructsProperties, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, XcmV1MultiLocation } from '@polkadot/types/lookup';
+import type { CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueQueueConfigData, EthereumBlock, EthereumLog, EthereumReceiptReceiptV3, EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportDispatchPerDispatchClassWeight, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensReserveData, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReserveData, PalletConfigurationAppPromotionConfiguration, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmContractHelpersSponsoringModeT, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletNonfungibleItemData, PalletRefungibleItemData, PalletTransactionPaymentReleases, PalletTreasuryProposal, PhantomTypeUpDataStructs, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, SpRuntimeDigest, SpTrieStorageProof, SpWeightsWeightV2Weight, UpDataStructsCollection, UpDataStructsCollectionStats, UpDataStructsProperties, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, XcmV1MultiLocation } from '@polkadot/types/lookup';
 import type { Observable } from '@polkadot/types/types';
 
 export type __AugmentedQuery<ApiType extends ApiTypes> = AugmentedQuery<ApiType, () => unknown>;
@@ -88,6 +88,10 @@
        **/
       account: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<PalletBalancesAccountData>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
       /**
+       * The total units of outstanding deactivated balance in the system.
+       **/
+      inactiveIssuance: AugmentedQuery<ApiType, () => Observable<u128>, []> & QueryableStorageEntry<ApiType, []>;
+      /**
        * Any liquidity locks on some account balances.
        * NOTE: Should only be accessed when setting, changing and freeing a lock.
        **/
@@ -96,12 +100,6 @@
        * Named reserves on some account balances.
        **/
       reserves: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Vec<PalletBalancesReserveData>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
-      /**
-       * Storage version of the pallet.
-       * 
-       * This is set to v2.0.0 for new networks.
-       **/
-      storageVersion: AugmentedQuery<ApiType, () => Observable<PalletBalancesReleases>, []> & QueryableStorageEntry<ApiType, []>;
       /**
        * The total units issued in the system.
        **/
@@ -853,6 +851,10 @@
        **/
       approvals: AugmentedQuery<ApiType, () => Observable<Vec<u32>>, []> & QueryableStorageEntry<ApiType, []>;
       /**
+       * The amount which has been reported as inactive to Currency.
+       **/
+      inactive: AugmentedQuery<ApiType, () => Observable<u128>, []> & QueryableStorageEntry<ApiType, []>;
+      /**
        * Number of proposals that have been made.
        **/
       proposalCount: AugmentedQuery<ApiType, () => Observable<u32>, []> & QueryableStorageEntry<ApiType, []>;
modifiedtests/src/interfaces/augment-api-tx.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-tx.ts
+++ b/tests/src/interfaces/augment-api-tx.ts
@@ -8,7 +8,7 @@
 import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@polkadot/api-base/types';
 import type { Bytes, Compact, Option, U256, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
 import type { AnyNumber, IMethod, ITuple } from '@polkadot/types-codec/types';
-import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';
+import type { AccountId32, Call, H160, H256, MultiAddress, Permill } from '@polkadot/types/interfaces/runtime';
 import type { CumulusPrimitivesParachainInherentParachainInherentData, EthereumLog, EthereumTransactionTransactionV2, OrmlVestingVestingSchedule, PalletConfigurationAppPromotionConfiguration, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsPartEquippableList, RmrkTraitsPartPartType, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, SpWeightsWeightV2Weight, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCreateCollectionData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, XcmV1MultiLocation, XcmV2WeightLimit, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
 
 export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>;
@@ -905,10 +905,6 @@
       [key: string]: SubmittableExtrinsicFunction<ApiType>;
     };
     system: {
-      /**
-       * A dispatch that will fill the block weight up to the given ratio.
-       **/
-      fillBlock: AugmentedSubmittable<(ratio: Perbill | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Perbill]>;
       /**
        * Kill all storage items with a key that starts with the given prefix.
        * 
modifiedtests/src/interfaces/augment-types.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-types.ts
+++ b/tests/src/interfaces/augment-types.ts
@@ -5,7 +5,7 @@
 // this is required to allow for ambient/previous definitions
 import '@polkadot/types/types/registry';
 
-import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, 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, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, 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, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, 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, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './default';
+import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, 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, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, 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, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, 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, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './default';
 import type { Data, StorageKey } from '@polkadot/types';
 import type { BitVec, Bool, Bytes, F32, F64, I128, I16, I256, I32, I64, I8, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, f32, f64, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';
 import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';
@@ -823,7 +823,6 @@
     PalletBalancesError: PalletBalancesError;
     PalletBalancesEvent: PalletBalancesEvent;
     PalletBalancesReasons: PalletBalancesReasons;
-    PalletBalancesReleases: PalletBalancesReleases;
     PalletBalancesReserveData: PalletBalancesReserveData;
     PalletCallMetadataLatest: PalletCallMetadataLatest;
     PalletCallMetadataV14: PalletCallMetadataV14;
modifiedtests/src/interfaces/default/types.tsdiffbeforeafterboth
--- a/tests/src/interfaces/default/types.ts
+++ b/tests/src/interfaces/default/types.ts
@@ -557,10 +557,6 @@
 
 /** @name FrameSystemCall */
 export interface FrameSystemCall extends Enum {
-  readonly isFillBlock: boolean;
-  readonly asFillBlock: {
-    readonly ratio: Perbill;
-  } & Struct;
   readonly isRemark: boolean;
   readonly asRemark: {
     readonly remark: Bytes;
@@ -594,7 +590,7 @@
   readonly asRemarkWithEvent: {
     readonly remark: Bytes;
   } & Struct;
-  readonly type: 'FillBlock' | 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';
+  readonly type: 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';
 }
 
 /** @name FrameSystemError */
@@ -1186,13 +1182,6 @@
   readonly isMisc: boolean;
   readonly isAll: boolean;
   readonly type: 'Fee' | 'Misc' | 'All';
-}
-
-/** @name PalletBalancesReleases */
-export interface PalletBalancesReleases extends Enum {
-  readonly isV100: boolean;
-  readonly isV200: boolean;
-  readonly type: 'V100' | 'V200';
 }
 
 /** @name PalletBalancesReserveData */
@@ -1457,7 +1446,8 @@
   readonly isGasLimitTooHigh: boolean;
   readonly isUndefined: boolean;
   readonly isReentrancy: boolean;
-  readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce' | 'GasLimitTooLow' | 'GasLimitTooHigh' | 'Undefined' | 'Reentrancy';
+  readonly isTransactionMustComeFromEOA: boolean;
+  readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce' | 'GasLimitTooLow' | 'GasLimitTooHigh' | 'Undefined' | 'Reentrancy' | 'TransactionMustComeFromEOA';
 }
 
 /** @name PalletEvmEvent */
modifiedtests/src/interfaces/lookup.tsdiffbeforeafterboth
before · tests/src/interfaces/lookup.ts
1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34/* eslint-disable sort-keys */56export default {7  /**8   * Lookup3: frame_system::AccountInfo<Index, pallet_balances::AccountData<Balance>>9   **/10  FrameSystemAccountInfo: {11    nonce: 'u32',12    consumers: 'u32',13    providers: 'u32',14    sufficients: 'u32',15    data: 'PalletBalancesAccountData'16  },17  /**18   * Lookup5: pallet_balances::AccountData<Balance>19   **/20  PalletBalancesAccountData: {21    free: 'u128',22    reserved: 'u128',23    miscFrozen: 'u128',24    feeFrozen: 'u128'25  },26  /**27   * Lookup7: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight>28   **/29  FrameSupportDispatchPerDispatchClassWeight: {30    normal: 'SpWeightsWeightV2Weight',31    operational: 'SpWeightsWeightV2Weight',32    mandatory: 'SpWeightsWeightV2Weight'33  },34  /**35   * Lookup8: sp_weights::weight_v2::Weight36   **/37  SpWeightsWeightV2Weight: {38    refTime: 'Compact<u64>',39    proofSize: 'Compact<u64>'40  },41  /**42   * Lookup13: sp_runtime::generic::digest::Digest43   **/44  SpRuntimeDigest: {45    logs: 'Vec<SpRuntimeDigestDigestItem>'46  },47  /**48   * Lookup15: sp_runtime::generic::digest::DigestItem49   **/50  SpRuntimeDigestDigestItem: {51    _enum: {52      Other: 'Bytes',53      __Unused1: 'Null',54      __Unused2: 'Null',55      __Unused3: 'Null',56      Consensus: '([u8;4],Bytes)',57      Seal: '([u8;4],Bytes)',58      PreRuntime: '([u8;4],Bytes)',59      __Unused7: 'Null',60      RuntimeEnvironmentUpdated: 'Null'61    }62  },63  /**64   * Lookup18: frame_system::EventRecord<opal_runtime::RuntimeEvent, primitive_types::H256>65   **/66  FrameSystemEventRecord: {67    phase: 'FrameSystemPhase',68    event: 'Event',69    topics: 'Vec<H256>'70  },71  /**72   * Lookup20: frame_system::pallet::Event<T>73   **/74  FrameSystemEvent: {75    _enum: {76      ExtrinsicSuccess: {77        dispatchInfo: 'FrameSupportDispatchDispatchInfo',78      },79      ExtrinsicFailed: {80        dispatchError: 'SpRuntimeDispatchError',81        dispatchInfo: 'FrameSupportDispatchDispatchInfo',82      },83      CodeUpdated: 'Null',84      NewAccount: {85        account: 'AccountId32',86      },87      KilledAccount: {88        account: 'AccountId32',89      },90      Remarked: {91        _alias: {92          hash_: 'hash',93        },94        sender: 'AccountId32',95        hash_: 'H256'96      }97    }98  },99  /**100   * Lookup21: frame_support::dispatch::DispatchInfo101   **/102  FrameSupportDispatchDispatchInfo: {103    weight: 'SpWeightsWeightV2Weight',104    class: 'FrameSupportDispatchDispatchClass',105    paysFee: 'FrameSupportDispatchPays'106  },107  /**108   * Lookup22: frame_support::dispatch::DispatchClass109   **/110  FrameSupportDispatchDispatchClass: {111    _enum: ['Normal', 'Operational', 'Mandatory']112  },113  /**114   * Lookup23: frame_support::dispatch::Pays115   **/116  FrameSupportDispatchPays: {117    _enum: ['Yes', 'No']118  },119  /**120   * Lookup24: sp_runtime::DispatchError121   **/122  SpRuntimeDispatchError: {123    _enum: {124      Other: 'Null',125      CannotLookup: 'Null',126      BadOrigin: 'Null',127      Module: 'SpRuntimeModuleError',128      ConsumerRemaining: 'Null',129      NoProviders: 'Null',130      TooManyConsumers: 'Null',131      Token: 'SpRuntimeTokenError',132      Arithmetic: 'SpRuntimeArithmeticError',133      Transactional: 'SpRuntimeTransactionalError',134      Exhausted: 'Null',135      Corruption: 'Null',136      Unavailable: 'Null'137    }138  },139  /**140   * Lookup25: sp_runtime::ModuleError141   **/142  SpRuntimeModuleError: {143    index: 'u8',144    error: '[u8;4]'145  },146  /**147   * Lookup26: sp_runtime::TokenError148   **/149  SpRuntimeTokenError: {150    _enum: ['NoFunds', 'WouldDie', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported']151  },152  /**153   * Lookup27: sp_runtime::ArithmeticError154   **/155  SpRuntimeArithmeticError: {156    _enum: ['Underflow', 'Overflow', 'DivisionByZero']157  },158  /**159   * Lookup28: sp_runtime::TransactionalError160   **/161  SpRuntimeTransactionalError: {162    _enum: ['LimitReached', 'NoLayer']163  },164  /**165   * Lookup29: cumulus_pallet_parachain_system::pallet::Event<T>166   **/167  CumulusPalletParachainSystemEvent: {168    _enum: {169      ValidationFunctionStored: 'Null',170      ValidationFunctionApplied: {171        relayChainBlockNum: 'u32',172      },173      ValidationFunctionDiscarded: 'Null',174      UpgradeAuthorized: {175        codeHash: 'H256',176      },177      DownwardMessagesReceived: {178        count: 'u32',179      },180      DownwardMessagesProcessed: {181        weightUsed: 'SpWeightsWeightV2Weight',182        dmqHead: 'H256'183      }184    }185  },186  /**187   * Lookup30: pallet_balances::pallet::Event<T, I>188   **/189  PalletBalancesEvent: {190    _enum: {191      Endowed: {192        account: 'AccountId32',193        freeBalance: 'u128',194      },195      DustLost: {196        account: 'AccountId32',197        amount: 'u128',198      },199      Transfer: {200        from: 'AccountId32',201        to: 'AccountId32',202        amount: 'u128',203      },204      BalanceSet: {205        who: 'AccountId32',206        free: 'u128',207        reserved: 'u128',208      },209      Reserved: {210        who: 'AccountId32',211        amount: 'u128',212      },213      Unreserved: {214        who: 'AccountId32',215        amount: 'u128',216      },217      ReserveRepatriated: {218        from: 'AccountId32',219        to: 'AccountId32',220        amount: 'u128',221        destinationStatus: 'FrameSupportTokensMiscBalanceStatus',222      },223      Deposit: {224        who: 'AccountId32',225        amount: 'u128',226      },227      Withdraw: {228        who: 'AccountId32',229        amount: 'u128',230      },231      Slashed: {232        who: 'AccountId32',233        amount: 'u128'234      }235    }236  },237  /**238   * Lookup31: frame_support::traits::tokens::misc::BalanceStatus239   **/240  FrameSupportTokensMiscBalanceStatus: {241    _enum: ['Free', 'Reserved']242  },243  /**244   * Lookup32: pallet_transaction_payment::pallet::Event<T>245   **/246  PalletTransactionPaymentEvent: {247    _enum: {248      TransactionFeePaid: {249        who: 'AccountId32',250        actualFee: 'u128',251        tip: 'u128'252      }253    }254  },255  /**256   * Lookup33: pallet_treasury::pallet::Event<T, I>257   **/258  PalletTreasuryEvent: {259    _enum: {260      Proposed: {261        proposalIndex: 'u32',262      },263      Spending: {264        budgetRemaining: 'u128',265      },266      Awarded: {267        proposalIndex: 'u32',268        award: 'u128',269        account: 'AccountId32',270      },271      Rejected: {272        proposalIndex: 'u32',273        slashed: 'u128',274      },275      Burnt: {276        burntFunds: 'u128',277      },278      Rollover: {279        rolloverBalance: 'u128',280      },281      Deposit: {282        value: 'u128',283      },284      SpendApproved: {285        proposalIndex: 'u32',286        amount: 'u128',287        beneficiary: 'AccountId32'288      }289    }290  },291  /**292   * Lookup34: pallet_sudo::pallet::Event<T>293   **/294  PalletSudoEvent: {295    _enum: {296      Sudid: {297        sudoResult: 'Result<Null, SpRuntimeDispatchError>',298      },299      KeyChanged: {300        oldSudoer: 'Option<AccountId32>',301      },302      SudoAsDone: {303        sudoResult: 'Result<Null, SpRuntimeDispatchError>'304      }305    }306  },307  /**308   * Lookup38: orml_vesting::module::Event<T>309   **/310  OrmlVestingModuleEvent: {311    _enum: {312      VestingScheduleAdded: {313        from: 'AccountId32',314        to: 'AccountId32',315        vestingSchedule: 'OrmlVestingVestingSchedule',316      },317      Claimed: {318        who: 'AccountId32',319        amount: 'u128',320      },321      VestingSchedulesUpdated: {322        who: 'AccountId32'323      }324    }325  },326  /**327   * Lookup39: orml_vesting::VestingSchedule<BlockNumber, Balance>328   **/329  OrmlVestingVestingSchedule: {330    start: 'u32',331    period: 'u32',332    periodCount: 'u32',333    perPeriod: 'Compact<u128>'334  },335  /**336   * Lookup41: orml_xtokens::module::Event<T>337   **/338  OrmlXtokensModuleEvent: {339    _enum: {340      TransferredMultiAssets: {341        sender: 'AccountId32',342        assets: 'XcmV1MultiassetMultiAssets',343        fee: 'XcmV1MultiAsset',344        dest: 'XcmV1MultiLocation'345      }346    }347  },348  /**349   * Lookup42: xcm::v1::multiasset::MultiAssets350   **/351  XcmV1MultiassetMultiAssets: 'Vec<XcmV1MultiAsset>',352  /**353   * Lookup44: xcm::v1::multiasset::MultiAsset354   **/355  XcmV1MultiAsset: {356    id: 'XcmV1MultiassetAssetId',357    fun: 'XcmV1MultiassetFungibility'358  },359  /**360   * Lookup45: xcm::v1::multiasset::AssetId361   **/362  XcmV1MultiassetAssetId: {363    _enum: {364      Concrete: 'XcmV1MultiLocation',365      Abstract: 'Bytes'366    }367  },368  /**369   * Lookup46: xcm::v1::multilocation::MultiLocation370   **/371  XcmV1MultiLocation: {372    parents: 'u8',373    interior: 'XcmV1MultilocationJunctions'374  },375  /**376   * Lookup47: xcm::v1::multilocation::Junctions377   **/378  XcmV1MultilocationJunctions: {379    _enum: {380      Here: 'Null',381      X1: 'XcmV1Junction',382      X2: '(XcmV1Junction,XcmV1Junction)',383      X3: '(XcmV1Junction,XcmV1Junction,XcmV1Junction)',384      X4: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',385      X5: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',386      X6: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',387      X7: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',388      X8: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)'389    }390  },391  /**392   * Lookup48: xcm::v1::junction::Junction393   **/394  XcmV1Junction: {395    _enum: {396      Parachain: 'Compact<u32>',397      AccountId32: {398        network: 'XcmV0JunctionNetworkId',399        id: '[u8;32]',400      },401      AccountIndex64: {402        network: 'XcmV0JunctionNetworkId',403        index: 'Compact<u64>',404      },405      AccountKey20: {406        network: 'XcmV0JunctionNetworkId',407        key: '[u8;20]',408      },409      PalletInstance: 'u8',410      GeneralIndex: 'Compact<u128>',411      GeneralKey: 'Bytes',412      OnlyChild: 'Null',413      Plurality: {414        id: 'XcmV0JunctionBodyId',415        part: 'XcmV0JunctionBodyPart'416      }417    }418  },419  /**420   * Lookup50: xcm::v0::junction::NetworkId421   **/422  XcmV0JunctionNetworkId: {423    _enum: {424      Any: 'Null',425      Named: 'Bytes',426      Polkadot: 'Null',427      Kusama: 'Null'428    }429  },430  /**431   * Lookup53: xcm::v0::junction::BodyId432   **/433  XcmV0JunctionBodyId: {434    _enum: {435      Unit: 'Null',436      Named: 'Bytes',437      Index: 'Compact<u32>',438      Executive: 'Null',439      Technical: 'Null',440      Legislative: 'Null',441      Judicial: 'Null'442    }443  },444  /**445   * Lookup54: xcm::v0::junction::BodyPart446   **/447  XcmV0JunctionBodyPart: {448    _enum: {449      Voice: 'Null',450      Members: {451        count: 'Compact<u32>',452      },453      Fraction: {454        nom: 'Compact<u32>',455        denom: 'Compact<u32>',456      },457      AtLeastProportion: {458        nom: 'Compact<u32>',459        denom: 'Compact<u32>',460      },461      MoreThanProportion: {462        nom: 'Compact<u32>',463        denom: 'Compact<u32>'464      }465    }466  },467  /**468   * Lookup55: xcm::v1::multiasset::Fungibility469   **/470  XcmV1MultiassetFungibility: {471    _enum: {472      Fungible: 'Compact<u128>',473      NonFungible: 'XcmV1MultiassetAssetInstance'474    }475  },476  /**477   * Lookup56: xcm::v1::multiasset::AssetInstance478   **/479  XcmV1MultiassetAssetInstance: {480    _enum: {481      Undefined: 'Null',482      Index: 'Compact<u128>',483      Array4: '[u8;4]',484      Array8: '[u8;8]',485      Array16: '[u8;16]',486      Array32: '[u8;32]',487      Blob: 'Bytes'488    }489  },490  /**491   * Lookup59: orml_tokens::module::Event<T>492   **/493  OrmlTokensModuleEvent: {494    _enum: {495      Endowed: {496        currencyId: 'PalletForeignAssetsAssetIds',497        who: 'AccountId32',498        amount: 'u128',499      },500      DustLost: {501        currencyId: 'PalletForeignAssetsAssetIds',502        who: 'AccountId32',503        amount: 'u128',504      },505      Transfer: {506        currencyId: 'PalletForeignAssetsAssetIds',507        from: 'AccountId32',508        to: 'AccountId32',509        amount: 'u128',510      },511      Reserved: {512        currencyId: 'PalletForeignAssetsAssetIds',513        who: 'AccountId32',514        amount: 'u128',515      },516      Unreserved: {517        currencyId: 'PalletForeignAssetsAssetIds',518        who: 'AccountId32',519        amount: 'u128',520      },521      ReserveRepatriated: {522        currencyId: 'PalletForeignAssetsAssetIds',523        from: 'AccountId32',524        to: 'AccountId32',525        amount: 'u128',526        status: 'FrameSupportTokensMiscBalanceStatus',527      },528      BalanceSet: {529        currencyId: 'PalletForeignAssetsAssetIds',530        who: 'AccountId32',531        free: 'u128',532        reserved: 'u128',533      },534      TotalIssuanceSet: {535        currencyId: 'PalletForeignAssetsAssetIds',536        amount: 'u128',537      },538      Withdrawn: {539        currencyId: 'PalletForeignAssetsAssetIds',540        who: 'AccountId32',541        amount: 'u128',542      },543      Slashed: {544        currencyId: 'PalletForeignAssetsAssetIds',545        who: 'AccountId32',546        freeAmount: 'u128',547        reservedAmount: 'u128',548      },549      Deposited: {550        currencyId: 'PalletForeignAssetsAssetIds',551        who: 'AccountId32',552        amount: 'u128',553      },554      LockSet: {555        lockId: '[u8;8]',556        currencyId: 'PalletForeignAssetsAssetIds',557        who: 'AccountId32',558        amount: 'u128',559      },560      LockRemoved: {561        lockId: '[u8;8]',562        currencyId: 'PalletForeignAssetsAssetIds',563        who: 'AccountId32'564      }565    }566  },567  /**568   * Lookup60: pallet_foreign_assets::AssetIds569   **/570  PalletForeignAssetsAssetIds: {571    _enum: {572      ForeignAssetId: 'u32',573      NativeAssetId: 'PalletForeignAssetsNativeCurrency'574    }575  },576  /**577   * Lookup61: pallet_foreign_assets::NativeCurrency578   **/579  PalletForeignAssetsNativeCurrency: {580    _enum: ['Here', 'Parent']581  },582  /**583   * Lookup62: cumulus_pallet_xcmp_queue::pallet::Event<T>584   **/585  CumulusPalletXcmpQueueEvent: {586    _enum: {587      Success: {588        messageHash: 'Option<H256>',589        weight: 'SpWeightsWeightV2Weight',590      },591      Fail: {592        messageHash: 'Option<H256>',593        error: 'XcmV2TraitsError',594        weight: 'SpWeightsWeightV2Weight',595      },596      BadVersion: {597        messageHash: 'Option<H256>',598      },599      BadFormat: {600        messageHash: 'Option<H256>',601      },602      UpwardMessageSent: {603        messageHash: 'Option<H256>',604      },605      XcmpMessageSent: {606        messageHash: 'Option<H256>',607      },608      OverweightEnqueued: {609        sender: 'u32',610        sentAt: 'u32',611        index: 'u64',612        required: 'SpWeightsWeightV2Weight',613      },614      OverweightServiced: {615        index: 'u64',616        used: 'SpWeightsWeightV2Weight'617      }618    }619  },620  /**621   * Lookup64: xcm::v2::traits::Error622   **/623  XcmV2TraitsError: {624    _enum: {625      Overflow: 'Null',626      Unimplemented: 'Null',627      UntrustedReserveLocation: 'Null',628      UntrustedTeleportLocation: 'Null',629      MultiLocationFull: 'Null',630      MultiLocationNotInvertible: 'Null',631      BadOrigin: 'Null',632      InvalidLocation: 'Null',633      AssetNotFound: 'Null',634      FailedToTransactAsset: 'Null',635      NotWithdrawable: 'Null',636      LocationCannotHold: 'Null',637      ExceedsMaxMessageSize: 'Null',638      DestinationUnsupported: 'Null',639      Transport: 'Null',640      Unroutable: 'Null',641      UnknownClaim: 'Null',642      FailedToDecode: 'Null',643      MaxWeightInvalid: 'Null',644      NotHoldingFees: 'Null',645      TooExpensive: 'Null',646      Trap: 'u64',647      UnhandledXcmVersion: 'Null',648      WeightLimitReached: 'u64',649      Barrier: 'Null',650      WeightNotComputable: 'Null'651    }652  },653  /**654   * Lookup66: pallet_xcm::pallet::Event<T>655   **/656  PalletXcmEvent: {657    _enum: {658      Attempted: 'XcmV2TraitsOutcome',659      Sent: '(XcmV1MultiLocation,XcmV1MultiLocation,XcmV2Xcm)',660      UnexpectedResponse: '(XcmV1MultiLocation,u64)',661      ResponseReady: '(u64,XcmV2Response)',662      Notified: '(u64,u8,u8)',663      NotifyOverweight: '(u64,u8,u8,SpWeightsWeightV2Weight,SpWeightsWeightV2Weight)',664      NotifyDispatchError: '(u64,u8,u8)',665      NotifyDecodeFailed: '(u64,u8,u8)',666      InvalidResponder: '(XcmV1MultiLocation,u64,Option<XcmV1MultiLocation>)',667      InvalidResponderVersion: '(XcmV1MultiLocation,u64)',668      ResponseTaken: 'u64',669      AssetsTrapped: '(H256,XcmV1MultiLocation,XcmVersionedMultiAssets)',670      VersionChangeNotified: '(XcmV1MultiLocation,u32)',671      SupportedVersionChanged: '(XcmV1MultiLocation,u32)',672      NotifyTargetSendFail: '(XcmV1MultiLocation,u64,XcmV2TraitsError)',673      NotifyTargetMigrationFail: '(XcmVersionedMultiLocation,u64)',674      AssetsClaimed: '(H256,XcmV1MultiLocation,XcmVersionedMultiAssets)'675    }676  },677  /**678   * Lookup67: xcm::v2::traits::Outcome679   **/680  XcmV2TraitsOutcome: {681    _enum: {682      Complete: 'u64',683      Incomplete: '(u64,XcmV2TraitsError)',684      Error: 'XcmV2TraitsError'685    }686  },687  /**688   * Lookup68: xcm::v2::Xcm<RuntimeCall>689   **/690  XcmV2Xcm: 'Vec<XcmV2Instruction>',691  /**692   * Lookup70: xcm::v2::Instruction<RuntimeCall>693   **/694  XcmV2Instruction: {695    _enum: {696      WithdrawAsset: 'XcmV1MultiassetMultiAssets',697      ReserveAssetDeposited: 'XcmV1MultiassetMultiAssets',698      ReceiveTeleportedAsset: 'XcmV1MultiassetMultiAssets',699      QueryResponse: {700        queryId: 'Compact<u64>',701        response: 'XcmV2Response',702        maxWeight: 'Compact<u64>',703      },704      TransferAsset: {705        assets: 'XcmV1MultiassetMultiAssets',706        beneficiary: 'XcmV1MultiLocation',707      },708      TransferReserveAsset: {709        assets: 'XcmV1MultiassetMultiAssets',710        dest: 'XcmV1MultiLocation',711        xcm: 'XcmV2Xcm',712      },713      Transact: {714        originType: 'XcmV0OriginKind',715        requireWeightAtMost: 'Compact<u64>',716        call: 'XcmDoubleEncoded',717      },718      HrmpNewChannelOpenRequest: {719        sender: 'Compact<u32>',720        maxMessageSize: 'Compact<u32>',721        maxCapacity: 'Compact<u32>',722      },723      HrmpChannelAccepted: {724        recipient: 'Compact<u32>',725      },726      HrmpChannelClosing: {727        initiator: 'Compact<u32>',728        sender: 'Compact<u32>',729        recipient: 'Compact<u32>',730      },731      ClearOrigin: 'Null',732      DescendOrigin: 'XcmV1MultilocationJunctions',733      ReportError: {734        queryId: 'Compact<u64>',735        dest: 'XcmV1MultiLocation',736        maxResponseWeight: 'Compact<u64>',737      },738      DepositAsset: {739        assets: 'XcmV1MultiassetMultiAssetFilter',740        maxAssets: 'Compact<u32>',741        beneficiary: 'XcmV1MultiLocation',742      },743      DepositReserveAsset: {744        assets: 'XcmV1MultiassetMultiAssetFilter',745        maxAssets: 'Compact<u32>',746        dest: 'XcmV1MultiLocation',747        xcm: 'XcmV2Xcm',748      },749      ExchangeAsset: {750        give: 'XcmV1MultiassetMultiAssetFilter',751        receive: 'XcmV1MultiassetMultiAssets',752      },753      InitiateReserveWithdraw: {754        assets: 'XcmV1MultiassetMultiAssetFilter',755        reserve: 'XcmV1MultiLocation',756        xcm: 'XcmV2Xcm',757      },758      InitiateTeleport: {759        assets: 'XcmV1MultiassetMultiAssetFilter',760        dest: 'XcmV1MultiLocation',761        xcm: 'XcmV2Xcm',762      },763      QueryHolding: {764        queryId: 'Compact<u64>',765        dest: 'XcmV1MultiLocation',766        assets: 'XcmV1MultiassetMultiAssetFilter',767        maxResponseWeight: 'Compact<u64>',768      },769      BuyExecution: {770        fees: 'XcmV1MultiAsset',771        weightLimit: 'XcmV2WeightLimit',772      },773      RefundSurplus: 'Null',774      SetErrorHandler: 'XcmV2Xcm',775      SetAppendix: 'XcmV2Xcm',776      ClearError: 'Null',777      ClaimAsset: {778        assets: 'XcmV1MultiassetMultiAssets',779        ticket: 'XcmV1MultiLocation',780      },781      Trap: 'Compact<u64>',782      SubscribeVersion: {783        queryId: 'Compact<u64>',784        maxResponseWeight: 'Compact<u64>',785      },786      UnsubscribeVersion: 'Null'787    }788  },789  /**790   * Lookup71: xcm::v2::Response791   **/792  XcmV2Response: {793    _enum: {794      Null: 'Null',795      Assets: 'XcmV1MultiassetMultiAssets',796      ExecutionResult: 'Option<(u32,XcmV2TraitsError)>',797      Version: 'u32'798    }799  },800  /**801   * Lookup74: xcm::v0::OriginKind802   **/803  XcmV0OriginKind: {804    _enum: ['Native', 'SovereignAccount', 'Superuser', 'Xcm']805  },806  /**807   * Lookup75: xcm::double_encoded::DoubleEncoded<T>808   **/809  XcmDoubleEncoded: {810    encoded: 'Bytes'811  },812  /**813   * Lookup76: xcm::v1::multiasset::MultiAssetFilter814   **/815  XcmV1MultiassetMultiAssetFilter: {816    _enum: {817      Definite: 'XcmV1MultiassetMultiAssets',818      Wild: 'XcmV1MultiassetWildMultiAsset'819    }820  },821  /**822   * Lookup77: xcm::v1::multiasset::WildMultiAsset823   **/824  XcmV1MultiassetWildMultiAsset: {825    _enum: {826      All: 'Null',827      AllOf: {828        id: 'XcmV1MultiassetAssetId',829        fun: 'XcmV1MultiassetWildFungibility'830      }831    }832  },833  /**834   * Lookup78: xcm::v1::multiasset::WildFungibility835   **/836  XcmV1MultiassetWildFungibility: {837    _enum: ['Fungible', 'NonFungible']838  },839  /**840   * Lookup79: xcm::v2::WeightLimit841   **/842  XcmV2WeightLimit: {843    _enum: {844      Unlimited: 'Null',845      Limited: 'Compact<u64>'846    }847  },848  /**849   * Lookup81: xcm::VersionedMultiAssets850   **/851  XcmVersionedMultiAssets: {852    _enum: {853      V0: 'Vec<XcmV0MultiAsset>',854      V1: 'XcmV1MultiassetMultiAssets'855    }856  },857  /**858   * Lookup83: xcm::v0::multi_asset::MultiAsset859   **/860  XcmV0MultiAsset: {861    _enum: {862      None: 'Null',863      All: 'Null',864      AllFungible: 'Null',865      AllNonFungible: 'Null',866      AllAbstractFungible: {867        id: 'Bytes',868      },869      AllAbstractNonFungible: {870        class: 'Bytes',871      },872      AllConcreteFungible: {873        id: 'XcmV0MultiLocation',874      },875      AllConcreteNonFungible: {876        class: 'XcmV0MultiLocation',877      },878      AbstractFungible: {879        id: 'Bytes',880        amount: 'Compact<u128>',881      },882      AbstractNonFungible: {883        class: 'Bytes',884        instance: 'XcmV1MultiassetAssetInstance',885      },886      ConcreteFungible: {887        id: 'XcmV0MultiLocation',888        amount: 'Compact<u128>',889      },890      ConcreteNonFungible: {891        class: 'XcmV0MultiLocation',892        instance: 'XcmV1MultiassetAssetInstance'893      }894    }895  },896  /**897   * Lookup84: xcm::v0::multi_location::MultiLocation898   **/899  XcmV0MultiLocation: {900    _enum: {901      Null: 'Null',902      X1: 'XcmV0Junction',903      X2: '(XcmV0Junction,XcmV0Junction)',904      X3: '(XcmV0Junction,XcmV0Junction,XcmV0Junction)',905      X4: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',906      X5: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',907      X6: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',908      X7: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',909      X8: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)'910    }911  },912  /**913   * Lookup85: xcm::v0::junction::Junction914   **/915  XcmV0Junction: {916    _enum: {917      Parent: 'Null',918      Parachain: 'Compact<u32>',919      AccountId32: {920        network: 'XcmV0JunctionNetworkId',921        id: '[u8;32]',922      },923      AccountIndex64: {924        network: 'XcmV0JunctionNetworkId',925        index: 'Compact<u64>',926      },927      AccountKey20: {928        network: 'XcmV0JunctionNetworkId',929        key: '[u8;20]',930      },931      PalletInstance: 'u8',932      GeneralIndex: 'Compact<u128>',933      GeneralKey: 'Bytes',934      OnlyChild: 'Null',935      Plurality: {936        id: 'XcmV0JunctionBodyId',937        part: 'XcmV0JunctionBodyPart'938      }939    }940  },941  /**942   * Lookup86: xcm::VersionedMultiLocation943   **/944  XcmVersionedMultiLocation: {945    _enum: {946      V0: 'XcmV0MultiLocation',947      V1: 'XcmV1MultiLocation'948    }949  },950  /**951   * Lookup87: cumulus_pallet_xcm::pallet::Event<T>952   **/953  CumulusPalletXcmEvent: {954    _enum: {955      InvalidFormat: '[u8;8]',956      UnsupportedVersion: '[u8;8]',957      ExecutedDownward: '([u8;8],XcmV2TraitsOutcome)'958    }959  },960  /**961   * Lookup88: cumulus_pallet_dmp_queue::pallet::Event<T>962   **/963  CumulusPalletDmpQueueEvent: {964    _enum: {965      InvalidFormat: {966        messageId: '[u8;32]',967      },968      UnsupportedVersion: {969        messageId: '[u8;32]',970      },971      ExecutedDownward: {972        messageId: '[u8;32]',973        outcome: 'XcmV2TraitsOutcome',974      },975      WeightExhausted: {976        messageId: '[u8;32]',977        remainingWeight: 'SpWeightsWeightV2Weight',978        requiredWeight: 'SpWeightsWeightV2Weight',979      },980      OverweightEnqueued: {981        messageId: '[u8;32]',982        overweightIndex: 'u64',983        requiredWeight: 'SpWeightsWeightV2Weight',984      },985      OverweightServiced: {986        overweightIndex: 'u64',987        weightUsed: 'SpWeightsWeightV2Weight'988      }989    }990  },991  /**992   * Lookup89: pallet_common::pallet::Event<T>993   **/994  PalletCommonEvent: {995    _enum: {996      CollectionCreated: '(u32,u8,AccountId32)',997      CollectionDestroyed: 'u32',998      ItemCreated: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',999      ItemDestroyed: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1000      Transfer: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1001      Approved: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1002      ApprovedForAll: '(u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,bool)',1003      CollectionPropertySet: '(u32,Bytes)',1004      CollectionPropertyDeleted: '(u32,Bytes)',1005      TokenPropertySet: '(u32,u32,Bytes)',1006      TokenPropertyDeleted: '(u32,u32,Bytes)',1007      PropertyPermissionSet: '(u32,Bytes)',1008      AllowListAddressAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1009      AllowListAddressRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1010      CollectionAdminAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1011      CollectionAdminRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1012      CollectionLimitSet: 'u32',1013      CollectionOwnerChanged: '(u32,AccountId32)',1014      CollectionPermissionSet: 'u32',1015      CollectionSponsorSet: '(u32,AccountId32)',1016      SponsorshipConfirmed: '(u32,AccountId32)',1017      CollectionSponsorRemoved: 'u32'1018    }1019  },1020  /**1021   * Lookup92: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>1022   **/1023  PalletEvmAccountBasicCrossAccountIdRepr: {1024    _enum: {1025      Substrate: 'AccountId32',1026      Ethereum: 'H160'1027    }1028  },1029  /**1030   * Lookup96: pallet_structure::pallet::Event<T>1031   **/1032  PalletStructureEvent: {1033    _enum: {1034      Executed: 'Result<Null, SpRuntimeDispatchError>'1035    }1036  },1037  /**1038   * Lookup97: pallet_rmrk_core::pallet::Event<T>1039   **/1040  PalletRmrkCoreEvent: {1041    _enum: {1042      CollectionCreated: {1043        issuer: 'AccountId32',1044        collectionId: 'u32',1045      },1046      CollectionDestroyed: {1047        issuer: 'AccountId32',1048        collectionId: 'u32',1049      },1050      IssuerChanged: {1051        oldIssuer: 'AccountId32',1052        newIssuer: 'AccountId32',1053        collectionId: 'u32',1054      },1055      CollectionLocked: {1056        issuer: 'AccountId32',1057        collectionId: 'u32',1058      },1059      NftMinted: {1060        owner: 'AccountId32',1061        collectionId: 'u32',1062        nftId: 'u32',1063      },1064      NFTBurned: {1065        owner: 'AccountId32',1066        nftId: 'u32',1067      },1068      NFTSent: {1069        sender: 'AccountId32',1070        recipient: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',1071        collectionId: 'u32',1072        nftId: 'u32',1073        approvalRequired: 'bool',1074      },1075      NFTAccepted: {1076        sender: 'AccountId32',1077        recipient: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',1078        collectionId: 'u32',1079        nftId: 'u32',1080      },1081      NFTRejected: {1082        sender: 'AccountId32',1083        collectionId: 'u32',1084        nftId: 'u32',1085      },1086      PropertySet: {1087        collectionId: 'u32',1088        maybeNftId: 'Option<u32>',1089        key: 'Bytes',1090        value: 'Bytes',1091      },1092      ResourceAdded: {1093        nftId: 'u32',1094        resourceId: 'u32',1095      },1096      ResourceRemoval: {1097        nftId: 'u32',1098        resourceId: 'u32',1099      },1100      ResourceAccepted: {1101        nftId: 'u32',1102        resourceId: 'u32',1103      },1104      ResourceRemovalAccepted: {1105        nftId: 'u32',1106        resourceId: 'u32',1107      },1108      PrioritySet: {1109        collectionId: 'u32',1110        nftId: 'u32'1111      }1112    }1113  },1114  /**1115   * Lookup98: rmrk_traits::nft::AccountIdOrCollectionNftTuple<sp_core::crypto::AccountId32>1116   **/1117  RmrkTraitsNftAccountIdOrCollectionNftTuple: {1118    _enum: {1119      AccountId: 'AccountId32',1120      CollectionAndNftTuple: '(u32,u32)'1121    }1122  },1123  /**1124   * Lookup102: pallet_rmrk_equip::pallet::Event<T>1125   **/1126  PalletRmrkEquipEvent: {1127    _enum: {1128      BaseCreated: {1129        issuer: 'AccountId32',1130        baseId: 'u32',1131      },1132      EquippablesUpdated: {1133        baseId: 'u32',1134        slotId: 'u32'1135      }1136    }1137  },1138  /**1139   * Lookup103: pallet_app_promotion::pallet::Event<T>1140   **/1141  PalletAppPromotionEvent: {1142    _enum: {1143      StakingRecalculation: '(AccountId32,u128,u128)',1144      Stake: '(AccountId32,u128)',1145      Unstake: '(AccountId32,u128)',1146      SetAdmin: 'AccountId32'1147    }1148  },1149  /**1150   * Lookup104: pallet_foreign_assets::module::Event<T>1151   **/1152  PalletForeignAssetsModuleEvent: {1153    _enum: {1154      ForeignAssetRegistered: {1155        assetId: 'u32',1156        assetAddress: 'XcmV1MultiLocation',1157        metadata: 'PalletForeignAssetsModuleAssetMetadata',1158      },1159      ForeignAssetUpdated: {1160        assetId: 'u32',1161        assetAddress: 'XcmV1MultiLocation',1162        metadata: 'PalletForeignAssetsModuleAssetMetadata',1163      },1164      AssetRegistered: {1165        assetId: 'PalletForeignAssetsAssetIds',1166        metadata: 'PalletForeignAssetsModuleAssetMetadata',1167      },1168      AssetUpdated: {1169        assetId: 'PalletForeignAssetsAssetIds',1170        metadata: 'PalletForeignAssetsModuleAssetMetadata'1171      }1172    }1173  },1174  /**1175   * Lookup105: pallet_foreign_assets::module::AssetMetadata<Balance>1176   **/1177  PalletForeignAssetsModuleAssetMetadata: {1178    name: 'Bytes',1179    symbol: 'Bytes',1180    decimals: 'u8',1181    minimalBalance: 'u128'1182  },1183  /**1184   * Lookup106: pallet_evm::pallet::Event<T>1185   **/1186  PalletEvmEvent: {1187    _enum: {1188      Log: {1189        log: 'EthereumLog',1190      },1191      Created: {1192        address: 'H160',1193      },1194      CreatedFailed: {1195        address: 'H160',1196      },1197      Executed: {1198        address: 'H160',1199      },1200      ExecutedFailed: {1201        address: 'H160'1202      }1203    }1204  },1205  /**1206   * Lookup107: ethereum::log::Log1207   **/1208  EthereumLog: {1209    address: 'H160',1210    topics: 'Vec<H256>',1211    data: 'Bytes'1212  },1213  /**1214   * Lookup109: pallet_ethereum::pallet::Event1215   **/1216  PalletEthereumEvent: {1217    _enum: {1218      Executed: {1219        from: 'H160',1220        to: 'H160',1221        transactionHash: 'H256',1222        exitReason: 'EvmCoreErrorExitReason'1223      }1224    }1225  },1226  /**1227   * Lookup110: evm_core::error::ExitReason1228   **/1229  EvmCoreErrorExitReason: {1230    _enum: {1231      Succeed: 'EvmCoreErrorExitSucceed',1232      Error: 'EvmCoreErrorExitError',1233      Revert: 'EvmCoreErrorExitRevert',1234      Fatal: 'EvmCoreErrorExitFatal'1235    }1236  },1237  /**1238   * Lookup111: evm_core::error::ExitSucceed1239   **/1240  EvmCoreErrorExitSucceed: {1241    _enum: ['Stopped', 'Returned', 'Suicided']1242  },1243  /**1244   * Lookup112: evm_core::error::ExitError1245   **/1246  EvmCoreErrorExitError: {1247    _enum: {1248      StackUnderflow: 'Null',1249      StackOverflow: 'Null',1250      InvalidJump: 'Null',1251      InvalidRange: 'Null',1252      DesignatedInvalid: 'Null',1253      CallTooDeep: 'Null',1254      CreateCollision: 'Null',1255      CreateContractLimit: 'Null',1256      OutOfOffset: 'Null',1257      OutOfGas: 'Null',1258      OutOfFund: 'Null',1259      PCUnderflow: 'Null',1260      CreateEmpty: 'Null',1261      Other: 'Text',1262      InvalidCode: 'Null'1263    }1264  },1265  /**1266   * Lookup115: evm_core::error::ExitRevert1267   **/1268  EvmCoreErrorExitRevert: {1269    _enum: ['Reverted']1270  },1271  /**1272   * Lookup116: evm_core::error::ExitFatal1273   **/1274  EvmCoreErrorExitFatal: {1275    _enum: {1276      NotSupported: 'Null',1277      UnhandledInterrupt: 'Null',1278      CallErrorAsFatal: 'EvmCoreErrorExitError',1279      Other: 'Text'1280    }1281  },1282  /**1283   * Lookup117: pallet_evm_contract_helpers::pallet::Event<T>1284   **/1285  PalletEvmContractHelpersEvent: {1286    _enum: {1287      ContractSponsorSet: '(H160,AccountId32)',1288      ContractSponsorshipConfirmed: '(H160,AccountId32)',1289      ContractSponsorRemoved: 'H160'1290    }1291  },1292  /**1293   * Lookup118: pallet_evm_migration::pallet::Event<T>1294   **/1295  PalletEvmMigrationEvent: {1296    _enum: ['TestEvent']1297  },1298  /**1299   * Lookup119: pallet_maintenance::pallet::Event<T>1300   **/1301  PalletMaintenanceEvent: {1302    _enum: ['MaintenanceEnabled', 'MaintenanceDisabled']1303  },1304  /**1305   * Lookup120: pallet_test_utils::pallet::Event<T>1306   **/1307  PalletTestUtilsEvent: {1308    _enum: ['ValueIsSet', 'ShouldRollback', 'BatchCompleted']1309  },1310  /**1311   * Lookup121: frame_system::Phase1312   **/1313  FrameSystemPhase: {1314    _enum: {1315      ApplyExtrinsic: 'u32',1316      Finalization: 'Null',1317      Initialization: 'Null'1318    }1319  },1320  /**1321   * Lookup124: frame_system::LastRuntimeUpgradeInfo1322   **/1323  FrameSystemLastRuntimeUpgradeInfo: {1324    specVersion: 'Compact<u32>',1325    specName: 'Text'1326  },1327  /**1328   * Lookup125: frame_system::pallet::Call<T>1329   **/1330  FrameSystemCall: {1331    _enum: {1332      fill_block: {1333        ratio: 'Perbill',1334      },1335      remark: {1336        remark: 'Bytes',1337      },1338      set_heap_pages: {1339        pages: 'u64',1340      },1341      set_code: {1342        code: 'Bytes',1343      },1344      set_code_without_checks: {1345        code: 'Bytes',1346      },1347      set_storage: {1348        items: 'Vec<(Bytes,Bytes)>',1349      },1350      kill_storage: {1351        _alias: {1352          keys_: 'keys',1353        },1354        keys_: 'Vec<Bytes>',1355      },1356      kill_prefix: {1357        prefix: 'Bytes',1358        subkeys: 'u32',1359      },1360      remark_with_event: {1361        remark: 'Bytes'1362      }1363    }1364  },1365  /**1366   * Lookup130: frame_system::limits::BlockWeights1367   **/1368  FrameSystemLimitsBlockWeights: {1369    baseBlock: 'SpWeightsWeightV2Weight',1370    maxBlock: 'SpWeightsWeightV2Weight',1371    perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'1372  },1373  /**1374   * Lookup131: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>1375   **/1376  FrameSupportDispatchPerDispatchClassWeightsPerClass: {1377    normal: 'FrameSystemLimitsWeightsPerClass',1378    operational: 'FrameSystemLimitsWeightsPerClass',1379    mandatory: 'FrameSystemLimitsWeightsPerClass'1380  },1381  /**1382   * Lookup132: frame_system::limits::WeightsPerClass1383   **/1384  FrameSystemLimitsWeightsPerClass: {1385    baseExtrinsic: 'SpWeightsWeightV2Weight',1386    maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',1387    maxTotal: 'Option<SpWeightsWeightV2Weight>',1388    reserved: 'Option<SpWeightsWeightV2Weight>'1389  },1390  /**1391   * Lookup134: frame_system::limits::BlockLength1392   **/1393  FrameSystemLimitsBlockLength: {1394    max: 'FrameSupportDispatchPerDispatchClassU32'1395  },1396  /**1397   * Lookup135: frame_support::dispatch::PerDispatchClass<T>1398   **/1399  FrameSupportDispatchPerDispatchClassU32: {1400    normal: 'u32',1401    operational: 'u32',1402    mandatory: 'u32'1403  },1404  /**1405   * Lookup136: sp_weights::RuntimeDbWeight1406   **/1407  SpWeightsRuntimeDbWeight: {1408    read: 'u64',1409    write: 'u64'1410  },1411  /**1412   * Lookup137: sp_version::RuntimeVersion1413   **/1414  SpVersionRuntimeVersion: {1415    specName: 'Text',1416    implName: 'Text',1417    authoringVersion: 'u32',1418    specVersion: 'u32',1419    implVersion: 'u32',1420    apis: 'Vec<([u8;8],u32)>',1421    transactionVersion: 'u32',1422    stateVersion: 'u8'1423  },1424  /**1425   * Lookup142: frame_system::pallet::Error<T>1426   **/1427  FrameSystemError: {1428    _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']1429  },1430  /**1431   * Lookup143: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>1432   **/1433  PolkadotPrimitivesV2PersistedValidationData: {1434    parentHead: 'Bytes',1435    relayParentNumber: 'u32',1436    relayParentStorageRoot: 'H256',1437    maxPovSize: 'u32'1438  },1439  /**1440   * Lookup146: polkadot_primitives::v2::UpgradeRestriction1441   **/1442  PolkadotPrimitivesV2UpgradeRestriction: {1443    _enum: ['Present']1444  },1445  /**1446   * Lookup147: sp_trie::storage_proof::StorageProof1447   **/1448  SpTrieStorageProof: {1449    trieNodes: 'BTreeSet<Bytes>'1450  },1451  /**1452   * Lookup149: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot1453   **/1454  CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {1455    dmqMqcHead: 'H256',1456    relayDispatchQueueSize: '(u32,u32)',1457    ingressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>',1458    egressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>'1459  },1460  /**1461   * Lookup152: polkadot_primitives::v2::AbridgedHrmpChannel1462   **/1463  PolkadotPrimitivesV2AbridgedHrmpChannel: {1464    maxCapacity: 'u32',1465    maxTotalSize: 'u32',1466    maxMessageSize: 'u32',1467    msgCount: 'u32',1468    totalSize: 'u32',1469    mqcHead: 'Option<H256>'1470  },1471  /**1472   * Lookup153: polkadot_primitives::v2::AbridgedHostConfiguration1473   **/1474  PolkadotPrimitivesV2AbridgedHostConfiguration: {1475    maxCodeSize: 'u32',1476    maxHeadDataSize: 'u32',1477    maxUpwardQueueCount: 'u32',1478    maxUpwardQueueSize: 'u32',1479    maxUpwardMessageSize: 'u32',1480    maxUpwardMessageNumPerCandidate: 'u32',1481    hrmpMaxMessageNumPerCandidate: 'u32',1482    validationUpgradeCooldown: 'u32',1483    validationUpgradeDelay: 'u32'1484  },1485  /**1486   * Lookup159: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>1487   **/1488  PolkadotCorePrimitivesOutboundHrmpMessage: {1489    recipient: 'u32',1490    data: 'Bytes'1491  },1492  /**1493   * Lookup160: cumulus_pallet_parachain_system::pallet::Call<T>1494   **/1495  CumulusPalletParachainSystemCall: {1496    _enum: {1497      set_validation_data: {1498        data: 'CumulusPrimitivesParachainInherentParachainInherentData',1499      },1500      sudo_send_upward_message: {1501        message: 'Bytes',1502      },1503      authorize_upgrade: {1504        codeHash: 'H256',1505      },1506      enact_authorized_upgrade: {1507        code: 'Bytes'1508      }1509    }1510  },1511  /**1512   * Lookup161: cumulus_primitives_parachain_inherent::ParachainInherentData1513   **/1514  CumulusPrimitivesParachainInherentParachainInherentData: {1515    validationData: 'PolkadotPrimitivesV2PersistedValidationData',1516    relayChainState: 'SpTrieStorageProof',1517    downwardMessages: 'Vec<PolkadotCorePrimitivesInboundDownwardMessage>',1518    horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'1519  },1520  /**1521   * Lookup163: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>1522   **/1523  PolkadotCorePrimitivesInboundDownwardMessage: {1524    sentAt: 'u32',1525    msg: 'Bytes'1526  },1527  /**1528   * Lookup166: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>1529   **/1530  PolkadotCorePrimitivesInboundHrmpMessage: {1531    sentAt: 'u32',1532    data: 'Bytes'1533  },1534  /**1535   * Lookup169: cumulus_pallet_parachain_system::pallet::Error<T>1536   **/1537  CumulusPalletParachainSystemError: {1538    _enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']1539  },1540  /**1541   * Lookup171: pallet_balances::BalanceLock<Balance>1542   **/1543  PalletBalancesBalanceLock: {1544    id: '[u8;8]',1545    amount: 'u128',1546    reasons: 'PalletBalancesReasons'1547  },1548  /**1549   * Lookup172: pallet_balances::Reasons1550   **/1551  PalletBalancesReasons: {1552    _enum: ['Fee', 'Misc', 'All']1553  },1554  /**1555   * Lookup175: pallet_balances::ReserveData<ReserveIdentifier, Balance>1556   **/1557  PalletBalancesReserveData: {1558    id: '[u8;16]',1559    amount: 'u128'1560  },1561  /**1562   * Lookup177: pallet_balances::Releases1563   **/1564  PalletBalancesReleases: {1565    _enum: ['V1_0_0', 'V2_0_0']1566  },1567  /**1568   * Lookup178: pallet_balances::pallet::Call<T, I>1569   **/1570  PalletBalancesCall: {1571    _enum: {1572      transfer: {1573        dest: 'MultiAddress',1574        value: 'Compact<u128>',1575      },1576      set_balance: {1577        who: 'MultiAddress',1578        newFree: 'Compact<u128>',1579        newReserved: 'Compact<u128>',1580      },1581      force_transfer: {1582        source: 'MultiAddress',1583        dest: 'MultiAddress',1584        value: 'Compact<u128>',1585      },1586      transfer_keep_alive: {1587        dest: 'MultiAddress',1588        value: 'Compact<u128>',1589      },1590      transfer_all: {1591        dest: 'MultiAddress',1592        keepAlive: 'bool',1593      },1594      force_unreserve: {1595        who: 'MultiAddress',1596        amount: 'u128'1597      }1598    }1599  },1600  /**1601   * Lookup181: pallet_balances::pallet::Error<T, I>1602   **/1603  PalletBalancesError: {1604    _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'KeepAlive', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves']1605  },1606  /**1607   * Lookup183: pallet_timestamp::pallet::Call<T>1608   **/1609  PalletTimestampCall: {1610    _enum: {1611      set: {1612        now: 'Compact<u64>'1613      }1614    }1615  },1616  /**1617   * Lookup185: pallet_transaction_payment::Releases1618   **/1619  PalletTransactionPaymentReleases: {1620    _enum: ['V1Ancient', 'V2']1621  },1622  /**1623   * Lookup186: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>1624   **/1625  PalletTreasuryProposal: {1626    proposer: 'AccountId32',1627    value: 'u128',1628    beneficiary: 'AccountId32',1629    bond: 'u128'1630  },1631  /**1632   * Lookup189: pallet_treasury::pallet::Call<T, I>1633   **/1634  PalletTreasuryCall: {1635    _enum: {1636      propose_spend: {1637        value: 'Compact<u128>',1638        beneficiary: 'MultiAddress',1639      },1640      reject_proposal: {1641        proposalId: 'Compact<u32>',1642      },1643      approve_proposal: {1644        proposalId: 'Compact<u32>',1645      },1646      spend: {1647        amount: 'Compact<u128>',1648        beneficiary: 'MultiAddress',1649      },1650      remove_approval: {1651        proposalId: 'Compact<u32>'1652      }1653    }1654  },1655  /**1656   * Lookup192: frame_support::PalletId1657   **/1658  FrameSupportPalletId: '[u8;8]',1659  /**1660   * Lookup193: pallet_treasury::pallet::Error<T, I>1661   **/1662  PalletTreasuryError: {1663    _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals', 'InsufficientPermission', 'ProposalNotApproved']1664  },1665  /**1666   * Lookup194: pallet_sudo::pallet::Call<T>1667   **/1668  PalletSudoCall: {1669    _enum: {1670      sudo: {1671        call: 'Call',1672      },1673      sudo_unchecked_weight: {1674        call: 'Call',1675        weight: 'SpWeightsWeightV2Weight',1676      },1677      set_key: {1678        _alias: {1679          new_: 'new',1680        },1681        new_: 'MultiAddress',1682      },1683      sudo_as: {1684        who: 'MultiAddress',1685        call: 'Call'1686      }1687    }1688  },1689  /**1690   * Lookup196: orml_vesting::module::Call<T>1691   **/1692  OrmlVestingModuleCall: {1693    _enum: {1694      claim: 'Null',1695      vested_transfer: {1696        dest: 'MultiAddress',1697        schedule: 'OrmlVestingVestingSchedule',1698      },1699      update_vesting_schedules: {1700        who: 'MultiAddress',1701        vestingSchedules: 'Vec<OrmlVestingVestingSchedule>',1702      },1703      claim_for: {1704        dest: 'MultiAddress'1705      }1706    }1707  },1708  /**1709   * Lookup198: orml_xtokens::module::Call<T>1710   **/1711  OrmlXtokensModuleCall: {1712    _enum: {1713      transfer: {1714        currencyId: 'PalletForeignAssetsAssetIds',1715        amount: 'u128',1716        dest: 'XcmVersionedMultiLocation',1717        destWeightLimit: 'XcmV2WeightLimit',1718      },1719      transfer_multiasset: {1720        asset: 'XcmVersionedMultiAsset',1721        dest: 'XcmVersionedMultiLocation',1722        destWeightLimit: 'XcmV2WeightLimit',1723      },1724      transfer_with_fee: {1725        currencyId: 'PalletForeignAssetsAssetIds',1726        amount: 'u128',1727        fee: 'u128',1728        dest: 'XcmVersionedMultiLocation',1729        destWeightLimit: 'XcmV2WeightLimit',1730      },1731      transfer_multiasset_with_fee: {1732        asset: 'XcmVersionedMultiAsset',1733        fee: 'XcmVersionedMultiAsset',1734        dest: 'XcmVersionedMultiLocation',1735        destWeightLimit: 'XcmV2WeightLimit',1736      },1737      transfer_multicurrencies: {1738        currencies: 'Vec<(PalletForeignAssetsAssetIds,u128)>',1739        feeItem: 'u32',1740        dest: 'XcmVersionedMultiLocation',1741        destWeightLimit: 'XcmV2WeightLimit',1742      },1743      transfer_multiassets: {1744        assets: 'XcmVersionedMultiAssets',1745        feeItem: 'u32',1746        dest: 'XcmVersionedMultiLocation',1747        destWeightLimit: 'XcmV2WeightLimit'1748      }1749    }1750  },1751  /**1752   * Lookup199: xcm::VersionedMultiAsset1753   **/1754  XcmVersionedMultiAsset: {1755    _enum: {1756      V0: 'XcmV0MultiAsset',1757      V1: 'XcmV1MultiAsset'1758    }1759  },1760  /**1761   * Lookup202: orml_tokens::module::Call<T>1762   **/1763  OrmlTokensModuleCall: {1764    _enum: {1765      transfer: {1766        dest: 'MultiAddress',1767        currencyId: 'PalletForeignAssetsAssetIds',1768        amount: 'Compact<u128>',1769      },1770      transfer_all: {1771        dest: 'MultiAddress',1772        currencyId: 'PalletForeignAssetsAssetIds',1773        keepAlive: 'bool',1774      },1775      transfer_keep_alive: {1776        dest: 'MultiAddress',1777        currencyId: 'PalletForeignAssetsAssetIds',1778        amount: 'Compact<u128>',1779      },1780      force_transfer: {1781        source: 'MultiAddress',1782        dest: 'MultiAddress',1783        currencyId: 'PalletForeignAssetsAssetIds',1784        amount: 'Compact<u128>',1785      },1786      set_balance: {1787        who: 'MultiAddress',1788        currencyId: 'PalletForeignAssetsAssetIds',1789        newFree: 'Compact<u128>',1790        newReserved: 'Compact<u128>'1791      }1792    }1793  },1794  /**1795   * Lookup203: cumulus_pallet_xcmp_queue::pallet::Call<T>1796   **/1797  CumulusPalletXcmpQueueCall: {1798    _enum: {1799      service_overweight: {1800        index: 'u64',1801        weightLimit: 'u64',1802      },1803      suspend_xcm_execution: 'Null',1804      resume_xcm_execution: 'Null',1805      update_suspend_threshold: {1806        _alias: {1807          new_: 'new',1808        },1809        new_: 'u32',1810      },1811      update_drop_threshold: {1812        _alias: {1813          new_: 'new',1814        },1815        new_: 'u32',1816      },1817      update_resume_threshold: {1818        _alias: {1819          new_: 'new',1820        },1821        new_: 'u32',1822      },1823      update_threshold_weight: {1824        _alias: {1825          new_: 'new',1826        },1827        new_: 'u64',1828      },1829      update_weight_restrict_decay: {1830        _alias: {1831          new_: 'new',1832        },1833        new_: 'u64',1834      },1835      update_xcmp_max_individual_weight: {1836        _alias: {1837          new_: 'new',1838        },1839        new_: 'u64'1840      }1841    }1842  },1843  /**1844   * Lookup204: pallet_xcm::pallet::Call<T>1845   **/1846  PalletXcmCall: {1847    _enum: {1848      send: {1849        dest: 'XcmVersionedMultiLocation',1850        message: 'XcmVersionedXcm',1851      },1852      teleport_assets: {1853        dest: 'XcmVersionedMultiLocation',1854        beneficiary: 'XcmVersionedMultiLocation',1855        assets: 'XcmVersionedMultiAssets',1856        feeAssetItem: 'u32',1857      },1858      reserve_transfer_assets: {1859        dest: 'XcmVersionedMultiLocation',1860        beneficiary: 'XcmVersionedMultiLocation',1861        assets: 'XcmVersionedMultiAssets',1862        feeAssetItem: 'u32',1863      },1864      execute: {1865        message: 'XcmVersionedXcm',1866        maxWeight: 'u64',1867      },1868      force_xcm_version: {1869        location: 'XcmV1MultiLocation',1870        xcmVersion: 'u32',1871      },1872      force_default_xcm_version: {1873        maybeXcmVersion: 'Option<u32>',1874      },1875      force_subscribe_version_notify: {1876        location: 'XcmVersionedMultiLocation',1877      },1878      force_unsubscribe_version_notify: {1879        location: 'XcmVersionedMultiLocation',1880      },1881      limited_reserve_transfer_assets: {1882        dest: 'XcmVersionedMultiLocation',1883        beneficiary: 'XcmVersionedMultiLocation',1884        assets: 'XcmVersionedMultiAssets',1885        feeAssetItem: 'u32',1886        weightLimit: 'XcmV2WeightLimit',1887      },1888      limited_teleport_assets: {1889        dest: 'XcmVersionedMultiLocation',1890        beneficiary: 'XcmVersionedMultiLocation',1891        assets: 'XcmVersionedMultiAssets',1892        feeAssetItem: 'u32',1893        weightLimit: 'XcmV2WeightLimit'1894      }1895    }1896  },1897  /**1898   * Lookup205: xcm::VersionedXcm<RuntimeCall>1899   **/1900  XcmVersionedXcm: {1901    _enum: {1902      V0: 'XcmV0Xcm',1903      V1: 'XcmV1Xcm',1904      V2: 'XcmV2Xcm'1905    }1906  },1907  /**1908   * Lookup206: xcm::v0::Xcm<RuntimeCall>1909   **/1910  XcmV0Xcm: {1911    _enum: {1912      WithdrawAsset: {1913        assets: 'Vec<XcmV0MultiAsset>',1914        effects: 'Vec<XcmV0Order>',1915      },1916      ReserveAssetDeposit: {1917        assets: 'Vec<XcmV0MultiAsset>',1918        effects: 'Vec<XcmV0Order>',1919      },1920      TeleportAsset: {1921        assets: 'Vec<XcmV0MultiAsset>',1922        effects: 'Vec<XcmV0Order>',1923      },1924      QueryResponse: {1925        queryId: 'Compact<u64>',1926        response: 'XcmV0Response',1927      },1928      TransferAsset: {1929        assets: 'Vec<XcmV0MultiAsset>',1930        dest: 'XcmV0MultiLocation',1931      },1932      TransferReserveAsset: {1933        assets: 'Vec<XcmV0MultiAsset>',1934        dest: 'XcmV0MultiLocation',1935        effects: 'Vec<XcmV0Order>',1936      },1937      Transact: {1938        originType: 'XcmV0OriginKind',1939        requireWeightAtMost: 'u64',1940        call: 'XcmDoubleEncoded',1941      },1942      HrmpNewChannelOpenRequest: {1943        sender: 'Compact<u32>',1944        maxMessageSize: 'Compact<u32>',1945        maxCapacity: 'Compact<u32>',1946      },1947      HrmpChannelAccepted: {1948        recipient: 'Compact<u32>',1949      },1950      HrmpChannelClosing: {1951        initiator: 'Compact<u32>',1952        sender: 'Compact<u32>',1953        recipient: 'Compact<u32>',1954      },1955      RelayedFrom: {1956        who: 'XcmV0MultiLocation',1957        message: 'XcmV0Xcm'1958      }1959    }1960  },1961  /**1962   * Lookup208: xcm::v0::order::Order<RuntimeCall>1963   **/1964  XcmV0Order: {1965    _enum: {1966      Null: 'Null',1967      DepositAsset: {1968        assets: 'Vec<XcmV0MultiAsset>',1969        dest: 'XcmV0MultiLocation',1970      },1971      DepositReserveAsset: {1972        assets: 'Vec<XcmV0MultiAsset>',1973        dest: 'XcmV0MultiLocation',1974        effects: 'Vec<XcmV0Order>',1975      },1976      ExchangeAsset: {1977        give: 'Vec<XcmV0MultiAsset>',1978        receive: 'Vec<XcmV0MultiAsset>',1979      },1980      InitiateReserveWithdraw: {1981        assets: 'Vec<XcmV0MultiAsset>',1982        reserve: 'XcmV0MultiLocation',1983        effects: 'Vec<XcmV0Order>',1984      },1985      InitiateTeleport: {1986        assets: 'Vec<XcmV0MultiAsset>',1987        dest: 'XcmV0MultiLocation',1988        effects: 'Vec<XcmV0Order>',1989      },1990      QueryHolding: {1991        queryId: 'Compact<u64>',1992        dest: 'XcmV0MultiLocation',1993        assets: 'Vec<XcmV0MultiAsset>',1994      },1995      BuyExecution: {1996        fees: 'XcmV0MultiAsset',1997        weight: 'u64',1998        debt: 'u64',1999        haltOnError: 'bool',2000        xcm: 'Vec<XcmV0Xcm>'2001      }2002    }2003  },2004  /**2005   * Lookup210: xcm::v0::Response2006   **/2007  XcmV0Response: {2008    _enum: {2009      Assets: 'Vec<XcmV0MultiAsset>'2010    }2011  },2012  /**2013   * Lookup211: xcm::v1::Xcm<RuntimeCall>2014   **/2015  XcmV1Xcm: {2016    _enum: {2017      WithdrawAsset: {2018        assets: 'XcmV1MultiassetMultiAssets',2019        effects: 'Vec<XcmV1Order>',2020      },2021      ReserveAssetDeposited: {2022        assets: 'XcmV1MultiassetMultiAssets',2023        effects: 'Vec<XcmV1Order>',2024      },2025      ReceiveTeleportedAsset: {2026        assets: 'XcmV1MultiassetMultiAssets',2027        effects: 'Vec<XcmV1Order>',2028      },2029      QueryResponse: {2030        queryId: 'Compact<u64>',2031        response: 'XcmV1Response',2032      },2033      TransferAsset: {2034        assets: 'XcmV1MultiassetMultiAssets',2035        beneficiary: 'XcmV1MultiLocation',2036      },2037      TransferReserveAsset: {2038        assets: 'XcmV1MultiassetMultiAssets',2039        dest: 'XcmV1MultiLocation',2040        effects: 'Vec<XcmV1Order>',2041      },2042      Transact: {2043        originType: 'XcmV0OriginKind',2044        requireWeightAtMost: 'u64',2045        call: 'XcmDoubleEncoded',2046      },2047      HrmpNewChannelOpenRequest: {2048        sender: 'Compact<u32>',2049        maxMessageSize: 'Compact<u32>',2050        maxCapacity: 'Compact<u32>',2051      },2052      HrmpChannelAccepted: {2053        recipient: 'Compact<u32>',2054      },2055      HrmpChannelClosing: {2056        initiator: 'Compact<u32>',2057        sender: 'Compact<u32>',2058        recipient: 'Compact<u32>',2059      },2060      RelayedFrom: {2061        who: 'XcmV1MultilocationJunctions',2062        message: 'XcmV1Xcm',2063      },2064      SubscribeVersion: {2065        queryId: 'Compact<u64>',2066        maxResponseWeight: 'Compact<u64>',2067      },2068      UnsubscribeVersion: 'Null'2069    }2070  },2071  /**2072   * Lookup213: xcm::v1::order::Order<RuntimeCall>2073   **/2074  XcmV1Order: {2075    _enum: {2076      Noop: 'Null',2077      DepositAsset: {2078        assets: 'XcmV1MultiassetMultiAssetFilter',2079        maxAssets: 'u32',2080        beneficiary: 'XcmV1MultiLocation',2081      },2082      DepositReserveAsset: {2083        assets: 'XcmV1MultiassetMultiAssetFilter',2084        maxAssets: 'u32',2085        dest: 'XcmV1MultiLocation',2086        effects: 'Vec<XcmV1Order>',2087      },2088      ExchangeAsset: {2089        give: 'XcmV1MultiassetMultiAssetFilter',2090        receive: 'XcmV1MultiassetMultiAssets',2091      },2092      InitiateReserveWithdraw: {2093        assets: 'XcmV1MultiassetMultiAssetFilter',2094        reserve: 'XcmV1MultiLocation',2095        effects: 'Vec<XcmV1Order>',2096      },2097      InitiateTeleport: {2098        assets: 'XcmV1MultiassetMultiAssetFilter',2099        dest: 'XcmV1MultiLocation',2100        effects: 'Vec<XcmV1Order>',2101      },2102      QueryHolding: {2103        queryId: 'Compact<u64>',2104        dest: 'XcmV1MultiLocation',2105        assets: 'XcmV1MultiassetMultiAssetFilter',2106      },2107      BuyExecution: {2108        fees: 'XcmV1MultiAsset',2109        weight: 'u64',2110        debt: 'u64',2111        haltOnError: 'bool',2112        instructions: 'Vec<XcmV1Xcm>'2113      }2114    }2115  },2116  /**2117   * Lookup215: xcm::v1::Response2118   **/2119  XcmV1Response: {2120    _enum: {2121      Assets: 'XcmV1MultiassetMultiAssets',2122      Version: 'u32'2123    }2124  },2125  /**2126   * Lookup229: cumulus_pallet_xcm::pallet::Call<T>2127   **/2128  CumulusPalletXcmCall: 'Null',2129  /**2130   * Lookup230: cumulus_pallet_dmp_queue::pallet::Call<T>2131   **/2132  CumulusPalletDmpQueueCall: {2133    _enum: {2134      service_overweight: {2135        index: 'u64',2136        weightLimit: 'u64'2137      }2138    }2139  },2140  /**2141   * Lookup231: pallet_inflation::pallet::Call<T>2142   **/2143  PalletInflationCall: {2144    _enum: {2145      start_inflation: {2146        inflationStartRelayBlock: 'u32'2147      }2148    }2149  },2150  /**2151   * Lookup232: pallet_unique::Call<T>2152   **/2153  PalletUniqueCall: {2154    _enum: {2155      create_collection: {2156        collectionName: 'Vec<u16>',2157        collectionDescription: 'Vec<u16>',2158        tokenPrefix: 'Bytes',2159        mode: 'UpDataStructsCollectionMode',2160      },2161      create_collection_ex: {2162        data: 'UpDataStructsCreateCollectionData',2163      },2164      destroy_collection: {2165        collectionId: 'u32',2166      },2167      add_to_allow_list: {2168        collectionId: 'u32',2169        address: 'PalletEvmAccountBasicCrossAccountIdRepr',2170      },2171      remove_from_allow_list: {2172        collectionId: 'u32',2173        address: 'PalletEvmAccountBasicCrossAccountIdRepr',2174      },2175      change_collection_owner: {2176        collectionId: 'u32',2177        newOwner: 'AccountId32',2178      },2179      add_collection_admin: {2180        collectionId: 'u32',2181        newAdminId: 'PalletEvmAccountBasicCrossAccountIdRepr',2182      },2183      remove_collection_admin: {2184        collectionId: 'u32',2185        accountId: 'PalletEvmAccountBasicCrossAccountIdRepr',2186      },2187      set_collection_sponsor: {2188        collectionId: 'u32',2189        newSponsor: 'AccountId32',2190      },2191      confirm_sponsorship: {2192        collectionId: 'u32',2193      },2194      remove_collection_sponsor: {2195        collectionId: 'u32',2196      },2197      create_item: {2198        collectionId: 'u32',2199        owner: 'PalletEvmAccountBasicCrossAccountIdRepr',2200        data: 'UpDataStructsCreateItemData',2201      },2202      create_multiple_items: {2203        collectionId: 'u32',2204        owner: 'PalletEvmAccountBasicCrossAccountIdRepr',2205        itemsData: 'Vec<UpDataStructsCreateItemData>',2206      },2207      set_collection_properties: {2208        collectionId: 'u32',2209        properties: 'Vec<UpDataStructsProperty>',2210      },2211      delete_collection_properties: {2212        collectionId: 'u32',2213        propertyKeys: 'Vec<Bytes>',2214      },2215      set_token_properties: {2216        collectionId: 'u32',2217        tokenId: 'u32',2218        properties: 'Vec<UpDataStructsProperty>',2219      },2220      delete_token_properties: {2221        collectionId: 'u32',2222        tokenId: 'u32',2223        propertyKeys: 'Vec<Bytes>',2224      },2225      set_token_property_permissions: {2226        collectionId: 'u32',2227        propertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2228      },2229      create_multiple_items_ex: {2230        collectionId: 'u32',2231        data: 'UpDataStructsCreateItemExData',2232      },2233      set_transfers_enabled_flag: {2234        collectionId: 'u32',2235        value: 'bool',2236      },2237      burn_item: {2238        collectionId: 'u32',2239        itemId: 'u32',2240        value: 'u128',2241      },2242      burn_from: {2243        collectionId: 'u32',2244        from: 'PalletEvmAccountBasicCrossAccountIdRepr',2245        itemId: 'u32',2246        value: 'u128',2247      },2248      transfer: {2249        recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',2250        collectionId: 'u32',2251        itemId: 'u32',2252        value: 'u128',2253      },2254      approve: {2255        spender: 'PalletEvmAccountBasicCrossAccountIdRepr',2256        collectionId: 'u32',2257        itemId: 'u32',2258        amount: 'u128',2259      },2260      transfer_from: {2261        from: 'PalletEvmAccountBasicCrossAccountIdRepr',2262        recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',2263        collectionId: 'u32',2264        itemId: 'u32',2265        value: 'u128',2266      },2267      set_collection_limits: {2268        collectionId: 'u32',2269        newLimit: 'UpDataStructsCollectionLimits',2270      },2271      set_collection_permissions: {2272        collectionId: 'u32',2273        newPermission: 'UpDataStructsCollectionPermissions',2274      },2275      repartition: {2276        collectionId: 'u32',2277        tokenId: 'u32',2278        amount: 'u128',2279      },2280      set_allowance_for_all: {2281        collectionId: 'u32',2282        operator: 'PalletEvmAccountBasicCrossAccountIdRepr',2283        approve: 'bool',2284      },2285      force_repair_collection: {2286        collectionId: 'u32',2287      },2288      force_repair_item: {2289        collectionId: 'u32',2290        itemId: 'u32'2291      }2292    }2293  },2294  /**2295   * Lookup237: up_data_structs::CollectionMode2296   **/2297  UpDataStructsCollectionMode: {2298    _enum: {2299      NFT: 'Null',2300      Fungible: 'u8',2301      ReFungible: 'Null'2302    }2303  },2304  /**2305   * Lookup238: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>2306   **/2307  UpDataStructsCreateCollectionData: {2308    mode: 'UpDataStructsCollectionMode',2309    access: 'Option<UpDataStructsAccessMode>',2310    name: 'Vec<u16>',2311    description: 'Vec<u16>',2312    tokenPrefix: 'Bytes',2313    pendingSponsor: 'Option<AccountId32>',2314    limits: 'Option<UpDataStructsCollectionLimits>',2315    permissions: 'Option<UpDataStructsCollectionPermissions>',2316    tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2317    properties: 'Vec<UpDataStructsProperty>'2318  },2319  /**2320   * Lookup240: up_data_structs::AccessMode2321   **/2322  UpDataStructsAccessMode: {2323    _enum: ['Normal', 'AllowList']2324  },2325  /**2326   * Lookup242: up_data_structs::CollectionLimits2327   **/2328  UpDataStructsCollectionLimits: {2329    accountTokenOwnershipLimit: 'Option<u32>',2330    sponsoredDataSize: 'Option<u32>',2331    sponsoredDataRateLimit: 'Option<UpDataStructsSponsoringRateLimit>',2332    tokenLimit: 'Option<u32>',2333    sponsorTransferTimeout: 'Option<u32>',2334    sponsorApproveTimeout: 'Option<u32>',2335    ownerCanTransfer: 'Option<bool>',2336    ownerCanDestroy: 'Option<bool>',2337    transfersEnabled: 'Option<bool>'2338  },2339  /**2340   * Lookup244: up_data_structs::SponsoringRateLimit2341   **/2342  UpDataStructsSponsoringRateLimit: {2343    _enum: {2344      SponsoringDisabled: 'Null',2345      Blocks: 'u32'2346    }2347  },2348  /**2349   * Lookup247: up_data_structs::CollectionPermissions2350   **/2351  UpDataStructsCollectionPermissions: {2352    access: 'Option<UpDataStructsAccessMode>',2353    mintMode: 'Option<bool>',2354    nesting: 'Option<UpDataStructsNestingPermissions>'2355  },2356  /**2357   * Lookup249: up_data_structs::NestingPermissions2358   **/2359  UpDataStructsNestingPermissions: {2360    tokenOwner: 'bool',2361    collectionAdmin: 'bool',2362    restricted: 'Option<UpDataStructsOwnerRestrictedSet>'2363  },2364  /**2365   * Lookup251: up_data_structs::OwnerRestrictedSet2366   **/2367  UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',2368  /**2369   * Lookup256: up_data_structs::PropertyKeyPermission2370   **/2371  UpDataStructsPropertyKeyPermission: {2372    key: 'Bytes',2373    permission: 'UpDataStructsPropertyPermission'2374  },2375  /**2376   * Lookup257: up_data_structs::PropertyPermission2377   **/2378  UpDataStructsPropertyPermission: {2379    mutable: 'bool',2380    collectionAdmin: 'bool',2381    tokenOwner: 'bool'2382  },2383  /**2384   * Lookup260: up_data_structs::Property2385   **/2386  UpDataStructsProperty: {2387    key: 'Bytes',2388    value: 'Bytes'2389  },2390  /**2391   * Lookup263: up_data_structs::CreateItemData2392   **/2393  UpDataStructsCreateItemData: {2394    _enum: {2395      NFT: 'UpDataStructsCreateNftData',2396      Fungible: 'UpDataStructsCreateFungibleData',2397      ReFungible: 'UpDataStructsCreateReFungibleData'2398    }2399  },2400  /**2401   * Lookup264: up_data_structs::CreateNftData2402   **/2403  UpDataStructsCreateNftData: {2404    properties: 'Vec<UpDataStructsProperty>'2405  },2406  /**2407   * Lookup265: up_data_structs::CreateFungibleData2408   **/2409  UpDataStructsCreateFungibleData: {2410    value: 'u128'2411  },2412  /**2413   * Lookup266: up_data_structs::CreateReFungibleData2414   **/2415  UpDataStructsCreateReFungibleData: {2416    pieces: 'u128',2417    properties: 'Vec<UpDataStructsProperty>'2418  },2419  /**2420   * Lookup269: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2421   **/2422  UpDataStructsCreateItemExData: {2423    _enum: {2424      NFT: 'Vec<UpDataStructsCreateNftExData>',2425      Fungible: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',2426      RefungibleMultipleItems: 'Vec<UpDataStructsCreateRefungibleExSingleOwner>',2427      RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExMultipleOwners'2428    }2429  },2430  /**2431   * Lookup271: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2432   **/2433  UpDataStructsCreateNftExData: {2434    properties: 'Vec<UpDataStructsProperty>',2435    owner: 'PalletEvmAccountBasicCrossAccountIdRepr'2436  },2437  /**2438   * Lookup278: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2439   **/2440  UpDataStructsCreateRefungibleExSingleOwner: {2441    user: 'PalletEvmAccountBasicCrossAccountIdRepr',2442    pieces: 'u128',2443    properties: 'Vec<UpDataStructsProperty>'2444  },2445  /**2446   * Lookup280: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2447   **/2448  UpDataStructsCreateRefungibleExMultipleOwners: {2449    users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',2450    properties: 'Vec<UpDataStructsProperty>'2451  },2452  /**2453   * Lookup281: pallet_configuration::pallet::Call<T>2454   **/2455  PalletConfigurationCall: {2456    _enum: {2457      set_weight_to_fee_coefficient_override: {2458        coeff: 'Option<u64>',2459      },2460      set_min_gas_price_override: {2461        coeff: 'Option<u64>',2462      },2463      set_xcm_allowed_locations: {2464        locations: 'Option<Vec<XcmV1MultiLocation>>',2465      },2466      set_app_promotion_configuration_override: {2467        configuration: 'PalletConfigurationAppPromotionConfiguration'2468      }2469    }2470  },2471  /**2472   * Lookup286: pallet_configuration::AppPromotionConfiguration<BlockNumber>2473   **/2474  PalletConfigurationAppPromotionConfiguration: {2475    recalculationInterval: 'Option<u32>',2476    pendingInterval: 'Option<u32>',2477    intervalIncome: 'Option<Perbill>',2478    maxStakersPerCalculation: 'Option<u8>'2479  },2480  /**2481   * Lookup289: pallet_template_transaction_payment::Call<T>2482   **/2483  PalletTemplateTransactionPaymentCall: 'Null',2484  /**2485   * Lookup290: pallet_structure::pallet::Call<T>2486   **/2487  PalletStructureCall: 'Null',2488  /**2489   * Lookup291: pallet_rmrk_core::pallet::Call<T>2490   **/2491  PalletRmrkCoreCall: {2492    _enum: {2493      create_collection: {2494        metadata: 'Bytes',2495        max: 'Option<u32>',2496        symbol: 'Bytes',2497      },2498      destroy_collection: {2499        collectionId: 'u32',2500      },2501      change_collection_issuer: {2502        collectionId: 'u32',2503        newIssuer: 'MultiAddress',2504      },2505      lock_collection: {2506        collectionId: 'u32',2507      },2508      mint_nft: {2509        owner: 'Option<AccountId32>',2510        collectionId: 'u32',2511        recipient: 'Option<AccountId32>',2512        royaltyAmount: 'Option<Permill>',2513        metadata: 'Bytes',2514        transferable: 'bool',2515        resources: 'Option<Vec<RmrkTraitsResourceResourceTypes>>',2516      },2517      burn_nft: {2518        collectionId: 'u32',2519        nftId: 'u32',2520        maxBurns: 'u32',2521      },2522      send: {2523        rmrkCollectionId: 'u32',2524        rmrkNftId: 'u32',2525        newOwner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',2526      },2527      accept_nft: {2528        rmrkCollectionId: 'u32',2529        rmrkNftId: 'u32',2530        newOwner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',2531      },2532      reject_nft: {2533        rmrkCollectionId: 'u32',2534        rmrkNftId: 'u32',2535      },2536      accept_resource: {2537        rmrkCollectionId: 'u32',2538        rmrkNftId: 'u32',2539        resourceId: 'u32',2540      },2541      accept_resource_removal: {2542        rmrkCollectionId: 'u32',2543        rmrkNftId: 'u32',2544        resourceId: 'u32',2545      },2546      set_property: {2547        rmrkCollectionId: 'Compact<u32>',2548        maybeNftId: 'Option<u32>',2549        key: 'Bytes',2550        value: 'Bytes',2551      },2552      set_priority: {2553        rmrkCollectionId: 'u32',2554        rmrkNftId: 'u32',2555        priorities: 'Vec<u32>',2556      },2557      add_basic_resource: {2558        rmrkCollectionId: 'u32',2559        nftId: 'u32',2560        resource: 'RmrkTraitsResourceBasicResource',2561      },2562      add_composable_resource: {2563        rmrkCollectionId: 'u32',2564        nftId: 'u32',2565        resource: 'RmrkTraitsResourceComposableResource',2566      },2567      add_slot_resource: {2568        rmrkCollectionId: 'u32',2569        nftId: 'u32',2570        resource: 'RmrkTraitsResourceSlotResource',2571      },2572      remove_resource: {2573        rmrkCollectionId: 'u32',2574        nftId: 'u32',2575        resourceId: 'u32'2576      }2577    }2578  },2579  /**2580   * Lookup297: rmrk_traits::resource::ResourceTypes<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2581   **/2582  RmrkTraitsResourceResourceTypes: {2583    _enum: {2584      Basic: 'RmrkTraitsResourceBasicResource',2585      Composable: 'RmrkTraitsResourceComposableResource',2586      Slot: 'RmrkTraitsResourceSlotResource'2587    }2588  },2589  /**2590   * Lookup299: rmrk_traits::resource::BasicResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2591   **/2592  RmrkTraitsResourceBasicResource: {2593    src: 'Option<Bytes>',2594    metadata: 'Option<Bytes>',2595    license: 'Option<Bytes>',2596    thumb: 'Option<Bytes>'2597  },2598  /**2599   * Lookup301: rmrk_traits::resource::ComposableResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2600   **/2601  RmrkTraitsResourceComposableResource: {2602    parts: 'Vec<u32>',2603    base: 'u32',2604    src: 'Option<Bytes>',2605    metadata: 'Option<Bytes>',2606    license: 'Option<Bytes>',2607    thumb: 'Option<Bytes>'2608  },2609  /**2610   * Lookup302: rmrk_traits::resource::SlotResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2611   **/2612  RmrkTraitsResourceSlotResource: {2613    base: 'u32',2614    src: 'Option<Bytes>',2615    metadata: 'Option<Bytes>',2616    slot: 'u32',2617    license: 'Option<Bytes>',2618    thumb: 'Option<Bytes>'2619  },2620  /**2621   * Lookup305: pallet_rmrk_equip::pallet::Call<T>2622   **/2623  PalletRmrkEquipCall: {2624    _enum: {2625      create_base: {2626        baseType: 'Bytes',2627        symbol: 'Bytes',2628        parts: 'Vec<RmrkTraitsPartPartType>',2629      },2630      theme_add: {2631        baseId: 'u32',2632        theme: 'RmrkTraitsTheme',2633      },2634      equippable: {2635        baseId: 'u32',2636        slotId: 'u32',2637        equippables: 'RmrkTraitsPartEquippableList'2638      }2639    }2640  },2641  /**2642   * Lookup308: rmrk_traits::part::PartType<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2643   **/2644  RmrkTraitsPartPartType: {2645    _enum: {2646      FixedPart: 'RmrkTraitsPartFixedPart',2647      SlotPart: 'RmrkTraitsPartSlotPart'2648    }2649  },2650  /**2651   * Lookup310: rmrk_traits::part::FixedPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2652   **/2653  RmrkTraitsPartFixedPart: {2654    id: 'u32',2655    z: 'u32',2656    src: 'Bytes'2657  },2658  /**2659   * Lookup311: rmrk_traits::part::SlotPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2660   **/2661  RmrkTraitsPartSlotPart: {2662    id: 'u32',2663    equippable: 'RmrkTraitsPartEquippableList',2664    src: 'Bytes',2665    z: 'u32'2666  },2667  /**2668   * Lookup312: rmrk_traits::part::EquippableList<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2669   **/2670  RmrkTraitsPartEquippableList: {2671    _enum: {2672      All: 'Null',2673      Empty: 'Null',2674      Custom: 'Vec<u32>'2675    }2676  },2677  /**2678   * Lookup314: rmrk_traits::theme::Theme<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>, S>>2679   **/2680  RmrkTraitsTheme: {2681    name: 'Bytes',2682    properties: 'Vec<RmrkTraitsThemeThemeProperty>',2683    inherit: 'bool'2684  },2685  /**2686   * Lookup316: rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2687   **/2688  RmrkTraitsThemeThemeProperty: {2689    key: 'Bytes',2690    value: 'Bytes'2691  },2692  /**2693   * Lookup318: pallet_app_promotion::pallet::Call<T>2694   **/2695  PalletAppPromotionCall: {2696    _enum: {2697      set_admin_address: {2698        admin: 'PalletEvmAccountBasicCrossAccountIdRepr',2699      },2700      stake: {2701        amount: 'u128',2702      },2703      unstake: 'Null',2704      sponsor_collection: {2705        collectionId: 'u32',2706      },2707      stop_sponsoring_collection: {2708        collectionId: 'u32',2709      },2710      sponsor_contract: {2711        contractId: 'H160',2712      },2713      stop_sponsoring_contract: {2714        contractId: 'H160',2715      },2716      payout_stakers: {2717        stakersNumber: 'Option<u8>'2718      }2719    }2720  },2721  /**2722   * Lookup319: pallet_foreign_assets::module::Call<T>2723   **/2724  PalletForeignAssetsModuleCall: {2725    _enum: {2726      register_foreign_asset: {2727        owner: 'AccountId32',2728        location: 'XcmVersionedMultiLocation',2729        metadata: 'PalletForeignAssetsModuleAssetMetadata',2730      },2731      update_foreign_asset: {2732        foreignAssetId: 'u32',2733        location: 'XcmVersionedMultiLocation',2734        metadata: 'PalletForeignAssetsModuleAssetMetadata'2735      }2736    }2737  },2738  /**2739   * Lookup320: pallet_evm::pallet::Call<T>2740   **/2741  PalletEvmCall: {2742    _enum: {2743      withdraw: {2744        address: 'H160',2745        value: 'u128',2746      },2747      call: {2748        source: 'H160',2749        target: 'H160',2750        input: 'Bytes',2751        value: 'U256',2752        gasLimit: 'u64',2753        maxFeePerGas: 'U256',2754        maxPriorityFeePerGas: 'Option<U256>',2755        nonce: 'Option<U256>',2756        accessList: 'Vec<(H160,Vec<H256>)>',2757      },2758      create: {2759        source: 'H160',2760        init: 'Bytes',2761        value: 'U256',2762        gasLimit: 'u64',2763        maxFeePerGas: 'U256',2764        maxPriorityFeePerGas: 'Option<U256>',2765        nonce: 'Option<U256>',2766        accessList: 'Vec<(H160,Vec<H256>)>',2767      },2768      create2: {2769        source: 'H160',2770        init: 'Bytes',2771        salt: 'H256',2772        value: 'U256',2773        gasLimit: 'u64',2774        maxFeePerGas: 'U256',2775        maxPriorityFeePerGas: 'Option<U256>',2776        nonce: 'Option<U256>',2777        accessList: 'Vec<(H160,Vec<H256>)>'2778      }2779    }2780  },2781  /**2782   * Lookup326: pallet_ethereum::pallet::Call<T>2783   **/2784  PalletEthereumCall: {2785    _enum: {2786      transact: {2787        transaction: 'EthereumTransactionTransactionV2'2788      }2789    }2790  },2791  /**2792   * Lookup327: ethereum::transaction::TransactionV22793   **/2794  EthereumTransactionTransactionV2: {2795    _enum: {2796      Legacy: 'EthereumTransactionLegacyTransaction',2797      EIP2930: 'EthereumTransactionEip2930Transaction',2798      EIP1559: 'EthereumTransactionEip1559Transaction'2799    }2800  },2801  /**2802   * Lookup328: ethereum::transaction::LegacyTransaction2803   **/2804  EthereumTransactionLegacyTransaction: {2805    nonce: 'U256',2806    gasPrice: 'U256',2807    gasLimit: 'U256',2808    action: 'EthereumTransactionTransactionAction',2809    value: 'U256',2810    input: 'Bytes',2811    signature: 'EthereumTransactionTransactionSignature'2812  },2813  /**2814   * Lookup329: ethereum::transaction::TransactionAction2815   **/2816  EthereumTransactionTransactionAction: {2817    _enum: {2818      Call: 'H160',2819      Create: 'Null'2820    }2821  },2822  /**2823   * Lookup330: ethereum::transaction::TransactionSignature2824   **/2825  EthereumTransactionTransactionSignature: {2826    v: 'u64',2827    r: 'H256',2828    s: 'H256'2829  },2830  /**2831   * Lookup332: ethereum::transaction::EIP2930Transaction2832   **/2833  EthereumTransactionEip2930Transaction: {2834    chainId: 'u64',2835    nonce: 'U256',2836    gasPrice: 'U256',2837    gasLimit: 'U256',2838    action: 'EthereumTransactionTransactionAction',2839    value: 'U256',2840    input: 'Bytes',2841    accessList: 'Vec<EthereumTransactionAccessListItem>',2842    oddYParity: 'bool',2843    r: 'H256',2844    s: 'H256'2845  },2846  /**2847   * Lookup334: ethereum::transaction::AccessListItem2848   **/2849  EthereumTransactionAccessListItem: {2850    address: 'H160',2851    storageKeys: 'Vec<H256>'2852  },2853  /**2854   * Lookup335: ethereum::transaction::EIP1559Transaction2855   **/2856  EthereumTransactionEip1559Transaction: {2857    chainId: 'u64',2858    nonce: 'U256',2859    maxPriorityFeePerGas: 'U256',2860    maxFeePerGas: 'U256',2861    gasLimit: 'U256',2862    action: 'EthereumTransactionTransactionAction',2863    value: 'U256',2864    input: 'Bytes',2865    accessList: 'Vec<EthereumTransactionAccessListItem>',2866    oddYParity: 'bool',2867    r: 'H256',2868    s: 'H256'2869  },2870  /**2871   * Lookup336: pallet_evm_migration::pallet::Call<T>2872   **/2873  PalletEvmMigrationCall: {2874    _enum: {2875      begin: {2876        address: 'H160',2877      },2878      set_data: {2879        address: 'H160',2880        data: 'Vec<(H256,H256)>',2881      },2882      finish: {2883        address: 'H160',2884        code: 'Bytes',2885      },2886      insert_eth_logs: {2887        logs: 'Vec<EthereumLog>',2888      },2889      insert_events: {2890        events: 'Vec<Bytes>'2891      }2892    }2893  },2894  /**2895   * Lookup340: pallet_maintenance::pallet::Call<T>2896   **/2897  PalletMaintenanceCall: {2898    _enum: ['enable', 'disable']2899  },2900  /**2901   * Lookup341: pallet_test_utils::pallet::Call<T>2902   **/2903  PalletTestUtilsCall: {2904    _enum: {2905      enable: 'Null',2906      set_test_value: {2907        value: 'u32',2908      },2909      set_test_value_and_rollback: {2910        value: 'u32',2911      },2912      inc_test_value: 'Null',2913      just_take_fee: 'Null',2914      batch_all: {2915        calls: 'Vec<Call>'2916      }2917    }2918  },2919  /**2920   * Lookup343: pallet_sudo::pallet::Error<T>2921   **/2922  PalletSudoError: {2923    _enum: ['RequireSudo']2924  },2925  /**2926   * Lookup345: orml_vesting::module::Error<T>2927   **/2928  OrmlVestingModuleError: {2929    _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']2930  },2931  /**2932   * Lookup346: orml_xtokens::module::Error<T>2933   **/2934  OrmlXtokensModuleError: {2935    _enum: ['AssetHasNoReserve', 'NotCrossChainTransfer', 'InvalidDest', 'NotCrossChainTransferableCurrency', 'UnweighableMessage', 'XcmExecutionFailed', 'CannotReanchor', 'InvalidAncestry', 'InvalidAsset', 'DestinationNotInvertible', 'BadVersion', 'DistinctReserveForAssetAndFee', 'ZeroFee', 'ZeroAmount', 'TooManyAssetsBeingSent', 'AssetIndexNonExistent', 'FeeNotEnough', 'NotSupportedMultiLocation', 'MinXcmFeeNotDefined']2936  },2937  /**2938   * Lookup349: orml_tokens::BalanceLock<Balance>2939   **/2940  OrmlTokensBalanceLock: {2941    id: '[u8;8]',2942    amount: 'u128'2943  },2944  /**2945   * Lookup351: orml_tokens::AccountData<Balance>2946   **/2947  OrmlTokensAccountData: {2948    free: 'u128',2949    reserved: 'u128',2950    frozen: 'u128'2951  },2952  /**2953   * Lookup353: orml_tokens::ReserveData<ReserveIdentifier, Balance>2954   **/2955  OrmlTokensReserveData: {2956    id: 'Null',2957    amount: 'u128'2958  },2959  /**2960   * Lookup355: orml_tokens::module::Error<T>2961   **/2962  OrmlTokensModuleError: {2963    _enum: ['BalanceTooLow', 'AmountIntoBalanceFailed', 'LiquidityRestrictions', 'MaxLocksExceeded', 'KeepAlive', 'ExistentialDeposit', 'DeadAccount', 'TooManyReserves']2964  },2965  /**2966   * Lookup357: cumulus_pallet_xcmp_queue::InboundChannelDetails2967   **/2968  CumulusPalletXcmpQueueInboundChannelDetails: {2969    sender: 'u32',2970    state: 'CumulusPalletXcmpQueueInboundState',2971    messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'2972  },2973  /**2974   * Lookup358: cumulus_pallet_xcmp_queue::InboundState2975   **/2976  CumulusPalletXcmpQueueInboundState: {2977    _enum: ['Ok', 'Suspended']2978  },2979  /**2980   * Lookup361: polkadot_parachain::primitives::XcmpMessageFormat2981   **/2982  PolkadotParachainPrimitivesXcmpMessageFormat: {2983    _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']2984  },2985  /**2986   * Lookup364: cumulus_pallet_xcmp_queue::OutboundChannelDetails2987   **/2988  CumulusPalletXcmpQueueOutboundChannelDetails: {2989    recipient: 'u32',2990    state: 'CumulusPalletXcmpQueueOutboundState',2991    signalsExist: 'bool',2992    firstIndex: 'u16',2993    lastIndex: 'u16'2994  },2995  /**2996   * Lookup365: cumulus_pallet_xcmp_queue::OutboundState2997   **/2998  CumulusPalletXcmpQueueOutboundState: {2999    _enum: ['Ok', 'Suspended']3000  },3001  /**3002   * Lookup367: cumulus_pallet_xcmp_queue::QueueConfigData3003   **/3004  CumulusPalletXcmpQueueQueueConfigData: {3005    suspendThreshold: 'u32',3006    dropThreshold: 'u32',3007    resumeThreshold: 'u32',3008    thresholdWeight: 'SpWeightsWeightV2Weight',3009    weightRestrictDecay: 'SpWeightsWeightV2Weight',3010    xcmpMaxIndividualWeight: 'SpWeightsWeightV2Weight'3011  },3012  /**3013   * Lookup369: cumulus_pallet_xcmp_queue::pallet::Error<T>3014   **/3015  CumulusPalletXcmpQueueError: {3016    _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']3017  },3018  /**3019   * Lookup370: pallet_xcm::pallet::Error<T>3020   **/3021  PalletXcmError: {3022    _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']3023  },3024  /**3025   * Lookup371: cumulus_pallet_xcm::pallet::Error<T>3026   **/3027  CumulusPalletXcmError: 'Null',3028  /**3029   * Lookup372: cumulus_pallet_dmp_queue::ConfigData3030   **/3031  CumulusPalletDmpQueueConfigData: {3032    maxIndividual: 'SpWeightsWeightV2Weight'3033  },3034  /**3035   * Lookup373: cumulus_pallet_dmp_queue::PageIndexData3036   **/3037  CumulusPalletDmpQueuePageIndexData: {3038    beginUsed: 'u32',3039    endUsed: 'u32',3040    overweightCount: 'u64'3041  },3042  /**3043   * Lookup376: cumulus_pallet_dmp_queue::pallet::Error<T>3044   **/3045  CumulusPalletDmpQueueError: {3046    _enum: ['Unknown', 'OverLimit']3047  },3048  /**3049   * Lookup380: pallet_unique::Error<T>3050   **/3051  PalletUniqueError: {3052    _enum: ['CollectionDecimalPointLimitExceeded', 'EmptyArgument', 'RepartitionCalledOnNonRefungibleCollection']3053  },3054  /**3055   * Lookup381: pallet_configuration::pallet::Error<T>3056   **/3057  PalletConfigurationError: {3058    _enum: ['InconsistentConfiguration']3059  },3060  /**3061   * Lookup382: up_data_structs::Collection<sp_core::crypto::AccountId32>3062   **/3063  UpDataStructsCollection: {3064    owner: 'AccountId32',3065    mode: 'UpDataStructsCollectionMode',3066    name: 'Vec<u16>',3067    description: 'Vec<u16>',3068    tokenPrefix: 'Bytes',3069    sponsorship: 'UpDataStructsSponsorshipStateAccountId32',3070    limits: 'UpDataStructsCollectionLimits',3071    permissions: 'UpDataStructsCollectionPermissions',3072    flags: '[u8;1]'3073  },3074  /**3075   * Lookup383: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>3076   **/3077  UpDataStructsSponsorshipStateAccountId32: {3078    _enum: {3079      Disabled: 'Null',3080      Unconfirmed: 'AccountId32',3081      Confirmed: 'AccountId32'3082    }3083  },3084  /**3085   * Lookup385: up_data_structs::Properties3086   **/3087  UpDataStructsProperties: {3088    map: 'UpDataStructsPropertiesMapBoundedVec',3089    consumedSpace: 'u32',3090    spaceLimit: 'u32'3091  },3092  /**3093   * Lookup386: up_data_structs::PropertiesMap<sp_core::bounded::bounded_vec::BoundedVec<T, S>>3094   **/3095  UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',3096  /**3097   * Lookup391: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>3098   **/3099  UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',3100  /**3101   * Lookup398: up_data_structs::CollectionStats3102   **/3103  UpDataStructsCollectionStats: {3104    created: 'u32',3105    destroyed: 'u32',3106    alive: 'u32'3107  },3108  /**3109   * Lookup399: up_data_structs::TokenChild3110   **/3111  UpDataStructsTokenChild: {3112    token: 'u32',3113    collection: 'u32'3114  },3115  /**3116   * Lookup400: PhantomType::up_data_structs<T>3117   **/3118  PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild);0]',3119  /**3120   * Lookup402: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3121   **/3122  UpDataStructsTokenData: {3123    properties: 'Vec<UpDataStructsProperty>',3124    owner: 'Option<PalletEvmAccountBasicCrossAccountIdRepr>',3125    pieces: 'u128'3126  },3127  /**3128   * Lookup404: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>3129   **/3130  UpDataStructsRpcCollection: {3131    owner: 'AccountId32',3132    mode: 'UpDataStructsCollectionMode',3133    name: 'Vec<u16>',3134    description: 'Vec<u16>',3135    tokenPrefix: 'Bytes',3136    sponsorship: 'UpDataStructsSponsorshipStateAccountId32',3137    limits: 'UpDataStructsCollectionLimits',3138    permissions: 'UpDataStructsCollectionPermissions',3139    tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',3140    properties: 'Vec<UpDataStructsProperty>',3141    readOnly: 'bool',3142    flags: 'UpDataStructsRpcCollectionFlags'3143  },3144  /**3145   * Lookup405: up_data_structs::RpcCollectionFlags3146   **/3147  UpDataStructsRpcCollectionFlags: {3148    foreign: 'bool',3149    erc721metadata: 'bool'3150  },3151  /**3152   * Lookup406: rmrk_traits::collection::CollectionInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>3153   **/3154  RmrkTraitsCollectionCollectionInfo: {3155    issuer: 'AccountId32',3156    metadata: 'Bytes',3157    max: 'Option<u32>',3158    symbol: 'Bytes',3159    nftsCount: 'u32'3160  },3161  /**3162   * Lookup407: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3163   **/3164  RmrkTraitsNftNftInfo: {3165    owner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',3166    royalty: 'Option<RmrkTraitsNftRoyaltyInfo>',3167    metadata: 'Bytes',3168    equipped: 'bool',3169    pending: 'bool'3170  },3171  /**3172   * Lookup409: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>3173   **/3174  RmrkTraitsNftRoyaltyInfo: {3175    recipient: 'AccountId32',3176    amount: 'Permill'3177  },3178  /**3179   * Lookup410: rmrk_traits::resource::ResourceInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3180   **/3181  RmrkTraitsResourceResourceInfo: {3182    id: 'u32',3183    resource: 'RmrkTraitsResourceResourceTypes',3184    pending: 'bool',3185    pendingRemoval: 'bool'3186  },3187  /**3188   * Lookup411: rmrk_traits::property::PropertyInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3189   **/3190  RmrkTraitsPropertyPropertyInfo: {3191    key: 'Bytes',3192    value: 'Bytes'3193  },3194  /**3195   * Lookup412: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3196   **/3197  RmrkTraitsBaseBaseInfo: {3198    issuer: 'AccountId32',3199    baseType: 'Bytes',3200    symbol: 'Bytes'3201  },3202  /**3203   * Lookup413: rmrk_traits::nft::NftChild3204   **/3205  RmrkTraitsNftNftChild: {3206    collectionId: 'u32',3207    nftId: 'u32'3208  },3209  /**3210   * Lookup415: pallet_common::pallet::Error<T>3211   **/3212  PalletCommonError: {3213    _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', 'ConfirmSponsorshipFail', 'UserIsNotCollectionAdmin']3214  },3215  /**3216   * Lookup417: pallet_fungible::pallet::Error<T>3217   **/3218  PalletFungibleError: {3219    _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed', 'SettingAllowanceForAllNotAllowed', 'FungibleTokensAreAlwaysValid']3220  },3221  /**3222   * Lookup418: pallet_refungible::ItemData3223   **/3224  PalletRefungibleItemData: {3225    constData: 'Bytes'3226  },3227  /**3228   * Lookup423: pallet_refungible::pallet::Error<T>3229   **/3230  PalletRefungibleError: {3231    _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']3232  },3233  /**3234   * Lookup424: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3235   **/3236  PalletNonfungibleItemData: {3237    owner: 'PalletEvmAccountBasicCrossAccountIdRepr'3238  },3239  /**3240   * Lookup426: up_data_structs::PropertyScope3241   **/3242  UpDataStructsPropertyScope: {3243    _enum: ['None', 'Rmrk']3244  },3245  /**3246   * Lookup428: pallet_nonfungible::pallet::Error<T>3247   **/3248  PalletNonfungibleError: {3249    _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']3250  },3251  /**3252   * Lookup429: pallet_structure::pallet::Error<T>3253   **/3254  PalletStructureError: {3255    _enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound']3256  },3257  /**3258   * Lookup430: pallet_rmrk_core::pallet::Error<T>3259   **/3260  PalletRmrkCoreError: {3261    _enum: ['CorruptedCollectionType', 'RmrkPropertyKeyIsTooLong', 'RmrkPropertyValueIsTooLong', 'RmrkPropertyIsNotFound', 'UnableToDecodeRmrkData', 'CollectionNotEmpty', 'NoAvailableCollectionId', 'NoAvailableNftId', 'CollectionUnknown', 'NoPermission', 'NonTransferable', 'CollectionFullOrLocked', 'ResourceDoesntExist', 'CannotSendToDescendentOrSelf', 'CannotAcceptNonOwnedNft', 'CannotRejectNonOwnedNft', 'CannotRejectNonPendingNft', 'ResourceNotPending', 'NoAvailableResourceId']3262  },3263  /**3264   * Lookup432: pallet_rmrk_equip::pallet::Error<T>3265   **/3266  PalletRmrkEquipError: {3267    _enum: ['PermissionError', 'NoAvailableBaseId', 'NoAvailablePartId', 'BaseDoesntExist', 'NeedsDefaultThemeFirst', 'PartDoesntExist', 'NoEquippableOnFixedPart']3268  },3269  /**3270   * Lookup438: pallet_app_promotion::pallet::Error<T>3271   **/3272  PalletAppPromotionError: {3273    _enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'IncorrectLockedBalanceOperation']3274  },3275  /**3276   * Lookup439: pallet_foreign_assets::module::Error<T>3277   **/3278  PalletForeignAssetsModuleError: {3279    _enum: ['BadLocation', 'MultiLocationExisted', 'AssetIdNotExists', 'AssetIdExisted']3280  },3281  /**3282   * Lookup441: pallet_evm::pallet::Error<T>3283   **/3284  PalletEvmError: {3285    _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce', 'GasLimitTooLow', 'GasLimitTooHigh', 'Undefined', 'Reentrancy']3286  },3287  /**3288   * Lookup444: fp_rpc::TransactionStatus3289   **/3290  FpRpcTransactionStatus: {3291    transactionHash: 'H256',3292    transactionIndex: 'u32',3293    from: 'H160',3294    to: 'Option<H160>',3295    contractAddress: 'Option<H160>',3296    logs: 'Vec<EthereumLog>',3297    logsBloom: 'EthbloomBloom'3298  },3299  /**3300   * Lookup446: ethbloom::Bloom3301   **/3302  EthbloomBloom: '[u8;256]',3303  /**3304   * Lookup448: ethereum::receipt::ReceiptV33305   **/3306  EthereumReceiptReceiptV3: {3307    _enum: {3308      Legacy: 'EthereumReceiptEip658ReceiptData',3309      EIP2930: 'EthereumReceiptEip658ReceiptData',3310      EIP1559: 'EthereumReceiptEip658ReceiptData'3311    }3312  },3313  /**3314   * Lookup449: ethereum::receipt::EIP658ReceiptData3315   **/3316  EthereumReceiptEip658ReceiptData: {3317    statusCode: 'u8',3318    usedGas: 'U256',3319    logsBloom: 'EthbloomBloom',3320    logs: 'Vec<EthereumLog>'3321  },3322  /**3323   * Lookup450: ethereum::block::Block<ethereum::transaction::TransactionV2>3324   **/3325  EthereumBlock: {3326    header: 'EthereumHeader',3327    transactions: 'Vec<EthereumTransactionTransactionV2>',3328    ommers: 'Vec<EthereumHeader>'3329  },3330  /**3331   * Lookup451: ethereum::header::Header3332   **/3333  EthereumHeader: {3334    parentHash: 'H256',3335    ommersHash: 'H256',3336    beneficiary: 'H160',3337    stateRoot: 'H256',3338    transactionsRoot: 'H256',3339    receiptsRoot: 'H256',3340    logsBloom: 'EthbloomBloom',3341    difficulty: 'U256',3342    number: 'U256',3343    gasLimit: 'U256',3344    gasUsed: 'U256',3345    timestamp: 'u64',3346    extraData: 'Bytes',3347    mixHash: 'H256',3348    nonce: 'EthereumTypesHashH64'3349  },3350  /**3351   * Lookup452: ethereum_types::hash::H643352   **/3353  EthereumTypesHashH64: '[u8;8]',3354  /**3355   * Lookup457: pallet_ethereum::pallet::Error<T>3356   **/3357  PalletEthereumError: {3358    _enum: ['InvalidSignature', 'PreLogExists']3359  },3360  /**3361   * Lookup458: pallet_evm_coder_substrate::pallet::Error<T>3362   **/3363  PalletEvmCoderSubstrateError: {3364    _enum: ['OutOfGas', 'OutOfFund']3365  },3366  /**3367   * Lookup459: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3368   **/3369  UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: {3370    _enum: {3371      Disabled: 'Null',3372      Unconfirmed: 'PalletEvmAccountBasicCrossAccountIdRepr',3373      Confirmed: 'PalletEvmAccountBasicCrossAccountIdRepr'3374    }3375  },3376  /**3377   * Lookup460: pallet_evm_contract_helpers::SponsoringModeT3378   **/3379  PalletEvmContractHelpersSponsoringModeT: {3380    _enum: ['Disabled', 'Allowlisted', 'Generous']3381  },3382  /**3383   * Lookup466: pallet_evm_contract_helpers::pallet::Error<T>3384   **/3385  PalletEvmContractHelpersError: {3386    _enum: ['NoPermission', 'NoPendingSponsor', 'TooManyMethodsHaveSponsoredLimit']3387  },3388  /**3389   * Lookup467: pallet_evm_migration::pallet::Error<T>3390   **/3391  PalletEvmMigrationError: {3392    _enum: ['AccountNotEmpty', 'AccountIsNotMigrating', 'BadEvent']3393  },3394  /**3395   * Lookup468: pallet_maintenance::pallet::Error<T>3396   **/3397  PalletMaintenanceError: 'Null',3398  /**3399   * Lookup469: pallet_test_utils::pallet::Error<T>3400   **/3401  PalletTestUtilsError: {3402    _enum: ['TestPalletDisabled', 'TriggerRollback']3403  },3404  /**3405   * Lookup471: sp_runtime::MultiSignature3406   **/3407  SpRuntimeMultiSignature: {3408    _enum: {3409      Ed25519: 'SpCoreEd25519Signature',3410      Sr25519: 'SpCoreSr25519Signature',3411      Ecdsa: 'SpCoreEcdsaSignature'3412    }3413  },3414  /**3415   * Lookup472: sp_core::ed25519::Signature3416   **/3417  SpCoreEd25519Signature: '[u8;64]',3418  /**3419   * Lookup474: sp_core::sr25519::Signature3420   **/3421  SpCoreSr25519Signature: '[u8;64]',3422  /**3423   * Lookup475: sp_core::ecdsa::Signature3424   **/3425  SpCoreEcdsaSignature: '[u8;65]',3426  /**3427   * Lookup478: frame_system::extensions::check_spec_version::CheckSpecVersion<T>3428   **/3429  FrameSystemExtensionsCheckSpecVersion: 'Null',3430  /**3431   * Lookup479: frame_system::extensions::check_tx_version::CheckTxVersion<T>3432   **/3433  FrameSystemExtensionsCheckTxVersion: 'Null',3434  /**3435   * Lookup480: frame_system::extensions::check_genesis::CheckGenesis<T>3436   **/3437  FrameSystemExtensionsCheckGenesis: 'Null',3438  /**3439   * Lookup483: frame_system::extensions::check_nonce::CheckNonce<T>3440   **/3441  FrameSystemExtensionsCheckNonce: 'Compact<u32>',3442  /**3443   * Lookup484: frame_system::extensions::check_weight::CheckWeight<T>3444   **/3445  FrameSystemExtensionsCheckWeight: 'Null',3446  /**3447   * Lookup485: opal_runtime::runtime_common::maintenance::CheckMaintenance3448   **/3449  OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: 'Null',3450  /**3451   * Lookup486: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>3452   **/3453  PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',3454  /**3455   * Lookup487: opal_runtime::Runtime3456   **/3457  OpalRuntimeRuntime: 'Null',3458  /**3459   * Lookup488: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>3460   **/3461  PalletEthereumFakeTransactionFinalizer: 'Null'3462};
after · tests/src/interfaces/lookup.ts
1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34/* eslint-disable sort-keys */56export default {7  /**8   * Lookup3: frame_system::AccountInfo<Index, pallet_balances::AccountData<Balance>>9   **/10  FrameSystemAccountInfo: {11    nonce: 'u32',12    consumers: 'u32',13    providers: 'u32',14    sufficients: 'u32',15    data: 'PalletBalancesAccountData'16  },17  /**18   * Lookup5: pallet_balances::AccountData<Balance>19   **/20  PalletBalancesAccountData: {21    free: 'u128',22    reserved: 'u128',23    miscFrozen: 'u128',24    feeFrozen: 'u128'25  },26  /**27   * Lookup7: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight>28   **/29  FrameSupportDispatchPerDispatchClassWeight: {30    normal: 'SpWeightsWeightV2Weight',31    operational: 'SpWeightsWeightV2Weight',32    mandatory: 'SpWeightsWeightV2Weight'33  },34  /**35   * Lookup8: sp_weights::weight_v2::Weight36   **/37  SpWeightsWeightV2Weight: {38    refTime: 'Compact<u64>',39    proofSize: 'Compact<u64>'40  },41  /**42   * Lookup13: sp_runtime::generic::digest::Digest43   **/44  SpRuntimeDigest: {45    logs: 'Vec<SpRuntimeDigestDigestItem>'46  },47  /**48   * Lookup15: sp_runtime::generic::digest::DigestItem49   **/50  SpRuntimeDigestDigestItem: {51    _enum: {52      Other: 'Bytes',53      __Unused1: 'Null',54      __Unused2: 'Null',55      __Unused3: 'Null',56      Consensus: '([u8;4],Bytes)',57      Seal: '([u8;4],Bytes)',58      PreRuntime: '([u8;4],Bytes)',59      __Unused7: 'Null',60      RuntimeEnvironmentUpdated: 'Null'61    }62  },63  /**64   * Lookup18: frame_system::EventRecord<opal_runtime::RuntimeEvent, primitive_types::H256>65   **/66  FrameSystemEventRecord: {67    phase: 'FrameSystemPhase',68    event: 'Event',69    topics: 'Vec<H256>'70  },71  /**72   * Lookup20: frame_system::pallet::Event<T>73   **/74  FrameSystemEvent: {75    _enum: {76      ExtrinsicSuccess: {77        dispatchInfo: 'FrameSupportDispatchDispatchInfo',78      },79      ExtrinsicFailed: {80        dispatchError: 'SpRuntimeDispatchError',81        dispatchInfo: 'FrameSupportDispatchDispatchInfo',82      },83      CodeUpdated: 'Null',84      NewAccount: {85        account: 'AccountId32',86      },87      KilledAccount: {88        account: 'AccountId32',89      },90      Remarked: {91        _alias: {92          hash_: 'hash',93        },94        sender: 'AccountId32',95        hash_: 'H256'96      }97    }98  },99  /**100   * Lookup21: frame_support::dispatch::DispatchInfo101   **/102  FrameSupportDispatchDispatchInfo: {103    weight: 'SpWeightsWeightV2Weight',104    class: 'FrameSupportDispatchDispatchClass',105    paysFee: 'FrameSupportDispatchPays'106  },107  /**108   * Lookup22: frame_support::dispatch::DispatchClass109   **/110  FrameSupportDispatchDispatchClass: {111    _enum: ['Normal', 'Operational', 'Mandatory']112  },113  /**114   * Lookup23: frame_support::dispatch::Pays115   **/116  FrameSupportDispatchPays: {117    _enum: ['Yes', 'No']118  },119  /**120   * Lookup24: sp_runtime::DispatchError121   **/122  SpRuntimeDispatchError: {123    _enum: {124      Other: 'Null',125      CannotLookup: 'Null',126      BadOrigin: 'Null',127      Module: 'SpRuntimeModuleError',128      ConsumerRemaining: 'Null',129      NoProviders: 'Null',130      TooManyConsumers: 'Null',131      Token: 'SpRuntimeTokenError',132      Arithmetic: 'SpRuntimeArithmeticError',133      Transactional: 'SpRuntimeTransactionalError',134      Exhausted: 'Null',135      Corruption: 'Null',136      Unavailable: 'Null'137    }138  },139  /**140   * Lookup25: sp_runtime::ModuleError141   **/142  SpRuntimeModuleError: {143    index: 'u8',144    error: '[u8;4]'145  },146  /**147   * Lookup26: sp_runtime::TokenError148   **/149  SpRuntimeTokenError: {150    _enum: ['NoFunds', 'WouldDie', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported']151  },152  /**153   * Lookup27: sp_runtime::ArithmeticError154   **/155  SpRuntimeArithmeticError: {156    _enum: ['Underflow', 'Overflow', 'DivisionByZero']157  },158  /**159   * Lookup28: sp_runtime::TransactionalError160   **/161  SpRuntimeTransactionalError: {162    _enum: ['LimitReached', 'NoLayer']163  },164  /**165   * Lookup29: cumulus_pallet_parachain_system::pallet::Event<T>166   **/167  CumulusPalletParachainSystemEvent: {168    _enum: {169      ValidationFunctionStored: 'Null',170      ValidationFunctionApplied: {171        relayChainBlockNum: 'u32',172      },173      ValidationFunctionDiscarded: 'Null',174      UpgradeAuthorized: {175        codeHash: 'H256',176      },177      DownwardMessagesReceived: {178        count: 'u32',179      },180      DownwardMessagesProcessed: {181        weightUsed: 'SpWeightsWeightV2Weight',182        dmqHead: 'H256'183      }184    }185  },186  /**187   * Lookup30: pallet_balances::pallet::Event<T, I>188   **/189  PalletBalancesEvent: {190    _enum: {191      Endowed: {192        account: 'AccountId32',193        freeBalance: 'u128',194      },195      DustLost: {196        account: 'AccountId32',197        amount: 'u128',198      },199      Transfer: {200        from: 'AccountId32',201        to: 'AccountId32',202        amount: 'u128',203      },204      BalanceSet: {205        who: 'AccountId32',206        free: 'u128',207        reserved: 'u128',208      },209      Reserved: {210        who: 'AccountId32',211        amount: 'u128',212      },213      Unreserved: {214        who: 'AccountId32',215        amount: 'u128',216      },217      ReserveRepatriated: {218        from: 'AccountId32',219        to: 'AccountId32',220        amount: 'u128',221        destinationStatus: 'FrameSupportTokensMiscBalanceStatus',222      },223      Deposit: {224        who: 'AccountId32',225        amount: 'u128',226      },227      Withdraw: {228        who: 'AccountId32',229        amount: 'u128',230      },231      Slashed: {232        who: 'AccountId32',233        amount: 'u128'234      }235    }236  },237  /**238   * Lookup31: frame_support::traits::tokens::misc::BalanceStatus239   **/240  FrameSupportTokensMiscBalanceStatus: {241    _enum: ['Free', 'Reserved']242  },243  /**244   * Lookup32: pallet_transaction_payment::pallet::Event<T>245   **/246  PalletTransactionPaymentEvent: {247    _enum: {248      TransactionFeePaid: {249        who: 'AccountId32',250        actualFee: 'u128',251        tip: 'u128'252      }253    }254  },255  /**256   * Lookup33: pallet_treasury::pallet::Event<T, I>257   **/258  PalletTreasuryEvent: {259    _enum: {260      Proposed: {261        proposalIndex: 'u32',262      },263      Spending: {264        budgetRemaining: 'u128',265      },266      Awarded: {267        proposalIndex: 'u32',268        award: 'u128',269        account: 'AccountId32',270      },271      Rejected: {272        proposalIndex: 'u32',273        slashed: 'u128',274      },275      Burnt: {276        burntFunds: 'u128',277      },278      Rollover: {279        rolloverBalance: 'u128',280      },281      Deposit: {282        value: 'u128',283      },284      SpendApproved: {285        proposalIndex: 'u32',286        amount: 'u128',287        beneficiary: 'AccountId32'288      }289    }290  },291  /**292   * Lookup34: pallet_sudo::pallet::Event<T>293   **/294  PalletSudoEvent: {295    _enum: {296      Sudid: {297        sudoResult: 'Result<Null, SpRuntimeDispatchError>',298      },299      KeyChanged: {300        oldSudoer: 'Option<AccountId32>',301      },302      SudoAsDone: {303        sudoResult: 'Result<Null, SpRuntimeDispatchError>'304      }305    }306  },307  /**308   * Lookup38: orml_vesting::module::Event<T>309   **/310  OrmlVestingModuleEvent: {311    _enum: {312      VestingScheduleAdded: {313        from: 'AccountId32',314        to: 'AccountId32',315        vestingSchedule: 'OrmlVestingVestingSchedule',316      },317      Claimed: {318        who: 'AccountId32',319        amount: 'u128',320      },321      VestingSchedulesUpdated: {322        who: 'AccountId32'323      }324    }325  },326  /**327   * Lookup39: orml_vesting::VestingSchedule<BlockNumber, Balance>328   **/329  OrmlVestingVestingSchedule: {330    start: 'u32',331    period: 'u32',332    periodCount: 'u32',333    perPeriod: 'Compact<u128>'334  },335  /**336   * Lookup41: orml_xtokens::module::Event<T>337   **/338  OrmlXtokensModuleEvent: {339    _enum: {340      TransferredMultiAssets: {341        sender: 'AccountId32',342        assets: 'XcmV1MultiassetMultiAssets',343        fee: 'XcmV1MultiAsset',344        dest: 'XcmV1MultiLocation'345      }346    }347  },348  /**349   * Lookup42: xcm::v1::multiasset::MultiAssets350   **/351  XcmV1MultiassetMultiAssets: 'Vec<XcmV1MultiAsset>',352  /**353   * Lookup44: xcm::v1::multiasset::MultiAsset354   **/355  XcmV1MultiAsset: {356    id: 'XcmV1MultiassetAssetId',357    fun: 'XcmV1MultiassetFungibility'358  },359  /**360   * Lookup45: xcm::v1::multiasset::AssetId361   **/362  XcmV1MultiassetAssetId: {363    _enum: {364      Concrete: 'XcmV1MultiLocation',365      Abstract: 'Bytes'366    }367  },368  /**369   * Lookup46: xcm::v1::multilocation::MultiLocation370   **/371  XcmV1MultiLocation: {372    parents: 'u8',373    interior: 'XcmV1MultilocationJunctions'374  },375  /**376   * Lookup47: xcm::v1::multilocation::Junctions377   **/378  XcmV1MultilocationJunctions: {379    _enum: {380      Here: 'Null',381      X1: 'XcmV1Junction',382      X2: '(XcmV1Junction,XcmV1Junction)',383      X3: '(XcmV1Junction,XcmV1Junction,XcmV1Junction)',384      X4: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',385      X5: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',386      X6: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',387      X7: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)',388      X8: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)'389    }390  },391  /**392   * Lookup48: xcm::v1::junction::Junction393   **/394  XcmV1Junction: {395    _enum: {396      Parachain: 'Compact<u32>',397      AccountId32: {398        network: 'XcmV0JunctionNetworkId',399        id: '[u8;32]',400      },401      AccountIndex64: {402        network: 'XcmV0JunctionNetworkId',403        index: 'Compact<u64>',404      },405      AccountKey20: {406        network: 'XcmV0JunctionNetworkId',407        key: '[u8;20]',408      },409      PalletInstance: 'u8',410      GeneralIndex: 'Compact<u128>',411      GeneralKey: 'Bytes',412      OnlyChild: 'Null',413      Plurality: {414        id: 'XcmV0JunctionBodyId',415        part: 'XcmV0JunctionBodyPart'416      }417    }418  },419  /**420   * Lookup50: xcm::v0::junction::NetworkId421   **/422  XcmV0JunctionNetworkId: {423    _enum: {424      Any: 'Null',425      Named: 'Bytes',426      Polkadot: 'Null',427      Kusama: 'Null'428    }429  },430  /**431   * Lookup53: xcm::v0::junction::BodyId432   **/433  XcmV0JunctionBodyId: {434    _enum: {435      Unit: 'Null',436      Named: 'Bytes',437      Index: 'Compact<u32>',438      Executive: 'Null',439      Technical: 'Null',440      Legislative: 'Null',441      Judicial: 'Null'442    }443  },444  /**445   * Lookup54: xcm::v0::junction::BodyPart446   **/447  XcmV0JunctionBodyPart: {448    _enum: {449      Voice: 'Null',450      Members: {451        count: 'Compact<u32>',452      },453      Fraction: {454        nom: 'Compact<u32>',455        denom: 'Compact<u32>',456      },457      AtLeastProportion: {458        nom: 'Compact<u32>',459        denom: 'Compact<u32>',460      },461      MoreThanProportion: {462        nom: 'Compact<u32>',463        denom: 'Compact<u32>'464      }465    }466  },467  /**468   * Lookup55: xcm::v1::multiasset::Fungibility469   **/470  XcmV1MultiassetFungibility: {471    _enum: {472      Fungible: 'Compact<u128>',473      NonFungible: 'XcmV1MultiassetAssetInstance'474    }475  },476  /**477   * Lookup56: xcm::v1::multiasset::AssetInstance478   **/479  XcmV1MultiassetAssetInstance: {480    _enum: {481      Undefined: 'Null',482      Index: 'Compact<u128>',483      Array4: '[u8;4]',484      Array8: '[u8;8]',485      Array16: '[u8;16]',486      Array32: '[u8;32]',487      Blob: 'Bytes'488    }489  },490  /**491   * Lookup59: orml_tokens::module::Event<T>492   **/493  OrmlTokensModuleEvent: {494    _enum: {495      Endowed: {496        currencyId: 'PalletForeignAssetsAssetIds',497        who: 'AccountId32',498        amount: 'u128',499      },500      DustLost: {501        currencyId: 'PalletForeignAssetsAssetIds',502        who: 'AccountId32',503        amount: 'u128',504      },505      Transfer: {506        currencyId: 'PalletForeignAssetsAssetIds',507        from: 'AccountId32',508        to: 'AccountId32',509        amount: 'u128',510      },511      Reserved: {512        currencyId: 'PalletForeignAssetsAssetIds',513        who: 'AccountId32',514        amount: 'u128',515      },516      Unreserved: {517        currencyId: 'PalletForeignAssetsAssetIds',518        who: 'AccountId32',519        amount: 'u128',520      },521      ReserveRepatriated: {522        currencyId: 'PalletForeignAssetsAssetIds',523        from: 'AccountId32',524        to: 'AccountId32',525        amount: 'u128',526        status: 'FrameSupportTokensMiscBalanceStatus',527      },528      BalanceSet: {529        currencyId: 'PalletForeignAssetsAssetIds',530        who: 'AccountId32',531        free: 'u128',532        reserved: 'u128',533      },534      TotalIssuanceSet: {535        currencyId: 'PalletForeignAssetsAssetIds',536        amount: 'u128',537      },538      Withdrawn: {539        currencyId: 'PalletForeignAssetsAssetIds',540        who: 'AccountId32',541        amount: 'u128',542      },543      Slashed: {544        currencyId: 'PalletForeignAssetsAssetIds',545        who: 'AccountId32',546        freeAmount: 'u128',547        reservedAmount: 'u128',548      },549      Deposited: {550        currencyId: 'PalletForeignAssetsAssetIds',551        who: 'AccountId32',552        amount: 'u128',553      },554      LockSet: {555        lockId: '[u8;8]',556        currencyId: 'PalletForeignAssetsAssetIds',557        who: 'AccountId32',558        amount: 'u128',559      },560      LockRemoved: {561        lockId: '[u8;8]',562        currencyId: 'PalletForeignAssetsAssetIds',563        who: 'AccountId32'564      }565    }566  },567  /**568   * Lookup60: pallet_foreign_assets::AssetIds569   **/570  PalletForeignAssetsAssetIds: {571    _enum: {572      ForeignAssetId: 'u32',573      NativeAssetId: 'PalletForeignAssetsNativeCurrency'574    }575  },576  /**577   * Lookup61: pallet_foreign_assets::NativeCurrency578   **/579  PalletForeignAssetsNativeCurrency: {580    _enum: ['Here', 'Parent']581  },582  /**583   * Lookup62: cumulus_pallet_xcmp_queue::pallet::Event<T>584   **/585  CumulusPalletXcmpQueueEvent: {586    _enum: {587      Success: {588        messageHash: 'Option<H256>',589        weight: 'SpWeightsWeightV2Weight',590      },591      Fail: {592        messageHash: 'Option<H256>',593        error: 'XcmV2TraitsError',594        weight: 'SpWeightsWeightV2Weight',595      },596      BadVersion: {597        messageHash: 'Option<H256>',598      },599      BadFormat: {600        messageHash: 'Option<H256>',601      },602      UpwardMessageSent: {603        messageHash: 'Option<H256>',604      },605      XcmpMessageSent: {606        messageHash: 'Option<H256>',607      },608      OverweightEnqueued: {609        sender: 'u32',610        sentAt: 'u32',611        index: 'u64',612        required: 'SpWeightsWeightV2Weight',613      },614      OverweightServiced: {615        index: 'u64',616        used: 'SpWeightsWeightV2Weight'617      }618    }619  },620  /**621   * Lookup64: xcm::v2::traits::Error622   **/623  XcmV2TraitsError: {624    _enum: {625      Overflow: 'Null',626      Unimplemented: 'Null',627      UntrustedReserveLocation: 'Null',628      UntrustedTeleportLocation: 'Null',629      MultiLocationFull: 'Null',630      MultiLocationNotInvertible: 'Null',631      BadOrigin: 'Null',632      InvalidLocation: 'Null',633      AssetNotFound: 'Null',634      FailedToTransactAsset: 'Null',635      NotWithdrawable: 'Null',636      LocationCannotHold: 'Null',637      ExceedsMaxMessageSize: 'Null',638      DestinationUnsupported: 'Null',639      Transport: 'Null',640      Unroutable: 'Null',641      UnknownClaim: 'Null',642      FailedToDecode: 'Null',643      MaxWeightInvalid: 'Null',644      NotHoldingFees: 'Null',645      TooExpensive: 'Null',646      Trap: 'u64',647      UnhandledXcmVersion: 'Null',648      WeightLimitReached: 'u64',649      Barrier: 'Null',650      WeightNotComputable: 'Null'651    }652  },653  /**654   * Lookup66: pallet_xcm::pallet::Event<T>655   **/656  PalletXcmEvent: {657    _enum: {658      Attempted: 'XcmV2TraitsOutcome',659      Sent: '(XcmV1MultiLocation,XcmV1MultiLocation,XcmV2Xcm)',660      UnexpectedResponse: '(XcmV1MultiLocation,u64)',661      ResponseReady: '(u64,XcmV2Response)',662      Notified: '(u64,u8,u8)',663      NotifyOverweight: '(u64,u8,u8,SpWeightsWeightV2Weight,SpWeightsWeightV2Weight)',664      NotifyDispatchError: '(u64,u8,u8)',665      NotifyDecodeFailed: '(u64,u8,u8)',666      InvalidResponder: '(XcmV1MultiLocation,u64,Option<XcmV1MultiLocation>)',667      InvalidResponderVersion: '(XcmV1MultiLocation,u64)',668      ResponseTaken: 'u64',669      AssetsTrapped: '(H256,XcmV1MultiLocation,XcmVersionedMultiAssets)',670      VersionChangeNotified: '(XcmV1MultiLocation,u32)',671      SupportedVersionChanged: '(XcmV1MultiLocation,u32)',672      NotifyTargetSendFail: '(XcmV1MultiLocation,u64,XcmV2TraitsError)',673      NotifyTargetMigrationFail: '(XcmVersionedMultiLocation,u64)',674      AssetsClaimed: '(H256,XcmV1MultiLocation,XcmVersionedMultiAssets)'675    }676  },677  /**678   * Lookup67: xcm::v2::traits::Outcome679   **/680  XcmV2TraitsOutcome: {681    _enum: {682      Complete: 'u64',683      Incomplete: '(u64,XcmV2TraitsError)',684      Error: 'XcmV2TraitsError'685    }686  },687  /**688   * Lookup68: xcm::v2::Xcm<RuntimeCall>689   **/690  XcmV2Xcm: 'Vec<XcmV2Instruction>',691  /**692   * Lookup70: xcm::v2::Instruction<RuntimeCall>693   **/694  XcmV2Instruction: {695    _enum: {696      WithdrawAsset: 'XcmV1MultiassetMultiAssets',697      ReserveAssetDeposited: 'XcmV1MultiassetMultiAssets',698      ReceiveTeleportedAsset: 'XcmV1MultiassetMultiAssets',699      QueryResponse: {700        queryId: 'Compact<u64>',701        response: 'XcmV2Response',702        maxWeight: 'Compact<u64>',703      },704      TransferAsset: {705        assets: 'XcmV1MultiassetMultiAssets',706        beneficiary: 'XcmV1MultiLocation',707      },708      TransferReserveAsset: {709        assets: 'XcmV1MultiassetMultiAssets',710        dest: 'XcmV1MultiLocation',711        xcm: 'XcmV2Xcm',712      },713      Transact: {714        originType: 'XcmV0OriginKind',715        requireWeightAtMost: 'Compact<u64>',716        call: 'XcmDoubleEncoded',717      },718      HrmpNewChannelOpenRequest: {719        sender: 'Compact<u32>',720        maxMessageSize: 'Compact<u32>',721        maxCapacity: 'Compact<u32>',722      },723      HrmpChannelAccepted: {724        recipient: 'Compact<u32>',725      },726      HrmpChannelClosing: {727        initiator: 'Compact<u32>',728        sender: 'Compact<u32>',729        recipient: 'Compact<u32>',730      },731      ClearOrigin: 'Null',732      DescendOrigin: 'XcmV1MultilocationJunctions',733      ReportError: {734        queryId: 'Compact<u64>',735        dest: 'XcmV1MultiLocation',736        maxResponseWeight: 'Compact<u64>',737      },738      DepositAsset: {739        assets: 'XcmV1MultiassetMultiAssetFilter',740        maxAssets: 'Compact<u32>',741        beneficiary: 'XcmV1MultiLocation',742      },743      DepositReserveAsset: {744        assets: 'XcmV1MultiassetMultiAssetFilter',745        maxAssets: 'Compact<u32>',746        dest: 'XcmV1MultiLocation',747        xcm: 'XcmV2Xcm',748      },749      ExchangeAsset: {750        give: 'XcmV1MultiassetMultiAssetFilter',751        receive: 'XcmV1MultiassetMultiAssets',752      },753      InitiateReserveWithdraw: {754        assets: 'XcmV1MultiassetMultiAssetFilter',755        reserve: 'XcmV1MultiLocation',756        xcm: 'XcmV2Xcm',757      },758      InitiateTeleport: {759        assets: 'XcmV1MultiassetMultiAssetFilter',760        dest: 'XcmV1MultiLocation',761        xcm: 'XcmV2Xcm',762      },763      QueryHolding: {764        queryId: 'Compact<u64>',765        dest: 'XcmV1MultiLocation',766        assets: 'XcmV1MultiassetMultiAssetFilter',767        maxResponseWeight: 'Compact<u64>',768      },769      BuyExecution: {770        fees: 'XcmV1MultiAsset',771        weightLimit: 'XcmV2WeightLimit',772      },773      RefundSurplus: 'Null',774      SetErrorHandler: 'XcmV2Xcm',775      SetAppendix: 'XcmV2Xcm',776      ClearError: 'Null',777      ClaimAsset: {778        assets: 'XcmV1MultiassetMultiAssets',779        ticket: 'XcmV1MultiLocation',780      },781      Trap: 'Compact<u64>',782      SubscribeVersion: {783        queryId: 'Compact<u64>',784        maxResponseWeight: 'Compact<u64>',785      },786      UnsubscribeVersion: 'Null'787    }788  },789  /**790   * Lookup71: xcm::v2::Response791   **/792  XcmV2Response: {793    _enum: {794      Null: 'Null',795      Assets: 'XcmV1MultiassetMultiAssets',796      ExecutionResult: 'Option<(u32,XcmV2TraitsError)>',797      Version: 'u32'798    }799  },800  /**801   * Lookup74: xcm::v0::OriginKind802   **/803  XcmV0OriginKind: {804    _enum: ['Native', 'SovereignAccount', 'Superuser', 'Xcm']805  },806  /**807   * Lookup75: xcm::double_encoded::DoubleEncoded<T>808   **/809  XcmDoubleEncoded: {810    encoded: 'Bytes'811  },812  /**813   * Lookup76: xcm::v1::multiasset::MultiAssetFilter814   **/815  XcmV1MultiassetMultiAssetFilter: {816    _enum: {817      Definite: 'XcmV1MultiassetMultiAssets',818      Wild: 'XcmV1MultiassetWildMultiAsset'819    }820  },821  /**822   * Lookup77: xcm::v1::multiasset::WildMultiAsset823   **/824  XcmV1MultiassetWildMultiAsset: {825    _enum: {826      All: 'Null',827      AllOf: {828        id: 'XcmV1MultiassetAssetId',829        fun: 'XcmV1MultiassetWildFungibility'830      }831    }832  },833  /**834   * Lookup78: xcm::v1::multiasset::WildFungibility835   **/836  XcmV1MultiassetWildFungibility: {837    _enum: ['Fungible', 'NonFungible']838  },839  /**840   * Lookup79: xcm::v2::WeightLimit841   **/842  XcmV2WeightLimit: {843    _enum: {844      Unlimited: 'Null',845      Limited: 'Compact<u64>'846    }847  },848  /**849   * Lookup81: xcm::VersionedMultiAssets850   **/851  XcmVersionedMultiAssets: {852    _enum: {853      V0: 'Vec<XcmV0MultiAsset>',854      V1: 'XcmV1MultiassetMultiAssets'855    }856  },857  /**858   * Lookup83: xcm::v0::multi_asset::MultiAsset859   **/860  XcmV0MultiAsset: {861    _enum: {862      None: 'Null',863      All: 'Null',864      AllFungible: 'Null',865      AllNonFungible: 'Null',866      AllAbstractFungible: {867        id: 'Bytes',868      },869      AllAbstractNonFungible: {870        class: 'Bytes',871      },872      AllConcreteFungible: {873        id: 'XcmV0MultiLocation',874      },875      AllConcreteNonFungible: {876        class: 'XcmV0MultiLocation',877      },878      AbstractFungible: {879        id: 'Bytes',880        amount: 'Compact<u128>',881      },882      AbstractNonFungible: {883        class: 'Bytes',884        instance: 'XcmV1MultiassetAssetInstance',885      },886      ConcreteFungible: {887        id: 'XcmV0MultiLocation',888        amount: 'Compact<u128>',889      },890      ConcreteNonFungible: {891        class: 'XcmV0MultiLocation',892        instance: 'XcmV1MultiassetAssetInstance'893      }894    }895  },896  /**897   * Lookup84: xcm::v0::multi_location::MultiLocation898   **/899  XcmV0MultiLocation: {900    _enum: {901      Null: 'Null',902      X1: 'XcmV0Junction',903      X2: '(XcmV0Junction,XcmV0Junction)',904      X3: '(XcmV0Junction,XcmV0Junction,XcmV0Junction)',905      X4: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',906      X5: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',907      X6: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',908      X7: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)',909      X8: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)'910    }911  },912  /**913   * Lookup85: xcm::v0::junction::Junction914   **/915  XcmV0Junction: {916    _enum: {917      Parent: 'Null',918      Parachain: 'Compact<u32>',919      AccountId32: {920        network: 'XcmV0JunctionNetworkId',921        id: '[u8;32]',922      },923      AccountIndex64: {924        network: 'XcmV0JunctionNetworkId',925        index: 'Compact<u64>',926      },927      AccountKey20: {928        network: 'XcmV0JunctionNetworkId',929        key: '[u8;20]',930      },931      PalletInstance: 'u8',932      GeneralIndex: 'Compact<u128>',933      GeneralKey: 'Bytes',934      OnlyChild: 'Null',935      Plurality: {936        id: 'XcmV0JunctionBodyId',937        part: 'XcmV0JunctionBodyPart'938      }939    }940  },941  /**942   * Lookup86: xcm::VersionedMultiLocation943   **/944  XcmVersionedMultiLocation: {945    _enum: {946      V0: 'XcmV0MultiLocation',947      V1: 'XcmV1MultiLocation'948    }949  },950  /**951   * Lookup87: cumulus_pallet_xcm::pallet::Event<T>952   **/953  CumulusPalletXcmEvent: {954    _enum: {955      InvalidFormat: '[u8;8]',956      UnsupportedVersion: '[u8;8]',957      ExecutedDownward: '([u8;8],XcmV2TraitsOutcome)'958    }959  },960  /**961   * Lookup88: cumulus_pallet_dmp_queue::pallet::Event<T>962   **/963  CumulusPalletDmpQueueEvent: {964    _enum: {965      InvalidFormat: {966        messageId: '[u8;32]',967      },968      UnsupportedVersion: {969        messageId: '[u8;32]',970      },971      ExecutedDownward: {972        messageId: '[u8;32]',973        outcome: 'XcmV2TraitsOutcome',974      },975      WeightExhausted: {976        messageId: '[u8;32]',977        remainingWeight: 'SpWeightsWeightV2Weight',978        requiredWeight: 'SpWeightsWeightV2Weight',979      },980      OverweightEnqueued: {981        messageId: '[u8;32]',982        overweightIndex: 'u64',983        requiredWeight: 'SpWeightsWeightV2Weight',984      },985      OverweightServiced: {986        overweightIndex: 'u64',987        weightUsed: 'SpWeightsWeightV2Weight'988      }989    }990  },991  /**992   * Lookup89: pallet_common::pallet::Event<T>993   **/994  PalletCommonEvent: {995    _enum: {996      CollectionCreated: '(u32,u8,AccountId32)',997      CollectionDestroyed: 'u32',998      ItemCreated: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',999      ItemDestroyed: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1000      Transfer: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1001      Approved: '(u32,u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,u128)',1002      ApprovedForAll: '(u32,PalletEvmAccountBasicCrossAccountIdRepr,PalletEvmAccountBasicCrossAccountIdRepr,bool)',1003      CollectionPropertySet: '(u32,Bytes)',1004      CollectionPropertyDeleted: '(u32,Bytes)',1005      TokenPropertySet: '(u32,u32,Bytes)',1006      TokenPropertyDeleted: '(u32,u32,Bytes)',1007      PropertyPermissionSet: '(u32,Bytes)',1008      AllowListAddressAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1009      AllowListAddressRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1010      CollectionAdminAdded: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1011      CollectionAdminRemoved: '(u32,PalletEvmAccountBasicCrossAccountIdRepr)',1012      CollectionLimitSet: 'u32',1013      CollectionOwnerChanged: '(u32,AccountId32)',1014      CollectionPermissionSet: 'u32',1015      CollectionSponsorSet: '(u32,AccountId32)',1016      SponsorshipConfirmed: '(u32,AccountId32)',1017      CollectionSponsorRemoved: 'u32'1018    }1019  },1020  /**1021   * Lookup92: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>1022   **/1023  PalletEvmAccountBasicCrossAccountIdRepr: {1024    _enum: {1025      Substrate: 'AccountId32',1026      Ethereum: 'H160'1027    }1028  },1029  /**1030   * Lookup96: pallet_structure::pallet::Event<T>1031   **/1032  PalletStructureEvent: {1033    _enum: {1034      Executed: 'Result<Null, SpRuntimeDispatchError>'1035    }1036  },1037  /**1038   * Lookup97: pallet_rmrk_core::pallet::Event<T>1039   **/1040  PalletRmrkCoreEvent: {1041    _enum: {1042      CollectionCreated: {1043        issuer: 'AccountId32',1044        collectionId: 'u32',1045      },1046      CollectionDestroyed: {1047        issuer: 'AccountId32',1048        collectionId: 'u32',1049      },1050      IssuerChanged: {1051        oldIssuer: 'AccountId32',1052        newIssuer: 'AccountId32',1053        collectionId: 'u32',1054      },1055      CollectionLocked: {1056        issuer: 'AccountId32',1057        collectionId: 'u32',1058      },1059      NftMinted: {1060        owner: 'AccountId32',1061        collectionId: 'u32',1062        nftId: 'u32',1063      },1064      NFTBurned: {1065        owner: 'AccountId32',1066        nftId: 'u32',1067      },1068      NFTSent: {1069        sender: 'AccountId32',1070        recipient: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',1071        collectionId: 'u32',1072        nftId: 'u32',1073        approvalRequired: 'bool',1074      },1075      NFTAccepted: {1076        sender: 'AccountId32',1077        recipient: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',1078        collectionId: 'u32',1079        nftId: 'u32',1080      },1081      NFTRejected: {1082        sender: 'AccountId32',1083        collectionId: 'u32',1084        nftId: 'u32',1085      },1086      PropertySet: {1087        collectionId: 'u32',1088        maybeNftId: 'Option<u32>',1089        key: 'Bytes',1090        value: 'Bytes',1091      },1092      ResourceAdded: {1093        nftId: 'u32',1094        resourceId: 'u32',1095      },1096      ResourceRemoval: {1097        nftId: 'u32',1098        resourceId: 'u32',1099      },1100      ResourceAccepted: {1101        nftId: 'u32',1102        resourceId: 'u32',1103      },1104      ResourceRemovalAccepted: {1105        nftId: 'u32',1106        resourceId: 'u32',1107      },1108      PrioritySet: {1109        collectionId: 'u32',1110        nftId: 'u32'1111      }1112    }1113  },1114  /**1115   * Lookup98: rmrk_traits::nft::AccountIdOrCollectionNftTuple<sp_core::crypto::AccountId32>1116   **/1117  RmrkTraitsNftAccountIdOrCollectionNftTuple: {1118    _enum: {1119      AccountId: 'AccountId32',1120      CollectionAndNftTuple: '(u32,u32)'1121    }1122  },1123  /**1124   * Lookup102: pallet_rmrk_equip::pallet::Event<T>1125   **/1126  PalletRmrkEquipEvent: {1127    _enum: {1128      BaseCreated: {1129        issuer: 'AccountId32',1130        baseId: 'u32',1131      },1132      EquippablesUpdated: {1133        baseId: 'u32',1134        slotId: 'u32'1135      }1136    }1137  },1138  /**1139   * Lookup103: pallet_app_promotion::pallet::Event<T>1140   **/1141  PalletAppPromotionEvent: {1142    _enum: {1143      StakingRecalculation: '(AccountId32,u128,u128)',1144      Stake: '(AccountId32,u128)',1145      Unstake: '(AccountId32,u128)',1146      SetAdmin: 'AccountId32'1147    }1148  },1149  /**1150   * Lookup104: pallet_foreign_assets::module::Event<T>1151   **/1152  PalletForeignAssetsModuleEvent: {1153    _enum: {1154      ForeignAssetRegistered: {1155        assetId: 'u32',1156        assetAddress: 'XcmV1MultiLocation',1157        metadata: 'PalletForeignAssetsModuleAssetMetadata',1158      },1159      ForeignAssetUpdated: {1160        assetId: 'u32',1161        assetAddress: 'XcmV1MultiLocation',1162        metadata: 'PalletForeignAssetsModuleAssetMetadata',1163      },1164      AssetRegistered: {1165        assetId: 'PalletForeignAssetsAssetIds',1166        metadata: 'PalletForeignAssetsModuleAssetMetadata',1167      },1168      AssetUpdated: {1169        assetId: 'PalletForeignAssetsAssetIds',1170        metadata: 'PalletForeignAssetsModuleAssetMetadata'1171      }1172    }1173  },1174  /**1175   * Lookup105: pallet_foreign_assets::module::AssetMetadata<Balance>1176   **/1177  PalletForeignAssetsModuleAssetMetadata: {1178    name: 'Bytes',1179    symbol: 'Bytes',1180    decimals: 'u8',1181    minimalBalance: 'u128'1182  },1183  /**1184   * Lookup106: pallet_evm::pallet::Event<T>1185   **/1186  PalletEvmEvent: {1187    _enum: {1188      Log: {1189        log: 'EthereumLog',1190      },1191      Created: {1192        address: 'H160',1193      },1194      CreatedFailed: {1195        address: 'H160',1196      },1197      Executed: {1198        address: 'H160',1199      },1200      ExecutedFailed: {1201        address: 'H160'1202      }1203    }1204  },1205  /**1206   * Lookup107: ethereum::log::Log1207   **/1208  EthereumLog: {1209    address: 'H160',1210    topics: 'Vec<H256>',1211    data: 'Bytes'1212  },1213  /**1214   * Lookup109: pallet_ethereum::pallet::Event1215   **/1216  PalletEthereumEvent: {1217    _enum: {1218      Executed: {1219        from: 'H160',1220        to: 'H160',1221        transactionHash: 'H256',1222        exitReason: 'EvmCoreErrorExitReason'1223      }1224    }1225  },1226  /**1227   * Lookup110: evm_core::error::ExitReason1228   **/1229  EvmCoreErrorExitReason: {1230    _enum: {1231      Succeed: 'EvmCoreErrorExitSucceed',1232      Error: 'EvmCoreErrorExitError',1233      Revert: 'EvmCoreErrorExitRevert',1234      Fatal: 'EvmCoreErrorExitFatal'1235    }1236  },1237  /**1238   * Lookup111: evm_core::error::ExitSucceed1239   **/1240  EvmCoreErrorExitSucceed: {1241    _enum: ['Stopped', 'Returned', 'Suicided']1242  },1243  /**1244   * Lookup112: evm_core::error::ExitError1245   **/1246  EvmCoreErrorExitError: {1247    _enum: {1248      StackUnderflow: 'Null',1249      StackOverflow: 'Null',1250      InvalidJump: 'Null',1251      InvalidRange: 'Null',1252      DesignatedInvalid: 'Null',1253      CallTooDeep: 'Null',1254      CreateCollision: 'Null',1255      CreateContractLimit: 'Null',1256      OutOfOffset: 'Null',1257      OutOfGas: 'Null',1258      OutOfFund: 'Null',1259      PCUnderflow: 'Null',1260      CreateEmpty: 'Null',1261      Other: 'Text',1262      InvalidCode: 'Null'1263    }1264  },1265  /**1266   * Lookup115: evm_core::error::ExitRevert1267   **/1268  EvmCoreErrorExitRevert: {1269    _enum: ['Reverted']1270  },1271  /**1272   * Lookup116: evm_core::error::ExitFatal1273   **/1274  EvmCoreErrorExitFatal: {1275    _enum: {1276      NotSupported: 'Null',1277      UnhandledInterrupt: 'Null',1278      CallErrorAsFatal: 'EvmCoreErrorExitError',1279      Other: 'Text'1280    }1281  },1282  /**1283   * Lookup117: pallet_evm_contract_helpers::pallet::Event<T>1284   **/1285  PalletEvmContractHelpersEvent: {1286    _enum: {1287      ContractSponsorSet: '(H160,AccountId32)',1288      ContractSponsorshipConfirmed: '(H160,AccountId32)',1289      ContractSponsorRemoved: 'H160'1290    }1291  },1292  /**1293   * Lookup118: pallet_evm_migration::pallet::Event<T>1294   **/1295  PalletEvmMigrationEvent: {1296    _enum: ['TestEvent']1297  },1298  /**1299   * Lookup119: pallet_maintenance::pallet::Event<T>1300   **/1301  PalletMaintenanceEvent: {1302    _enum: ['MaintenanceEnabled', 'MaintenanceDisabled']1303  },1304  /**1305   * Lookup120: pallet_test_utils::pallet::Event<T>1306   **/1307  PalletTestUtilsEvent: {1308    _enum: ['ValueIsSet', 'ShouldRollback', 'BatchCompleted']1309  },1310  /**1311   * Lookup121: frame_system::Phase1312   **/1313  FrameSystemPhase: {1314    _enum: {1315      ApplyExtrinsic: 'u32',1316      Finalization: 'Null',1317      Initialization: 'Null'1318    }1319  },1320  /**1321   * Lookup124: frame_system::LastRuntimeUpgradeInfo1322   **/1323  FrameSystemLastRuntimeUpgradeInfo: {1324    specVersion: 'Compact<u32>',1325    specName: 'Text'1326  },1327  /**1328   * Lookup125: frame_system::pallet::Call<T>1329   **/1330  FrameSystemCall: {1331    _enum: {1332      remark: {1333        remark: 'Bytes',1334      },1335      set_heap_pages: {1336        pages: 'u64',1337      },1338      set_code: {1339        code: 'Bytes',1340      },1341      set_code_without_checks: {1342        code: 'Bytes',1343      },1344      set_storage: {1345        items: 'Vec<(Bytes,Bytes)>',1346      },1347      kill_storage: {1348        _alias: {1349          keys_: 'keys',1350        },1351        keys_: 'Vec<Bytes>',1352      },1353      kill_prefix: {1354        prefix: 'Bytes',1355        subkeys: 'u32',1356      },1357      remark_with_event: {1358        remark: 'Bytes'1359      }1360    }1361  },1362  /**1363   * Lookup129: frame_system::limits::BlockWeights1364   **/1365  FrameSystemLimitsBlockWeights: {1366    baseBlock: 'SpWeightsWeightV2Weight',1367    maxBlock: 'SpWeightsWeightV2Weight',1368    perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'1369  },1370  /**1371   * Lookup130: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>1372   **/1373  FrameSupportDispatchPerDispatchClassWeightsPerClass: {1374    normal: 'FrameSystemLimitsWeightsPerClass',1375    operational: 'FrameSystemLimitsWeightsPerClass',1376    mandatory: 'FrameSystemLimitsWeightsPerClass'1377  },1378  /**1379   * Lookup131: frame_system::limits::WeightsPerClass1380   **/1381  FrameSystemLimitsWeightsPerClass: {1382    baseExtrinsic: 'SpWeightsWeightV2Weight',1383    maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',1384    maxTotal: 'Option<SpWeightsWeightV2Weight>',1385    reserved: 'Option<SpWeightsWeightV2Weight>'1386  },1387  /**1388   * Lookup133: frame_system::limits::BlockLength1389   **/1390  FrameSystemLimitsBlockLength: {1391    max: 'FrameSupportDispatchPerDispatchClassU32'1392  },1393  /**1394   * Lookup134: frame_support::dispatch::PerDispatchClass<T>1395   **/1396  FrameSupportDispatchPerDispatchClassU32: {1397    normal: 'u32',1398    operational: 'u32',1399    mandatory: 'u32'1400  },1401  /**1402   * Lookup135: sp_weights::RuntimeDbWeight1403   **/1404  SpWeightsRuntimeDbWeight: {1405    read: 'u64',1406    write: 'u64'1407  },1408  /**1409   * Lookup136: sp_version::RuntimeVersion1410   **/1411  SpVersionRuntimeVersion: {1412    specName: 'Text',1413    implName: 'Text',1414    authoringVersion: 'u32',1415    specVersion: 'u32',1416    implVersion: 'u32',1417    apis: 'Vec<([u8;8],u32)>',1418    transactionVersion: 'u32',1419    stateVersion: 'u8'1420  },1421  /**1422   * Lookup141: frame_system::pallet::Error<T>1423   **/1424  FrameSystemError: {1425    _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']1426  },1427  /**1428   * Lookup142: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>1429   **/1430  PolkadotPrimitivesV2PersistedValidationData: {1431    parentHead: 'Bytes',1432    relayParentNumber: 'u32',1433    relayParentStorageRoot: 'H256',1434    maxPovSize: 'u32'1435  },1436  /**1437   * Lookup145: polkadot_primitives::v2::UpgradeRestriction1438   **/1439  PolkadotPrimitivesV2UpgradeRestriction: {1440    _enum: ['Present']1441  },1442  /**1443   * Lookup146: sp_trie::storage_proof::StorageProof1444   **/1445  SpTrieStorageProof: {1446    trieNodes: 'BTreeSet<Bytes>'1447  },1448  /**1449   * Lookup148: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot1450   **/1451  CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {1452    dmqMqcHead: 'H256',1453    relayDispatchQueueSize: '(u32,u32)',1454    ingressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>',1455    egressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>'1456  },1457  /**1458   * Lookup151: polkadot_primitives::v2::AbridgedHrmpChannel1459   **/1460  PolkadotPrimitivesV2AbridgedHrmpChannel: {1461    maxCapacity: 'u32',1462    maxTotalSize: 'u32',1463    maxMessageSize: 'u32',1464    msgCount: 'u32',1465    totalSize: 'u32',1466    mqcHead: 'Option<H256>'1467  },1468  /**1469   * Lookup152: polkadot_primitives::v2::AbridgedHostConfiguration1470   **/1471  PolkadotPrimitivesV2AbridgedHostConfiguration: {1472    maxCodeSize: 'u32',1473    maxHeadDataSize: 'u32',1474    maxUpwardQueueCount: 'u32',1475    maxUpwardQueueSize: 'u32',1476    maxUpwardMessageSize: 'u32',1477    maxUpwardMessageNumPerCandidate: 'u32',1478    hrmpMaxMessageNumPerCandidate: 'u32',1479    validationUpgradeCooldown: 'u32',1480    validationUpgradeDelay: 'u32'1481  },1482  /**1483   * Lookup158: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>1484   **/1485  PolkadotCorePrimitivesOutboundHrmpMessage: {1486    recipient: 'u32',1487    data: 'Bytes'1488  },1489  /**1490   * Lookup159: cumulus_pallet_parachain_system::pallet::Call<T>1491   **/1492  CumulusPalletParachainSystemCall: {1493    _enum: {1494      set_validation_data: {1495        data: 'CumulusPrimitivesParachainInherentParachainInherentData',1496      },1497      sudo_send_upward_message: {1498        message: 'Bytes',1499      },1500      authorize_upgrade: {1501        codeHash: 'H256',1502      },1503      enact_authorized_upgrade: {1504        code: 'Bytes'1505      }1506    }1507  },1508  /**1509   * Lookup160: cumulus_primitives_parachain_inherent::ParachainInherentData1510   **/1511  CumulusPrimitivesParachainInherentParachainInherentData: {1512    validationData: 'PolkadotPrimitivesV2PersistedValidationData',1513    relayChainState: 'SpTrieStorageProof',1514    downwardMessages: 'Vec<PolkadotCorePrimitivesInboundDownwardMessage>',1515    horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'1516  },1517  /**1518   * Lookup162: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>1519   **/1520  PolkadotCorePrimitivesInboundDownwardMessage: {1521    sentAt: 'u32',1522    msg: 'Bytes'1523  },1524  /**1525   * Lookup165: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>1526   **/1527  PolkadotCorePrimitivesInboundHrmpMessage: {1528    sentAt: 'u32',1529    data: 'Bytes'1530  },1531  /**1532   * Lookup168: cumulus_pallet_parachain_system::pallet::Error<T>1533   **/1534  CumulusPalletParachainSystemError: {1535    _enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']1536  },1537  /**1538   * Lookup170: pallet_balances::BalanceLock<Balance>1539   **/1540  PalletBalancesBalanceLock: {1541    id: '[u8;8]',1542    amount: 'u128',1543    reasons: 'PalletBalancesReasons'1544  },1545  /**1546   * Lookup171: pallet_balances::Reasons1547   **/1548  PalletBalancesReasons: {1549    _enum: ['Fee', 'Misc', 'All']1550  },1551  /**1552   * Lookup174: pallet_balances::ReserveData<ReserveIdentifier, Balance>1553   **/1554  PalletBalancesReserveData: {1555    id: '[u8;16]',1556    amount: 'u128'1557  },1558  /**1559   * Lookup176: pallet_balances::pallet::Call<T, I>1560   **/1561  PalletBalancesCall: {1562    _enum: {1563      transfer: {1564        dest: 'MultiAddress',1565        value: 'Compact<u128>',1566      },1567      set_balance: {1568        who: 'MultiAddress',1569        newFree: 'Compact<u128>',1570        newReserved: 'Compact<u128>',1571      },1572      force_transfer: {1573        source: 'MultiAddress',1574        dest: 'MultiAddress',1575        value: 'Compact<u128>',1576      },1577      transfer_keep_alive: {1578        dest: 'MultiAddress',1579        value: 'Compact<u128>',1580      },1581      transfer_all: {1582        dest: 'MultiAddress',1583        keepAlive: 'bool',1584      },1585      force_unreserve: {1586        who: 'MultiAddress',1587        amount: 'u128'1588      }1589    }1590  },1591  /**1592   * Lookup179: pallet_balances::pallet::Error<T, I>1593   **/1594  PalletBalancesError: {1595    _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'KeepAlive', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves']1596  },1597  /**1598   * Lookup181: pallet_timestamp::pallet::Call<T>1599   **/1600  PalletTimestampCall: {1601    _enum: {1602      set: {1603        now: 'Compact<u64>'1604      }1605    }1606  },1607  /**1608   * Lookup183: pallet_transaction_payment::Releases1609   **/1610  PalletTransactionPaymentReleases: {1611    _enum: ['V1Ancient', 'V2']1612  },1613  /**1614   * Lookup184: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>1615   **/1616  PalletTreasuryProposal: {1617    proposer: 'AccountId32',1618    value: 'u128',1619    beneficiary: 'AccountId32',1620    bond: 'u128'1621  },1622  /**1623   * Lookup187: pallet_treasury::pallet::Call<T, I>1624   **/1625  PalletTreasuryCall: {1626    _enum: {1627      propose_spend: {1628        value: 'Compact<u128>',1629        beneficiary: 'MultiAddress',1630      },1631      reject_proposal: {1632        proposalId: 'Compact<u32>',1633      },1634      approve_proposal: {1635        proposalId: 'Compact<u32>',1636      },1637      spend: {1638        amount: 'Compact<u128>',1639        beneficiary: 'MultiAddress',1640      },1641      remove_approval: {1642        proposalId: 'Compact<u32>'1643      }1644    }1645  },1646  /**1647   * Lookup190: frame_support::PalletId1648   **/1649  FrameSupportPalletId: '[u8;8]',1650  /**1651   * Lookup191: pallet_treasury::pallet::Error<T, I>1652   **/1653  PalletTreasuryError: {1654    _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals', 'InsufficientPermission', 'ProposalNotApproved']1655  },1656  /**1657   * Lookup192: pallet_sudo::pallet::Call<T>1658   **/1659  PalletSudoCall: {1660    _enum: {1661      sudo: {1662        call: 'Call',1663      },1664      sudo_unchecked_weight: {1665        call: 'Call',1666        weight: 'SpWeightsWeightV2Weight',1667      },1668      set_key: {1669        _alias: {1670          new_: 'new',1671        },1672        new_: 'MultiAddress',1673      },1674      sudo_as: {1675        who: 'MultiAddress',1676        call: 'Call'1677      }1678    }1679  },1680  /**1681   * Lookup194: orml_vesting::module::Call<T>1682   **/1683  OrmlVestingModuleCall: {1684    _enum: {1685      claim: 'Null',1686      vested_transfer: {1687        dest: 'MultiAddress',1688        schedule: 'OrmlVestingVestingSchedule',1689      },1690      update_vesting_schedules: {1691        who: 'MultiAddress',1692        vestingSchedules: 'Vec<OrmlVestingVestingSchedule>',1693      },1694      claim_for: {1695        dest: 'MultiAddress'1696      }1697    }1698  },1699  /**1700   * Lookup196: orml_xtokens::module::Call<T>1701   **/1702  OrmlXtokensModuleCall: {1703    _enum: {1704      transfer: {1705        currencyId: 'PalletForeignAssetsAssetIds',1706        amount: 'u128',1707        dest: 'XcmVersionedMultiLocation',1708        destWeightLimit: 'XcmV2WeightLimit',1709      },1710      transfer_multiasset: {1711        asset: 'XcmVersionedMultiAsset',1712        dest: 'XcmVersionedMultiLocation',1713        destWeightLimit: 'XcmV2WeightLimit',1714      },1715      transfer_with_fee: {1716        currencyId: 'PalletForeignAssetsAssetIds',1717        amount: 'u128',1718        fee: 'u128',1719        dest: 'XcmVersionedMultiLocation',1720        destWeightLimit: 'XcmV2WeightLimit',1721      },1722      transfer_multiasset_with_fee: {1723        asset: 'XcmVersionedMultiAsset',1724        fee: 'XcmVersionedMultiAsset',1725        dest: 'XcmVersionedMultiLocation',1726        destWeightLimit: 'XcmV2WeightLimit',1727      },1728      transfer_multicurrencies: {1729        currencies: 'Vec<(PalletForeignAssetsAssetIds,u128)>',1730        feeItem: 'u32',1731        dest: 'XcmVersionedMultiLocation',1732        destWeightLimit: 'XcmV2WeightLimit',1733      },1734      transfer_multiassets: {1735        assets: 'XcmVersionedMultiAssets',1736        feeItem: 'u32',1737        dest: 'XcmVersionedMultiLocation',1738        destWeightLimit: 'XcmV2WeightLimit'1739      }1740    }1741  },1742  /**1743   * Lookup197: xcm::VersionedMultiAsset1744   **/1745  XcmVersionedMultiAsset: {1746    _enum: {1747      V0: 'XcmV0MultiAsset',1748      V1: 'XcmV1MultiAsset'1749    }1750  },1751  /**1752   * Lookup200: orml_tokens::module::Call<T>1753   **/1754  OrmlTokensModuleCall: {1755    _enum: {1756      transfer: {1757        dest: 'MultiAddress',1758        currencyId: 'PalletForeignAssetsAssetIds',1759        amount: 'Compact<u128>',1760      },1761      transfer_all: {1762        dest: 'MultiAddress',1763        currencyId: 'PalletForeignAssetsAssetIds',1764        keepAlive: 'bool',1765      },1766      transfer_keep_alive: {1767        dest: 'MultiAddress',1768        currencyId: 'PalletForeignAssetsAssetIds',1769        amount: 'Compact<u128>',1770      },1771      force_transfer: {1772        source: 'MultiAddress',1773        dest: 'MultiAddress',1774        currencyId: 'PalletForeignAssetsAssetIds',1775        amount: 'Compact<u128>',1776      },1777      set_balance: {1778        who: 'MultiAddress',1779        currencyId: 'PalletForeignAssetsAssetIds',1780        newFree: 'Compact<u128>',1781        newReserved: 'Compact<u128>'1782      }1783    }1784  },1785  /**1786   * Lookup201: cumulus_pallet_xcmp_queue::pallet::Call<T>1787   **/1788  CumulusPalletXcmpQueueCall: {1789    _enum: {1790      service_overweight: {1791        index: 'u64',1792        weightLimit: 'u64',1793      },1794      suspend_xcm_execution: 'Null',1795      resume_xcm_execution: 'Null',1796      update_suspend_threshold: {1797        _alias: {1798          new_: 'new',1799        },1800        new_: 'u32',1801      },1802      update_drop_threshold: {1803        _alias: {1804          new_: 'new',1805        },1806        new_: 'u32',1807      },1808      update_resume_threshold: {1809        _alias: {1810          new_: 'new',1811        },1812        new_: 'u32',1813      },1814      update_threshold_weight: {1815        _alias: {1816          new_: 'new',1817        },1818        new_: 'u64',1819      },1820      update_weight_restrict_decay: {1821        _alias: {1822          new_: 'new',1823        },1824        new_: 'u64',1825      },1826      update_xcmp_max_individual_weight: {1827        _alias: {1828          new_: 'new',1829        },1830        new_: 'u64'1831      }1832    }1833  },1834  /**1835   * Lookup202: pallet_xcm::pallet::Call<T>1836   **/1837  PalletXcmCall: {1838    _enum: {1839      send: {1840        dest: 'XcmVersionedMultiLocation',1841        message: 'XcmVersionedXcm',1842      },1843      teleport_assets: {1844        dest: 'XcmVersionedMultiLocation',1845        beneficiary: 'XcmVersionedMultiLocation',1846        assets: 'XcmVersionedMultiAssets',1847        feeAssetItem: 'u32',1848      },1849      reserve_transfer_assets: {1850        dest: 'XcmVersionedMultiLocation',1851        beneficiary: 'XcmVersionedMultiLocation',1852        assets: 'XcmVersionedMultiAssets',1853        feeAssetItem: 'u32',1854      },1855      execute: {1856        message: 'XcmVersionedXcm',1857        maxWeight: 'u64',1858      },1859      force_xcm_version: {1860        location: 'XcmV1MultiLocation',1861        xcmVersion: 'u32',1862      },1863      force_default_xcm_version: {1864        maybeXcmVersion: 'Option<u32>',1865      },1866      force_subscribe_version_notify: {1867        location: 'XcmVersionedMultiLocation',1868      },1869      force_unsubscribe_version_notify: {1870        location: 'XcmVersionedMultiLocation',1871      },1872      limited_reserve_transfer_assets: {1873        dest: 'XcmVersionedMultiLocation',1874        beneficiary: 'XcmVersionedMultiLocation',1875        assets: 'XcmVersionedMultiAssets',1876        feeAssetItem: 'u32',1877        weightLimit: 'XcmV2WeightLimit',1878      },1879      limited_teleport_assets: {1880        dest: 'XcmVersionedMultiLocation',1881        beneficiary: 'XcmVersionedMultiLocation',1882        assets: 'XcmVersionedMultiAssets',1883        feeAssetItem: 'u32',1884        weightLimit: 'XcmV2WeightLimit'1885      }1886    }1887  },1888  /**1889   * Lookup203: xcm::VersionedXcm<RuntimeCall>1890   **/1891  XcmVersionedXcm: {1892    _enum: {1893      V0: 'XcmV0Xcm',1894      V1: 'XcmV1Xcm',1895      V2: 'XcmV2Xcm'1896    }1897  },1898  /**1899   * Lookup204: xcm::v0::Xcm<RuntimeCall>1900   **/1901  XcmV0Xcm: {1902    _enum: {1903      WithdrawAsset: {1904        assets: 'Vec<XcmV0MultiAsset>',1905        effects: 'Vec<XcmV0Order>',1906      },1907      ReserveAssetDeposit: {1908        assets: 'Vec<XcmV0MultiAsset>',1909        effects: 'Vec<XcmV0Order>',1910      },1911      TeleportAsset: {1912        assets: 'Vec<XcmV0MultiAsset>',1913        effects: 'Vec<XcmV0Order>',1914      },1915      QueryResponse: {1916        queryId: 'Compact<u64>',1917        response: 'XcmV0Response',1918      },1919      TransferAsset: {1920        assets: 'Vec<XcmV0MultiAsset>',1921        dest: 'XcmV0MultiLocation',1922      },1923      TransferReserveAsset: {1924        assets: 'Vec<XcmV0MultiAsset>',1925        dest: 'XcmV0MultiLocation',1926        effects: 'Vec<XcmV0Order>',1927      },1928      Transact: {1929        originType: 'XcmV0OriginKind',1930        requireWeightAtMost: 'u64',1931        call: 'XcmDoubleEncoded',1932      },1933      HrmpNewChannelOpenRequest: {1934        sender: 'Compact<u32>',1935        maxMessageSize: 'Compact<u32>',1936        maxCapacity: 'Compact<u32>',1937      },1938      HrmpChannelAccepted: {1939        recipient: 'Compact<u32>',1940      },1941      HrmpChannelClosing: {1942        initiator: 'Compact<u32>',1943        sender: 'Compact<u32>',1944        recipient: 'Compact<u32>',1945      },1946      RelayedFrom: {1947        who: 'XcmV0MultiLocation',1948        message: 'XcmV0Xcm'1949      }1950    }1951  },1952  /**1953   * Lookup206: xcm::v0::order::Order<RuntimeCall>1954   **/1955  XcmV0Order: {1956    _enum: {1957      Null: 'Null',1958      DepositAsset: {1959        assets: 'Vec<XcmV0MultiAsset>',1960        dest: 'XcmV0MultiLocation',1961      },1962      DepositReserveAsset: {1963        assets: 'Vec<XcmV0MultiAsset>',1964        dest: 'XcmV0MultiLocation',1965        effects: 'Vec<XcmV0Order>',1966      },1967      ExchangeAsset: {1968        give: 'Vec<XcmV0MultiAsset>',1969        receive: 'Vec<XcmV0MultiAsset>',1970      },1971      InitiateReserveWithdraw: {1972        assets: 'Vec<XcmV0MultiAsset>',1973        reserve: 'XcmV0MultiLocation',1974        effects: 'Vec<XcmV0Order>',1975      },1976      InitiateTeleport: {1977        assets: 'Vec<XcmV0MultiAsset>',1978        dest: 'XcmV0MultiLocation',1979        effects: 'Vec<XcmV0Order>',1980      },1981      QueryHolding: {1982        queryId: 'Compact<u64>',1983        dest: 'XcmV0MultiLocation',1984        assets: 'Vec<XcmV0MultiAsset>',1985      },1986      BuyExecution: {1987        fees: 'XcmV0MultiAsset',1988        weight: 'u64',1989        debt: 'u64',1990        haltOnError: 'bool',1991        xcm: 'Vec<XcmV0Xcm>'1992      }1993    }1994  },1995  /**1996   * Lookup208: xcm::v0::Response1997   **/1998  XcmV0Response: {1999    _enum: {2000      Assets: 'Vec<XcmV0MultiAsset>'2001    }2002  },2003  /**2004   * Lookup209: xcm::v1::Xcm<RuntimeCall>2005   **/2006  XcmV1Xcm: {2007    _enum: {2008      WithdrawAsset: {2009        assets: 'XcmV1MultiassetMultiAssets',2010        effects: 'Vec<XcmV1Order>',2011      },2012      ReserveAssetDeposited: {2013        assets: 'XcmV1MultiassetMultiAssets',2014        effects: 'Vec<XcmV1Order>',2015      },2016      ReceiveTeleportedAsset: {2017        assets: 'XcmV1MultiassetMultiAssets',2018        effects: 'Vec<XcmV1Order>',2019      },2020      QueryResponse: {2021        queryId: 'Compact<u64>',2022        response: 'XcmV1Response',2023      },2024      TransferAsset: {2025        assets: 'XcmV1MultiassetMultiAssets',2026        beneficiary: 'XcmV1MultiLocation',2027      },2028      TransferReserveAsset: {2029        assets: 'XcmV1MultiassetMultiAssets',2030        dest: 'XcmV1MultiLocation',2031        effects: 'Vec<XcmV1Order>',2032      },2033      Transact: {2034        originType: 'XcmV0OriginKind',2035        requireWeightAtMost: 'u64',2036        call: 'XcmDoubleEncoded',2037      },2038      HrmpNewChannelOpenRequest: {2039        sender: 'Compact<u32>',2040        maxMessageSize: 'Compact<u32>',2041        maxCapacity: 'Compact<u32>',2042      },2043      HrmpChannelAccepted: {2044        recipient: 'Compact<u32>',2045      },2046      HrmpChannelClosing: {2047        initiator: 'Compact<u32>',2048        sender: 'Compact<u32>',2049        recipient: 'Compact<u32>',2050      },2051      RelayedFrom: {2052        who: 'XcmV1MultilocationJunctions',2053        message: 'XcmV1Xcm',2054      },2055      SubscribeVersion: {2056        queryId: 'Compact<u64>',2057        maxResponseWeight: 'Compact<u64>',2058      },2059      UnsubscribeVersion: 'Null'2060    }2061  },2062  /**2063   * Lookup211: xcm::v1::order::Order<RuntimeCall>2064   **/2065  XcmV1Order: {2066    _enum: {2067      Noop: 'Null',2068      DepositAsset: {2069        assets: 'XcmV1MultiassetMultiAssetFilter',2070        maxAssets: 'u32',2071        beneficiary: 'XcmV1MultiLocation',2072      },2073      DepositReserveAsset: {2074        assets: 'XcmV1MultiassetMultiAssetFilter',2075        maxAssets: 'u32',2076        dest: 'XcmV1MultiLocation',2077        effects: 'Vec<XcmV1Order>',2078      },2079      ExchangeAsset: {2080        give: 'XcmV1MultiassetMultiAssetFilter',2081        receive: 'XcmV1MultiassetMultiAssets',2082      },2083      InitiateReserveWithdraw: {2084        assets: 'XcmV1MultiassetMultiAssetFilter',2085        reserve: 'XcmV1MultiLocation',2086        effects: 'Vec<XcmV1Order>',2087      },2088      InitiateTeleport: {2089        assets: 'XcmV1MultiassetMultiAssetFilter',2090        dest: 'XcmV1MultiLocation',2091        effects: 'Vec<XcmV1Order>',2092      },2093      QueryHolding: {2094        queryId: 'Compact<u64>',2095        dest: 'XcmV1MultiLocation',2096        assets: 'XcmV1MultiassetMultiAssetFilter',2097      },2098      BuyExecution: {2099        fees: 'XcmV1MultiAsset',2100        weight: 'u64',2101        debt: 'u64',2102        haltOnError: 'bool',2103        instructions: 'Vec<XcmV1Xcm>'2104      }2105    }2106  },2107  /**2108   * Lookup213: xcm::v1::Response2109   **/2110  XcmV1Response: {2111    _enum: {2112      Assets: 'XcmV1MultiassetMultiAssets',2113      Version: 'u32'2114    }2115  },2116  /**2117   * Lookup227: cumulus_pallet_xcm::pallet::Call<T>2118   **/2119  CumulusPalletXcmCall: 'Null',2120  /**2121   * Lookup228: cumulus_pallet_dmp_queue::pallet::Call<T>2122   **/2123  CumulusPalletDmpQueueCall: {2124    _enum: {2125      service_overweight: {2126        index: 'u64',2127        weightLimit: 'u64'2128      }2129    }2130  },2131  /**2132   * Lookup229: pallet_inflation::pallet::Call<T>2133   **/2134  PalletInflationCall: {2135    _enum: {2136      start_inflation: {2137        inflationStartRelayBlock: 'u32'2138      }2139    }2140  },2141  /**2142   * Lookup230: pallet_unique::Call<T>2143   **/2144  PalletUniqueCall: {2145    _enum: {2146      create_collection: {2147        collectionName: 'Vec<u16>',2148        collectionDescription: 'Vec<u16>',2149        tokenPrefix: 'Bytes',2150        mode: 'UpDataStructsCollectionMode',2151      },2152      create_collection_ex: {2153        data: 'UpDataStructsCreateCollectionData',2154      },2155      destroy_collection: {2156        collectionId: 'u32',2157      },2158      add_to_allow_list: {2159        collectionId: 'u32',2160        address: 'PalletEvmAccountBasicCrossAccountIdRepr',2161      },2162      remove_from_allow_list: {2163        collectionId: 'u32',2164        address: 'PalletEvmAccountBasicCrossAccountIdRepr',2165      },2166      change_collection_owner: {2167        collectionId: 'u32',2168        newOwner: 'AccountId32',2169      },2170      add_collection_admin: {2171        collectionId: 'u32',2172        newAdminId: 'PalletEvmAccountBasicCrossAccountIdRepr',2173      },2174      remove_collection_admin: {2175        collectionId: 'u32',2176        accountId: 'PalletEvmAccountBasicCrossAccountIdRepr',2177      },2178      set_collection_sponsor: {2179        collectionId: 'u32',2180        newSponsor: 'AccountId32',2181      },2182      confirm_sponsorship: {2183        collectionId: 'u32',2184      },2185      remove_collection_sponsor: {2186        collectionId: 'u32',2187      },2188      create_item: {2189        collectionId: 'u32',2190        owner: 'PalletEvmAccountBasicCrossAccountIdRepr',2191        data: 'UpDataStructsCreateItemData',2192      },2193      create_multiple_items: {2194        collectionId: 'u32',2195        owner: 'PalletEvmAccountBasicCrossAccountIdRepr',2196        itemsData: 'Vec<UpDataStructsCreateItemData>',2197      },2198      set_collection_properties: {2199        collectionId: 'u32',2200        properties: 'Vec<UpDataStructsProperty>',2201      },2202      delete_collection_properties: {2203        collectionId: 'u32',2204        propertyKeys: 'Vec<Bytes>',2205      },2206      set_token_properties: {2207        collectionId: 'u32',2208        tokenId: 'u32',2209        properties: 'Vec<UpDataStructsProperty>',2210      },2211      delete_token_properties: {2212        collectionId: 'u32',2213        tokenId: 'u32',2214        propertyKeys: 'Vec<Bytes>',2215      },2216      set_token_property_permissions: {2217        collectionId: 'u32',2218        propertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2219      },2220      create_multiple_items_ex: {2221        collectionId: 'u32',2222        data: 'UpDataStructsCreateItemExData',2223      },2224      set_transfers_enabled_flag: {2225        collectionId: 'u32',2226        value: 'bool',2227      },2228      burn_item: {2229        collectionId: 'u32',2230        itemId: 'u32',2231        value: 'u128',2232      },2233      burn_from: {2234        collectionId: 'u32',2235        from: 'PalletEvmAccountBasicCrossAccountIdRepr',2236        itemId: 'u32',2237        value: 'u128',2238      },2239      transfer: {2240        recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',2241        collectionId: 'u32',2242        itemId: 'u32',2243        value: 'u128',2244      },2245      approve: {2246        spender: 'PalletEvmAccountBasicCrossAccountIdRepr',2247        collectionId: 'u32',2248        itemId: 'u32',2249        amount: 'u128',2250      },2251      transfer_from: {2252        from: 'PalletEvmAccountBasicCrossAccountIdRepr',2253        recipient: 'PalletEvmAccountBasicCrossAccountIdRepr',2254        collectionId: 'u32',2255        itemId: 'u32',2256        value: 'u128',2257      },2258      set_collection_limits: {2259        collectionId: 'u32',2260        newLimit: 'UpDataStructsCollectionLimits',2261      },2262      set_collection_permissions: {2263        collectionId: 'u32',2264        newPermission: 'UpDataStructsCollectionPermissions',2265      },2266      repartition: {2267        collectionId: 'u32',2268        tokenId: 'u32',2269        amount: 'u128',2270      },2271      set_allowance_for_all: {2272        collectionId: 'u32',2273        operator: 'PalletEvmAccountBasicCrossAccountIdRepr',2274        approve: 'bool',2275      },2276      force_repair_collection: {2277        collectionId: 'u32',2278      },2279      force_repair_item: {2280        collectionId: 'u32',2281        itemId: 'u32'2282      }2283    }2284  },2285  /**2286   * Lookup235: up_data_structs::CollectionMode2287   **/2288  UpDataStructsCollectionMode: {2289    _enum: {2290      NFT: 'Null',2291      Fungible: 'u8',2292      ReFungible: 'Null'2293    }2294  },2295  /**2296   * Lookup236: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>2297   **/2298  UpDataStructsCreateCollectionData: {2299    mode: 'UpDataStructsCollectionMode',2300    access: 'Option<UpDataStructsAccessMode>',2301    name: 'Vec<u16>',2302    description: 'Vec<u16>',2303    tokenPrefix: 'Bytes',2304    pendingSponsor: 'Option<AccountId32>',2305    limits: 'Option<UpDataStructsCollectionLimits>',2306    permissions: 'Option<UpDataStructsCollectionPermissions>',2307    tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2308    properties: 'Vec<UpDataStructsProperty>'2309  },2310  /**2311   * Lookup238: up_data_structs::AccessMode2312   **/2313  UpDataStructsAccessMode: {2314    _enum: ['Normal', 'AllowList']2315  },2316  /**2317   * Lookup240: up_data_structs::CollectionLimits2318   **/2319  UpDataStructsCollectionLimits: {2320    accountTokenOwnershipLimit: 'Option<u32>',2321    sponsoredDataSize: 'Option<u32>',2322    sponsoredDataRateLimit: 'Option<UpDataStructsSponsoringRateLimit>',2323    tokenLimit: 'Option<u32>',2324    sponsorTransferTimeout: 'Option<u32>',2325    sponsorApproveTimeout: 'Option<u32>',2326    ownerCanTransfer: 'Option<bool>',2327    ownerCanDestroy: 'Option<bool>',2328    transfersEnabled: 'Option<bool>'2329  },2330  /**2331   * Lookup242: up_data_structs::SponsoringRateLimit2332   **/2333  UpDataStructsSponsoringRateLimit: {2334    _enum: {2335      SponsoringDisabled: 'Null',2336      Blocks: 'u32'2337    }2338  },2339  /**2340   * Lookup245: up_data_structs::CollectionPermissions2341   **/2342  UpDataStructsCollectionPermissions: {2343    access: 'Option<UpDataStructsAccessMode>',2344    mintMode: 'Option<bool>',2345    nesting: 'Option<UpDataStructsNestingPermissions>'2346  },2347  /**2348   * Lookup247: up_data_structs::NestingPermissions2349   **/2350  UpDataStructsNestingPermissions: {2351    tokenOwner: 'bool',2352    collectionAdmin: 'bool',2353    restricted: 'Option<UpDataStructsOwnerRestrictedSet>'2354  },2355  /**2356   * Lookup249: up_data_structs::OwnerRestrictedSet2357   **/2358  UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',2359  /**2360   * Lookup254: up_data_structs::PropertyKeyPermission2361   **/2362  UpDataStructsPropertyKeyPermission: {2363    key: 'Bytes',2364    permission: 'UpDataStructsPropertyPermission'2365  },2366  /**2367   * Lookup255: up_data_structs::PropertyPermission2368   **/2369  UpDataStructsPropertyPermission: {2370    mutable: 'bool',2371    collectionAdmin: 'bool',2372    tokenOwner: 'bool'2373  },2374  /**2375   * Lookup258: up_data_structs::Property2376   **/2377  UpDataStructsProperty: {2378    key: 'Bytes',2379    value: 'Bytes'2380  },2381  /**2382   * Lookup261: up_data_structs::CreateItemData2383   **/2384  UpDataStructsCreateItemData: {2385    _enum: {2386      NFT: 'UpDataStructsCreateNftData',2387      Fungible: 'UpDataStructsCreateFungibleData',2388      ReFungible: 'UpDataStructsCreateReFungibleData'2389    }2390  },2391  /**2392   * Lookup262: up_data_structs::CreateNftData2393   **/2394  UpDataStructsCreateNftData: {2395    properties: 'Vec<UpDataStructsProperty>'2396  },2397  /**2398   * Lookup263: up_data_structs::CreateFungibleData2399   **/2400  UpDataStructsCreateFungibleData: {2401    value: 'u128'2402  },2403  /**2404   * Lookup264: up_data_structs::CreateReFungibleData2405   **/2406  UpDataStructsCreateReFungibleData: {2407    pieces: 'u128',2408    properties: 'Vec<UpDataStructsProperty>'2409  },2410  /**2411   * Lookup267: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2412   **/2413  UpDataStructsCreateItemExData: {2414    _enum: {2415      NFT: 'Vec<UpDataStructsCreateNftExData>',2416      Fungible: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',2417      RefungibleMultipleItems: 'Vec<UpDataStructsCreateRefungibleExSingleOwner>',2418      RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExMultipleOwners'2419    }2420  },2421  /**2422   * Lookup269: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2423   **/2424  UpDataStructsCreateNftExData: {2425    properties: 'Vec<UpDataStructsProperty>',2426    owner: 'PalletEvmAccountBasicCrossAccountIdRepr'2427  },2428  /**2429   * Lookup276: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2430   **/2431  UpDataStructsCreateRefungibleExSingleOwner: {2432    user: 'PalletEvmAccountBasicCrossAccountIdRepr',2433    pieces: 'u128',2434    properties: 'Vec<UpDataStructsProperty>'2435  },2436  /**2437   * Lookup278: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2438   **/2439  UpDataStructsCreateRefungibleExMultipleOwners: {2440    users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',2441    properties: 'Vec<UpDataStructsProperty>'2442  },2443  /**2444   * Lookup279: pallet_configuration::pallet::Call<T>2445   **/2446  PalletConfigurationCall: {2447    _enum: {2448      set_weight_to_fee_coefficient_override: {2449        coeff: 'Option<u64>',2450      },2451      set_min_gas_price_override: {2452        coeff: 'Option<u64>',2453      },2454      set_xcm_allowed_locations: {2455        locations: 'Option<Vec<XcmV1MultiLocation>>',2456      },2457      set_app_promotion_configuration_override: {2458        configuration: 'PalletConfigurationAppPromotionConfiguration'2459      }2460    }2461  },2462  /**2463   * Lookup284: pallet_configuration::AppPromotionConfiguration<BlockNumber>2464   **/2465  PalletConfigurationAppPromotionConfiguration: {2466    recalculationInterval: 'Option<u32>',2467    pendingInterval: 'Option<u32>',2468    intervalIncome: 'Option<Perbill>',2469    maxStakersPerCalculation: 'Option<u8>'2470  },2471  /**2472   * Lookup288: pallet_template_transaction_payment::Call<T>2473   **/2474  PalletTemplateTransactionPaymentCall: 'Null',2475  /**2476   * Lookup289: pallet_structure::pallet::Call<T>2477   **/2478  PalletStructureCall: 'Null',2479  /**2480   * Lookup290: pallet_rmrk_core::pallet::Call<T>2481   **/2482  PalletRmrkCoreCall: {2483    _enum: {2484      create_collection: {2485        metadata: 'Bytes',2486        max: 'Option<u32>',2487        symbol: 'Bytes',2488      },2489      destroy_collection: {2490        collectionId: 'u32',2491      },2492      change_collection_issuer: {2493        collectionId: 'u32',2494        newIssuer: 'MultiAddress',2495      },2496      lock_collection: {2497        collectionId: 'u32',2498      },2499      mint_nft: {2500        owner: 'Option<AccountId32>',2501        collectionId: 'u32',2502        recipient: 'Option<AccountId32>',2503        royaltyAmount: 'Option<Permill>',2504        metadata: 'Bytes',2505        transferable: 'bool',2506        resources: 'Option<Vec<RmrkTraitsResourceResourceTypes>>',2507      },2508      burn_nft: {2509        collectionId: 'u32',2510        nftId: 'u32',2511        maxBurns: 'u32',2512      },2513      send: {2514        rmrkCollectionId: 'u32',2515        rmrkNftId: 'u32',2516        newOwner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',2517      },2518      accept_nft: {2519        rmrkCollectionId: 'u32',2520        rmrkNftId: 'u32',2521        newOwner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',2522      },2523      reject_nft: {2524        rmrkCollectionId: 'u32',2525        rmrkNftId: 'u32',2526      },2527      accept_resource: {2528        rmrkCollectionId: 'u32',2529        rmrkNftId: 'u32',2530        resourceId: 'u32',2531      },2532      accept_resource_removal: {2533        rmrkCollectionId: 'u32',2534        rmrkNftId: 'u32',2535        resourceId: 'u32',2536      },2537      set_property: {2538        rmrkCollectionId: 'Compact<u32>',2539        maybeNftId: 'Option<u32>',2540        key: 'Bytes',2541        value: 'Bytes',2542      },2543      set_priority: {2544        rmrkCollectionId: 'u32',2545        rmrkNftId: 'u32',2546        priorities: 'Vec<u32>',2547      },2548      add_basic_resource: {2549        rmrkCollectionId: 'u32',2550        nftId: 'u32',2551        resource: 'RmrkTraitsResourceBasicResource',2552      },2553      add_composable_resource: {2554        rmrkCollectionId: 'u32',2555        nftId: 'u32',2556        resource: 'RmrkTraitsResourceComposableResource',2557      },2558      add_slot_resource: {2559        rmrkCollectionId: 'u32',2560        nftId: 'u32',2561        resource: 'RmrkTraitsResourceSlotResource',2562      },2563      remove_resource: {2564        rmrkCollectionId: 'u32',2565        nftId: 'u32',2566        resourceId: 'u32'2567      }2568    }2569  },2570  /**2571   * Lookup296: rmrk_traits::resource::ResourceTypes<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2572   **/2573  RmrkTraitsResourceResourceTypes: {2574    _enum: {2575      Basic: 'RmrkTraitsResourceBasicResource',2576      Composable: 'RmrkTraitsResourceComposableResource',2577      Slot: 'RmrkTraitsResourceSlotResource'2578    }2579  },2580  /**2581   * Lookup298: rmrk_traits::resource::BasicResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2582   **/2583  RmrkTraitsResourceBasicResource: {2584    src: 'Option<Bytes>',2585    metadata: 'Option<Bytes>',2586    license: 'Option<Bytes>',2587    thumb: 'Option<Bytes>'2588  },2589  /**2590   * Lookup300: rmrk_traits::resource::ComposableResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2591   **/2592  RmrkTraitsResourceComposableResource: {2593    parts: 'Vec<u32>',2594    base: 'u32',2595    src: 'Option<Bytes>',2596    metadata: 'Option<Bytes>',2597    license: 'Option<Bytes>',2598    thumb: 'Option<Bytes>'2599  },2600  /**2601   * Lookup301: rmrk_traits::resource::SlotResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2602   **/2603  RmrkTraitsResourceSlotResource: {2604    base: 'u32',2605    src: 'Option<Bytes>',2606    metadata: 'Option<Bytes>',2607    slot: 'u32',2608    license: 'Option<Bytes>',2609    thumb: 'Option<Bytes>'2610  },2611  /**2612   * Lookup304: pallet_rmrk_equip::pallet::Call<T>2613   **/2614  PalletRmrkEquipCall: {2615    _enum: {2616      create_base: {2617        baseType: 'Bytes',2618        symbol: 'Bytes',2619        parts: 'Vec<RmrkTraitsPartPartType>',2620      },2621      theme_add: {2622        baseId: 'u32',2623        theme: 'RmrkTraitsTheme',2624      },2625      equippable: {2626        baseId: 'u32',2627        slotId: 'u32',2628        equippables: 'RmrkTraitsPartEquippableList'2629      }2630    }2631  },2632  /**2633   * Lookup307: rmrk_traits::part::PartType<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2634   **/2635  RmrkTraitsPartPartType: {2636    _enum: {2637      FixedPart: 'RmrkTraitsPartFixedPart',2638      SlotPart: 'RmrkTraitsPartSlotPart'2639    }2640  },2641  /**2642   * Lookup309: rmrk_traits::part::FixedPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2643   **/2644  RmrkTraitsPartFixedPart: {2645    id: 'u32',2646    z: 'u32',2647    src: 'Bytes'2648  },2649  /**2650   * Lookup310: rmrk_traits::part::SlotPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2651   **/2652  RmrkTraitsPartSlotPart: {2653    id: 'u32',2654    equippable: 'RmrkTraitsPartEquippableList',2655    src: 'Bytes',2656    z: 'u32'2657  },2658  /**2659   * Lookup311: rmrk_traits::part::EquippableList<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2660   **/2661  RmrkTraitsPartEquippableList: {2662    _enum: {2663      All: 'Null',2664      Empty: 'Null',2665      Custom: 'Vec<u32>'2666    }2667  },2668  /**2669   * Lookup313: rmrk_traits::theme::Theme<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>, S>>2670   **/2671  RmrkTraitsTheme: {2672    name: 'Bytes',2673    properties: 'Vec<RmrkTraitsThemeThemeProperty>',2674    inherit: 'bool'2675  },2676  /**2677   * Lookup315: rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2678   **/2679  RmrkTraitsThemeThemeProperty: {2680    key: 'Bytes',2681    value: 'Bytes'2682  },2683  /**2684   * Lookup317: pallet_app_promotion::pallet::Call<T>2685   **/2686  PalletAppPromotionCall: {2687    _enum: {2688      set_admin_address: {2689        admin: 'PalletEvmAccountBasicCrossAccountIdRepr',2690      },2691      stake: {2692        amount: 'u128',2693      },2694      unstake: 'Null',2695      sponsor_collection: {2696        collectionId: 'u32',2697      },2698      stop_sponsoring_collection: {2699        collectionId: 'u32',2700      },2701      sponsor_contract: {2702        contractId: 'H160',2703      },2704      stop_sponsoring_contract: {2705        contractId: 'H160',2706      },2707      payout_stakers: {2708        stakersNumber: 'Option<u8>'2709      }2710    }2711  },2712  /**2713   * Lookup318: pallet_foreign_assets::module::Call<T>2714   **/2715  PalletForeignAssetsModuleCall: {2716    _enum: {2717      register_foreign_asset: {2718        owner: 'AccountId32',2719        location: 'XcmVersionedMultiLocation',2720        metadata: 'PalletForeignAssetsModuleAssetMetadata',2721      },2722      update_foreign_asset: {2723        foreignAssetId: 'u32',2724        location: 'XcmVersionedMultiLocation',2725        metadata: 'PalletForeignAssetsModuleAssetMetadata'2726      }2727    }2728  },2729  /**2730   * Lookup319: pallet_evm::pallet::Call<T>2731   **/2732  PalletEvmCall: {2733    _enum: {2734      withdraw: {2735        address: 'H160',2736        value: 'u128',2737      },2738      call: {2739        source: 'H160',2740        target: 'H160',2741        input: 'Bytes',2742        value: 'U256',2743        gasLimit: 'u64',2744        maxFeePerGas: 'U256',2745        maxPriorityFeePerGas: 'Option<U256>',2746        nonce: 'Option<U256>',2747        accessList: 'Vec<(H160,Vec<H256>)>',2748      },2749      create: {2750        source: 'H160',2751        init: 'Bytes',2752        value: 'U256',2753        gasLimit: 'u64',2754        maxFeePerGas: 'U256',2755        maxPriorityFeePerGas: 'Option<U256>',2756        nonce: 'Option<U256>',2757        accessList: 'Vec<(H160,Vec<H256>)>',2758      },2759      create2: {2760        source: 'H160',2761        init: 'Bytes',2762        salt: 'H256',2763        value: 'U256',2764        gasLimit: 'u64',2765        maxFeePerGas: 'U256',2766        maxPriorityFeePerGas: 'Option<U256>',2767        nonce: 'Option<U256>',2768        accessList: 'Vec<(H160,Vec<H256>)>'2769      }2770    }2771  },2772  /**2773   * Lookup325: pallet_ethereum::pallet::Call<T>2774   **/2775  PalletEthereumCall: {2776    _enum: {2777      transact: {2778        transaction: 'EthereumTransactionTransactionV2'2779      }2780    }2781  },2782  /**2783   * Lookup326: ethereum::transaction::TransactionV22784   **/2785  EthereumTransactionTransactionV2: {2786    _enum: {2787      Legacy: 'EthereumTransactionLegacyTransaction',2788      EIP2930: 'EthereumTransactionEip2930Transaction',2789      EIP1559: 'EthereumTransactionEip1559Transaction'2790    }2791  },2792  /**2793   * Lookup327: ethereum::transaction::LegacyTransaction2794   **/2795  EthereumTransactionLegacyTransaction: {2796    nonce: 'U256',2797    gasPrice: 'U256',2798    gasLimit: 'U256',2799    action: 'EthereumTransactionTransactionAction',2800    value: 'U256',2801    input: 'Bytes',2802    signature: 'EthereumTransactionTransactionSignature'2803  },2804  /**2805   * Lookup328: ethereum::transaction::TransactionAction2806   **/2807  EthereumTransactionTransactionAction: {2808    _enum: {2809      Call: 'H160',2810      Create: 'Null'2811    }2812  },2813  /**2814   * Lookup329: ethereum::transaction::TransactionSignature2815   **/2816  EthereumTransactionTransactionSignature: {2817    v: 'u64',2818    r: 'H256',2819    s: 'H256'2820  },2821  /**2822   * Lookup331: ethereum::transaction::EIP2930Transaction2823   **/2824  EthereumTransactionEip2930Transaction: {2825    chainId: 'u64',2826    nonce: 'U256',2827    gasPrice: 'U256',2828    gasLimit: 'U256',2829    action: 'EthereumTransactionTransactionAction',2830    value: 'U256',2831    input: 'Bytes',2832    accessList: 'Vec<EthereumTransactionAccessListItem>',2833    oddYParity: 'bool',2834    r: 'H256',2835    s: 'H256'2836  },2837  /**2838   * Lookup333: ethereum::transaction::AccessListItem2839   **/2840  EthereumTransactionAccessListItem: {2841    address: 'H160',2842    storageKeys: 'Vec<H256>'2843  },2844  /**2845   * Lookup334: ethereum::transaction::EIP1559Transaction2846   **/2847  EthereumTransactionEip1559Transaction: {2848    chainId: 'u64',2849    nonce: 'U256',2850    maxPriorityFeePerGas: 'U256',2851    maxFeePerGas: 'U256',2852    gasLimit: 'U256',2853    action: 'EthereumTransactionTransactionAction',2854    value: 'U256',2855    input: 'Bytes',2856    accessList: 'Vec<EthereumTransactionAccessListItem>',2857    oddYParity: 'bool',2858    r: 'H256',2859    s: 'H256'2860  },2861  /**2862   * Lookup335: pallet_evm_migration::pallet::Call<T>2863   **/2864  PalletEvmMigrationCall: {2865    _enum: {2866      begin: {2867        address: 'H160',2868      },2869      set_data: {2870        address: 'H160',2871        data: 'Vec<(H256,H256)>',2872      },2873      finish: {2874        address: 'H160',2875        code: 'Bytes',2876      },2877      insert_eth_logs: {2878        logs: 'Vec<EthereumLog>',2879      },2880      insert_events: {2881        events: 'Vec<Bytes>'2882      }2883    }2884  },2885  /**2886   * Lookup339: pallet_maintenance::pallet::Call<T>2887   **/2888  PalletMaintenanceCall: {2889    _enum: ['enable', 'disable']2890  },2891  /**2892   * Lookup340: pallet_test_utils::pallet::Call<T>2893   **/2894  PalletTestUtilsCall: {2895    _enum: {2896      enable: 'Null',2897      set_test_value: {2898        value: 'u32',2899      },2900      set_test_value_and_rollback: {2901        value: 'u32',2902      },2903      inc_test_value: 'Null',2904      just_take_fee: 'Null',2905      batch_all: {2906        calls: 'Vec<Call>'2907      }2908    }2909  },2910  /**2911   * Lookup342: pallet_sudo::pallet::Error<T>2912   **/2913  PalletSudoError: {2914    _enum: ['RequireSudo']2915  },2916  /**2917   * Lookup344: orml_vesting::module::Error<T>2918   **/2919  OrmlVestingModuleError: {2920    _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']2921  },2922  /**2923   * Lookup345: orml_xtokens::module::Error<T>2924   **/2925  OrmlXtokensModuleError: {2926    _enum: ['AssetHasNoReserve', 'NotCrossChainTransfer', 'InvalidDest', 'NotCrossChainTransferableCurrency', 'UnweighableMessage', 'XcmExecutionFailed', 'CannotReanchor', 'InvalidAncestry', 'InvalidAsset', 'DestinationNotInvertible', 'BadVersion', 'DistinctReserveForAssetAndFee', 'ZeroFee', 'ZeroAmount', 'TooManyAssetsBeingSent', 'AssetIndexNonExistent', 'FeeNotEnough', 'NotSupportedMultiLocation', 'MinXcmFeeNotDefined']2927  },2928  /**2929   * Lookup348: orml_tokens::BalanceLock<Balance>2930   **/2931  OrmlTokensBalanceLock: {2932    id: '[u8;8]',2933    amount: 'u128'2934  },2935  /**2936   * Lookup350: orml_tokens::AccountData<Balance>2937   **/2938  OrmlTokensAccountData: {2939    free: 'u128',2940    reserved: 'u128',2941    frozen: 'u128'2942  },2943  /**2944   * Lookup352: orml_tokens::ReserveData<ReserveIdentifier, Balance>2945   **/2946  OrmlTokensReserveData: {2947    id: 'Null',2948    amount: 'u128'2949  },2950  /**2951   * Lookup354: orml_tokens::module::Error<T>2952   **/2953  OrmlTokensModuleError: {2954    _enum: ['BalanceTooLow', 'AmountIntoBalanceFailed', 'LiquidityRestrictions', 'MaxLocksExceeded', 'KeepAlive', 'ExistentialDeposit', 'DeadAccount', 'TooManyReserves']2955  },2956  /**2957   * Lookup356: cumulus_pallet_xcmp_queue::InboundChannelDetails2958   **/2959  CumulusPalletXcmpQueueInboundChannelDetails: {2960    sender: 'u32',2961    state: 'CumulusPalletXcmpQueueInboundState',2962    messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'2963  },2964  /**2965   * Lookup357: cumulus_pallet_xcmp_queue::InboundState2966   **/2967  CumulusPalletXcmpQueueInboundState: {2968    _enum: ['Ok', 'Suspended']2969  },2970  /**2971   * Lookup360: polkadot_parachain::primitives::XcmpMessageFormat2972   **/2973  PolkadotParachainPrimitivesXcmpMessageFormat: {2974    _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']2975  },2976  /**2977   * Lookup363: cumulus_pallet_xcmp_queue::OutboundChannelDetails2978   **/2979  CumulusPalletXcmpQueueOutboundChannelDetails: {2980    recipient: 'u32',2981    state: 'CumulusPalletXcmpQueueOutboundState',2982    signalsExist: 'bool',2983    firstIndex: 'u16',2984    lastIndex: 'u16'2985  },2986  /**2987   * Lookup364: cumulus_pallet_xcmp_queue::OutboundState2988   **/2989  CumulusPalletXcmpQueueOutboundState: {2990    _enum: ['Ok', 'Suspended']2991  },2992  /**2993   * Lookup366: cumulus_pallet_xcmp_queue::QueueConfigData2994   **/2995  CumulusPalletXcmpQueueQueueConfigData: {2996    suspendThreshold: 'u32',2997    dropThreshold: 'u32',2998    resumeThreshold: 'u32',2999    thresholdWeight: 'SpWeightsWeightV2Weight',3000    weightRestrictDecay: 'SpWeightsWeightV2Weight',3001    xcmpMaxIndividualWeight: 'SpWeightsWeightV2Weight'3002  },3003  /**3004   * Lookup368: cumulus_pallet_xcmp_queue::pallet::Error<T>3005   **/3006  CumulusPalletXcmpQueueError: {3007    _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']3008  },3009  /**3010   * Lookup369: pallet_xcm::pallet::Error<T>3011   **/3012  PalletXcmError: {3013    _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']3014  },3015  /**3016   * Lookup370: cumulus_pallet_xcm::pallet::Error<T>3017   **/3018  CumulusPalletXcmError: 'Null',3019  /**3020   * Lookup371: cumulus_pallet_dmp_queue::ConfigData3021   **/3022  CumulusPalletDmpQueueConfigData: {3023    maxIndividual: 'SpWeightsWeightV2Weight'3024  },3025  /**3026   * Lookup372: cumulus_pallet_dmp_queue::PageIndexData3027   **/3028  CumulusPalletDmpQueuePageIndexData: {3029    beginUsed: 'u32',3030    endUsed: 'u32',3031    overweightCount: 'u64'3032  },3033  /**3034   * Lookup375: cumulus_pallet_dmp_queue::pallet::Error<T>3035   **/3036  CumulusPalletDmpQueueError: {3037    _enum: ['Unknown', 'OverLimit']3038  },3039  /**3040   * Lookup379: pallet_unique::Error<T>3041   **/3042  PalletUniqueError: {3043    _enum: ['CollectionDecimalPointLimitExceeded', 'EmptyArgument', 'RepartitionCalledOnNonRefungibleCollection']3044  },3045  /**3046   * Lookup380: pallet_configuration::pallet::Error<T>3047   **/3048  PalletConfigurationError: {3049    _enum: ['InconsistentConfiguration']3050  },3051  /**3052   * Lookup381: up_data_structs::Collection<sp_core::crypto::AccountId32>3053   **/3054  UpDataStructsCollection: {3055    owner: 'AccountId32',3056    mode: 'UpDataStructsCollectionMode',3057    name: 'Vec<u16>',3058    description: 'Vec<u16>',3059    tokenPrefix: 'Bytes',3060    sponsorship: 'UpDataStructsSponsorshipStateAccountId32',3061    limits: 'UpDataStructsCollectionLimits',3062    permissions: 'UpDataStructsCollectionPermissions',3063    flags: '[u8;1]'3064  },3065  /**3066   * Lookup382: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>3067   **/3068  UpDataStructsSponsorshipStateAccountId32: {3069    _enum: {3070      Disabled: 'Null',3071      Unconfirmed: 'AccountId32',3072      Confirmed: 'AccountId32'3073    }3074  },3075  /**3076   * Lookup384: up_data_structs::Properties3077   **/3078  UpDataStructsProperties: {3079    map: 'UpDataStructsPropertiesMapBoundedVec',3080    consumedSpace: 'u32',3081    spaceLimit: 'u32'3082  },3083  /**3084   * Lookup385: up_data_structs::PropertiesMap<sp_core::bounded::bounded_vec::BoundedVec<T, S>>3085   **/3086  UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',3087  /**3088   * Lookup390: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>3089   **/3090  UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',3091  /**3092   * Lookup397: up_data_structs::CollectionStats3093   **/3094  UpDataStructsCollectionStats: {3095    created: 'u32',3096    destroyed: 'u32',3097    alive: 'u32'3098  },3099  /**3100   * Lookup398: up_data_structs::TokenChild3101   **/3102  UpDataStructsTokenChild: {3103    token: 'u32',3104    collection: 'u32'3105  },3106  /**3107   * Lookup399: PhantomType::up_data_structs<T>3108   **/3109  PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild);0]',3110  /**3111   * Lookup401: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3112   **/3113  UpDataStructsTokenData: {3114    properties: 'Vec<UpDataStructsProperty>',3115    owner: 'Option<PalletEvmAccountBasicCrossAccountIdRepr>',3116    pieces: 'u128'3117  },3118  /**3119   * Lookup403: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>3120   **/3121  UpDataStructsRpcCollection: {3122    owner: 'AccountId32',3123    mode: 'UpDataStructsCollectionMode',3124    name: 'Vec<u16>',3125    description: 'Vec<u16>',3126    tokenPrefix: 'Bytes',3127    sponsorship: 'UpDataStructsSponsorshipStateAccountId32',3128    limits: 'UpDataStructsCollectionLimits',3129    permissions: 'UpDataStructsCollectionPermissions',3130    tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',3131    properties: 'Vec<UpDataStructsProperty>',3132    readOnly: 'bool',3133    flags: 'UpDataStructsRpcCollectionFlags'3134  },3135  /**3136   * Lookup404: up_data_structs::RpcCollectionFlags3137   **/3138  UpDataStructsRpcCollectionFlags: {3139    foreign: 'bool',3140    erc721metadata: 'bool'3141  },3142  /**3143   * Lookup405: rmrk_traits::collection::CollectionInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>3144   **/3145  RmrkTraitsCollectionCollectionInfo: {3146    issuer: 'AccountId32',3147    metadata: 'Bytes',3148    max: 'Option<u32>',3149    symbol: 'Bytes',3150    nftsCount: 'u32'3151  },3152  /**3153   * Lookup406: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3154   **/3155  RmrkTraitsNftNftInfo: {3156    owner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',3157    royalty: 'Option<RmrkTraitsNftRoyaltyInfo>',3158    metadata: 'Bytes',3159    equipped: 'bool',3160    pending: 'bool'3161  },3162  /**3163   * Lookup408: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>3164   **/3165  RmrkTraitsNftRoyaltyInfo: {3166    recipient: 'AccountId32',3167    amount: 'Permill'3168  },3169  /**3170   * Lookup409: rmrk_traits::resource::ResourceInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3171   **/3172  RmrkTraitsResourceResourceInfo: {3173    id: 'u32',3174    resource: 'RmrkTraitsResourceResourceTypes',3175    pending: 'bool',3176    pendingRemoval: 'bool'3177  },3178  /**3179   * Lookup410: rmrk_traits::property::PropertyInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3180   **/3181  RmrkTraitsPropertyPropertyInfo: {3182    key: 'Bytes',3183    value: 'Bytes'3184  },3185  /**3186   * Lookup411: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3187   **/3188  RmrkTraitsBaseBaseInfo: {3189    issuer: 'AccountId32',3190    baseType: 'Bytes',3191    symbol: 'Bytes'3192  },3193  /**3194   * Lookup412: rmrk_traits::nft::NftChild3195   **/3196  RmrkTraitsNftNftChild: {3197    collectionId: 'u32',3198    nftId: 'u32'3199  },3200  /**3201   * Lookup414: pallet_common::pallet::Error<T>3202   **/3203  PalletCommonError: {3204    _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', 'ConfirmSponsorshipFail', 'UserIsNotCollectionAdmin']3205  },3206  /**3207   * Lookup416: pallet_fungible::pallet::Error<T>3208   **/3209  PalletFungibleError: {3210    _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed', 'SettingAllowanceForAllNotAllowed', 'FungibleTokensAreAlwaysValid']3211  },3212  /**3213   * Lookup417: pallet_refungible::ItemData3214   **/3215  PalletRefungibleItemData: {3216    constData: 'Bytes'3217  },3218  /**3219   * Lookup422: pallet_refungible::pallet::Error<T>3220   **/3221  PalletRefungibleError: {3222    _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']3223  },3224  /**3225   * Lookup423: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3226   **/3227  PalletNonfungibleItemData: {3228    owner: 'PalletEvmAccountBasicCrossAccountIdRepr'3229  },3230  /**3231   * Lookup425: up_data_structs::PropertyScope3232   **/3233  UpDataStructsPropertyScope: {3234    _enum: ['None', 'Rmrk']3235  },3236  /**3237   * Lookup427: pallet_nonfungible::pallet::Error<T>3238   **/3239  PalletNonfungibleError: {3240    _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']3241  },3242  /**3243   * Lookup428: pallet_structure::pallet::Error<T>3244   **/3245  PalletStructureError: {3246    _enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound']3247  },3248  /**3249   * Lookup429: pallet_rmrk_core::pallet::Error<T>3250   **/3251  PalletRmrkCoreError: {3252    _enum: ['CorruptedCollectionType', 'RmrkPropertyKeyIsTooLong', 'RmrkPropertyValueIsTooLong', 'RmrkPropertyIsNotFound', 'UnableToDecodeRmrkData', 'CollectionNotEmpty', 'NoAvailableCollectionId', 'NoAvailableNftId', 'CollectionUnknown', 'NoPermission', 'NonTransferable', 'CollectionFullOrLocked', 'ResourceDoesntExist', 'CannotSendToDescendentOrSelf', 'CannotAcceptNonOwnedNft', 'CannotRejectNonOwnedNft', 'CannotRejectNonPendingNft', 'ResourceNotPending', 'NoAvailableResourceId']3253  },3254  /**3255   * Lookup431: pallet_rmrk_equip::pallet::Error<T>3256   **/3257  PalletRmrkEquipError: {3258    _enum: ['PermissionError', 'NoAvailableBaseId', 'NoAvailablePartId', 'BaseDoesntExist', 'NeedsDefaultThemeFirst', 'PartDoesntExist', 'NoEquippableOnFixedPart']3259  },3260  /**3261   * Lookup437: pallet_app_promotion::pallet::Error<T>3262   **/3263  PalletAppPromotionError: {3264    _enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'IncorrectLockedBalanceOperation']3265  },3266  /**3267   * Lookup438: pallet_foreign_assets::module::Error<T>3268   **/3269  PalletForeignAssetsModuleError: {3270    _enum: ['BadLocation', 'MultiLocationExisted', 'AssetIdNotExists', 'AssetIdExisted']3271  },3272  /**3273   * Lookup440: pallet_evm::pallet::Error<T>3274   **/3275  PalletEvmError: {3276    _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce', 'GasLimitTooLow', 'GasLimitTooHigh', 'Undefined', 'Reentrancy', 'TransactionMustComeFromEOA']3277  },3278  /**3279   * Lookup443: fp_rpc::TransactionStatus3280   **/3281  FpRpcTransactionStatus: {3282    transactionHash: 'H256',3283    transactionIndex: 'u32',3284    from: 'H160',3285    to: 'Option<H160>',3286    contractAddress: 'Option<H160>',3287    logs: 'Vec<EthereumLog>',3288    logsBloom: 'EthbloomBloom'3289  },3290  /**3291   * Lookup445: ethbloom::Bloom3292   **/3293  EthbloomBloom: '[u8;256]',3294  /**3295   * Lookup447: ethereum::receipt::ReceiptV33296   **/3297  EthereumReceiptReceiptV3: {3298    _enum: {3299      Legacy: 'EthereumReceiptEip658ReceiptData',3300      EIP2930: 'EthereumReceiptEip658ReceiptData',3301      EIP1559: 'EthereumReceiptEip658ReceiptData'3302    }3303  },3304  /**3305   * Lookup448: ethereum::receipt::EIP658ReceiptData3306   **/3307  EthereumReceiptEip658ReceiptData: {3308    statusCode: 'u8',3309    usedGas: 'U256',3310    logsBloom: 'EthbloomBloom',3311    logs: 'Vec<EthereumLog>'3312  },3313  /**3314   * Lookup449: ethereum::block::Block<ethereum::transaction::TransactionV2>3315   **/3316  EthereumBlock: {3317    header: 'EthereumHeader',3318    transactions: 'Vec<EthereumTransactionTransactionV2>',3319    ommers: 'Vec<EthereumHeader>'3320  },3321  /**3322   * Lookup450: ethereum::header::Header3323   **/3324  EthereumHeader: {3325    parentHash: 'H256',3326    ommersHash: 'H256',3327    beneficiary: 'H160',3328    stateRoot: 'H256',3329    transactionsRoot: 'H256',3330    receiptsRoot: 'H256',3331    logsBloom: 'EthbloomBloom',3332    difficulty: 'U256',3333    number: 'U256',3334    gasLimit: 'U256',3335    gasUsed: 'U256',3336    timestamp: 'u64',3337    extraData: 'Bytes',3338    mixHash: 'H256',3339    nonce: 'EthereumTypesHashH64'3340  },3341  /**3342   * Lookup451: ethereum_types::hash::H643343   **/3344  EthereumTypesHashH64: '[u8;8]',3345  /**3346   * Lookup456: pallet_ethereum::pallet::Error<T>3347   **/3348  PalletEthereumError: {3349    _enum: ['InvalidSignature', 'PreLogExists']3350  },3351  /**3352   * Lookup457: pallet_evm_coder_substrate::pallet::Error<T>3353   **/3354  PalletEvmCoderSubstrateError: {3355    _enum: ['OutOfGas', 'OutOfFund']3356  },3357  /**3358   * Lookup458: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3359   **/3360  UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: {3361    _enum: {3362      Disabled: 'Null',3363      Unconfirmed: 'PalletEvmAccountBasicCrossAccountIdRepr',3364      Confirmed: 'PalletEvmAccountBasicCrossAccountIdRepr'3365    }3366  },3367  /**3368   * Lookup459: pallet_evm_contract_helpers::SponsoringModeT3369   **/3370  PalletEvmContractHelpersSponsoringModeT: {3371    _enum: ['Disabled', 'Allowlisted', 'Generous']3372  },3373  /**3374   * Lookup465: pallet_evm_contract_helpers::pallet::Error<T>3375   **/3376  PalletEvmContractHelpersError: {3377    _enum: ['NoPermission', 'NoPendingSponsor', 'TooManyMethodsHaveSponsoredLimit']3378  },3379  /**3380   * Lookup466: pallet_evm_migration::pallet::Error<T>3381   **/3382  PalletEvmMigrationError: {3383    _enum: ['AccountNotEmpty', 'AccountIsNotMigrating', 'BadEvent']3384  },3385  /**3386   * Lookup467: pallet_maintenance::pallet::Error<T>3387   **/3388  PalletMaintenanceError: 'Null',3389  /**3390   * Lookup468: pallet_test_utils::pallet::Error<T>3391   **/3392  PalletTestUtilsError: {3393    _enum: ['TestPalletDisabled', 'TriggerRollback']3394  },3395  /**3396   * Lookup470: sp_runtime::MultiSignature3397   **/3398  SpRuntimeMultiSignature: {3399    _enum: {3400      Ed25519: 'SpCoreEd25519Signature',3401      Sr25519: 'SpCoreSr25519Signature',3402      Ecdsa: 'SpCoreEcdsaSignature'3403    }3404  },3405  /**3406   * Lookup471: sp_core::ed25519::Signature3407   **/3408  SpCoreEd25519Signature: '[u8;64]',3409  /**3410   * Lookup473: sp_core::sr25519::Signature3411   **/3412  SpCoreSr25519Signature: '[u8;64]',3413  /**3414   * Lookup474: sp_core::ecdsa::Signature3415   **/3416  SpCoreEcdsaSignature: '[u8;65]',3417  /**3418   * Lookup477: frame_system::extensions::check_spec_version::CheckSpecVersion<T>3419   **/3420  FrameSystemExtensionsCheckSpecVersion: 'Null',3421  /**3422   * Lookup478: frame_system::extensions::check_tx_version::CheckTxVersion<T>3423   **/3424  FrameSystemExtensionsCheckTxVersion: 'Null',3425  /**3426   * Lookup479: frame_system::extensions::check_genesis::CheckGenesis<T>3427   **/3428  FrameSystemExtensionsCheckGenesis: 'Null',3429  /**3430   * Lookup482: frame_system::extensions::check_nonce::CheckNonce<T>3431   **/3432  FrameSystemExtensionsCheckNonce: 'Compact<u32>',3433  /**3434   * Lookup483: frame_system::extensions::check_weight::CheckWeight<T>3435   **/3436  FrameSystemExtensionsCheckWeight: 'Null',3437  /**3438   * Lookup484: opal_runtime::runtime_common::maintenance::CheckMaintenance3439   **/3440  OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: 'Null',3441  /**3442   * Lookup485: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>3443   **/3444  PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',3445  /**3446   * Lookup486: opal_runtime::Runtime3447   **/3448  OpalRuntimeRuntime: 'Null',3449  /**3450   * Lookup487: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>3451   **/3452  PalletEthereumFakeTransactionFinalizer: 'Null'3453};
modifiedtests/src/interfaces/registry.tsdiffbeforeafterboth
--- a/tests/src/interfaces/registry.ts
+++ b/tests/src/interfaces/registry.ts
@@ -5,7 +5,7 @@
 // this is required to allow for ambient/previous definitions
 import '@polkadot/types/types/registry';
 
-import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, 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, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, 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, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, 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, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
+import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, 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, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, 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, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, 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, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
 
 declare module '@polkadot/types/types/registry' {
   interface InterfaceTypes {
@@ -97,7 +97,6 @@
     PalletBalancesError: PalletBalancesError;
     PalletBalancesEvent: PalletBalancesEvent;
     PalletBalancesReasons: PalletBalancesReasons;
-    PalletBalancesReleases: PalletBalancesReleases;
     PalletBalancesReserveData: PalletBalancesReserveData;
     PalletCommonError: PalletCommonError;
     PalletCommonEvent: PalletCommonEvent;
modifiedtests/src/interfaces/types-lookup.tsdiffbeforeafterboth
--- a/tests/src/interfaces/types-lookup.ts
+++ b/tests/src/interfaces/types-lookup.ts
@@ -1488,10 +1488,6 @@
 
   /** @name FrameSystemCall (125) */
   interface FrameSystemCall extends Enum {
-    readonly isFillBlock: boolean;
-    readonly asFillBlock: {
-      readonly ratio: Perbill;
-    } & Struct;
     readonly isRemark: boolean;
     readonly asRemark: {
       readonly remark: Bytes;
@@ -1525,24 +1521,24 @@
     readonly asRemarkWithEvent: {
       readonly remark: Bytes;
     } & Struct;
-    readonly type: 'FillBlock' | 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';
+    readonly type: 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';
   }
 
-  /** @name FrameSystemLimitsBlockWeights (130) */
+  /** @name FrameSystemLimitsBlockWeights (129) */
   interface FrameSystemLimitsBlockWeights extends Struct {
     readonly baseBlock: SpWeightsWeightV2Weight;
     readonly maxBlock: SpWeightsWeightV2Weight;
     readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
   }
 
-  /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (131) */
+  /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (130) */
   interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
     readonly normal: FrameSystemLimitsWeightsPerClass;
     readonly operational: FrameSystemLimitsWeightsPerClass;
     readonly mandatory: FrameSystemLimitsWeightsPerClass;
   }
 
-  /** @name FrameSystemLimitsWeightsPerClass (132) */
+  /** @name FrameSystemLimitsWeightsPerClass (131) */
   interface FrameSystemLimitsWeightsPerClass extends Struct {
     readonly baseExtrinsic: SpWeightsWeightV2Weight;
     readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
@@ -1550,25 +1546,25 @@
     readonly reserved: Option<SpWeightsWeightV2Weight>;
   }
 
-  /** @name FrameSystemLimitsBlockLength (134) */
+  /** @name FrameSystemLimitsBlockLength (133) */
   interface FrameSystemLimitsBlockLength extends Struct {
     readonly max: FrameSupportDispatchPerDispatchClassU32;
   }
 
-  /** @name FrameSupportDispatchPerDispatchClassU32 (135) */
+  /** @name FrameSupportDispatchPerDispatchClassU32 (134) */
   interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
     readonly normal: u32;
     readonly operational: u32;
     readonly mandatory: u32;
   }
 
-  /** @name SpWeightsRuntimeDbWeight (136) */
+  /** @name SpWeightsRuntimeDbWeight (135) */
   interface SpWeightsRuntimeDbWeight extends Struct {
     readonly read: u64;
     readonly write: u64;
   }
 
-  /** @name SpVersionRuntimeVersion (137) */
+  /** @name SpVersionRuntimeVersion (136) */
   interface SpVersionRuntimeVersion extends Struct {
     readonly specName: Text;
     readonly implName: Text;
@@ -1580,7 +1576,7 @@
     readonly stateVersion: u8;
   }
 
-  /** @name FrameSystemError (142) */
+  /** @name FrameSystemError (141) */
   interface FrameSystemError extends Enum {
     readonly isInvalidSpecName: boolean;
     readonly isSpecVersionNeedsToIncrease: boolean;
@@ -1591,7 +1587,7 @@
     readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';
   }
 
-  /** @name PolkadotPrimitivesV2PersistedValidationData (143) */
+  /** @name PolkadotPrimitivesV2PersistedValidationData (142) */
   interface PolkadotPrimitivesV2PersistedValidationData extends Struct {
     readonly parentHead: Bytes;
     readonly relayParentNumber: u32;
@@ -1599,18 +1595,18 @@
     readonly maxPovSize: u32;
   }
 
-  /** @name PolkadotPrimitivesV2UpgradeRestriction (146) */
+  /** @name PolkadotPrimitivesV2UpgradeRestriction (145) */
   interface PolkadotPrimitivesV2UpgradeRestriction extends Enum {
     readonly isPresent: boolean;
     readonly type: 'Present';
   }
 
-  /** @name SpTrieStorageProof (147) */
+  /** @name SpTrieStorageProof (146) */
   interface SpTrieStorageProof extends Struct {
     readonly trieNodes: BTreeSet<Bytes>;
   }
 
-  /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (149) */
+  /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (148) */
   interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {
     readonly dmqMqcHead: H256;
     readonly relayDispatchQueueSize: ITuple<[u32, u32]>;
@@ -1618,7 +1614,7 @@
     readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;
   }
 
-  /** @name PolkadotPrimitivesV2AbridgedHrmpChannel (152) */
+  /** @name PolkadotPrimitivesV2AbridgedHrmpChannel (151) */
   interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct {
     readonly maxCapacity: u32;
     readonly maxTotalSize: u32;
@@ -1628,7 +1624,7 @@
     readonly mqcHead: Option<H256>;
   }
 
-  /** @name PolkadotPrimitivesV2AbridgedHostConfiguration (153) */
+  /** @name PolkadotPrimitivesV2AbridgedHostConfiguration (152) */
   interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct {
     readonly maxCodeSize: u32;
     readonly maxHeadDataSize: u32;
@@ -1641,13 +1637,13 @@
     readonly validationUpgradeDelay: u32;
   }
 
-  /** @name PolkadotCorePrimitivesOutboundHrmpMessage (159) */
+  /** @name PolkadotCorePrimitivesOutboundHrmpMessage (158) */
   interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {
     readonly recipient: u32;
     readonly data: Bytes;
   }
 
-  /** @name CumulusPalletParachainSystemCall (160) */
+  /** @name CumulusPalletParachainSystemCall (159) */
   interface CumulusPalletParachainSystemCall extends Enum {
     readonly isSetValidationData: boolean;
     readonly asSetValidationData: {
@@ -1668,7 +1664,7 @@
     readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';
   }
 
-  /** @name CumulusPrimitivesParachainInherentParachainInherentData (161) */
+  /** @name CumulusPrimitivesParachainInherentParachainInherentData (160) */
   interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {
     readonly validationData: PolkadotPrimitivesV2PersistedValidationData;
     readonly relayChainState: SpTrieStorageProof;
@@ -1676,19 +1672,19 @@
     readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;
   }
 
-  /** @name PolkadotCorePrimitivesInboundDownwardMessage (163) */
+  /** @name PolkadotCorePrimitivesInboundDownwardMessage (162) */
   interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {
     readonly sentAt: u32;
     readonly msg: Bytes;
   }
 
-  /** @name PolkadotCorePrimitivesInboundHrmpMessage (166) */
+  /** @name PolkadotCorePrimitivesInboundHrmpMessage (165) */
   interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {
     readonly sentAt: u32;
     readonly data: Bytes;
   }
 
-  /** @name CumulusPalletParachainSystemError (169) */
+  /** @name CumulusPalletParachainSystemError (168) */
   interface CumulusPalletParachainSystemError extends Enum {
     readonly isOverlappingUpgrades: boolean;
     readonly isProhibitedByPolkadot: boolean;
@@ -1701,14 +1697,14 @@
     readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';
   }
 
-  /** @name PalletBalancesBalanceLock (171) */
+  /** @name PalletBalancesBalanceLock (170) */
   interface PalletBalancesBalanceLock extends Struct {
     readonly id: U8aFixed;
     readonly amount: u128;
     readonly reasons: PalletBalancesReasons;
   }
 
-  /** @name PalletBalancesReasons (172) */
+  /** @name PalletBalancesReasons (171) */
   interface PalletBalancesReasons extends Enum {
     readonly isFee: boolean;
     readonly isMisc: boolean;
@@ -1716,20 +1712,13 @@
     readonly type: 'Fee' | 'Misc' | 'All';
   }
 
-  /** @name PalletBalancesReserveData (175) */
+  /** @name PalletBalancesReserveData (174) */
   interface PalletBalancesReserveData extends Struct {
     readonly id: U8aFixed;
     readonly amount: u128;
-  }
-
-  /** @name PalletBalancesReleases (177) */
-  interface PalletBalancesReleases extends Enum {
-    readonly isV100: boolean;
-    readonly isV200: boolean;
-    readonly type: 'V100' | 'V200';
   }
 
-  /** @name PalletBalancesCall (178) */
+  /** @name PalletBalancesCall (176) */
   interface PalletBalancesCall extends Enum {
     readonly isTransfer: boolean;
     readonly asTransfer: {
@@ -1766,7 +1755,7 @@
     readonly type: 'Transfer' | 'SetBalance' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve';
   }
 
-  /** @name PalletBalancesError (181) */
+  /** @name PalletBalancesError (179) */
   interface PalletBalancesError extends Enum {
     readonly isVestingBalance: boolean;
     readonly isLiquidityRestrictions: boolean;
@@ -1779,7 +1768,7 @@
     readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'KeepAlive' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves';
   }
 
-  /** @name PalletTimestampCall (183) */
+  /** @name PalletTimestampCall (181) */
   interface PalletTimestampCall extends Enum {
     readonly isSet: boolean;
     readonly asSet: {
@@ -1788,14 +1777,14 @@
     readonly type: 'Set';
   }
 
-  /** @name PalletTransactionPaymentReleases (185) */
+  /** @name PalletTransactionPaymentReleases (183) */
   interface PalletTransactionPaymentReleases extends Enum {
     readonly isV1Ancient: boolean;
     readonly isV2: boolean;
     readonly type: 'V1Ancient' | 'V2';
   }
 
-  /** @name PalletTreasuryProposal (186) */
+  /** @name PalletTreasuryProposal (184) */
   interface PalletTreasuryProposal extends Struct {
     readonly proposer: AccountId32;
     readonly value: u128;
@@ -1803,7 +1792,7 @@
     readonly bond: u128;
   }
 
-  /** @name PalletTreasuryCall (189) */
+  /** @name PalletTreasuryCall (187) */
   interface PalletTreasuryCall extends Enum {
     readonly isProposeSpend: boolean;
     readonly asProposeSpend: {
@@ -1830,10 +1819,10 @@
     readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal' | 'Spend' | 'RemoveApproval';
   }
 
-  /** @name FrameSupportPalletId (192) */
+  /** @name FrameSupportPalletId (190) */
   interface FrameSupportPalletId extends U8aFixed {}
 
-  /** @name PalletTreasuryError (193) */
+  /** @name PalletTreasuryError (191) */
   interface PalletTreasuryError extends Enum {
     readonly isInsufficientProposersBalance: boolean;
     readonly isInvalidIndex: boolean;
@@ -1843,7 +1832,7 @@
     readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals' | 'InsufficientPermission' | 'ProposalNotApproved';
   }
 
-  /** @name PalletSudoCall (194) */
+  /** @name PalletSudoCall (192) */
   interface PalletSudoCall extends Enum {
     readonly isSudo: boolean;
     readonly asSudo: {
@@ -1866,7 +1855,7 @@
     readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';
   }
 
-  /** @name OrmlVestingModuleCall (196) */
+  /** @name OrmlVestingModuleCall (194) */
   interface OrmlVestingModuleCall extends Enum {
     readonly isClaim: boolean;
     readonly isVestedTransfer: boolean;
@@ -1886,7 +1875,7 @@
     readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';
   }
 
-  /** @name OrmlXtokensModuleCall (198) */
+  /** @name OrmlXtokensModuleCall (196) */
   interface OrmlXtokensModuleCall extends Enum {
     readonly isTransfer: boolean;
     readonly asTransfer: {
@@ -1933,7 +1922,7 @@
     readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';
   }
 
-  /** @name XcmVersionedMultiAsset (199) */
+  /** @name XcmVersionedMultiAsset (197) */
   interface XcmVersionedMultiAsset extends Enum {
     readonly isV0: boolean;
     readonly asV0: XcmV0MultiAsset;
@@ -1942,7 +1931,7 @@
     readonly type: 'V0' | 'V1';
   }
 
-  /** @name OrmlTokensModuleCall (202) */
+  /** @name OrmlTokensModuleCall (200) */
   interface OrmlTokensModuleCall extends Enum {
     readonly isTransfer: boolean;
     readonly asTransfer: {
@@ -1979,7 +1968,7 @@
     readonly type: 'Transfer' | 'TransferAll' | 'TransferKeepAlive' | 'ForceTransfer' | 'SetBalance';
   }
 
-  /** @name CumulusPalletXcmpQueueCall (203) */
+  /** @name CumulusPalletXcmpQueueCall (201) */
   interface CumulusPalletXcmpQueueCall extends Enum {
     readonly isServiceOverweight: boolean;
     readonly asServiceOverweight: {
@@ -2015,7 +2004,7 @@
     readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';
   }
 
-  /** @name PalletXcmCall (204) */
+  /** @name PalletXcmCall (202) */
   interface PalletXcmCall extends Enum {
     readonly isSend: boolean;
     readonly asSend: {
@@ -2077,7 +2066,7 @@
     readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets';
   }
 
-  /** @name XcmVersionedXcm (205) */
+  /** @name XcmVersionedXcm (203) */
   interface XcmVersionedXcm extends Enum {
     readonly isV0: boolean;
     readonly asV0: XcmV0Xcm;
@@ -2088,7 +2077,7 @@
     readonly type: 'V0' | 'V1' | 'V2';
   }
 
-  /** @name XcmV0Xcm (206) */
+  /** @name XcmV0Xcm (204) */
   interface XcmV0Xcm extends Enum {
     readonly isWithdrawAsset: boolean;
     readonly asWithdrawAsset: {
@@ -2151,7 +2140,7 @@
     readonly type: 'WithdrawAsset' | 'ReserveAssetDeposit' | 'TeleportAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom';
   }
 
-  /** @name XcmV0Order (208) */
+  /** @name XcmV0Order (206) */
   interface XcmV0Order extends Enum {
     readonly isNull: boolean;
     readonly isDepositAsset: boolean;
@@ -2199,14 +2188,14 @@
     readonly type: 'Null' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';
   }
 
-  /** @name XcmV0Response (210) */
+  /** @name XcmV0Response (208) */
   interface XcmV0Response extends Enum {
     readonly isAssets: boolean;
     readonly asAssets: Vec<XcmV0MultiAsset>;
     readonly type: 'Assets';
   }
 
-  /** @name XcmV1Xcm (211) */
+  /** @name XcmV1Xcm (209) */
   interface XcmV1Xcm extends Enum {
     readonly isWithdrawAsset: boolean;
     readonly asWithdrawAsset: {
@@ -2275,7 +2264,7 @@
     readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom' | 'SubscribeVersion' | 'UnsubscribeVersion';
   }
 
-  /** @name XcmV1Order (213) */
+  /** @name XcmV1Order (211) */
   interface XcmV1Order extends Enum {
     readonly isNoop: boolean;
     readonly isDepositAsset: boolean;
@@ -2325,7 +2314,7 @@
     readonly type: 'Noop' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';
   }
 
-  /** @name XcmV1Response (215) */
+  /** @name XcmV1Response (213) */
   interface XcmV1Response extends Enum {
     readonly isAssets: boolean;
     readonly asAssets: XcmV1MultiassetMultiAssets;
@@ -2334,10 +2323,10 @@
     readonly type: 'Assets' | 'Version';
   }
 
-  /** @name CumulusPalletXcmCall (229) */
+  /** @name CumulusPalletXcmCall (227) */
   type CumulusPalletXcmCall = Null;
 
-  /** @name CumulusPalletDmpQueueCall (230) */
+  /** @name CumulusPalletDmpQueueCall (228) */
   interface CumulusPalletDmpQueueCall extends Enum {
     readonly isServiceOverweight: boolean;
     readonly asServiceOverweight: {
@@ -2347,7 +2336,7 @@
     readonly type: 'ServiceOverweight';
   }
 
-  /** @name PalletInflationCall (231) */
+  /** @name PalletInflationCall (229) */
   interface PalletInflationCall extends Enum {
     readonly isStartInflation: boolean;
     readonly asStartInflation: {
@@ -2356,7 +2345,7 @@
     readonly type: 'StartInflation';
   }
 
-  /** @name PalletUniqueCall (232) */
+  /** @name PalletUniqueCall (230) */
   interface PalletUniqueCall extends Enum {
     readonly isCreateCollection: boolean;
     readonly asCreateCollection: {
@@ -2529,7 +2518,7 @@
     readonly type: 'CreateCollection' | 'CreateCollectionEx' | 'DestroyCollection' | 'AddToAllowList' | 'RemoveFromAllowList' | 'ChangeCollectionOwner' | 'AddCollectionAdmin' | 'RemoveCollectionAdmin' | 'SetCollectionSponsor' | 'ConfirmSponsorship' | 'RemoveCollectionSponsor' | 'CreateItem' | 'CreateMultipleItems' | 'SetCollectionProperties' | 'DeleteCollectionProperties' | 'SetTokenProperties' | 'DeleteTokenProperties' | 'SetTokenPropertyPermissions' | 'CreateMultipleItemsEx' | 'SetTransfersEnabledFlag' | 'BurnItem' | 'BurnFrom' | 'Transfer' | 'Approve' | 'TransferFrom' | 'SetCollectionLimits' | 'SetCollectionPermissions' | 'Repartition' | 'SetAllowanceForAll' | 'ForceRepairCollection' | 'ForceRepairItem';
   }
 
-  /** @name UpDataStructsCollectionMode (237) */
+  /** @name UpDataStructsCollectionMode (235) */
   interface UpDataStructsCollectionMode extends Enum {
     readonly isNft: boolean;
     readonly isFungible: boolean;
@@ -2538,7 +2527,7 @@
     readonly type: 'Nft' | 'Fungible' | 'ReFungible';
   }
 
-  /** @name UpDataStructsCreateCollectionData (238) */
+  /** @name UpDataStructsCreateCollectionData (236) */
   interface UpDataStructsCreateCollectionData extends Struct {
     readonly mode: UpDataStructsCollectionMode;
     readonly access: Option<UpDataStructsAccessMode>;
@@ -2552,14 +2541,14 @@
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
-  /** @name UpDataStructsAccessMode (240) */
+  /** @name UpDataStructsAccessMode (238) */
   interface UpDataStructsAccessMode extends Enum {
     readonly isNormal: boolean;
     readonly isAllowList: boolean;
     readonly type: 'Normal' | 'AllowList';
   }
 
-  /** @name UpDataStructsCollectionLimits (242) */
+  /** @name UpDataStructsCollectionLimits (240) */
   interface UpDataStructsCollectionLimits extends Struct {
     readonly accountTokenOwnershipLimit: Option<u32>;
     readonly sponsoredDataSize: Option<u32>;
@@ -2572,7 +2561,7 @@
     readonly transfersEnabled: Option<bool>;
   }
 
-  /** @name UpDataStructsSponsoringRateLimit (244) */
+  /** @name UpDataStructsSponsoringRateLimit (242) */
   interface UpDataStructsSponsoringRateLimit extends Enum {
     readonly isSponsoringDisabled: boolean;
     readonly isBlocks: boolean;
@@ -2580,43 +2569,43 @@
     readonly type: 'SponsoringDisabled' | 'Blocks';
   }
 
-  /** @name UpDataStructsCollectionPermissions (247) */
+  /** @name UpDataStructsCollectionPermissions (245) */
   interface UpDataStructsCollectionPermissions extends Struct {
     readonly access: Option<UpDataStructsAccessMode>;
     readonly mintMode: Option<bool>;
     readonly nesting: Option<UpDataStructsNestingPermissions>;
   }
 
-  /** @name UpDataStructsNestingPermissions (249) */
+  /** @name UpDataStructsNestingPermissions (247) */
   interface UpDataStructsNestingPermissions extends Struct {
     readonly tokenOwner: bool;
     readonly collectionAdmin: bool;
     readonly restricted: Option<UpDataStructsOwnerRestrictedSet>;
   }
 
-  /** @name UpDataStructsOwnerRestrictedSet (251) */
+  /** @name UpDataStructsOwnerRestrictedSet (249) */
   interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}
 
-  /** @name UpDataStructsPropertyKeyPermission (256) */
+  /** @name UpDataStructsPropertyKeyPermission (254) */
   interface UpDataStructsPropertyKeyPermission extends Struct {
     readonly key: Bytes;
     readonly permission: UpDataStructsPropertyPermission;
   }
 
-  /** @name UpDataStructsPropertyPermission (257) */
+  /** @name UpDataStructsPropertyPermission (255) */
   interface UpDataStructsPropertyPermission extends Struct {
     readonly mutable: bool;
     readonly collectionAdmin: bool;
     readonly tokenOwner: bool;
   }
 
-  /** @name UpDataStructsProperty (260) */
+  /** @name UpDataStructsProperty (258) */
   interface UpDataStructsProperty extends Struct {
     readonly key: Bytes;
     readonly value: Bytes;
   }
 
-  /** @name UpDataStructsCreateItemData (263) */
+  /** @name UpDataStructsCreateItemData (261) */
   interface UpDataStructsCreateItemData extends Enum {
     readonly isNft: boolean;
     readonly asNft: UpDataStructsCreateNftData;
@@ -2627,23 +2616,23 @@
     readonly type: 'Nft' | 'Fungible' | 'ReFungible';
   }
 
-  /** @name UpDataStructsCreateNftData (264) */
+  /** @name UpDataStructsCreateNftData (262) */
   interface UpDataStructsCreateNftData extends Struct {
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
-  /** @name UpDataStructsCreateFungibleData (265) */
+  /** @name UpDataStructsCreateFungibleData (263) */
   interface UpDataStructsCreateFungibleData extends Struct {
     readonly value: u128;
   }
 
-  /** @name UpDataStructsCreateReFungibleData (266) */
+  /** @name UpDataStructsCreateReFungibleData (264) */
   interface UpDataStructsCreateReFungibleData extends Struct {
     readonly pieces: u128;
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
-  /** @name UpDataStructsCreateItemExData (269) */
+  /** @name UpDataStructsCreateItemExData (267) */
   interface UpDataStructsCreateItemExData extends Enum {
     readonly isNft: boolean;
     readonly asNft: Vec<UpDataStructsCreateNftExData>;
@@ -2656,26 +2645,26 @@
     readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';
   }
 
-  /** @name UpDataStructsCreateNftExData (271) */
+  /** @name UpDataStructsCreateNftExData (269) */
   interface UpDataStructsCreateNftExData extends Struct {
     readonly properties: Vec<UpDataStructsProperty>;
     readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;
   }
 
-  /** @name UpDataStructsCreateRefungibleExSingleOwner (278) */
+  /** @name UpDataStructsCreateRefungibleExSingleOwner (276) */
   interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {
     readonly user: PalletEvmAccountBasicCrossAccountIdRepr;
     readonly pieces: u128;
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
-  /** @name UpDataStructsCreateRefungibleExMultipleOwners (280) */
+  /** @name UpDataStructsCreateRefungibleExMultipleOwners (278) */
   interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {
     readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
-  /** @name PalletConfigurationCall (281) */
+  /** @name PalletConfigurationCall (279) */
   interface PalletConfigurationCall extends Enum {
     readonly isSetWeightToFeeCoefficientOverride: boolean;
     readonly asSetWeightToFeeCoefficientOverride: {
@@ -2696,7 +2685,7 @@
     readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride' | 'SetXcmAllowedLocations' | 'SetAppPromotionConfigurationOverride';
   }
 
-  /** @name PalletConfigurationAppPromotionConfiguration (286) */
+  /** @name PalletConfigurationAppPromotionConfiguration (284) */
   interface PalletConfigurationAppPromotionConfiguration extends Struct {
     readonly recalculationInterval: Option<u32>;
     readonly pendingInterval: Option<u32>;
@@ -2704,13 +2693,13 @@
     readonly maxStakersPerCalculation: Option<u8>;
   }
 
-  /** @name PalletTemplateTransactionPaymentCall (289) */
+  /** @name PalletTemplateTransactionPaymentCall (288) */
   type PalletTemplateTransactionPaymentCall = Null;
 
-  /** @name PalletStructureCall (290) */
+  /** @name PalletStructureCall (289) */
   type PalletStructureCall = Null;
 
-  /** @name PalletRmrkCoreCall (291) */
+  /** @name PalletRmrkCoreCall (290) */
   interface PalletRmrkCoreCall extends Enum {
     readonly isCreateCollection: boolean;
     readonly asCreateCollection: {
@@ -2816,7 +2805,7 @@
     readonly type: 'CreateCollection' | 'DestroyCollection' | 'ChangeCollectionIssuer' | 'LockCollection' | 'MintNft' | 'BurnNft' | 'Send' | 'AcceptNft' | 'RejectNft' | 'AcceptResource' | 'AcceptResourceRemoval' | 'SetProperty' | 'SetPriority' | 'AddBasicResource' | 'AddComposableResource' | 'AddSlotResource' | 'RemoveResource';
   }
 
-  /** @name RmrkTraitsResourceResourceTypes (297) */
+  /** @name RmrkTraitsResourceResourceTypes (296) */
   interface RmrkTraitsResourceResourceTypes extends Enum {
     readonly isBasic: boolean;
     readonly asBasic: RmrkTraitsResourceBasicResource;
@@ -2827,7 +2816,7 @@
     readonly type: 'Basic' | 'Composable' | 'Slot';
   }
 
-  /** @name RmrkTraitsResourceBasicResource (299) */
+  /** @name RmrkTraitsResourceBasicResource (298) */
   interface RmrkTraitsResourceBasicResource extends Struct {
     readonly src: Option<Bytes>;
     readonly metadata: Option<Bytes>;
@@ -2835,7 +2824,7 @@
     readonly thumb: Option<Bytes>;
   }
 
-  /** @name RmrkTraitsResourceComposableResource (301) */
+  /** @name RmrkTraitsResourceComposableResource (300) */
   interface RmrkTraitsResourceComposableResource extends Struct {
     readonly parts: Vec<u32>;
     readonly base: u32;
@@ -2845,7 +2834,7 @@
     readonly thumb: Option<Bytes>;
   }
 
-  /** @name RmrkTraitsResourceSlotResource (302) */
+  /** @name RmrkTraitsResourceSlotResource (301) */
   interface RmrkTraitsResourceSlotResource extends Struct {
     readonly base: u32;
     readonly src: Option<Bytes>;
@@ -2855,7 +2844,7 @@
     readonly thumb: Option<Bytes>;
   }
 
-  /** @name PalletRmrkEquipCall (305) */
+  /** @name PalletRmrkEquipCall (304) */
   interface PalletRmrkEquipCall extends Enum {
     readonly isCreateBase: boolean;
     readonly asCreateBase: {
@@ -2877,7 +2866,7 @@
     readonly type: 'CreateBase' | 'ThemeAdd' | 'Equippable';
   }
 
-  /** @name RmrkTraitsPartPartType (308) */
+  /** @name RmrkTraitsPartPartType (307) */
   interface RmrkTraitsPartPartType extends Enum {
     readonly isFixedPart: boolean;
     readonly asFixedPart: RmrkTraitsPartFixedPart;
@@ -2886,14 +2875,14 @@
     readonly type: 'FixedPart' | 'SlotPart';
   }
 
-  /** @name RmrkTraitsPartFixedPart (310) */
+  /** @name RmrkTraitsPartFixedPart (309) */
   interface RmrkTraitsPartFixedPart extends Struct {
     readonly id: u32;
     readonly z: u32;
     readonly src: Bytes;
   }
 
-  /** @name RmrkTraitsPartSlotPart (311) */
+  /** @name RmrkTraitsPartSlotPart (310) */
   interface RmrkTraitsPartSlotPart extends Struct {
     readonly id: u32;
     readonly equippable: RmrkTraitsPartEquippableList;
@@ -2901,7 +2890,7 @@
     readonly z: u32;
   }
 
-  /** @name RmrkTraitsPartEquippableList (312) */
+  /** @name RmrkTraitsPartEquippableList (311) */
   interface RmrkTraitsPartEquippableList extends Enum {
     readonly isAll: boolean;
     readonly isEmpty: boolean;
@@ -2910,20 +2899,20 @@
     readonly type: 'All' | 'Empty' | 'Custom';
   }
 
-  /** @name RmrkTraitsTheme (314) */
+  /** @name RmrkTraitsTheme (313) */
   interface RmrkTraitsTheme extends Struct {
     readonly name: Bytes;
     readonly properties: Vec<RmrkTraitsThemeThemeProperty>;
     readonly inherit: bool;
   }
 
-  /** @name RmrkTraitsThemeThemeProperty (316) */
+  /** @name RmrkTraitsThemeThemeProperty (315) */
   interface RmrkTraitsThemeThemeProperty extends Struct {
     readonly key: Bytes;
     readonly value: Bytes;
   }
 
-  /** @name PalletAppPromotionCall (318) */
+  /** @name PalletAppPromotionCall (317) */
   interface PalletAppPromotionCall extends Enum {
     readonly isSetAdminAddress: boolean;
     readonly asSetAdminAddress: {
@@ -2957,7 +2946,7 @@
     readonly type: 'SetAdminAddress' | 'Stake' | 'Unstake' | 'SponsorCollection' | 'StopSponsoringCollection' | 'SponsorContract' | 'StopSponsoringContract' | 'PayoutStakers';
   }
 
-  /** @name PalletForeignAssetsModuleCall (319) */
+  /** @name PalletForeignAssetsModuleCall (318) */
   interface PalletForeignAssetsModuleCall extends Enum {
     readonly isRegisterForeignAsset: boolean;
     readonly asRegisterForeignAsset: {
@@ -2974,7 +2963,7 @@
     readonly type: 'RegisterForeignAsset' | 'UpdateForeignAsset';
   }
 
-  /** @name PalletEvmCall (320) */
+  /** @name PalletEvmCall (319) */
   interface PalletEvmCall extends Enum {
     readonly isWithdraw: boolean;
     readonly asWithdraw: {
@@ -3019,7 +3008,7 @@
     readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';
   }
 
-  /** @name PalletEthereumCall (326) */
+  /** @name PalletEthereumCall (325) */
   interface PalletEthereumCall extends Enum {
     readonly isTransact: boolean;
     readonly asTransact: {
@@ -3028,7 +3017,7 @@
     readonly type: 'Transact';
   }
 
-  /** @name EthereumTransactionTransactionV2 (327) */
+  /** @name EthereumTransactionTransactionV2 (326) */
   interface EthereumTransactionTransactionV2 extends Enum {
     readonly isLegacy: boolean;
     readonly asLegacy: EthereumTransactionLegacyTransaction;
@@ -3039,7 +3028,7 @@
     readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';
   }
 
-  /** @name EthereumTransactionLegacyTransaction (328) */
+  /** @name EthereumTransactionLegacyTransaction (327) */
   interface EthereumTransactionLegacyTransaction extends Struct {
     readonly nonce: U256;
     readonly gasPrice: U256;
@@ -3050,7 +3039,7 @@
     readonly signature: EthereumTransactionTransactionSignature;
   }
 
-  /** @name EthereumTransactionTransactionAction (329) */
+  /** @name EthereumTransactionTransactionAction (328) */
   interface EthereumTransactionTransactionAction extends Enum {
     readonly isCall: boolean;
     readonly asCall: H160;
@@ -3058,14 +3047,14 @@
     readonly type: 'Call' | 'Create';
   }
 
-  /** @name EthereumTransactionTransactionSignature (330) */
+  /** @name EthereumTransactionTransactionSignature (329) */
   interface EthereumTransactionTransactionSignature extends Struct {
     readonly v: u64;
     readonly r: H256;
     readonly s: H256;
   }
 
-  /** @name EthereumTransactionEip2930Transaction (332) */
+  /** @name EthereumTransactionEip2930Transaction (331) */
   interface EthereumTransactionEip2930Transaction extends Struct {
     readonly chainId: u64;
     readonly nonce: U256;
@@ -3080,13 +3069,13 @@
     readonly s: H256;
   }
 
-  /** @name EthereumTransactionAccessListItem (334) */
+  /** @name EthereumTransactionAccessListItem (333) */
   interface EthereumTransactionAccessListItem extends Struct {
     readonly address: H160;
     readonly storageKeys: Vec<H256>;
   }
 
-  /** @name EthereumTransactionEip1559Transaction (335) */
+  /** @name EthereumTransactionEip1559Transaction (334) */
   interface EthereumTransactionEip1559Transaction extends Struct {
     readonly chainId: u64;
     readonly nonce: U256;
@@ -3102,7 +3091,7 @@
     readonly s: H256;
   }
 
-  /** @name PalletEvmMigrationCall (336) */
+  /** @name PalletEvmMigrationCall (335) */
   interface PalletEvmMigrationCall extends Enum {
     readonly isBegin: boolean;
     readonly asBegin: {
@@ -3129,14 +3118,14 @@
     readonly type: 'Begin' | 'SetData' | 'Finish' | 'InsertEthLogs' | 'InsertEvents';
   }
 
-  /** @name PalletMaintenanceCall (340) */
+  /** @name PalletMaintenanceCall (339) */
   interface PalletMaintenanceCall extends Enum {
     readonly isEnable: boolean;
     readonly isDisable: boolean;
     readonly type: 'Enable' | 'Disable';
   }
 
-  /** @name PalletTestUtilsCall (341) */
+  /** @name PalletTestUtilsCall (340) */
   interface PalletTestUtilsCall extends Enum {
     readonly isEnable: boolean;
     readonly isSetTestValue: boolean;
@@ -3156,13 +3145,13 @@
     readonly type: 'Enable' | 'SetTestValue' | 'SetTestValueAndRollback' | 'IncTestValue' | 'JustTakeFee' | 'BatchAll';
   }
 
-  /** @name PalletSudoError (343) */
+  /** @name PalletSudoError (342) */
   interface PalletSudoError extends Enum {
     readonly isRequireSudo: boolean;
     readonly type: 'RequireSudo';
   }
 
-  /** @name OrmlVestingModuleError (345) */
+  /** @name OrmlVestingModuleError (344) */
   interface OrmlVestingModuleError extends Enum {
     readonly isZeroVestingPeriod: boolean;
     readonly isZeroVestingPeriodCount: boolean;
@@ -3173,7 +3162,7 @@
     readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';
   }
 
-  /** @name OrmlXtokensModuleError (346) */
+  /** @name OrmlXtokensModuleError (345) */
   interface OrmlXtokensModuleError extends Enum {
     readonly isAssetHasNoReserve: boolean;
     readonly isNotCrossChainTransfer: boolean;
@@ -3197,26 +3186,26 @@
     readonly type: 'AssetHasNoReserve' | 'NotCrossChainTransfer' | 'InvalidDest' | 'NotCrossChainTransferableCurrency' | 'UnweighableMessage' | 'XcmExecutionFailed' | 'CannotReanchor' | 'InvalidAncestry' | 'InvalidAsset' | 'DestinationNotInvertible' | 'BadVersion' | 'DistinctReserveForAssetAndFee' | 'ZeroFee' | 'ZeroAmount' | 'TooManyAssetsBeingSent' | 'AssetIndexNonExistent' | 'FeeNotEnough' | 'NotSupportedMultiLocation' | 'MinXcmFeeNotDefined';
   }
 
-  /** @name OrmlTokensBalanceLock (349) */
+  /** @name OrmlTokensBalanceLock (348) */
   interface OrmlTokensBalanceLock extends Struct {
     readonly id: U8aFixed;
     readonly amount: u128;
   }
 
-  /** @name OrmlTokensAccountData (351) */
+  /** @name OrmlTokensAccountData (350) */
   interface OrmlTokensAccountData extends Struct {
     readonly free: u128;
     readonly reserved: u128;
     readonly frozen: u128;
   }
 
-  /** @name OrmlTokensReserveData (353) */
+  /** @name OrmlTokensReserveData (352) */
   interface OrmlTokensReserveData extends Struct {
     readonly id: Null;
     readonly amount: u128;
   }
 
-  /** @name OrmlTokensModuleError (355) */
+  /** @name OrmlTokensModuleError (354) */
   interface OrmlTokensModuleError extends Enum {
     readonly isBalanceTooLow: boolean;
     readonly isAmountIntoBalanceFailed: boolean;
@@ -3229,21 +3218,21 @@
     readonly type: 'BalanceTooLow' | 'AmountIntoBalanceFailed' | 'LiquidityRestrictions' | 'MaxLocksExceeded' | 'KeepAlive' | 'ExistentialDeposit' | 'DeadAccount' | 'TooManyReserves';
   }
 
-  /** @name CumulusPalletXcmpQueueInboundChannelDetails (357) */
+  /** @name CumulusPalletXcmpQueueInboundChannelDetails (356) */
   interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {
     readonly sender: u32;
     readonly state: CumulusPalletXcmpQueueInboundState;
     readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;
   }
 
-  /** @name CumulusPalletXcmpQueueInboundState (358) */
+  /** @name CumulusPalletXcmpQueueInboundState (357) */
   interface CumulusPalletXcmpQueueInboundState extends Enum {
     readonly isOk: boolean;
     readonly isSuspended: boolean;
     readonly type: 'Ok' | 'Suspended';
   }
 
-  /** @name PolkadotParachainPrimitivesXcmpMessageFormat (361) */
+  /** @name PolkadotParachainPrimitivesXcmpMessageFormat (360) */
   interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {
     readonly isConcatenatedVersionedXcm: boolean;
     readonly isConcatenatedEncodedBlob: boolean;
@@ -3251,7 +3240,7 @@
     readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';
   }
 
-  /** @name CumulusPalletXcmpQueueOutboundChannelDetails (364) */
+  /** @name CumulusPalletXcmpQueueOutboundChannelDetails (363) */
   interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {
     readonly recipient: u32;
     readonly state: CumulusPalletXcmpQueueOutboundState;
@@ -3260,14 +3249,14 @@
     readonly lastIndex: u16;
   }
 
-  /** @name CumulusPalletXcmpQueueOutboundState (365) */
+  /** @name CumulusPalletXcmpQueueOutboundState (364) */
   interface CumulusPalletXcmpQueueOutboundState extends Enum {
     readonly isOk: boolean;
     readonly isSuspended: boolean;
     readonly type: 'Ok' | 'Suspended';
   }
 
-  /** @name CumulusPalletXcmpQueueQueueConfigData (367) */
+  /** @name CumulusPalletXcmpQueueQueueConfigData (366) */
   interface CumulusPalletXcmpQueueQueueConfigData extends Struct {
     readonly suspendThreshold: u32;
     readonly dropThreshold: u32;
@@ -3277,7 +3266,7 @@
     readonly xcmpMaxIndividualWeight: SpWeightsWeightV2Weight;
   }
 
-  /** @name CumulusPalletXcmpQueueError (369) */
+  /** @name CumulusPalletXcmpQueueError (368) */
   interface CumulusPalletXcmpQueueError extends Enum {
     readonly isFailedToSend: boolean;
     readonly isBadXcmOrigin: boolean;
@@ -3287,7 +3276,7 @@
     readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';
   }
 
-  /** @name PalletXcmError (370) */
+  /** @name PalletXcmError (369) */
   interface PalletXcmError extends Enum {
     readonly isUnreachable: boolean;
     readonly isSendFailure: boolean;
@@ -3305,29 +3294,29 @@
     readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';
   }
 
-  /** @name CumulusPalletXcmError (371) */
+  /** @name CumulusPalletXcmError (370) */
   type CumulusPalletXcmError = Null;
 
-  /** @name CumulusPalletDmpQueueConfigData (372) */
+  /** @name CumulusPalletDmpQueueConfigData (371) */
   interface CumulusPalletDmpQueueConfigData extends Struct {
     readonly maxIndividual: SpWeightsWeightV2Weight;
   }
 
-  /** @name CumulusPalletDmpQueuePageIndexData (373) */
+  /** @name CumulusPalletDmpQueuePageIndexData (372) */
   interface CumulusPalletDmpQueuePageIndexData extends Struct {
     readonly beginUsed: u32;
     readonly endUsed: u32;
     readonly overweightCount: u64;
   }
 
-  /** @name CumulusPalletDmpQueueError (376) */
+  /** @name CumulusPalletDmpQueueError (375) */
   interface CumulusPalletDmpQueueError extends Enum {
     readonly isUnknown: boolean;
     readonly isOverLimit: boolean;
     readonly type: 'Unknown' | 'OverLimit';
   }
 
-  /** @name PalletUniqueError (380) */
+  /** @name PalletUniqueError (379) */
   interface PalletUniqueError extends Enum {
     readonly isCollectionDecimalPointLimitExceeded: boolean;
     readonly isEmptyArgument: boolean;
@@ -3335,13 +3324,13 @@
     readonly type: 'CollectionDecimalPointLimitExceeded' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';
   }
 
-  /** @name PalletConfigurationError (381) */
+  /** @name PalletConfigurationError (380) */
   interface PalletConfigurationError extends Enum {
     readonly isInconsistentConfiguration: boolean;
     readonly type: 'InconsistentConfiguration';
   }
 
-  /** @name UpDataStructsCollection (382) */
+  /** @name UpDataStructsCollection (381) */
   interface UpDataStructsCollection extends Struct {
     readonly owner: AccountId32;
     readonly mode: UpDataStructsCollectionMode;
@@ -3354,7 +3343,7 @@
     readonly flags: U8aFixed;
   }
 
-  /** @name UpDataStructsSponsorshipStateAccountId32 (383) */
+  /** @name UpDataStructsSponsorshipStateAccountId32 (382) */
   interface UpDataStructsSponsorshipStateAccountId32 extends Enum {
     readonly isDisabled: boolean;
     readonly isUnconfirmed: boolean;
@@ -3364,43 +3353,43 @@
     readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';
   }
 
-  /** @name UpDataStructsProperties (385) */
+  /** @name UpDataStructsProperties (384) */
   interface UpDataStructsProperties extends Struct {
     readonly map: UpDataStructsPropertiesMapBoundedVec;
     readonly consumedSpace: u32;
     readonly spaceLimit: u32;
   }
 
-  /** @name UpDataStructsPropertiesMapBoundedVec (386) */
+  /** @name UpDataStructsPropertiesMapBoundedVec (385) */
   interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}
 
-  /** @name UpDataStructsPropertiesMapPropertyPermission (391) */
+  /** @name UpDataStructsPropertiesMapPropertyPermission (390) */
   interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}
 
-  /** @name UpDataStructsCollectionStats (398) */
+  /** @name UpDataStructsCollectionStats (397) */
   interface UpDataStructsCollectionStats extends Struct {
     readonly created: u32;
     readonly destroyed: u32;
     readonly alive: u32;
   }
 
-  /** @name UpDataStructsTokenChild (399) */
+  /** @name UpDataStructsTokenChild (398) */
   interface UpDataStructsTokenChild extends Struct {
     readonly token: u32;
     readonly collection: u32;
   }
 
-  /** @name PhantomTypeUpDataStructs (400) */
+  /** @name PhantomTypeUpDataStructs (399) */
   interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}
 
-  /** @name UpDataStructsTokenData (402) */
+  /** @name UpDataStructsTokenData (401) */
   interface UpDataStructsTokenData extends Struct {
     readonly properties: Vec<UpDataStructsProperty>;
     readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;
     readonly pieces: u128;
   }
 
-  /** @name UpDataStructsRpcCollection (404) */
+  /** @name UpDataStructsRpcCollection (403) */
   interface UpDataStructsRpcCollection extends Struct {
     readonly owner: AccountId32;
     readonly mode: UpDataStructsCollectionMode;
@@ -3416,13 +3405,13 @@
     readonly flags: UpDataStructsRpcCollectionFlags;
   }
 
-  /** @name UpDataStructsRpcCollectionFlags (405) */
+  /** @name UpDataStructsRpcCollectionFlags (404) */
   interface UpDataStructsRpcCollectionFlags extends Struct {
     readonly foreign: bool;
     readonly erc721metadata: bool;
   }
 
-  /** @name RmrkTraitsCollectionCollectionInfo (406) */
+  /** @name RmrkTraitsCollectionCollectionInfo (405) */
   interface RmrkTraitsCollectionCollectionInfo extends Struct {
     readonly issuer: AccountId32;
     readonly metadata: Bytes;
@@ -3431,7 +3420,7 @@
     readonly nftsCount: u32;
   }
 
-  /** @name RmrkTraitsNftNftInfo (407) */
+  /** @name RmrkTraitsNftNftInfo (406) */
   interface RmrkTraitsNftNftInfo extends Struct {
     readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;
     readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;
@@ -3440,13 +3429,13 @@
     readonly pending: bool;
   }
 
-  /** @name RmrkTraitsNftRoyaltyInfo (409) */
+  /** @name RmrkTraitsNftRoyaltyInfo (408) */
   interface RmrkTraitsNftRoyaltyInfo extends Struct {
     readonly recipient: AccountId32;
     readonly amount: Permill;
   }
 
-  /** @name RmrkTraitsResourceResourceInfo (410) */
+  /** @name RmrkTraitsResourceResourceInfo (409) */
   interface RmrkTraitsResourceResourceInfo extends Struct {
     readonly id: u32;
     readonly resource: RmrkTraitsResourceResourceTypes;
@@ -3454,26 +3443,26 @@
     readonly pendingRemoval: bool;
   }
 
-  /** @name RmrkTraitsPropertyPropertyInfo (411) */
+  /** @name RmrkTraitsPropertyPropertyInfo (410) */
   interface RmrkTraitsPropertyPropertyInfo extends Struct {
     readonly key: Bytes;
     readonly value: Bytes;
   }
 
-  /** @name RmrkTraitsBaseBaseInfo (412) */
+  /** @name RmrkTraitsBaseBaseInfo (411) */
   interface RmrkTraitsBaseBaseInfo extends Struct {
     readonly issuer: AccountId32;
     readonly baseType: Bytes;
     readonly symbol: Bytes;
   }
 
-  /** @name RmrkTraitsNftNftChild (413) */
+  /** @name RmrkTraitsNftNftChild (412) */
   interface RmrkTraitsNftNftChild extends Struct {
     readonly collectionId: u32;
     readonly nftId: u32;
   }
 
-  /** @name PalletCommonError (415) */
+  /** @name PalletCommonError (414) */
   interface PalletCommonError extends Enum {
     readonly isCollectionNotFound: boolean;
     readonly isMustBeTokenOwner: boolean;
@@ -3514,7 +3503,7 @@
     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' | 'ConfirmSponsorshipFail' | 'UserIsNotCollectionAdmin';
   }
 
-  /** @name PalletFungibleError (417) */
+  /** @name PalletFungibleError (416) */
   interface PalletFungibleError extends Enum {
     readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;
     readonly isFungibleItemsHaveNoId: boolean;
@@ -3526,12 +3515,12 @@
     readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed' | 'SettingAllowanceForAllNotAllowed' | 'FungibleTokensAreAlwaysValid';
   }
 
-  /** @name PalletRefungibleItemData (418) */
+  /** @name PalletRefungibleItemData (417) */
   interface PalletRefungibleItemData extends Struct {
     readonly constData: Bytes;
   }
 
-  /** @name PalletRefungibleError (423) */
+  /** @name PalletRefungibleError (422) */
   interface PalletRefungibleError extends Enum {
     readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;
     readonly isWrongRefungiblePieces: boolean;
@@ -3541,19 +3530,19 @@
     readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';
   }
 
-  /** @name PalletNonfungibleItemData (424) */
+  /** @name PalletNonfungibleItemData (423) */
   interface PalletNonfungibleItemData extends Struct {
     readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;
   }
 
-  /** @name UpDataStructsPropertyScope (426) */
+  /** @name UpDataStructsPropertyScope (425) */
   interface UpDataStructsPropertyScope extends Enum {
     readonly isNone: boolean;
     readonly isRmrk: boolean;
     readonly type: 'None' | 'Rmrk';
   }
 
-  /** @name PalletNonfungibleError (428) */
+  /** @name PalletNonfungibleError (427) */
   interface PalletNonfungibleError extends Enum {
     readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;
     readonly isNonfungibleItemsHaveNoAmount: boolean;
@@ -3561,7 +3550,7 @@
     readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';
   }
 
-  /** @name PalletStructureError (429) */
+  /** @name PalletStructureError (428) */
   interface PalletStructureError extends Enum {
     readonly isOuroborosDetected: boolean;
     readonly isDepthLimit: boolean;
@@ -3570,7 +3559,7 @@
     readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound';
   }
 
-  /** @name PalletRmrkCoreError (430) */
+  /** @name PalletRmrkCoreError (429) */
   interface PalletRmrkCoreError extends Enum {
     readonly isCorruptedCollectionType: boolean;
     readonly isRmrkPropertyKeyIsTooLong: boolean;
@@ -3594,7 +3583,7 @@
     readonly type: 'CorruptedCollectionType' | 'RmrkPropertyKeyIsTooLong' | 'RmrkPropertyValueIsTooLong' | 'RmrkPropertyIsNotFound' | 'UnableToDecodeRmrkData' | 'CollectionNotEmpty' | 'NoAvailableCollectionId' | 'NoAvailableNftId' | 'CollectionUnknown' | 'NoPermission' | 'NonTransferable' | 'CollectionFullOrLocked' | 'ResourceDoesntExist' | 'CannotSendToDescendentOrSelf' | 'CannotAcceptNonOwnedNft' | 'CannotRejectNonOwnedNft' | 'CannotRejectNonPendingNft' | 'ResourceNotPending' | 'NoAvailableResourceId';
   }
 
-  /** @name PalletRmrkEquipError (432) */
+  /** @name PalletRmrkEquipError (431) */
   interface PalletRmrkEquipError extends Enum {
     readonly isPermissionError: boolean;
     readonly isNoAvailableBaseId: boolean;
@@ -3606,7 +3595,7 @@
     readonly type: 'PermissionError' | 'NoAvailableBaseId' | 'NoAvailablePartId' | 'BaseDoesntExist' | 'NeedsDefaultThemeFirst' | 'PartDoesntExist' | 'NoEquippableOnFixedPart';
   }
 
-  /** @name PalletAppPromotionError (438) */
+  /** @name PalletAppPromotionError (437) */
   interface PalletAppPromotionError extends Enum {
     readonly isAdminNotSet: boolean;
     readonly isNoPermission: boolean;
@@ -3617,7 +3606,7 @@
     readonly type: 'AdminNotSet' | 'NoPermission' | 'NotSufficientFunds' | 'PendingForBlockOverflow' | 'SponsorNotSet' | 'IncorrectLockedBalanceOperation';
   }
 
-  /** @name PalletForeignAssetsModuleError (439) */
+  /** @name PalletForeignAssetsModuleError (438) */
   interface PalletForeignAssetsModuleError extends Enum {
     readonly isBadLocation: boolean;
     readonly isMultiLocationExisted: boolean;
@@ -3626,7 +3615,7 @@
     readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';
   }
 
-  /** @name PalletEvmError (441) */
+  /** @name PalletEvmError (440) */
   interface PalletEvmError extends Enum {
     readonly isBalanceLow: boolean;
     readonly isFeeOverflow: boolean;
@@ -3638,10 +3627,11 @@
     readonly isGasLimitTooHigh: boolean;
     readonly isUndefined: boolean;
     readonly isReentrancy: boolean;
-    readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce' | 'GasLimitTooLow' | 'GasLimitTooHigh' | 'Undefined' | 'Reentrancy';
+    readonly isTransactionMustComeFromEOA: boolean;
+    readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce' | 'GasLimitTooLow' | 'GasLimitTooHigh' | 'Undefined' | 'Reentrancy' | 'TransactionMustComeFromEOA';
   }
 
-  /** @name FpRpcTransactionStatus (444) */
+  /** @name FpRpcTransactionStatus (443) */
   interface FpRpcTransactionStatus extends Struct {
     readonly transactionHash: H256;
     readonly transactionIndex: u32;
@@ -3652,10 +3642,10 @@
     readonly logsBloom: EthbloomBloom;
   }
 
-  /** @name EthbloomBloom (446) */
+  /** @name EthbloomBloom (445) */
   interface EthbloomBloom extends U8aFixed {}
 
-  /** @name EthereumReceiptReceiptV3 (448) */
+  /** @name EthereumReceiptReceiptV3 (447) */
   interface EthereumReceiptReceiptV3 extends Enum {
     readonly isLegacy: boolean;
     readonly asLegacy: EthereumReceiptEip658ReceiptData;
@@ -3666,7 +3656,7 @@
     readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';
   }
 
-  /** @name EthereumReceiptEip658ReceiptData (449) */
+  /** @name EthereumReceiptEip658ReceiptData (448) */
   interface EthereumReceiptEip658ReceiptData extends Struct {
     readonly statusCode: u8;
     readonly usedGas: U256;
@@ -3674,14 +3664,14 @@
     readonly logs: Vec<EthereumLog>;
   }
 
-  /** @name EthereumBlock (450) */
+  /** @name EthereumBlock (449) */
   interface EthereumBlock extends Struct {
     readonly header: EthereumHeader;
     readonly transactions: Vec<EthereumTransactionTransactionV2>;
     readonly ommers: Vec<EthereumHeader>;
   }
 
-  /** @name EthereumHeader (451) */
+  /** @name EthereumHeader (450) */
   interface EthereumHeader extends Struct {
     readonly parentHash: H256;
     readonly ommersHash: H256;
@@ -3700,24 +3690,24 @@
     readonly nonce: EthereumTypesHashH64;
   }
 
-  /** @name EthereumTypesHashH64 (452) */
+  /** @name EthereumTypesHashH64 (451) */
   interface EthereumTypesHashH64 extends U8aFixed {}
 
-  /** @name PalletEthereumError (457) */
+  /** @name PalletEthereumError (456) */
   interface PalletEthereumError extends Enum {
     readonly isInvalidSignature: boolean;
     readonly isPreLogExists: boolean;
     readonly type: 'InvalidSignature' | 'PreLogExists';
   }
 
-  /** @name PalletEvmCoderSubstrateError (458) */
+  /** @name PalletEvmCoderSubstrateError (457) */
   interface PalletEvmCoderSubstrateError extends Enum {
     readonly isOutOfGas: boolean;
     readonly isOutOfFund: boolean;
     readonly type: 'OutOfGas' | 'OutOfFund';
   }
 
-  /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (459) */
+  /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (458) */
   interface UpDataStructsSponsorshipStateBasicCrossAccountIdRepr extends Enum {
     readonly isDisabled: boolean;
     readonly isUnconfirmed: boolean;
@@ -3727,7 +3717,7 @@
     readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';
   }
 
-  /** @name PalletEvmContractHelpersSponsoringModeT (460) */
+  /** @name PalletEvmContractHelpersSponsoringModeT (459) */
   interface PalletEvmContractHelpersSponsoringModeT extends Enum {
     readonly isDisabled: boolean;
     readonly isAllowlisted: boolean;
@@ -3735,7 +3725,7 @@
     readonly type: 'Disabled' | 'Allowlisted' | 'Generous';
   }
 
-  /** @name PalletEvmContractHelpersError (466) */
+  /** @name PalletEvmContractHelpersError (465) */
   interface PalletEvmContractHelpersError extends Enum {
     readonly isNoPermission: boolean;
     readonly isNoPendingSponsor: boolean;
@@ -3743,7 +3733,7 @@
     readonly type: 'NoPermission' | 'NoPendingSponsor' | 'TooManyMethodsHaveSponsoredLimit';
   }
 
-  /** @name PalletEvmMigrationError (467) */
+  /** @name PalletEvmMigrationError (466) */
   interface PalletEvmMigrationError extends Enum {
     readonly isAccountNotEmpty: boolean;
     readonly isAccountIsNotMigrating: boolean;
@@ -3751,17 +3741,17 @@
     readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating' | 'BadEvent';
   }
 
-  /** @name PalletMaintenanceError (468) */
+  /** @name PalletMaintenanceError (467) */
   type PalletMaintenanceError = Null;
 
-  /** @name PalletTestUtilsError (469) */
+  /** @name PalletTestUtilsError (468) */
   interface PalletTestUtilsError extends Enum {
     readonly isTestPalletDisabled: boolean;
     readonly isTriggerRollback: boolean;
     readonly type: 'TestPalletDisabled' | 'TriggerRollback';
   }
 
-  /** @name SpRuntimeMultiSignature (471) */
+  /** @name SpRuntimeMultiSignature (470) */
   interface SpRuntimeMultiSignature extends Enum {
     readonly isEd25519: boolean;
     readonly asEd25519: SpCoreEd25519Signature;
@@ -3772,40 +3762,40 @@
     readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';
   }
 
-  /** @name SpCoreEd25519Signature (472) */
+  /** @name SpCoreEd25519Signature (471) */
   interface SpCoreEd25519Signature extends U8aFixed {}
 
-  /** @name SpCoreSr25519Signature (474) */
+  /** @name SpCoreSr25519Signature (473) */
   interface SpCoreSr25519Signature extends U8aFixed {}
 
-  /** @name SpCoreEcdsaSignature (475) */
+  /** @name SpCoreEcdsaSignature (474) */
   interface SpCoreEcdsaSignature extends U8aFixed {}
 
-  /** @name FrameSystemExtensionsCheckSpecVersion (478) */
+  /** @name FrameSystemExtensionsCheckSpecVersion (477) */
   type FrameSystemExtensionsCheckSpecVersion = Null;
 
-  /** @name FrameSystemExtensionsCheckTxVersion (479) */
+  /** @name FrameSystemExtensionsCheckTxVersion (478) */
   type FrameSystemExtensionsCheckTxVersion = Null;
 
-  /** @name FrameSystemExtensionsCheckGenesis (480) */
+  /** @name FrameSystemExtensionsCheckGenesis (479) */
   type FrameSystemExtensionsCheckGenesis = Null;
 
-  /** @name FrameSystemExtensionsCheckNonce (483) */
+  /** @name FrameSystemExtensionsCheckNonce (482) */
   interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}
 
-  /** @name FrameSystemExtensionsCheckWeight (484) */
+  /** @name FrameSystemExtensionsCheckWeight (483) */
   type FrameSystemExtensionsCheckWeight = Null;
 
-  /** @name OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance (485) */
+  /** @name OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance (484) */
   type OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance = Null;
 
-  /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (486) */
+  /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (485) */
   interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}
 
-  /** @name OpalRuntimeRuntime (487) */
+  /** @name OpalRuntimeRuntime (486) */
   type OpalRuntimeRuntime = Null;
 
-  /** @name PalletEthereumFakeTransactionFinalizer (488) */
+  /** @name PalletEthereumFakeTransactionFinalizer (487) */
   type PalletEthereumFakeTransactionFinalizer = Null;
 
 } // declare module