difftreelog
feat(identity) add pallet + rename evm-migration to data-management
in: master
43 files changed
Cargo.lockdiffbeforeafterboth--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5336,15 +5336,16 @@
"pallet-collator-selection",
"pallet-common",
"pallet-configuration",
+ "pallet-data-management",
"pallet-ethereum",
"pallet-evm",
"pallet-evm-coder-substrate",
"pallet-evm-contract-helpers",
- "pallet-evm-migration",
"pallet-evm-precompile-simple",
"pallet-evm-transaction-payment",
"pallet-foreign-assets",
"pallet-fungible",
+ "pallet-identity",
"pallet-inflation",
"pallet-maintenance",
"pallet-nonfungible",
@@ -5577,9 +5578,9 @@
"pallet-balances",
"pallet-common",
"pallet-configuration",
+ "pallet-data-management",
"pallet-evm",
"pallet-evm-contract-helpers",
- "pallet-evm-migration",
"pallet-randomness-collective-flip",
"pallet-timestamp",
"pallet-unique",
@@ -5801,6 +5802,7 @@
"pallet-aura",
"pallet-authorship",
"pallet-balances",
+ "pallet-configuration",
"pallet-session",
"pallet-timestamp",
"parity-scale-codec 3.2.1",
@@ -5889,6 +5891,24 @@
]
[[package]]
+name = "pallet-data-management"
+version = "0.1.1"
+dependencies = [
+ "ethereum 0.14.0",
+ "fp-evm",
+ "frame-benchmarking",
+ "frame-support",
+ "frame-system",
+ "pallet-evm",
+ "parity-scale-codec 3.2.1",
+ "scale-info",
+ "sp-core",
+ "sp-io",
+ "sp-runtime",
+ "sp-std",
+]
+
+[[package]]
name = "pallet-democracy"
version = "4.0.0-dev"
source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.33#2dff067e9f7f6f3cc4dbfdaaa97753eccc407689"
@@ -6058,24 +6078,6 @@
]
[[package]]
-name = "pallet-evm-migration"
-version = "0.1.1"
-dependencies = [
- "ethereum 0.14.0",
- "fp-evm",
- "frame-benchmarking",
- "frame-support",
- "frame-system",
- "pallet-evm",
- "parity-scale-codec 3.2.1",
- "scale-info",
- "sp-core",
- "sp-io",
- "sp-runtime",
- "sp-std",
-]
-
-[[package]]
name = "pallet-evm-precompile-simple"
version = "2.0.0-dev"
source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.33#c37ced433a29baad45899d6ab364fe437f97570e"
@@ -8976,15 +8978,16 @@
"pallet-collator-selection",
"pallet-common",
"pallet-configuration",
+ "pallet-data-management",
"pallet-ethereum",
"pallet-evm",
"pallet-evm-coder-substrate",
"pallet-evm-contract-helpers",
- "pallet-evm-migration",
"pallet-evm-precompile-simple",
"pallet-evm-transaction-payment",
"pallet-foreign-assets",
"pallet-fungible",
+ "pallet-identity",
"pallet-inflation",
"pallet-maintenance",
"pallet-nonfungible",
@@ -13180,15 +13183,16 @@
"pallet-collator-selection",
"pallet-common",
"pallet-configuration",
+ "pallet-data-management",
"pallet-ethereum",
"pallet-evm",
"pallet-evm-coder-substrate",
"pallet-evm-contract-helpers",
- "pallet-evm-migration",
"pallet-evm-precompile-simple",
"pallet-evm-transaction-payment",
"pallet-foreign-assets",
"pallet-fungible",
+ "pallet-identity",
"pallet-inflation",
"pallet-maintenance",
"pallet-nonfungible",
Makefilediffbeforeafterboth--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
@echo "regenerate_solidity - generate stubs/interfaces for contracts defined in native (via evm-coder)"
@echo "evm_stubs - recompile contract stubs and ABI"
@echo "bench - run frame-benchmarking"
- @echo " bench-evm-migration"
+ @echo " bench-data-management"
@echo " bench-unique"
FUNGIBLE_EVM_STUBS=./pallets/fungible/src/stubs
@@ -85,9 +85,9 @@
--template .maintain/frame-weight-template.hbs --steps=50 --repeat=80 --heap-pages=4096 \
--output=./pallets/$(if $(PALLET_DIR),$(PALLET_DIR),$(PALLET))/src/weights.rs
-.PHONY: bench-evm-migration
-bench-evm-migration:
- make _bench PALLET=evm-migration
+.PHONY: bench-data-management
+bench-data-management:
+ make _bench PALLET=data-management
.PHONY: bench-common
bench-common:
@@ -134,4 +134,4 @@
make _bench PALLET=app-promotion PALLET_DIR=app-promotion
.PHONY: bench
-bench: bench-evm-migration bench-unique bench-structure bench-fungible bench-refungible bench-nonfungible bench-scheduler bench-rmrk-core bench-rmrk-equip bench-foreign-assets
+bench: bench-data-management bench-unique bench-structure bench-fungible bench-refungible bench-nonfungible bench-scheduler bench-rmrk-core bench-rmrk-equip bench-foreign-assets
pallets/app-promotion/Cargo.tomldiffbeforeafterboth--- a/pallets/app-promotion/Cargo.toml
+++ b/pallets/app-promotion/Cargo.toml
@@ -71,7 +71,7 @@
pallet-configuration = { default-features = false, path = "../configuration" }
pallet-unique = { default-features = false, path = "../unique" }
pallet-evm-contract-helpers = { default-features = false, path = "../evm-contract-helpers" }
-pallet-evm-migration = { default-features = false, path = "../evm-migration" }
+pallet-data-management = { default-features = false, path = "../data-management" }
# [dev-dependencies]
pallets/app-promotion/src/benchmarking.rsdiffbeforeafterboth--- a/pallets/app-promotion/src/benchmarking.rs
+++ b/pallets/app-promotion/src/benchmarking.rs
@@ -25,13 +25,13 @@
use frame_support::traits::OnInitialize;
use frame_system::RawOrigin;
use pallet_unique::benchmarking::create_nft_collection;
-use pallet_evm_migration::Pallet as EvmMigrationPallet;
+use pallet_data_management::Pallet as DataManagementPallet;
const SEED: u32 = 0;
fn set_admin<T>() -> Result<T::AccountId, sp_runtime::DispatchError>
where
- T: Config + pallet_unique::Config + pallet_evm_migration::Config,
+ T: Config + pallet_unique::Config + pallet_data_management::Config,
T::BlockNumber: From<u32> + Into<u32>,
<<T as Config>::Currency as Currency<T::AccountId>>::Balance: Sum + From<u128>,
{
@@ -52,7 +52,7 @@
benchmarks! {
where_clause{
- where T: Config + pallet_unique::Config + pallet_evm_migration::Config ,
+ where T: Config + pallet_unique::Config + pallet_data_management::Config ,
T::BlockNumber: From<u32> + Into<u32>,
<<T as Config>::Currency as Currency<T::AccountId>>::Balance: Sum + From<u128>
}
@@ -144,8 +144,8 @@
let _ = <T as Config>::Currency::make_free_balance_be(&pallet_admin, Perbill::from_rational(1u32, 2) * BalanceOf::<T>::max_value());
let address = H160::from_low_u64_be(SEED as u64);
let data: Vec<u8> = (0..20 as u8).collect();
- <EvmMigrationPallet<T>>::begin(RawOrigin::Root.into(), address)?;
- <EvmMigrationPallet<T>>::finish(RawOrigin::Root.into(), address, data)?;
+ <DataManagementPallet<T>>::begin(RawOrigin::Root.into(), address)?;
+ <DataManagementPallet<T>>::finish(RawOrigin::Root.into(), address, data)?;
} : _(RawOrigin::Signed(pallet_admin.clone()), address)
stop_sponsoring_contract {
@@ -155,8 +155,8 @@
let _ = <T as Config>::Currency::make_free_balance_be(&pallet_admin, Perbill::from_rational(1u32, 2) * BalanceOf::<T>::max_value());
let address = H160::from_low_u64_be(SEED as u64);
let data: Vec<u8> = (0..20 as u8).collect();
- <EvmMigrationPallet<T>>::begin(RawOrigin::Root.into(), address)?;
- <EvmMigrationPallet<T>>::finish(RawOrigin::Root.into(), address, data)?;
+ <DataManagementPallet<T>>::begin(RawOrigin::Root.into(), address)?;
+ <DataManagementPallet<T>>::finish(RawOrigin::Root.into(), address, data)?;
PromototionPallet::<T>::sponsor_contract(RawOrigin::Signed(pallet_admin.clone()).into(), address)?;
} : _(RawOrigin::Signed(pallet_admin.clone()), address)
}
pallets/data-management/CHANGELOG.mddiffbeforeafterboth--- /dev/null
+++ b/pallets/data-management/CHANGELOG.md
@@ -0,0 +1,17 @@
+<!-- bureaucrate goes here -->
+## [v0.1.1] 2022-08-16
+
+### Other changes
+
+- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a
+
+- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf8
+
+- refactor: Remove `#[transactional]` from extrinsics 7fd36cea2f6e00c02c67ccc1de9649ae404efd31
+
+Every extrinsic now runs in transaction implicitly, and
+`#[transactional]` on pallet dispatchable is now meaningless
+
+Upstream-Change: https://github.com/paritytech/substrate/issues/10806
+
+- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b
\ No newline at end of file
pallets/data-management/Cargo.tomldiffbeforeafterboth--- /dev/null
+++ b/pallets/data-management/Cargo.toml
@@ -0,0 +1,42 @@
+[package]
+name = "pallet-data-management"
+version = "0.1.1"
+license = "GPLv3"
+edition = "2021"
+
+[dependencies]
+scale-info = { version = "2.0.1", default-features = false, features = [
+ "derive",
+] }
+ethereum = { version = "0.14.0", default-features = false }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
+
+[dependencies.codec]
+default-features = false
+features = ['derive']
+package = 'parity-scale-codec'
+version = '3.1.2'
+
+[features]
+default = ["std", "runtime-benchmarks"]
+std = [
+ "frame-support/std",
+ "frame-system/std",
+ "frame-benchmarking/std",
+ "sp-runtime/std",
+ "sp-std/std",
+ "sp-io/std",
+ "sp-core/std",
+ "pallet-evm/std",
+ "fp-evm/std",
+]
+runtime-benchmarks = ["frame-benchmarking"]
+try-runtime = ["frame-support/try-runtime"]
pallets/data-management/README.mddiffbeforeafterboth--- /dev/null
+++ b/pallets/data-management/README.md
@@ -0,0 +1,18 @@
+# EVM contract migration pallet
+
+This pallet is only callable by root, it has functionality to migrate contract
+from other ethereum chain to pallet-evm
+
+Contract data includes contract code, and contract storage,
+where contract storage is a mapping from evm word to evm word (evm word = 32 byte)
+
+To import contract data into pallet-evm admin should call this pallet multiple times:
+1. Start migration via `begin`
+2. Insert all contract data using single or
+ multiple (If data can't be fit into single extrinsic) calls
+ to `set_data`
+3. Finish migration using `finish`, providing contract code
+
+During migration no one can insert code at address of this contract,
+as [`pallet::OnMethodCall`] prevents this, and no one can call this contract,
+as code is only supplied at final stage of contract deployment
\ No newline at end of file
pallets/data-management/src/benchmarking.rsdiffbeforeafterboth--- /dev/null
+++ b/pallets/data-management/src/benchmarking.rs
@@ -0,0 +1,66 @@
+// 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/>.
+
+#![allow(missing_docs)]
+
+use super::{Call, Config, Pallet};
+use frame_benchmarking::benchmarks;
+use frame_system::RawOrigin;
+use sp_core::{H160, H256};
+use sp_std::{vec::Vec, vec};
+
+// todo:collator
+benchmarks! {
+ where_clause { where <T as Config>::RuntimeEvent: codec::Encode }
+
+ begin {
+ }: _(RawOrigin::Root, H160::default())
+
+ set_data {
+ let b in 0..80;
+ let address = H160::from_low_u64_be(b as u64);
+ let mut data = Vec::new();
+ for i in 0..b {
+ data.push((
+ H256::from_low_u64_be(i as u64),
+ H256::from_low_u64_be(i as u64),
+ ));
+ }
+ <Pallet<T>>::begin(RawOrigin::Root.into(), address)?;
+ }: _(RawOrigin::Root, address, data)
+
+ finish {
+ let b in 0..80;
+ let address = H160::from_low_u64_be(b as u64);
+ let data: Vec<u8> = (0..b as u8).collect();
+ <Pallet<T>>::begin(RawOrigin::Root.into(), address)?;
+ }: _(RawOrigin::Root, address, data)
+
+ insert_eth_logs {
+ let b in 0..200;
+ let logs = (0..b).map(|_| ethereum::Log {
+ address: H160([b as u8; 20]),
+ data: vec![b as u8; 128],
+ topics: vec![H256([b as u8; 32]); 6],
+ }).collect::<Vec<_>>();
+ }: _(RawOrigin::Root, logs)
+
+ insert_events {
+ let b in 0..200;
+ use codec::Encode;
+ let logs = (0..b).map(|_| <T as Config>::RuntimeEvent::from(crate::Event::<T>::TestEvent).encode()).collect::<Vec<_>>();
+ }: _(RawOrigin::Root, logs)
+}
pallets/data-management/src/lib.rsdiffbeforeafterboth--- /dev/null
+++ b/pallets/data-management/src/lib.rs
@@ -0,0 +1,168 @@
+// 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/>.
+
+#![doc = include_str!("../README.md")]
+#![cfg_attr(not(feature = "std"), no_std)]
+#![deny(missing_docs)]
+
+pub use pallet::*;
+#[cfg(feature = "runtime-benchmarks")]
+pub mod benchmarking;
+pub mod weights;
+
+#[frame_support::pallet]
+pub mod pallet {
+ use frame_support::{
+ pallet_prelude::{*, DispatchResult},
+ traits::IsType,
+ };
+ use frame_system::pallet_prelude::{*, OriginFor};
+ use sp_core::{H160, H256};
+ use sp_std::vec::Vec;
+ use super::weights::WeightInfo;
+ use pallet_evm::{PrecompileHandle, Pallet as PalletEvm};
+
+ #[pallet::config]
+ pub trait Config: frame_system::Config + pallet_evm::Config {
+ /// Weights
+ type WeightInfo: WeightInfo;
+ /// The overarching event type.
+ type RuntimeEvent: From<Event<Self>> + IsType<<Self as frame_system::Config>::RuntimeEvent>;
+ }
+
+ type SelfWeightOf<T> = <T as Config>::WeightInfo;
+
+ #[pallet::pallet]
+ #[pallet::generate_store(pub(super) trait Store)]
+ pub struct Pallet<T>(_);
+
+ #[pallet::event]
+ pub enum Event<T: Config> {
+ /// This event is used in benchmarking and can be used for tests
+ TestEvent,
+ }
+
+ #[pallet::error]
+ pub enum Error<T> {
+ /// Can only migrate to empty address.
+ AccountNotEmpty,
+ /// Migration of this account is not yet started, or already finished.
+ AccountIsNotMigrating,
+ /// Failed to decode event bytes
+ BadEvent,
+ }
+
+ #[pallet::storage]
+ pub(super) type MigrationPending<T: Config> =
+ StorageMap<Hasher = Twox64Concat, Key = H160, Value = bool, QueryKind = ValueQuery>;
+
+ #[pallet::call]
+ impl<T: Config> Pallet<T> {
+ /// Start contract migration, inserts contract stub at target address,
+ /// and marks account as pending, allowing to insert storage
+ #[pallet::weight(<SelfWeightOf<T>>::begin())]
+ pub fn begin(origin: OriginFor<T>, address: H160) -> DispatchResult {
+ ensure_root(origin)?;
+ ensure!(
+ <PalletEvm<T>>::is_account_empty(&address) && !<MigrationPending<T>>::get(&address),
+ <Error<T>>::AccountNotEmpty,
+ );
+
+ <MigrationPending<T>>::insert(address, true);
+ Ok(())
+ }
+
+ /// Insert items into contract storage, this method can be called
+ /// multiple times
+ #[pallet::weight(<SelfWeightOf<T>>::set_data(data.len() as u32))]
+ pub fn set_data(
+ origin: OriginFor<T>,
+ address: H160,
+ data: Vec<(H256, H256)>,
+ ) -> DispatchResult {
+ ensure_root(origin)?;
+ ensure!(
+ <MigrationPending<T>>::get(&address),
+ <Error<T>>::AccountIsNotMigrating,
+ );
+
+ for (k, v) in data {
+ <pallet_evm::AccountStorages<T>>::insert(&address, k, v);
+ }
+ Ok(())
+ }
+
+ /// Finish contract migration, allows it to be called.
+ /// It is not possible to alter contract storage via [`Self::set_data`]
+ /// after this call.
+ #[pallet::weight(<SelfWeightOf<T>>::finish(code.len() as u32))]
+ pub fn finish(origin: OriginFor<T>, address: H160, code: Vec<u8>) -> DispatchResult {
+ ensure_root(origin)?;
+ ensure!(
+ <MigrationPending<T>>::get(&address),
+ <Error<T>>::AccountIsNotMigrating,
+ );
+
+ <pallet_evm::AccountCodes<T>>::insert(&address, code);
+ <MigrationPending<T>>::remove(address);
+ Ok(())
+ }
+
+ /// Create ethereum events attached to the fake transaction
+ #[pallet::weight(<SelfWeightOf<T>>::insert_eth_logs(logs.len() as u32))]
+ pub fn insert_eth_logs(origin: OriginFor<T>, logs: Vec<ethereum::Log>) -> DispatchResult {
+ ensure_root(origin)?;
+ for log in logs {
+ <pallet_evm::Pallet<T>>::deposit_log(log);
+ }
+ // Transactions is created by FakeTransactionFinalizer
+ Ok(())
+ }
+
+ /// Create substrate events
+ #[pallet::weight(<SelfWeightOf<T>>::insert_events(events.len() as u32))]
+ pub fn insert_events(origin: OriginFor<T>, events: Vec<Vec<u8>>) -> DispatchResult {
+ ensure_root(origin)?;
+ for event in events {
+ <frame_system::Pallet<T>>::deposit_event(
+ <T as frame_system::Config>::RuntimeEvent::decode(&mut event.as_slice())
+ .map_err(|_| <Error<T>>::BadEvent)?,
+ );
+ }
+ Ok(())
+ }
+ }
+
+ /// Implements [`pallet_evm::OnMethodCall`], which reserves accounts with pending migration
+ pub struct OnMethodCall<T>(PhantomData<T>);
+ impl<T: Config> pallet_evm::OnMethodCall<T> for OnMethodCall<T> {
+ fn is_reserved(contract: &H160) -> bool {
+ <MigrationPending<T>>::get(&contract)
+ }
+
+ fn is_used(_contract: &H160) -> bool {
+ false
+ }
+
+ fn call(_handle: &mut impl PrecompileHandle) -> Option<pallet_evm::PrecompileResult> {
+ None
+ }
+
+ fn get_code(_contract: &H160) -> Option<Vec<u8>> {
+ None
+ }
+ }
+}
pallets/data-management/src/weights.rsdiffbeforeafterboth--- /dev/null
+++ b/pallets/data-management/src/weights.rs
@@ -0,0 +1,123 @@
+// Template adopted from https://github.com/paritytech/substrate/blob/master/.maintain/frame-weight-template.hbs
+
+//! Autogenerated weights for pallet_data_management
+//!
+//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
+//! DATE: 2022-11-23, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
+//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
+
+// Executed Command:
+// target/release/unique-collator
+// benchmark
+// pallet
+// --pallet
+// pallet-data-management
+// --wasm-execution
+// compiled
+// --extrinsic
+// *
+// --template
+// .maintain/frame-weight-template.hbs
+// --steps=50
+// --repeat=80
+// --heap-pages=4096
+// --output=./pallets/data-management/src/weights.rs
+
+#![cfg_attr(rustfmt, rustfmt_skip)]
+#![allow(unused_parens)]
+#![allow(unused_imports)]
+#![allow(missing_docs)]
+#![allow(clippy::unnecessary_cast)]
+
+use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
+use sp_std::marker::PhantomData;
+
+/// Weight functions needed for pallet_data_management.
+pub trait WeightInfo {
+ fn begin() -> Weight;
+ fn set_data(b: u32, ) -> Weight;
+ fn finish(b: u32, ) -> Weight;
+ fn insert_eth_logs(b: u32, ) -> Weight;
+ fn insert_events(b: u32, ) -> Weight;
+}
+
+/// Weights for pallet_data_management using the Substrate node and recommended hardware.
+pub struct SubstrateWeight<T>(PhantomData<T>);
+impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
+ // Storage: DataManagement MigrationPending (r:1 w:1)
+ // Storage: System Account (r:1 w:0)
+ // Storage: EVM AccountCodes (r:1 w:0)
+ fn begin() -> Weight {
+ Weight::from_ref_time(16_080_000 as u64)
+ .saturating_add(T::DbWeight::get().reads(3 as u64))
+ .saturating_add(T::DbWeight::get().writes(1 as u64))
+ }
+ // Storage: DataManagement MigrationPending (r:1 w:0)
+ // Storage: EVM AccountStorages (r:0 w:1)
+ fn set_data(b: u32, ) -> Weight {
+ Weight::from_ref_time(7_945_000 as u64)
+ // Standard Error: 1_272
+ .saturating_add(Weight::from_ref_time(1_056_832 as u64).saturating_mul(b as u64))
+ .saturating_add(T::DbWeight::get().reads(1 as u64))
+ .saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(b as u64)))
+ }
+ // Storage: DataManagement MigrationPending (r:1 w:1)
+ // Storage: EVM AccountCodes (r:0 w:1)
+ fn finish(b: u32, ) -> Weight {
+ Weight::from_ref_time(8_336_000 as u64)
+ // Standard Error: 89
+ .saturating_add(Weight::from_ref_time(6_411 as u64).saturating_mul(b as u64))
+ .saturating_add(T::DbWeight::get().reads(1 as u64))
+ .saturating_add(T::DbWeight::get().writes(2 as u64))
+ }
+ fn insert_eth_logs(b: u32, ) -> Weight {
+ Weight::from_ref_time(3_447_000 as u64)
+ // Standard Error: 843
+ .saturating_add(Weight::from_ref_time(901_039 as u64).saturating_mul(b as u64))
+ }
+ fn insert_events(b: u32, ) -> Weight {
+ Weight::from_ref_time(3_457_000 as u64)
+ // Standard Error: 1_460
+ .saturating_add(Weight::from_ref_time(1_491_611 as u64).saturating_mul(b as u64))
+ }
+}
+
+// For backwards compatibility and tests
+impl WeightInfo for () {
+ // Storage: DataManagement MigrationPending (r:1 w:1)
+ // Storage: System Account (r:1 w:0)
+ // Storage: EVM AccountCodes (r:1 w:0)
+ fn begin() -> Weight {
+ Weight::from_ref_time(16_080_000 as u64)
+ .saturating_add(RocksDbWeight::get().reads(3 as u64))
+ .saturating_add(RocksDbWeight::get().writes(1 as u64))
+ }
+ // Storage: DataManagement MigrationPending (r:1 w:0)
+ // Storage: EVM AccountStorages (r:0 w:1)
+ fn set_data(b: u32, ) -> Weight {
+ Weight::from_ref_time(7_945_000 as u64)
+ // Standard Error: 1_272
+ .saturating_add(Weight::from_ref_time(1_056_832 as u64).saturating_mul(b as u64))
+ .saturating_add(RocksDbWeight::get().reads(1 as u64))
+ .saturating_add(RocksDbWeight::get().writes((1 as u64).saturating_mul(b as u64)))
+ }
+ // Storage: DataManagement MigrationPending (r:1 w:1)
+ // Storage: EVM AccountCodes (r:0 w:1)
+ fn finish(b: u32, ) -> Weight {
+ Weight::from_ref_time(8_336_000 as u64)
+ // Standard Error: 89
+ .saturating_add(Weight::from_ref_time(6_411 as u64).saturating_mul(b as u64))
+ .saturating_add(RocksDbWeight::get().reads(1 as u64))
+ .saturating_add(RocksDbWeight::get().writes(2 as u64))
+ }
+ fn insert_eth_logs(b: u32, ) -> Weight {
+ Weight::from_ref_time(3_447_000 as u64)
+ // Standard Error: 843
+ .saturating_add(Weight::from_ref_time(901_039 as u64).saturating_mul(b as u64))
+ }
+ fn insert_events(b: u32, ) -> Weight {
+ Weight::from_ref_time(3_457_000 as u64)
+ // Standard Error: 1_460
+ .saturating_add(Weight::from_ref_time(1_491_611 as u64).saturating_mul(b as u64))
+ }
+}
pallets/evm-contract-helpers/src/eth.rsdiffbeforeafterboth--- a/pallets/evm-contract-helpers/src/eth.rs
+++ b/pallets/evm-contract-helpers/src/eth.rs
@@ -91,7 +91,7 @@
{
/// Get user, which deployed specified contract
/// @dev May return zero address in case if contract is deployed
- /// using uniquenetwork evm-migration pallet, or using other terms not
+ /// using uniquenetwork data-management pallet, or using other terms not
/// intended by pallet-evm
/// @dev Returns zero address if contract does not exists
/// @param contractAddress Contract to get owner of
pallets/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
@@ -29,7 +29,7 @@
contract ContractHelpers is Dummy, ERC165, ContractHelpersEvents {
/// Get user, which deployed specified contract
/// @dev May return zero address in case if contract is deployed
- /// using uniquenetwork evm-migration pallet, or using other terms not
+ /// using uniquenetwork data-management pallet, or using other terms not
/// intended by pallet-evm
/// @dev Returns zero address if contract does not exists
/// @param contractAddress Contract to get owner of
pallets/evm-migration/CHANGELOG.mddiffbeforeafterboth--- a/pallets/evm-migration/CHANGELOG.md
+++ /dev/null
@@ -1,17 +0,0 @@
-<!-- bureaucrate goes here -->
-## [v0.1.1] 2022-08-16
-
-### Other changes
-
-- build: Upgrade polkadot to v0.9.27 2c498572636f2b34d53b1c51b7283a761a7dc90a
-
-- build: Upgrade polkadot to v0.9.26 85515e54c4ca1b82a2630034e55dcc804c643bf8
-
-- refactor: Remove `#[transactional]` from extrinsics 7fd36cea2f6e00c02c67ccc1de9649ae404efd31
-
-Every extrinsic now runs in transaction implicitly, and
-`#[transactional]` on pallet dispatchable is now meaningless
-
-Upstream-Change: https://github.com/paritytech/substrate/issues/10806
-
-- build: Upgrade polkadot to v0.9.25 cdfb9bdc7b205ff1b5134f034ef9973d769e5e6b
\ No newline at end of file
pallets/evm-migration/Cargo.tomldiffbeforeafterboth--- a/pallets/evm-migration/Cargo.toml
+++ /dev/null
@@ -1,42 +0,0 @@
-[package]
-name = "pallet-evm-migration"
-version = "0.1.1"
-license = "GPLv3"
-edition = "2021"
-
-[dependencies]
-scale-info = { version = "2.0.1", default-features = false, features = [
- "derive",
-] }
-ethereum = { version = "0.14.0", default-features = false }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-frame-benchmarking = { default-features = false, optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" }
-
-[dependencies.codec]
-default-features = false
-features = ['derive']
-package = 'parity-scale-codec'
-version = '3.1.2'
-
-[features]
-default = ["std", "runtime-benchmarks"]
-std = [
- "frame-support/std",
- "frame-system/std",
- "frame-benchmarking/std",
- "sp-runtime/std",
- "sp-std/std",
- "sp-io/std",
- "sp-core/std",
- "pallet-evm/std",
- "fp-evm/std",
-]
-runtime-benchmarks = ["frame-benchmarking"]
-try-runtime = ["frame-support/try-runtime"]
pallets/evm-migration/README.mddiffbeforeafterboth--- a/pallets/evm-migration/README.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# EVM contract migration pallet
-
-This pallet is only callable by root, it has functionality to migrate contract
-from other ethereum chain to pallet-evm
-
-Contract data includes contract code, and contract storage,
-where contract storage is a mapping from evm word to evm word (evm word = 32 byte)
-
-To import contract data into pallet-evm admin should call this pallet multiple times:
-1. Start migration via `begin`
-2. Insert all contract data using single or
- multiple (If data can't be fit into single extrinsic) calls
- to `set_data`
-3. Finish migration using `finish`, providing contract code
-
-During migration no one can insert code at address of this contract,
-as [`pallet::OnMethodCall`] prevents this, and no one can call this contract,
-as code is only supplied at final stage of contract deployment
\ No newline at end of file
pallets/evm-migration/src/benchmarking.rsdiffbeforeafterboth--- a/pallets/evm-migration/src/benchmarking.rs
+++ /dev/null
@@ -1,65 +0,0 @@
-// 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/>.
-
-#![allow(missing_docs)]
-
-use super::{Call, Config, Pallet};
-use frame_benchmarking::benchmarks;
-use frame_system::RawOrigin;
-use sp_core::{H160, H256};
-use sp_std::{vec::Vec, vec};
-
-benchmarks! {
- where_clause { where <T as Config>::RuntimeEvent: codec::Encode }
-
- begin {
- }: _(RawOrigin::Root, H160::default())
-
- set_data {
- let b in 0..80;
- let address = H160::from_low_u64_be(b as u64);
- let mut data = Vec::new();
- for i in 0..b {
- data.push((
- H256::from_low_u64_be(i as u64),
- H256::from_low_u64_be(i as u64),
- ));
- }
- <Pallet<T>>::begin(RawOrigin::Root.into(), address)?;
- }: _(RawOrigin::Root, address, data)
-
- finish {
- let b in 0..80;
- let address = H160::from_low_u64_be(b as u64);
- let data: Vec<u8> = (0..b as u8).collect();
- <Pallet<T>>::begin(RawOrigin::Root.into(), address)?;
- }: _(RawOrigin::Root, address, data)
-
- insert_eth_logs {
- let b in 0..200;
- let logs = (0..b).map(|_| ethereum::Log {
- address: H160([b as u8; 20]),
- data: vec![b as u8; 128],
- topics: vec![H256([b as u8; 32]); 6],
- }).collect::<Vec<_>>();
- }: _(RawOrigin::Root, logs)
-
- insert_events {
- let b in 0..200;
- use codec::Encode;
- let logs = (0..b).map(|_| <T as Config>::RuntimeEvent::from(crate::Event::<T>::TestEvent).encode()).collect::<Vec<_>>();
- }: _(RawOrigin::Root, logs)
-}
pallets/evm-migration/src/lib.rsdiffbeforeafterboth--- a/pallets/evm-migration/src/lib.rs
+++ /dev/null
@@ -1,168 +0,0 @@
-// 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/>.
-
-#![doc = include_str!("../README.md")]
-#![cfg_attr(not(feature = "std"), no_std)]
-#![deny(missing_docs)]
-
-pub use pallet::*;
-#[cfg(feature = "runtime-benchmarks")]
-pub mod benchmarking;
-pub mod weights;
-
-#[frame_support::pallet]
-pub mod pallet {
- use frame_support::{
- pallet_prelude::{*, DispatchResult},
- traits::IsType,
- };
- use frame_system::pallet_prelude::{*, OriginFor};
- use sp_core::{H160, H256};
- use sp_std::vec::Vec;
- use super::weights::WeightInfo;
- use pallet_evm::{PrecompileHandle, Pallet as PalletEvm};
-
- #[pallet::config]
- pub trait Config: frame_system::Config + pallet_evm::Config {
- /// Weights
- type WeightInfo: WeightInfo;
- /// The overarching event type.
- type RuntimeEvent: From<Event<Self>> + IsType<<Self as frame_system::Config>::RuntimeEvent>;
- }
-
- type SelfWeightOf<T> = <T as Config>::WeightInfo;
-
- #[pallet::pallet]
- #[pallet::generate_store(pub(super) trait Store)]
- pub struct Pallet<T>(_);
-
- #[pallet::event]
- pub enum Event<T: Config> {
- /// This event is used in benchmarking and can be used for tests
- TestEvent,
- }
-
- #[pallet::error]
- pub enum Error<T> {
- /// Can only migrate to empty address.
- AccountNotEmpty,
- /// Migration of this account is not yet started, or already finished.
- AccountIsNotMigrating,
- /// Failed to decode event bytes
- BadEvent,
- }
-
- #[pallet::storage]
- pub(super) type MigrationPending<T: Config> =
- StorageMap<Hasher = Twox64Concat, Key = H160, Value = bool, QueryKind = ValueQuery>;
-
- #[pallet::call]
- impl<T: Config> Pallet<T> {
- /// Start contract migration, inserts contract stub at target address,
- /// and marks account as pending, allowing to insert storage
- #[pallet::weight(<SelfWeightOf<T>>::begin())]
- pub fn begin(origin: OriginFor<T>, address: H160) -> DispatchResult {
- ensure_root(origin)?;
- ensure!(
- <PalletEvm<T>>::is_account_empty(&address) && !<MigrationPending<T>>::get(&address),
- <Error<T>>::AccountNotEmpty,
- );
-
- <MigrationPending<T>>::insert(address, true);
- Ok(())
- }
-
- /// Insert items into contract storage, this method can be called
- /// multiple times
- #[pallet::weight(<SelfWeightOf<T>>::set_data(data.len() as u32))]
- pub fn set_data(
- origin: OriginFor<T>,
- address: H160,
- data: Vec<(H256, H256)>,
- ) -> DispatchResult {
- ensure_root(origin)?;
- ensure!(
- <MigrationPending<T>>::get(&address),
- <Error<T>>::AccountIsNotMigrating,
- );
-
- for (k, v) in data {
- <pallet_evm::AccountStorages<T>>::insert(&address, k, v);
- }
- Ok(())
- }
-
- /// Finish contract migration, allows it to be called.
- /// It is not possible to alter contract storage via [`Self::set_data`]
- /// after this call.
- #[pallet::weight(<SelfWeightOf<T>>::finish(code.len() as u32))]
- pub fn finish(origin: OriginFor<T>, address: H160, code: Vec<u8>) -> DispatchResult {
- ensure_root(origin)?;
- ensure!(
- <MigrationPending<T>>::get(&address),
- <Error<T>>::AccountIsNotMigrating,
- );
-
- <pallet_evm::AccountCodes<T>>::insert(&address, code);
- <MigrationPending<T>>::remove(address);
- Ok(())
- }
-
- /// Create ethereum events attached to the fake transaction
- #[pallet::weight(<SelfWeightOf<T>>::insert_eth_logs(logs.len() as u32))]
- pub fn insert_eth_logs(origin: OriginFor<T>, logs: Vec<ethereum::Log>) -> DispatchResult {
- ensure_root(origin)?;
- for log in logs {
- <pallet_evm::Pallet<T>>::deposit_log(log);
- }
- // Transactions is created by FakeTransactionFinalizer
- Ok(())
- }
-
- /// Create substrate events
- #[pallet::weight(<SelfWeightOf<T>>::insert_events(events.len() as u32))]
- pub fn insert_events(origin: OriginFor<T>, events: Vec<Vec<u8>>) -> DispatchResult {
- ensure_root(origin)?;
- for event in events {
- <frame_system::Pallet<T>>::deposit_event(
- <T as frame_system::Config>::RuntimeEvent::decode(&mut event.as_slice())
- .map_err(|_| <Error<T>>::BadEvent)?,
- );
- }
- Ok(())
- }
- }
-
- /// Implements [`pallet_evm::OnMethodCall`], which reserves accounts with pending migration
- pub struct OnMethodCall<T>(PhantomData<T>);
- impl<T: Config> pallet_evm::OnMethodCall<T> for OnMethodCall<T> {
- fn is_reserved(contract: &H160) -> bool {
- <MigrationPending<T>>::get(&contract)
- }
-
- fn is_used(_contract: &H160) -> bool {
- false
- }
-
- fn call(_handle: &mut impl PrecompileHandle) -> Option<pallet_evm::PrecompileResult> {
- None
- }
-
- fn get_code(_contract: &H160) -> Option<Vec<u8>> {
- None
- }
- }
-}
pallets/evm-migration/src/weights.rsdiffbeforeafterboth--- a/pallets/evm-migration/src/weights.rs
+++ /dev/null
@@ -1,123 +0,0 @@
-// Template adopted from https://github.com/paritytech/substrate/blob/master/.maintain/frame-weight-template.hbs
-
-//! Autogenerated weights for pallet_evm_migration
-//!
-//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
-//! DATE: 2022-11-23, STEPS: `50`, REPEAT: 80, LOW RANGE: `[]`, HIGH RANGE: `[]`
-//! EXECUTION: None, WASM-EXECUTION: Compiled, CHAIN: None, DB CACHE: 1024
-
-// Executed Command:
-// target/release/unique-collator
-// benchmark
-// pallet
-// --pallet
-// pallet-evm-migration
-// --wasm-execution
-// compiled
-// --extrinsic
-// *
-// --template
-// .maintain/frame-weight-template.hbs
-// --steps=50
-// --repeat=80
-// --heap-pages=4096
-// --output=./pallets/evm-migration/src/weights.rs
-
-#![cfg_attr(rustfmt, rustfmt_skip)]
-#![allow(unused_parens)]
-#![allow(unused_imports)]
-#![allow(missing_docs)]
-#![allow(clippy::unnecessary_cast)]
-
-use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
-use sp_std::marker::PhantomData;
-
-/// Weight functions needed for pallet_evm_migration.
-pub trait WeightInfo {
- fn begin() -> Weight;
- fn set_data(b: u32, ) -> Weight;
- fn finish(b: u32, ) -> Weight;
- fn insert_eth_logs(b: u32, ) -> Weight;
- fn insert_events(b: u32, ) -> Weight;
-}
-
-/// Weights for pallet_evm_migration using the Substrate node and recommended hardware.
-pub struct SubstrateWeight<T>(PhantomData<T>);
-impl<T: frame_system::Config> WeightInfo for SubstrateWeight<T> {
- // Storage: EvmMigration MigrationPending (r:1 w:1)
- // Storage: System Account (r:1 w:0)
- // Storage: EVM AccountCodes (r:1 w:0)
- fn begin() -> Weight {
- Weight::from_ref_time(16_080_000 as u64)
- .saturating_add(T::DbWeight::get().reads(3 as u64))
- .saturating_add(T::DbWeight::get().writes(1 as u64))
- }
- // Storage: EvmMigration MigrationPending (r:1 w:0)
- // Storage: EVM AccountStorages (r:0 w:1)
- fn set_data(b: u32, ) -> Weight {
- Weight::from_ref_time(7_945_000 as u64)
- // Standard Error: 1_272
- .saturating_add(Weight::from_ref_time(1_056_832 as u64).saturating_mul(b as u64))
- .saturating_add(T::DbWeight::get().reads(1 as u64))
- .saturating_add(T::DbWeight::get().writes((1 as u64).saturating_mul(b as u64)))
- }
- // Storage: EvmMigration MigrationPending (r:1 w:1)
- // Storage: EVM AccountCodes (r:0 w:1)
- fn finish(b: u32, ) -> Weight {
- Weight::from_ref_time(8_336_000 as u64)
- // Standard Error: 89
- .saturating_add(Weight::from_ref_time(6_411 as u64).saturating_mul(b as u64))
- .saturating_add(T::DbWeight::get().reads(1 as u64))
- .saturating_add(T::DbWeight::get().writes(2 as u64))
- }
- fn insert_eth_logs(b: u32, ) -> Weight {
- Weight::from_ref_time(3_447_000 as u64)
- // Standard Error: 843
- .saturating_add(Weight::from_ref_time(901_039 as u64).saturating_mul(b as u64))
- }
- fn insert_events(b: u32, ) -> Weight {
- Weight::from_ref_time(3_457_000 as u64)
- // Standard Error: 1_460
- .saturating_add(Weight::from_ref_time(1_491_611 as u64).saturating_mul(b as u64))
- }
-}
-
-// For backwards compatibility and tests
-impl WeightInfo for () {
- // Storage: EvmMigration MigrationPending (r:1 w:1)
- // Storage: System Account (r:1 w:0)
- // Storage: EVM AccountCodes (r:1 w:0)
- fn begin() -> Weight {
- Weight::from_ref_time(16_080_000 as u64)
- .saturating_add(RocksDbWeight::get().reads(3 as u64))
- .saturating_add(RocksDbWeight::get().writes(1 as u64))
- }
- // Storage: EvmMigration MigrationPending (r:1 w:0)
- // Storage: EVM AccountStorages (r:0 w:1)
- fn set_data(b: u32, ) -> Weight {
- Weight::from_ref_time(7_945_000 as u64)
- // Standard Error: 1_272
- .saturating_add(Weight::from_ref_time(1_056_832 as u64).saturating_mul(b as u64))
- .saturating_add(RocksDbWeight::get().reads(1 as u64))
- .saturating_add(RocksDbWeight::get().writes((1 as u64).saturating_mul(b as u64)))
- }
- // Storage: EvmMigration MigrationPending (r:1 w:1)
- // Storage: EVM AccountCodes (r:0 w:1)
- fn finish(b: u32, ) -> Weight {
- Weight::from_ref_time(8_336_000 as u64)
- // Standard Error: 89
- .saturating_add(Weight::from_ref_time(6_411 as u64).saturating_mul(b as u64))
- .saturating_add(RocksDbWeight::get().reads(1 as u64))
- .saturating_add(RocksDbWeight::get().writes(2 as u64))
- }
- fn insert_eth_logs(b: u32, ) -> Weight {
- Weight::from_ref_time(3_447_000 as u64)
- // Standard Error: 843
- .saturating_add(Weight::from_ref_time(901_039 as u64).saturating_mul(b as u64))
- }
- fn insert_events(b: u32, ) -> Weight {
- Weight::from_ref_time(3_457_000 as u64)
- // Standard Error: 1_460
- .saturating_add(Weight::from_ref_time(1_491_611 as u64).saturating_mul(b as u64))
- }
-}
runtime/common/config/ethereum.rsdiffbeforeafterboth--- a/runtime/common/config/ethereum.rs
+++ b/runtime/common/config/ethereum.rs
@@ -70,7 +70,7 @@
type Currency = Balances;
type RuntimeEvent = RuntimeEvent;
type OnMethodCall = (
- pallet_evm_migration::OnMethodCall<Self>,
+ pallet_data_management::OnMethodCall<Self>,
pallet_evm_contract_helpers::HelpersOnMethodCall<Self>,
CollectionDispatchT<Self>,
pallet_unique::eth::CollectionHelpersOnMethodCall<Self>,
@@ -83,9 +83,9 @@
type FindAuthor = EthereumFindAuthor<Aura>;
}
-impl pallet_evm_migration::Config for Runtime {
+impl pallet_data_management::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
- type WeightInfo = pallet_evm_migration::weights::SubstrateWeight<Self>;
+ type WeightInfo = pallet_data_management::weights::SubstrateWeight<Self>;
}
impl pallet_ethereum::Config for Runtime {
runtime/common/config/pallets/collator_selection.rsdiffbeforeafterboth--- a/runtime/common/config/pallets/collator_selection.rs
+++ b/runtime/common/config/pallets/collator_selection.rs
@@ -54,6 +54,30 @@
}
parameter_types! {
+ pub const BasicDeposit: Balance = 10 * UNIQUE; // todo:collator
+ pub const FieldDeposit: Balance = 25 * MILLIUNIQUE;
+ pub const SubAccountDeposit: Balance = 2 * UNIQUE; // end todo
+ pub const MaxSubAccounts: u32 = 100;
+ pub const MaxAdditionalFields: u32 = 100;
+ pub const MaxRegistrars: u32 = 20;
+}
+
+impl pallet_identity::Config for Runtime {
+ type RuntimeEvent = RuntimeEvent;
+ type Currency = Balances;
+ type BasicDeposit = BasicDeposit;
+ type FieldDeposit = FieldDeposit;
+ type MaxAdditionalFields = MaxAdditionalFields;
+ type MaxRegistrars = MaxRegistrars;
+ type MaxSubAccounts = MaxSubAccounts;
+ type SubAccountDeposit = SubAccountDeposit;
+ type RegistrarOrigin = EnsureRoot<<Self as frame_system::Config>::AccountId>;
+ type ForceOrigin = EnsureRoot<<Self as frame_system::Config>::AccountId>;
+ type Slashed = Treasury;
+ type WeightInfo = pallet_identity::weights::SubstrateWeight<Runtime>;
+}
+
+parameter_types! {
pub const PotId: PalletId = PalletId(*b"PotStake");
pub const SlashRatio: Perbill = Perbill::from_percent(100);
}
runtime/common/construct_runtime/mod.rsdiffbeforeafterboth--- a/runtime/common/construct_runtime/mod.rs
+++ b/runtime/common/construct_runtime/mod.rs
@@ -44,6 +44,9 @@
Aura: pallet_aura::{Pallet, Config<T>} = 25,
AuraExt: cumulus_pallet_aura_ext::{Pallet, Config} = 26,
+ #[runtimes(opal)]
+ Identity: pallet_identity::{Pallet, Call, Storage, Event<T>} = 27,
+
Balances: pallet_balances::{Pallet, Call, Storage, Config<T>, Event<T>} = 30,
RandomnessCollectiveFlip: pallet_randomness_collective_flip::{Pallet, Storage} = 31,
Timestamp: pallet_timestamp::{Pallet, Call, Storage, Inherent} = 32,
@@ -101,7 +104,7 @@
EvmCoderSubstrate: pallet_evm_coder_substrate::{Pallet, Storage} = 150,
EvmContractHelpers: pallet_evm_contract_helpers::{Pallet, Storage, Event<T>} = 151,
EvmTransactionPayment: pallet_evm_transaction_payment::{Pallet} = 152,
- EvmMigration: pallet_evm_migration::{Pallet, Call, Storage, Event<T>} = 153,
+ DataManagement: pallet_data_management::{Pallet, Call, Storage, Event<T>} = 153,
Maintenance: pallet_maintenance::{Pallet, Call, Storage, Event<T>} = 154,
runtime/common/data_management.rsdiffbeforeafterboth--- /dev/null
+++ b/runtime/common/data_management.rs
@@ -0,0 +1,67 @@
+// 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/>.
+
+use scale_info::TypeInfo;
+use codec::{Encode, Decode};
+use up_common::types::AccountId;
+use crate::RuntimeCall;
+
+use sp_runtime::{
+ traits::{DispatchInfoOf, SignedExtension},
+ transaction_validity::{
+ TransactionValidity, ValidTransaction, InvalidTransaction, TransactionValidityError,
+ },
+};
+
+#[derive(Debug, Encode, Decode, PartialEq, Eq, Clone, TypeInfo)]
+pub struct FilterIdentity;
+
+impl SignedExtension for FilterIdentity {
+ type AccountId = AccountId;
+ type Call = RuntimeCall;
+ type AdditionalSigned = ();
+ type Pre = ();
+
+ const IDENTIFIER: &'static str = "FilterIdentity";
+
+ fn additional_signed(&self) -> Result<Self::AdditionalSigned, TransactionValidityError> {
+ Ok(())
+ }
+
+ fn pre_dispatch(
+ self,
+ who: &Self::AccountId,
+ call: &Self::Call,
+ info: &DispatchInfoOf<Self::Call>,
+ len: usize,
+ ) -> Result<Self::Pre, TransactionValidityError> {
+ self.validate(who, call, info, len).map(|_| ())
+ }
+
+ fn validate(
+ &self,
+ _who: &Self::AccountId,
+ call: &Self::Call,
+ _info: &DispatchInfoOf<Self::Call>,
+ _len: usize,
+ ) -> TransactionValidity {
+ match call {
+ #[cfg(feature = "collator-selection")]
+ RuntimeCall::Identity(_) => Err(TransactionValidityError::Invalid(InvalidTransaction::Call)),
+ _ => Ok(ValidTransaction::default()),
+ }
+ }
+}
runtime/common/maintenance.rsdiffbeforeafterboth--- a/runtime/common/maintenance.rs
+++ b/runtime/common/maintenance.rs
@@ -60,7 +60,7 @@
) -> TransactionValidity {
if Maintenance::is_enabled() {
match call {
- RuntimeCall::EvmMigration(_)
+ RuntimeCall::DataManagement(_)
| RuntimeCall::EVM(_)
| RuntimeCall::Ethereum(_)
| RuntimeCall::Inflation(_)
runtime/common/mod.rsdiffbeforeafterboth--- a/runtime/common/mod.rs
+++ b/runtime/common/mod.rs
@@ -20,6 +20,7 @@
pub mod ethereum;
pub mod instance;
pub mod maintenance;
+pub mod data_management;
pub mod runtime_apis;
pub mod xcm;
@@ -96,6 +97,7 @@
frame_system::CheckNonce<Runtime>,
frame_system::CheckWeight<Runtime>,
maintenance::CheckMaintenance,
+ data_management::FilterIdentity,
ChargeTransactionPayment,
//pallet_contract_helpers::ContractHelpersExtension<Runtime>,
pallet_ethereum::FakeTransactionFinalizer<Runtime>,
runtime/common/runtime_apis.rsdiffbeforeafterboth--- a/runtime/common/runtime_apis.rs
+++ b/runtime/common/runtime_apis.rs
@@ -679,7 +679,7 @@
let mut list = Vec::<BenchmarkList>::new();
- list_benchmark!(list, extra, pallet_evm_migration, EvmMigration);
+ list_benchmark!(list, extra, pallet_data_management, DataManagement);
list_benchmark!(list, extra, pallet_common, Common);
list_benchmark!(list, extra, pallet_unique, Unique);
list_benchmark!(list, extra, pallet_structure, Structure);
@@ -746,7 +746,7 @@
let mut batches = Vec::<BenchmarkBatch>::new();
let params = (&config, &allowlist);
- add_benchmark!(params, batches, pallet_evm_migration, EvmMigration);
+ add_benchmark!(params, batches, pallet_data_management, DataManagement);
add_benchmark!(params, batches, pallet_common, Common);
add_benchmark!(params, batches, pallet_unique, Unique);
add_benchmark!(params, batches, pallet_structure, Structure);
runtime/opal/Cargo.tomldiffbeforeafterboth--- a/runtime/opal/Cargo.toml
+++ b/runtime/opal/Cargo.toml
@@ -26,7 +26,7 @@
'frame-system-benchmarking',
'frame-system/runtime-benchmarks',
'pallet-ethereum/runtime-benchmarks',
- 'pallet-evm-migration/runtime-benchmarks',
+ 'pallet-data-management/runtime-benchmarks',
'pallet-evm-coder-substrate/runtime-benchmarks',
'pallet-balances/runtime-benchmarks',
'pallet-timestamp/runtime-benchmarks',
@@ -73,6 +73,7 @@
"pallet-authorship/try-runtime",
"pallet-collator-selection/try-runtime",
"pallet-session/try-runtime",
+ "pallet-identity/try-runtime",
'pallet-inflation/try-runtime',
'pallet-unique/try-runtime',
'pallet-configuration/try-runtime',
@@ -91,7 +92,7 @@
'pallet-evm-coder-substrate/try-runtime',
'pallet-evm-contract-helpers/try-runtime',
'pallet-evm-transaction-payment/try-runtime',
- 'pallet-evm-migration/try-runtime',
+ 'pallet-data-management/try-runtime',
'pallet-base-fee/try-runtime',
'pallet-unique-scheduler-v2/try-runtime',
'pallet-maintenance/try-runtime',
@@ -119,6 +120,7 @@
"pallet-authorship/std",
'pallet-collator-selection/std',
"pallet-session/std",
+ 'pallet-identity/std',
'pallet-randomness-collective-flip/std',
'pallet-sudo/std',
'pallet-timestamp/std',
@@ -126,7 +128,7 @@
'pallet-transaction-payment-rpc-runtime-api/std',
'pallet-treasury/std',
'pallet-evm/std',
- 'pallet-evm-migration/std',
+ 'pallet-data-management/std',
'pallet-evm-contract-helpers/std',
'pallet-evm-transaction-payment/std',
'pallet-evm-coder-substrate/std',
@@ -272,6 +274,11 @@
git = 'https://github.com/paritytech/substrate'
branch = 'polkadot-v0.9.33'
+[dependencies.pallet-identity]
+default-features = false
+git = 'https://github.com/paritytech/substrate'
+branch = 'polkadot-v0.9.33'
+
[dependencies.pallet-balances]
default-features = false
git = "https://github.com/paritytech/substrate"
@@ -505,7 +512,7 @@
pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
pallet-unique-scheduler-v2 = { path = '../../pallets/scheduler-v2', default-features = false }
-pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
+pallet-data-management = { path = '../../pallets/data-management', default-features = false }
pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
runtime/quartz/Cargo.tomldiffbeforeafterboth--- a/runtime/quartz/Cargo.toml
+++ b/runtime/quartz/Cargo.toml
@@ -26,7 +26,7 @@
'frame-system-benchmarking',
'frame-system/runtime-benchmarks',
'pallet-ethereum/runtime-benchmarks',
- 'pallet-evm-migration/runtime-benchmarks',
+ 'pallet-data-management/runtime-benchmarks',
'pallet-evm-coder-substrate/runtime-benchmarks',
'pallet-balances/runtime-benchmarks',
'pallet-timestamp/runtime-benchmarks',
@@ -71,6 +71,7 @@
"pallet-authorship/try-runtime",
"pallet-collator-selection/try-runtime",
"pallet-session/try-runtime",
+ "pallet-identity/try-runtime",
'pallet-inflation/try-runtime',
'pallet-unique/try-runtime',
'pallet-configuration/try-runtime',
@@ -89,7 +90,7 @@
'pallet-evm-coder-substrate/try-runtime',
'pallet-evm-contract-helpers/try-runtime',
'pallet-evm-transaction-payment/try-runtime',
- 'pallet-evm-migration/try-runtime',
+ 'pallet-data-management/try-runtime',
'pallet-maintenance/try-runtime',
]
std = [
@@ -114,6 +115,7 @@
"pallet-authorship/std",
'pallet-collator-selection/std',
"pallet-session/std",
+ "pallet-identity/std",
'pallet-randomness-collective-flip/std',
'pallet-sudo/std',
'pallet-timestamp/std',
@@ -121,7 +123,7 @@
'pallet-transaction-payment-rpc-runtime-api/std',
'pallet-treasury/std',
'pallet-evm/std',
- 'pallet-evm-migration/std',
+ 'pallet-data-management/std',
'pallet-evm-contract-helpers/std',
'pallet-evm-transaction-payment/std',
'pallet-evm-coder-substrate/std',
@@ -256,6 +258,11 @@
git = 'https://github.com/paritytech/substrate'
branch = 'polkadot-v0.9.33'
+[dependencies.pallet-identity]
+default-features = false
+git = 'https://github.com/paritytech/substrate'
+branch = 'polkadot-v0.9.33'
+
[dependencies.pallet-balances]
default-features = false
git = "https://github.com/paritytech/substrate"
@@ -496,7 +503,7 @@
pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
-pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
+pallet-data-management = { path = '../../pallets/data-management', default-features = false }
pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
runtime/unique/Cargo.tomldiffbeforeafterboth--- a/runtime/unique/Cargo.toml
+++ b/runtime/unique/Cargo.toml
@@ -26,7 +26,7 @@
'frame-system-benchmarking',
'frame-system/runtime-benchmarks',
'pallet-ethereum/runtime-benchmarks',
- 'pallet-evm-migration/runtime-benchmarks',
+ 'pallet-data-management/runtime-benchmarks',
'pallet-evm-coder-substrate/runtime-benchmarks',
'pallet-balances/runtime-benchmarks',
'pallet-timestamp/runtime-benchmarks',
@@ -72,6 +72,7 @@
"pallet-authorship/try-runtime",
"pallet-collator-selection/try-runtime",
"pallet-session/try-runtime",
+ "pallet-identity/try-runtime",
'pallet-inflation/try-runtime',
'pallet-unique/try-runtime',
'pallet-configuration/try-runtime',
@@ -90,7 +91,7 @@
'pallet-evm-coder-substrate/try-runtime',
'pallet-evm-contract-helpers/try-runtime',
'pallet-evm-transaction-payment/try-runtime',
- 'pallet-evm-migration/try-runtime',
+ 'pallet-data-management/try-runtime',
'pallet-maintenance/try-runtime',
]
std = [
@@ -115,6 +116,7 @@
"pallet-authorship/std",
'pallet-collator-selection/std',
"pallet-session/std",
+ "pallet-identity/std",
'pallet-randomness-collective-flip/std',
'pallet-sudo/std',
'pallet-timestamp/std',
@@ -122,7 +124,7 @@
'pallet-transaction-payment-rpc-runtime-api/std',
'pallet-treasury/std',
'pallet-evm/std',
- 'pallet-evm-migration/std',
+ 'pallet-data-management/std',
'pallet-evm-contract-helpers/std',
'pallet-evm-transaction-payment/std',
'pallet-evm-coder-substrate/std',
@@ -257,6 +259,11 @@
git = 'https://github.com/paritytech/substrate'
branch = 'polkadot-v0.9.33'
+[dependencies.pallet-identity]
+default-features = false
+git = 'https://github.com/paritytech/substrate'
+branch = 'polkadot-v0.9.33'
+
[dependencies.pallet-balances]
default-features = false
git = "https://github.com/paritytech/substrate"
@@ -488,7 +495,7 @@
pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
-pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }
+pallet-data-management = { path = '../../pallets/data-management', default-features = false }
pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
tests/src/.outdated/substrate/substrate-api.tsdiffbeforeafterboth--- a/tests/src/.outdated/substrate/substrate-api.ts
+++ b/tests/src/.outdated/substrate/substrate-api.ts
@@ -41,6 +41,10 @@
extrinsic: {},
payload: {},
},
+ FilterIdentity: {
+ extrinsic: {},
+ payload: {},
+ },
FakeTransactionFinalizer: {
extrinsic: {},
payload: {},
tests/src/eth/api/ContractHelpers.soldiffbeforeafterboth--- a/tests/src/eth/api/ContractHelpers.sol
+++ b/tests/src/eth/api/ContractHelpers.sol
@@ -24,7 +24,7 @@
interface ContractHelpers is Dummy, ERC165, ContractHelpersEvents {
/// Get user, which deployed specified contract
/// @dev May return zero address in case if contract is deployed
- /// using uniquenetwork evm-migration pallet, or using other terms not
+ /// using uniquenetwork data-management pallet, or using other terms not
/// intended by pallet-evm
/// @dev Returns zero address if contract does not exists
/// @param contractAddress Contract to get owner of
tests/src/eth/migration.seqtest.tsdiffbeforeafterboth--- a/tests/src/eth/migration.seqtest.ts
+++ b/tests/src/eth/migration.seqtest.ts
@@ -83,9 +83,9 @@
const caller = await helper.eth.createAccountWithBalance(superuser);
- const txBegin = helper.constructApiCall('api.tx.evmMigration.begin', [ADDRESS]);
- const txSetData = helper.constructApiCall('api.tx.evmMigration.setData', [ADDRESS, DATA]);
- const txFinish = helper.constructApiCall('api.tx.evmMigration.finish', [ADDRESS, CODE]);
+ const txBegin = helper.constructApiCall('api.tx.dataManagement.begin', [ADDRESS]);
+ const txSetData = helper.constructApiCall('api.tx.dataManagement.setData', [ADDRESS, DATA]);
+ const txFinish = helper.constructApiCall('api.tx.dataManagement.finish', [ADDRESS, CODE]);
await expect(helper.executeExtrinsic(superuser, 'api.tx.sudo.sudo', [txBegin])).to.be.fulfilled;
await expect(helper.executeExtrinsic(superuser, 'api.tx.sudo.sudo', [txSetData])).to.be.fulfilled;
await expect(helper.executeExtrinsic(superuser, 'api.tx.sudo.sudo', [txFinish])).to.be.fulfilled;
@@ -126,7 +126,7 @@
}
});
itEth('Fake collection creation on substrate side', async ({helper}) => {
- const txInsertEvents = helper.constructApiCall('api.tx.evmMigration.insertEvents', [[
+ const txInsertEvents = helper.constructApiCall('api.tx.dataManagement.insertEvents', [[
encodeEvent(helper.getApi(), 'Common', 'common', 'CollectionCreated', [
// Collection Id
9999,
@@ -143,7 +143,7 @@
expect(eventStrings).to.contain('common.CollectionCreated');
});
itEth('Fake token creation on substrate side', async ({helper}) => {
- const txInsertEvents = helper.constructApiCall('api.tx.evmMigration.insertEvents', [[
+ const txInsertEvents = helper.constructApiCall('api.tx.dataManagement.insertEvents', [[
encodeEvent(helper.getApi(), 'Common', 'common', 'ItemCreated', [
// Collection Id
9999,
@@ -173,7 +173,7 @@
});
{
- const txInsertEthLogs = helper.constructApiCall('api.tx.evmMigration.insertEthLogs', [[
+ const txInsertEthLogs = helper.constructApiCall('api.tx.dataManagement.insertEthLogs', [[
{
// Contract, which has emitted this log
address: collectionAddress,
tests/src/interfaces/augment-api-consts.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-api-consts.ts
+++ b/tests/src/interfaces/augment-api-consts.ts
@@ -93,6 +93,9 @@
configuration: {
appPromotionDailyRate: Perbill & AugmentedConst<ApiType>;
dayRelayBlocks: u32 & AugmentedConst<ApiType>;
+ defaultCollatorSelectionKickThreshold: u32 & AugmentedConst<ApiType>;
+ defaultCollatorSelectionLicenseBond: u128 & AugmentedConst<ApiType>;
+ defaultCollatorSelectionMaxCollators: u32 & AugmentedConst<ApiType>;
defaultMinGasPrice: u64 & AugmentedConst<ApiType>;
defaultWeightToFeeCoefficient: u32 & AugmentedConst<ApiType>;
maxXcmAllowedLocations: u32 & AugmentedConst<ApiType>;
@@ -111,6 +114,40 @@
**/
[key: string]: Codec;
};
+ identity: {
+ /**
+ * The amount held on deposit for a registered identity
+ **/
+ basicDeposit: u128 & AugmentedConst<ApiType>;
+ /**
+ * The amount held on deposit per additional field for a registered identity.
+ **/
+ fieldDeposit: u128 & AugmentedConst<ApiType>;
+ /**
+ * Maximum number of additional fields that may be stored in an ID. Needed to bound the I/O
+ * required to access an identity, but can be pretty high.
+ **/
+ maxAdditionalFields: u32 & AugmentedConst<ApiType>;
+ /**
+ * Maxmimum number of registrars allowed in the system. Needed to bound the complexity
+ * of, e.g., updating judgements.
+ **/
+ maxRegistrars: u32 & AugmentedConst<ApiType>;
+ /**
+ * The maximum number of sub-accounts allowed per identified account.
+ **/
+ maxSubAccounts: u32 & AugmentedConst<ApiType>;
+ /**
+ * The amount held on deposit for a registered subaccount. This should account for the fact
+ * that one storage item's value will increase by the size of an account ID, and there will
+ * be another trie item whose value is the size of an account ID plus 32 bytes.
+ **/
+ subAccountDeposit: u128 & AugmentedConst<ApiType>;
+ /**
+ * Generic const
+ **/
+ [key: string]: Codec;
+ };
inflation: {
/**
* Number of blocks that pass between treasury balance updates due to inflation
tests/src/interfaces/augment-api-errors.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-api-errors.ts
+++ b/tests/src/interfaces/augment-api-errors.ts
@@ -334,6 +334,24 @@
**/
[key: string]: AugmentedError<ApiType>;
};
+ dataManagement: {
+ /**
+ * Migration of this account is not yet started, or already finished.
+ **/
+ AccountIsNotMigrating: AugmentedError<ApiType>;
+ /**
+ * Can only migrate to empty address.
+ **/
+ AccountNotEmpty: AugmentedError<ApiType>;
+ /**
+ * Failed to decode event bytes
+ **/
+ BadEvent: AugmentedError<ApiType>;
+ /**
+ * Generic error
+ **/
+ [key: string]: AugmentedError<ApiType>;
+ };
dmpQueue: {
/**
* The amount of weight given is possibly not enough for executing the message.
@@ -434,24 +452,6 @@
**/
[key: string]: AugmentedError<ApiType>;
};
- evmMigration: {
- /**
- * Migration of this account is not yet started, or already finished.
- **/
- AccountIsNotMigrating: AugmentedError<ApiType>;
- /**
- * Can only migrate to empty address.
- **/
- AccountNotEmpty: AugmentedError<ApiType>;
- /**
- * Failed to decode event bytes
- **/
- BadEvent: AugmentedError<ApiType>;
- /**
- * Generic error
- **/
- [key: string]: AugmentedError<ApiType>;
- };
foreignAssets: {
/**
* AssetId exists
@@ -509,6 +509,84 @@
**/
[key: string]: AugmentedError<ApiType>;
};
+ identity: {
+ /**
+ * Account ID is already named.
+ **/
+ AlreadyClaimed: AugmentedError<ApiType>;
+ /**
+ * Empty index.
+ **/
+ EmptyIndex: AugmentedError<ApiType>;
+ /**
+ * Fee is changed.
+ **/
+ FeeChanged: AugmentedError<ApiType>;
+ /**
+ * The index is invalid.
+ **/
+ InvalidIndex: AugmentedError<ApiType>;
+ /**
+ * Invalid judgement.
+ **/
+ InvalidJudgement: AugmentedError<ApiType>;
+ /**
+ * The target is invalid.
+ **/
+ InvalidTarget: AugmentedError<ApiType>;
+ /**
+ * The provided judgement was for a different identity.
+ **/
+ JudgementForDifferentIdentity: AugmentedError<ApiType>;
+ /**
+ * Judgement given.
+ **/
+ JudgementGiven: AugmentedError<ApiType>;
+ /**
+ * Error that occurs when there is an issue paying for judgement.
+ **/
+ JudgementPaymentFailed: AugmentedError<ApiType>;
+ /**
+ * No identity found.
+ **/
+ NoIdentity: AugmentedError<ApiType>;
+ /**
+ * Account isn't found.
+ **/
+ NotFound: AugmentedError<ApiType>;
+ /**
+ * Account isn't named.
+ **/
+ NotNamed: AugmentedError<ApiType>;
+ /**
+ * Sub-account isn't owned by sender.
+ **/
+ NotOwned: AugmentedError<ApiType>;
+ /**
+ * Sender is not a sub-account.
+ **/
+ NotSub: AugmentedError<ApiType>;
+ /**
+ * Sticky judgement.
+ **/
+ StickyJudgement: AugmentedError<ApiType>;
+ /**
+ * Too many additional fields.
+ **/
+ TooManyFields: AugmentedError<ApiType>;
+ /**
+ * Maximum amount of registrars reached. Cannot add any more.
+ **/
+ TooManyRegistrars: AugmentedError<ApiType>;
+ /**
+ * Too many subs-accounts.
+ **/
+ TooManySubAccounts: AugmentedError<ApiType>;
+ /**
+ * Generic error
+ **/
+ [key: string]: AugmentedError<ApiType>;
+ };
maintenance: {
/**
* Generic error
tests/src/interfaces/augment-api-events.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-api-events.ts
+++ b/tests/src/interfaces/augment-api-events.ts
@@ -107,9 +107,6 @@
InvulnerableRemoved: AugmentedEvent<ApiType, [invulnerable: AccountId32], { invulnerable: AccountId32 }>;
LicenseForfeited: AugmentedEvent<ApiType, [accountId: AccountId32, depositReturned: u128], { accountId: AccountId32, depositReturned: u128 }>;
LicenseObtained: AugmentedEvent<ApiType, [accountId: AccountId32, deposit: u128], { accountId: AccountId32, deposit: u128 }>;
- NewDesiredCollators: AugmentedEvent<ApiType, [desiredCollators: u32], { desiredCollators: u32 }>;
- NewKickThreshold: AugmentedEvent<ApiType, [lengthInBlocks: u32], { lengthInBlocks: u32 }>;
- NewLicenseBond: AugmentedEvent<ApiType, [bondAmount: u128], { bondAmount: u128 }>;
/**
* Generic event
**/
@@ -209,6 +206,15 @@
**/
[key: string]: AugmentedEvent<ApiType>;
};
+ configuration: {
+ NewCollatorKickThreshold: AugmentedEvent<ApiType, [lengthInBlocks: Option<u32>], { lengthInBlocks: Option<u32> }>;
+ NewCollatorLicenseBond: AugmentedEvent<ApiType, [bondCost: Option<u128>], { bondCost: Option<u128> }>;
+ NewDesiredCollators: AugmentedEvent<ApiType, [desiredCollators: Option<u32>], { desiredCollators: Option<u32> }>;
+ /**
+ * Generic event
+ **/
+ [key: string]: AugmentedEvent<ApiType>;
+ };
cumulusXcm: {
/**
* Downward message executed with the given outcome.
@@ -230,6 +236,16 @@
**/
[key: string]: AugmentedEvent<ApiType>;
};
+ dataManagement: {
+ /**
+ * This event is used in benchmarking and can be used for tests
+ **/
+ TestEvent: AugmentedEvent<ApiType, []>;
+ /**
+ * Generic event
+ **/
+ [key: string]: AugmentedEvent<ApiType>;
+ };
dmpQueue: {
/**
* Downward message executed with the given outcome.
@@ -309,16 +325,6 @@
* New sponsor was confirm.
**/
ContractSponsorshipConfirmed: AugmentedEvent<ApiType, [H160, AccountId32]>;
- /**
- * Generic event
- **/
- [key: string]: AugmentedEvent<ApiType>;
- };
- evmMigration: {
- /**
- * This event is used in benchmarking and can be used for tests
- **/
- TestEvent: AugmentedEvent<ApiType, []>;
/**
* Generic event
**/
@@ -346,6 +352,53 @@
**/
[key: string]: AugmentedEvent<ApiType>;
};
+ identity: {
+ /**
+ * A name was cleared, and the given balance returned.
+ **/
+ IdentityCleared: AugmentedEvent<ApiType, [who: AccountId32, deposit: u128], { who: AccountId32, deposit: u128 }>;
+ /**
+ * A name was removed and the given balance slashed.
+ **/
+ IdentityKilled: AugmentedEvent<ApiType, [who: AccountId32, deposit: u128], { who: AccountId32, deposit: u128 }>;
+ /**
+ * A name was set or reset (which will remove all judgements).
+ **/
+ IdentitySet: AugmentedEvent<ApiType, [who: AccountId32], { who: AccountId32 }>;
+ /**
+ * A judgement was given by a registrar.
+ **/
+ JudgementGiven: AugmentedEvent<ApiType, [target: AccountId32, registrarIndex: u32], { target: AccountId32, registrarIndex: u32 }>;
+ /**
+ * A judgement was asked from a registrar.
+ **/
+ JudgementRequested: AugmentedEvent<ApiType, [who: AccountId32, registrarIndex: u32], { who: AccountId32, registrarIndex: u32 }>;
+ /**
+ * A judgement request was retracted.
+ **/
+ JudgementUnrequested: AugmentedEvent<ApiType, [who: AccountId32, registrarIndex: u32], { who: AccountId32, registrarIndex: u32 }>;
+ /**
+ * A registrar was added.
+ **/
+ RegistrarAdded: AugmentedEvent<ApiType, [registrarIndex: u32], { registrarIndex: u32 }>;
+ /**
+ * A sub-identity was added to an identity and the deposit paid.
+ **/
+ SubIdentityAdded: AugmentedEvent<ApiType, [sub: AccountId32, main: AccountId32, deposit: u128], { sub: AccountId32, main: AccountId32, deposit: u128 }>;
+ /**
+ * A sub-identity was removed from an identity and the deposit freed.
+ **/
+ SubIdentityRemoved: AugmentedEvent<ApiType, [sub: AccountId32, main: AccountId32, deposit: u128], { sub: AccountId32, main: AccountId32, deposit: u128 }>;
+ /**
+ * A sub-identity was cleared, and the given deposit repatriated from the
+ * main identity account to the sub-identity account.
+ **/
+ SubIdentityRevoked: AugmentedEvent<ApiType, [sub: AccountId32, main: AccountId32, deposit: u128], { sub: AccountId32, main: AccountId32, deposit: u128 }>;
+ /**
+ * Generic event
+ **/
+ [key: string]: AugmentedEvent<ApiType>;
+ };
maintenance: {
MaintenanceDisabled: AugmentedEvent<ApiType, []>;
MaintenanceEnabled: AugmentedEvent<ApiType, []>;
tests/src/interfaces/augment-api-query.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-api-query.ts
+++ b/tests/src/interfaces/augment-api-query.ts
@@ -6,10 +6,11 @@
import '@polkadot/api-base/types/storage';
import type { ApiTypes, AugmentedQuery, QueryableStorageEntry } from '@polkadot/api-base/types';
+import type { Data } from '@polkadot/types';
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, OpalRuntimeRuntimeCommonSessionKeys, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensReserveData, OrmlVestingVestingSchedule, PalletAuthorshipUncleEntryItem, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReleases, PalletBalancesReserveData, PalletConfigurationAppPromotionConfiguration, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmContractHelpersSponsoringModeT, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletNonfungibleItemData, PalletRefungibleItemData, PalletTransactionPaymentReleases, PalletTreasuryProposal, PhantomTypeUpDataStructs, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, SpCoreCryptoKeyTypeId, 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, OpalRuntimeRuntimeCommonSessionKeys, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensReserveData, OrmlVestingVestingSchedule, PalletAuthorshipUncleEntryItem, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReleases, PalletBalancesReserveData, PalletConfigurationAppPromotionConfiguration, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmContractHelpersSponsoringModeT, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletNonfungibleItemData, PalletRefungibleItemData, PalletTransactionPaymentReleases, PalletTreasuryProposal, PhantomTypeUpDataStructs, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, SpCoreCryptoKeyTypeId, 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>;
@@ -140,36 +141,18 @@
* The (community, limited) collation candidates.
**/
candidates: AugmentedQuery<ApiType, () => Observable<Vec<AccountId32>>, []> & QueryableStorageEntry<ApiType, []>;
- /**
- * Desired number of candidates.
- *
- * This should ideally always be less than [`Config::MaxCollators`] for weights to be correct.
- **/
- desiredCollators: AugmentedQuery<ApiType, () => Observable<u32>, []> & QueryableStorageEntry<ApiType, []>;
/**
* The invulnerable, fixed collators.
**/
invulnerables: AugmentedQuery<ApiType, () => Observable<Vec<AccountId32>>, []> & QueryableStorageEntry<ApiType, []>;
/**
- * Collator will be kicked if it does not produce a block within the threshold (does not apply to invulnerables).
- *
- * Should be a multiple of session or things will get inconsistent. todo:collator reword?
- **/
- kickThreshold: AugmentedQuery<ApiType, () => Observable<u32>, []> & QueryableStorageEntry<ApiType, []>;
- /**
* Last block authored by collator.
**/
lastAuthoredBlock: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<u32>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
- /**
- * Fixed amount to deposit to become a collator.
- *
- * When a collator calls `leave_intent` they immediately receive the deposit back.
- **/
- licenseBond: AugmentedQuery<ApiType, () => Observable<u128>, []> & QueryableStorageEntry<ApiType, []>;
/**
* The (community) collation license holders.
**/
- licenses: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<u128>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
+ licenseDepositOf: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<u128>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
/**
* Generic query
**/
@@ -219,6 +202,9 @@
};
configuration: {
appPromomotionConfigurationOverride: AugmentedQuery<ApiType, () => Observable<PalletConfigurationAppPromotionConfiguration>, []> & QueryableStorageEntry<ApiType, []>;
+ collatorSelectionDesiredCollatorsOverride: AugmentedQuery<ApiType, () => Observable<u32>, []> & QueryableStorageEntry<ApiType, []>;
+ collatorSelectionKickThresholdOverride: AugmentedQuery<ApiType, () => Observable<u32>, []> & QueryableStorageEntry<ApiType, []>;
+ collatorSelectionLicenseBondOverride: AugmentedQuery<ApiType, () => Observable<u128>, []> & QueryableStorageEntry<ApiType, []>;
minGasPriceOverride: AugmentedQuery<ApiType, () => Observable<u64>, []> & QueryableStorageEntry<ApiType, []>;
weightToFeeCoefficientOverride: AugmentedQuery<ApiType, () => Observable<u32>, []> & QueryableStorageEntry<ApiType, []>;
xcmAllowedLocationsOverride: AugmentedQuery<ApiType, () => Observable<Option<Vec<XcmV1MultiLocation>>>, []> & QueryableStorageEntry<ApiType, []>;
@@ -227,6 +213,13 @@
**/
[key: string]: QueryableStorageEntry<ApiType>;
};
+ dataManagement: {
+ migrationPending: AugmentedQuery<ApiType, (arg: H160 | string | Uint8Array) => Observable<bool>, [H160]> & QueryableStorageEntry<ApiType, [H160]>;
+ /**
+ * Generic query
+ **/
+ [key: string]: QueryableStorageEntry<ApiType>;
+ };
dmpQueue: {
/**
* The configuration.
@@ -358,13 +351,6 @@
* * **Value** - amount of sponsored blocks.
**/
sponsoringRateLimit: AugmentedQuery<ApiType, (arg: H160 | string | Uint8Array) => Observable<u32>, [H160]> & QueryableStorageEntry<ApiType, [H160]>;
- /**
- * Generic query
- **/
- [key: string]: QueryableStorageEntry<ApiType>;
- };
- evmMigration: {
- migrationPending: AugmentedQuery<ApiType, (arg: H160 | string | Uint8Array) => Observable<bool>, [H160]> & QueryableStorageEntry<ApiType, [H160]>;
/**
* Generic query
**/
@@ -423,6 +409,38 @@
**/
[key: string]: QueryableStorageEntry<ApiType>;
};
+ identity: {
+ /**
+ * Information that is pertinent to identify the entity behind an account.
+ *
+ * TWOX-NOTE: OK ― `AccountId` is a secure hash.
+ **/
+ identityOf: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PalletIdentityRegistration>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
+ /**
+ * The set of registrars. Not expected to get very big as can only be added through a
+ * special origin (likely a council motion).
+ *
+ * The index into this can be cast to `RegistrarIndex` to get a valid value.
+ **/
+ registrars: AugmentedQuery<ApiType, () => Observable<Vec<Option<PalletIdentityRegistrarInfo>>>, []> & QueryableStorageEntry<ApiType, []>;
+ /**
+ * Alternative "sub" identities of this account.
+ *
+ * The first item is the deposit, the second is a vector of the accounts.
+ *
+ * TWOX-NOTE: OK ― `AccountId` is a secure hash.
+ **/
+ subsOf: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<ITuple<[u128, Vec<AccountId32>]>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
+ /**
+ * The super-identity of an alternative "sub" identity together with its name, within that
+ * context. If the account is not some other account's sub-identity, then just `None`.
+ **/
+ superOf: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<ITuple<[AccountId32, Data]>>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
+ /**
+ * Generic query
+ **/
+ [key: string]: QueryableStorageEntry<ApiType>;
+ };
inflation: {
/**
* Current inflation for `InflationBlockInterval` number of blocks
tests/src/interfaces/augment-api-tx.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-api-tx.ts
+++ b/tests/src/interfaces/augment-api-tx.ts
@@ -6,10 +6,11 @@
import '@polkadot/api-base/types/submittable';
import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@polkadot/api-base/types';
+import type { Data } from '@polkadot/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 { CumulusPrimitivesParachainInherentParachainInherentData, EthereumLog, EthereumTransactionTransactionV2, OpalRuntimeRuntimeCommonSessionKeys, OrmlVestingVestingSchedule, PalletConfigurationAppPromotionConfiguration, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsPartEquippableList, RmrkTraitsPartPartType, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, SpRuntimeHeader, SpWeightsWeightV2Weight, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCreateCollectionData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, XcmV1MultiLocation, XcmV2WeightLimit, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
+import type { CumulusPrimitivesParachainInherentParachainInherentData, EthereumLog, EthereumTransactionTransactionV2, OpalRuntimeRuntimeCommonSessionKeys, OrmlVestingVestingSchedule, PalletConfigurationAppPromotionConfiguration, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletIdentityBitFlags, PalletIdentityIdentityInfo, PalletIdentityJudgement, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsPartEquippableList, RmrkTraitsPartPartType, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, SpRuntimeHeader, SpWeightsWeightV2Weight, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCreateCollectionData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, XcmV1MultiLocation, XcmV2WeightLimit, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>;
export type __SubmittableExtrinsic<ApiType extends ApiTypes> = SubmittableExtrinsic<ApiType>;
@@ -234,7 +235,7 @@
* Note that the collator can only leave on session change.
* The `LicenseBond` will be unreserved and returned immediately.
*
- * This call is not available to `Invulnerable` collators.
+ * This call is, of course, not applicable to `Invulnerable` collators.
**/
forceRevokeLicense: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
/**
@@ -248,8 +249,6 @@
/**
* Deregister `origin` as a collator candidate. Note that the collator can only leave on
* session change. The license to `onboard` later at any other time will remain.
- *
- * This call will fail if the total number of candidates would drop below `MinCandidates`. todo:collator maybe not
**/
offboard: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
/**
@@ -269,21 +268,6 @@
* Remove a collator from the list of invulnerable (fixed) collators.
**/
removeInvulnerable: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
- /**
- * Set the ideal number of collators. If lowering this number,
- * then the number of running collators could be higher than this figure.
- * Aside from that edge case, there should be no other way to have more collators than the desired number.
- **/
- setDesiredCollators: AugmentedSubmittable<(max: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
- /**
- * Set the length of the kick threshold.
- * Note that if the length is not a multiple of the session period, it might get inconsistent.
- **/
- setKickThreshold: AugmentedSubmittable<(kickThreshold: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
- /**
- * Set the candidacy bond amount.
- **/
- setLicenseBond: AugmentedSubmittable<(bond: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;
/**
* Generic tx
**/
@@ -291,6 +275,9 @@
};
configuration: {
setAppPromotionConfigurationOverride: AugmentedSubmittable<(configuration: PalletConfigurationAppPromotionConfiguration | { recalculationInterval?: any; pendingInterval?: any; intervalIncome?: any; maxStakersPerCalculation?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletConfigurationAppPromotionConfiguration]>;
+ setCollatorSelectionDesiredCollators: AugmentedSubmittable<(max: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u32>]>;
+ setCollatorSelectionKickThreshold: AugmentedSubmittable<(threshold: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u32>]>;
+ setCollatorSelectionLicenseBond: AugmentedSubmittable<(amount: Option<u128> | null | Uint8Array | u128 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u128>]>;
setMinGasPriceOverride: AugmentedSubmittable<(coeff: Option<u64> | null | Uint8Array | u64 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u64>]>;
setWeightToFeeCoefficientOverride: AugmentedSubmittable<(coeff: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u32>]>;
setXcmAllowedLocations: AugmentedSubmittable<(locations: Option<Vec<XcmV1MultiLocation>> | null | Uint8Array | Vec<XcmV1MultiLocation> | (XcmV1MultiLocation | { parents?: any; interior?: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Option<Vec<XcmV1MultiLocation>>]>;
@@ -305,6 +292,36 @@
**/
[key: string]: SubmittableExtrinsicFunction<ApiType>;
};
+ dataManagement: {
+ /**
+ * Start contract migration, inserts contract stub at target address,
+ * and marks account as pending, allowing to insert storage
+ **/
+ begin: AugmentedSubmittable<(address: H160 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160]>;
+ /**
+ * Finish contract migration, allows it to be called.
+ * It is not possible to alter contract storage via [`Self::set_data`]
+ * after this call.
+ **/
+ finish: AugmentedSubmittable<(address: H160 | string | Uint8Array, code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160, Bytes]>;
+ /**
+ * Create ethereum events attached to the fake transaction
+ **/
+ insertEthLogs: AugmentedSubmittable<(logs: Vec<EthereumLog> | (EthereumLog | { address?: any; topics?: any; data?: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<EthereumLog>]>;
+ /**
+ * Create substrate events
+ **/
+ insertEvents: AugmentedSubmittable<(events: Vec<Bytes> | (Bytes | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<Bytes>]>;
+ /**
+ * Insert items into contract storage, this method can be called
+ * multiple times
+ **/
+ setData: AugmentedSubmittable<(address: H160 | string | Uint8Array, data: Vec<ITuple<[H256, H256]>> | ([H256 | string | Uint8Array, H256 | string | Uint8Array])[]) => SubmittableExtrinsic<ApiType>, [H160, Vec<ITuple<[H256, H256]>>]>;
+ /**
+ * Generic tx
+ **/
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
+ };
dmpQueue: {
/**
* Service a single overweight message.
@@ -359,39 +376,277 @@
**/
[key: string]: SubmittableExtrinsicFunction<ApiType>;
};
- evmMigration: {
+ foreignAssets: {
+ registerForeignAsset: AugmentedSubmittable<(owner: AccountId32 | string | Uint8Array, location: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, metadata: PalletForeignAssetsModuleAssetMetadata | { name?: any; symbol?: any; decimals?: any; minimalBalance?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, XcmVersionedMultiLocation, PalletForeignAssetsModuleAssetMetadata]>;
+ updateForeignAsset: AugmentedSubmittable<(foreignAssetId: u32 | AnyNumber | Uint8Array, location: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, metadata: PalletForeignAssetsModuleAssetMetadata | { name?: any; symbol?: any; decimals?: any; minimalBalance?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, XcmVersionedMultiLocation, PalletForeignAssetsModuleAssetMetadata]>;
/**
- * Start contract migration, inserts contract stub at target address,
- * and marks account as pending, allowing to insert storage
+ * Generic tx
**/
- begin: AugmentedSubmittable<(address: H160 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160]>;
+ [key: string]: SubmittableExtrinsicFunction<ApiType>;
+ };
+ identity: {
/**
- * Finish contract migration, allows it to be called.
- * It is not possible to alter contract storage via [`Self::set_data`]
- * after this call.
+ * Add a registrar to the system.
+ *
+ * The dispatch origin for this call must be `T::RegistrarOrigin`.
+ *
+ * - `account`: the account of the registrar.
+ *
+ * Emits `RegistrarAdded` if successful.
+ *
+ * # <weight>
+ * - `O(R)` where `R` registrar-count (governance-bounded and code-bounded).
+ * - One storage mutation (codec `O(R)`).
+ * - One event.
+ * # </weight>
**/
- finish: AugmentedSubmittable<(address: H160 | string | Uint8Array, code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160, Bytes]>;
+ addRegistrar: AugmentedSubmittable<(account: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
/**
- * Create ethereum events attached to the fake transaction
+ * Add the given account to the sender's subs.
+ *
+ * Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated
+ * to the sender.
+ *
+ * The dispatch origin for this call must be _Signed_ and the sender must have a registered
+ * sub identity of `sub`.
**/
- insertEthLogs: AugmentedSubmittable<(logs: Vec<EthereumLog> | (EthereumLog | { address?: any; topics?: any; data?: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<EthereumLog>]>;
+ addSub: AugmentedSubmittable<(sub: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, data: Data | { None: any } | { Raw: any } | { BlakeTwo256: any } | { Sha256: any } | { Keccak256: any } | { ShaThree256: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Data]>;
/**
- * Create substrate events
+ * Cancel a previous request.
+ *
+ * Payment: A previously reserved deposit is returned on success.
+ *
+ * The dispatch origin for this call must be _Signed_ and the sender must have a
+ * registered identity.
+ *
+ * - `reg_index`: The index of the registrar whose judgement is no longer requested.
+ *
+ * Emits `JudgementUnrequested` if successful.
+ *
+ * # <weight>
+ * - `O(R + X)`.
+ * - One balance-reserve operation.
+ * - One storage mutation `O(R + X)`.
+ * - One event
+ * # </weight>
**/
- insertEvents: AugmentedSubmittable<(events: Vec<Bytes> | (Bytes | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<Bytes>]>;
+ cancelRequest: AugmentedSubmittable<(regIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
/**
- * Insert items into contract storage, this method can be called
- * multiple times
+ * Clear an account's identity info and all sub-accounts and return all deposits.
+ *
+ * Payment: All reserved balances on the account are returned.
+ *
+ * The dispatch origin for this call must be _Signed_ and the sender must have a registered
+ * identity.
+ *
+ * Emits `IdentityCleared` if successful.
+ *
+ * # <weight>
+ * - `O(R + S + X)`
+ * - where `R` registrar-count (governance-bounded).
+ * - where `S` subs-count (hard- and deposit-bounded).
+ * - where `X` additional-field-count (deposit-bounded and code-bounded).
+ * - One balance-unreserve operation.
+ * - `2` storage reads and `S + 2` storage deletions.
+ * - One event.
+ * # </weight>
**/
- setData: AugmentedSubmittable<(address: H160 | string | Uint8Array, data: Vec<ITuple<[H256, H256]>> | ([H256 | string | Uint8Array, H256 | string | Uint8Array])[]) => SubmittableExtrinsic<ApiType>, [H160, Vec<ITuple<[H256, H256]>>]>;
+ clearIdentity: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
/**
- * Generic tx
+ * Remove an account's identity and sub-account information and slash the deposits.
+ *
+ * Payment: Reserved balances from `set_subs` and `set_identity` are slashed and handled by
+ * `Slash`. Verification request deposits are not returned; they should be cancelled
+ * manually using `cancel_request`.
+ *
+ * The dispatch origin for this call must match `T::ForceOrigin`.
+ *
+ * - `target`: the account whose identity the judgement is upon. This must be an account
+ * with a registered identity.
+ *
+ * Emits `IdentityKilled` if successful.
+ *
+ * # <weight>
+ * - `O(R + S + X)`.
+ * - One balance-reserve operation.
+ * - `S + 2` storage mutations.
+ * - One event.
+ * # </weight>
**/
- [key: string]: SubmittableExtrinsicFunction<ApiType>;
- };
- foreignAssets: {
- registerForeignAsset: AugmentedSubmittable<(owner: AccountId32 | string | Uint8Array, location: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, metadata: PalletForeignAssetsModuleAssetMetadata | { name?: any; symbol?: any; decimals?: any; minimalBalance?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, XcmVersionedMultiLocation, PalletForeignAssetsModuleAssetMetadata]>;
- updateForeignAsset: AugmentedSubmittable<(foreignAssetId: u32 | AnyNumber | Uint8Array, location: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, metadata: PalletForeignAssetsModuleAssetMetadata | { name?: any; symbol?: any; decimals?: any; minimalBalance?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, XcmVersionedMultiLocation, PalletForeignAssetsModuleAssetMetadata]>;
+ killIdentity: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
+ /**
+ * Provide a judgement for an account's identity.
+ *
+ * The dispatch origin for this call must be _Signed_ and the sender must be the account
+ * of the registrar whose index is `reg_index`.
+ *
+ * - `reg_index`: the index of the registrar whose judgement is being made.
+ * - `target`: the account whose identity the judgement is upon. This must be an account
+ * with a registered identity.
+ * - `judgement`: the judgement of the registrar of index `reg_index` about `target`.
+ * - `identity`: The hash of the [`IdentityInfo`] for that the judgement is provided.
+ *
+ * Emits `JudgementGiven` if successful.
+ *
+ * # <weight>
+ * - `O(R + X)`.
+ * - One balance-transfer operation.
+ * - Up to one account-lookup operation.
+ * - Storage: 1 read `O(R)`, 1 mutate `O(R + X)`.
+ * - One event.
+ * # </weight>
+ **/
+ provideJudgement: AugmentedSubmittable<(regIndex: Compact<u32> | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, judgement: PalletIdentityJudgement | { Unknown: any } | { FeePaid: any } | { Reasonable: any } | { KnownGood: any } | { OutOfDate: any } | { LowQuality: any } | { Erroneous: any } | string | Uint8Array, identity: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, MultiAddress, PalletIdentityJudgement, H256]>;
+ /**
+ * Remove the sender as a sub-account.
+ *
+ * Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated
+ * to the sender (*not* the original depositor).
+ *
+ * The dispatch origin for this call must be _Signed_ and the sender must have a registered
+ * super-identity.
+ *
+ * NOTE: This should not normally be used, but is provided in the case that the non-
+ * controller of an account is maliciously registered as a sub-account.
+ **/
+ quitSub: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
+ /**
+ * Remove the given account from the sender's subs.
+ *
+ * Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated
+ * to the sender.
+ *
+ * The dispatch origin for this call must be _Signed_ and the sender must have a registered
+ * sub identity of `sub`.
+ **/
+ removeSub: AugmentedSubmittable<(sub: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
+ /**
+ * Alter the associated name of the given sub-account.
+ *
+ * The dispatch origin for this call must be _Signed_ and the sender must have a registered
+ * sub identity of `sub`.
+ **/
+ renameSub: AugmentedSubmittable<(sub: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, data: Data | { None: any } | { Raw: any } | { BlakeTwo256: any } | { Sha256: any } | { Keccak256: any } | { ShaThree256: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Data]>;
+ /**
+ * Request a judgement from a registrar.
+ *
+ * Payment: At most `max_fee` will be reserved for payment to the registrar if judgement
+ * given.
+ *
+ * The dispatch origin for this call must be _Signed_ and the sender must have a
+ * registered identity.
+ *
+ * - `reg_index`: The index of the registrar whose judgement is requested.
+ * - `max_fee`: The maximum fee that may be paid. This should just be auto-populated as:
+ *
+ * ```nocompile
+ * Self::registrars().get(reg_index).unwrap().fee
+ * ```
+ *
+ * Emits `JudgementRequested` if successful.
+ *
+ * # <weight>
+ * - `O(R + X)`.
+ * - One balance-reserve operation.
+ * - Storage: 1 read `O(R)`, 1 mutate `O(X + R)`.
+ * - One event.
+ * # </weight>
+ **/
+ requestJudgement: AugmentedSubmittable<(regIndex: Compact<u32> | AnyNumber | Uint8Array, maxFee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u128>]>;
+ /**
+ * Change the account associated with a registrar.
+ *
+ * The dispatch origin for this call must be _Signed_ and the sender must be the account
+ * of the registrar whose index is `index`.
+ *
+ * - `index`: the index of the registrar whose fee is to be set.
+ * - `new`: the new account ID.
+ *
+ * # <weight>
+ * - `O(R)`.
+ * - One storage mutation `O(R)`.
+ * - Benchmark: 8.823 + R * 0.32 µs (min squares analysis)
+ * # </weight>
+ **/
+ setAccountId: AugmentedSubmittable<(index: Compact<u32> | AnyNumber | Uint8Array, updated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, MultiAddress]>;
+ /**
+ * Set the fee required for a judgement to be requested from a registrar.
+ *
+ * The dispatch origin for this call must be _Signed_ and the sender must be the account
+ * of the registrar whose index is `index`.
+ *
+ * - `index`: the index of the registrar whose fee is to be set.
+ * - `fee`: the new fee.
+ *
+ * # <weight>
+ * - `O(R)`.
+ * - One storage mutation `O(R)`.
+ * - Benchmark: 7.315 + R * 0.329 µs (min squares analysis)
+ * # </weight>
+ **/
+ setFee: AugmentedSubmittable<(index: Compact<u32> | AnyNumber | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u128>]>;
+ /**
+ * Set the field information for a registrar.
+ *
+ * The dispatch origin for this call must be _Signed_ and the sender must be the account
+ * of the registrar whose index is `index`.
+ *
+ * - `index`: the index of the registrar whose fee is to be set.
+ * - `fields`: the fields that the registrar concerns themselves with.
+ *
+ * # <weight>
+ * - `O(R)`.
+ * - One storage mutation `O(R)`.
+ * - Benchmark: 7.464 + R * 0.325 µs (min squares analysis)
+ * # </weight>
+ **/
+ setFields: AugmentedSubmittable<(index: Compact<u32> | AnyNumber | Uint8Array, fields: PalletIdentityBitFlags) => SubmittableExtrinsic<ApiType>, [Compact<u32>, PalletIdentityBitFlags]>;
+ /**
+ * Set an account's identity information and reserve the appropriate deposit.
+ *
+ * If the account already has identity information, the deposit is taken as part payment
+ * for the new deposit.
+ *
+ * The dispatch origin for this call must be _Signed_.
+ *
+ * - `info`: The identity information.
+ *
+ * Emits `IdentitySet` if successful.
+ *
+ * # <weight>
+ * - `O(X + X' + R)`
+ * - where `X` additional-field-count (deposit-bounded and code-bounded)
+ * - where `R` judgements-count (registrar-count-bounded)
+ * - One balance reserve operation.
+ * - One storage mutation (codec-read `O(X' + R)`, codec-write `O(X + R)`).
+ * - One event.
+ * # </weight>
+ **/
+ setIdentity: AugmentedSubmittable<(info: PalletIdentityIdentityInfo | { additional?: any; display?: any; legal?: any; web?: any; riot?: any; email?: any; pgpFingerprint?: any; image?: any; twitter?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletIdentityIdentityInfo]>;
+ /**
+ * Set the sub-accounts of the sender.
+ *
+ * Payment: Any aggregate balance reserved by previous `set_subs` calls will be returned
+ * and an amount `SubAccountDeposit` will be reserved for each item in `subs`.
+ *
+ * The dispatch origin for this call must be _Signed_ and the sender must have a registered
+ * identity.
+ *
+ * - `subs`: The identity's (new) sub-accounts.
+ *
+ * # <weight>
+ * - `O(P + S)`
+ * - where `P` old-subs-count (hard- and deposit-bounded).
+ * - where `S` subs-count (hard- and deposit-bounded).
+ * - At most one balance operations.
+ * - DB:
+ * - `P + S` storage mutations (codec complexity `O(1)`)
+ * - One storage read (codec complexity `O(P)`).
+ * - One storage write (codec complexity `O(S)`).
+ * - One storage-exists (`IdentityOf::contains_key`).
+ * # </weight>
+ **/
+ setSubs: AugmentedSubmittable<(subs: Vec<ITuple<[AccountId32, Data]>> | ([AccountId32 | string | Uint8Array, Data | { None: any } | { Raw: any } | { BlakeTwo256: any } | { Sha256: any } | { Keccak256: any } | { ShaThree256: any } | string | Uint8Array])[]) => SubmittableExtrinsic<ApiType>, [Vec<ITuple<[AccountId32, Data]>>]>;
/**
* Generic tx
**/
tests/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, OpalRuntimeRuntimeCommonSessionKeys, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletAuthorshipCall, PalletAuthorshipError, PalletAuthorshipUncleEntryItem, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCollatorSelectionCall, PalletCollatorSelectionError, PalletCollatorSelectionEvent, 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, PalletSessionCall, PalletSessionError, PalletSessionEvent, 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, SpConsensusAuraSr25519AppSr25519Public, SpCoreCryptoKeyTypeId, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Public, SpCoreSr25519Signature, SpRuntimeArithmeticError, SpRuntimeBlakeTwo256, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeHeader, 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, OpalRuntimeRuntimeCommonDataManagementFilterIdentity, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OpalRuntimeRuntimeCommonSessionKeys, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletAuthorshipCall, PalletAuthorshipError, PalletAuthorshipUncleEntryItem, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCollatorSelectionCall, PalletCollatorSelectionError, PalletCollatorSelectionEvent, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletConfigurationEvent, PalletDataManagementCall, PalletDataManagementError, PalletDataManagementEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletIdentityBitFlags, PalletIdentityCall, PalletIdentityError, PalletIdentityEvent, PalletIdentityIdentityField, PalletIdentityIdentityInfo, PalletIdentityJudgement, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletSessionCall, PalletSessionError, PalletSessionEvent, 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, SpConsensusAuraSr25519AppSr25519Public, SpCoreCryptoKeyTypeId, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Public, SpCoreSr25519Signature, SpRuntimeArithmeticError, SpRuntimeBlakeTwo256, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeHeader, 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';
@@ -772,6 +772,7 @@
Offender: Offender;
OldV1SessionInfo: OldV1SessionInfo;
OpalRuntimeRuntime: OpalRuntimeRuntime;
+ OpalRuntimeRuntimeCommonDataManagementFilterIdentity: OpalRuntimeRuntimeCommonDataManagementFilterIdentity;
OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance;
OpalRuntimeRuntimeCommonSessionKeys: OpalRuntimeRuntimeCommonSessionKeys;
OpaqueCall: OpaqueCall;
@@ -839,8 +840,12 @@
PalletConfigurationAppPromotionConfiguration: PalletConfigurationAppPromotionConfiguration;
PalletConfigurationCall: PalletConfigurationCall;
PalletConfigurationError: PalletConfigurationError;
+ PalletConfigurationEvent: PalletConfigurationEvent;
PalletConstantMetadataLatest: PalletConstantMetadataLatest;
PalletConstantMetadataV14: PalletConstantMetadataV14;
+ PalletDataManagementCall: PalletDataManagementCall;
+ PalletDataManagementError: PalletDataManagementError;
+ PalletDataManagementEvent: PalletDataManagementEvent;
PalletErrorMetadataLatest: PalletErrorMetadataLatest;
PalletErrorMetadataV14: PalletErrorMetadataV14;
PalletEthereumCall: PalletEthereumCall;
@@ -857,9 +862,6 @@
PalletEvmContractHelpersSponsoringModeT: PalletEvmContractHelpersSponsoringModeT;
PalletEvmError: PalletEvmError;
PalletEvmEvent: PalletEvmEvent;
- PalletEvmMigrationCall: PalletEvmMigrationCall;
- PalletEvmMigrationError: PalletEvmMigrationError;
- PalletEvmMigrationEvent: PalletEvmMigrationEvent;
PalletForeignAssetsAssetIds: PalletForeignAssetsAssetIds;
PalletForeignAssetsModuleAssetMetadata: PalletForeignAssetsModuleAssetMetadata;
PalletForeignAssetsModuleCall: PalletForeignAssetsModuleCall;
@@ -868,6 +870,15 @@
PalletForeignAssetsNativeCurrency: PalletForeignAssetsNativeCurrency;
PalletFungibleError: PalletFungibleError;
PalletId: PalletId;
+ PalletIdentityBitFlags: PalletIdentityBitFlags;
+ PalletIdentityCall: PalletIdentityCall;
+ PalletIdentityError: PalletIdentityError;
+ PalletIdentityEvent: PalletIdentityEvent;
+ PalletIdentityIdentityField: PalletIdentityIdentityField;
+ PalletIdentityIdentityInfo: PalletIdentityIdentityInfo;
+ PalletIdentityJudgement: PalletIdentityJudgement;
+ PalletIdentityRegistrarInfo: PalletIdentityRegistrarInfo;
+ PalletIdentityRegistration: PalletIdentityRegistration;
PalletInflationCall: PalletInflationCall;
PalletMaintenanceCall: PalletMaintenanceCall;
PalletMaintenanceError: PalletMaintenanceError;
tests/src/interfaces/default/types.tsdiffbeforeafterboth--- a/tests/src/interfaces/default/types.ts
+++ b/tests/src/interfaces/default/types.ts
@@ -1,6 +1,7 @@
// Auto-generated via `yarn polkadot-types-from-defs`, do not edit
/* eslint-disable */
+import type { Data } from '@polkadot/types';
import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
import type { ITuple } from '@polkadot/types-codec/types';
import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';
@@ -696,6 +697,9 @@
/** @name OpalRuntimeRuntime */
export interface OpalRuntimeRuntime extends Null {}
+/** @name OpalRuntimeRuntimeCommonDataManagementFilterIdentity */
+export interface OpalRuntimeRuntimeCommonDataManagementFilterIdentity extends Null {}
+
/** @name OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance */
export interface OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance extends Null {}
@@ -1245,19 +1249,7 @@
readonly isRemoveInvulnerable: boolean;
readonly asRemoveInvulnerable: {
readonly who: AccountId32;
- } & Struct;
- readonly isSetDesiredCollators: boolean;
- readonly asSetDesiredCollators: {
- readonly max: u32;
- } & Struct;
- readonly isSetLicenseBond: boolean;
- readonly asSetLicenseBond: {
- readonly bond: u128;
} & Struct;
- readonly isSetKickThreshold: boolean;
- readonly asSetKickThreshold: {
- readonly kickThreshold: u32;
- } & Struct;
readonly isGetLicense: boolean;
readonly isOnboard: boolean;
readonly isOffboard: boolean;
@@ -1266,7 +1258,7 @@
readonly asForceRevokeLicense: {
readonly who: AccountId32;
} & Struct;
- readonly type: 'AddInvulnerable' | 'RemoveInvulnerable' | 'SetDesiredCollators' | 'SetLicenseBond' | 'SetKickThreshold' | 'GetLicense' | 'Onboard' | 'Offboard' | 'ReleaseLicense' | 'ForceRevokeLicense';
+ readonly type: 'AddInvulnerable' | 'RemoveInvulnerable' | 'GetLicense' | 'Onboard' | 'Offboard' | 'ReleaseLicense' | 'ForceRevokeLicense';
}
/** @name PalletCollatorSelectionError */
@@ -1289,18 +1281,6 @@
/** @name PalletCollatorSelectionEvent */
export interface PalletCollatorSelectionEvent extends Enum {
- readonly isNewDesiredCollators: boolean;
- readonly asNewDesiredCollators: {
- readonly desiredCollators: u32;
- } & Struct;
- readonly isNewLicenseBond: boolean;
- readonly asNewLicenseBond: {
- readonly bondAmount: u128;
- } & Struct;
- readonly isNewKickThreshold: boolean;
- readonly asNewKickThreshold: {
- readonly lengthInBlocks: u32;
- } & Struct;
readonly isInvulnerableAdded: boolean;
readonly asInvulnerableAdded: {
readonly invulnerable: AccountId32;
@@ -1327,7 +1307,7 @@
readonly asCandidateRemoved: {
readonly accountId: AccountId32;
} & Struct;
- readonly type: 'NewDesiredCollators' | 'NewLicenseBond' | 'NewKickThreshold' | 'InvulnerableAdded' | 'InvulnerableRemoved' | 'LicenseObtained' | 'LicenseForfeited' | 'CandidateAdded' | 'CandidateRemoved';
+ readonly type: 'InvulnerableAdded' | 'InvulnerableRemoved' | 'LicenseObtained' | 'LicenseForfeited' | 'CandidateAdded' | 'CandidateRemoved';
}
/** @name PalletCommonError */
@@ -1446,7 +1426,19 @@
readonly asSetAppPromotionConfigurationOverride: {
readonly configuration: PalletConfigurationAppPromotionConfiguration;
} & Struct;
- readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride' | 'SetXcmAllowedLocations' | 'SetAppPromotionConfigurationOverride';
+ readonly isSetCollatorSelectionDesiredCollators: boolean;
+ readonly asSetCollatorSelectionDesiredCollators: {
+ readonly max: Option<u32>;
+ } & Struct;
+ readonly isSetCollatorSelectionLicenseBond: boolean;
+ readonly asSetCollatorSelectionLicenseBond: {
+ readonly amount: Option<u128>;
+ } & Struct;
+ readonly isSetCollatorSelectionKickThreshold: boolean;
+ readonly asSetCollatorSelectionKickThreshold: {
+ readonly threshold: Option<u32>;
+ } & Struct;
+ readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride' | 'SetXcmAllowedLocations' | 'SetAppPromotionConfigurationOverride' | 'SetCollatorSelectionDesiredCollators' | 'SetCollatorSelectionLicenseBond' | 'SetCollatorSelectionKickThreshold';
}
/** @name PalletConfigurationError */
@@ -1455,6 +1447,64 @@
readonly type: 'InconsistentConfiguration';
}
+/** @name PalletConfigurationEvent */
+export interface PalletConfigurationEvent extends Enum {
+ readonly isNewDesiredCollators: boolean;
+ readonly asNewDesiredCollators: {
+ readonly desiredCollators: Option<u32>;
+ } & Struct;
+ readonly isNewCollatorLicenseBond: boolean;
+ readonly asNewCollatorLicenseBond: {
+ readonly bondCost: Option<u128>;
+ } & Struct;
+ readonly isNewCollatorKickThreshold: boolean;
+ readonly asNewCollatorKickThreshold: {
+ readonly lengthInBlocks: Option<u32>;
+ } & Struct;
+ readonly type: 'NewDesiredCollators' | 'NewCollatorLicenseBond' | 'NewCollatorKickThreshold';
+}
+
+/** @name PalletDataManagementCall */
+export interface PalletDataManagementCall extends Enum {
+ readonly isBegin: boolean;
+ readonly asBegin: {
+ readonly address: H160;
+ } & Struct;
+ readonly isSetData: boolean;
+ readonly asSetData: {
+ readonly address: H160;
+ readonly data: Vec<ITuple<[H256, H256]>>;
+ } & Struct;
+ readonly isFinish: boolean;
+ readonly asFinish: {
+ readonly address: H160;
+ readonly code: Bytes;
+ } & Struct;
+ readonly isInsertEthLogs: boolean;
+ readonly asInsertEthLogs: {
+ readonly logs: Vec<EthereumLog>;
+ } & Struct;
+ readonly isInsertEvents: boolean;
+ readonly asInsertEvents: {
+ readonly events: Vec<Bytes>;
+ } & Struct;
+ readonly type: 'Begin' | 'SetData' | 'Finish' | 'InsertEthLogs' | 'InsertEvents';
+}
+
+/** @name PalletDataManagementError */
+export interface PalletDataManagementError extends Enum {
+ readonly isAccountNotEmpty: boolean;
+ readonly isAccountIsNotMigrating: boolean;
+ readonly isBadEvent: boolean;
+ readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating' | 'BadEvent';
+}
+
+/** @name PalletDataManagementEvent */
+export interface PalletDataManagementEvent extends Enum {
+ readonly isTestEvent: boolean;
+ readonly type: 'TestEvent';
+}
+
/** @name PalletEthereumCall */
export interface PalletEthereumCall extends Enum {
readonly isTransact: boolean;
@@ -1614,47 +1664,6 @@
readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed';
}
-/** @name PalletEvmMigrationCall */
-export interface PalletEvmMigrationCall extends Enum {
- readonly isBegin: boolean;
- readonly asBegin: {
- readonly address: H160;
- } & Struct;
- readonly isSetData: boolean;
- readonly asSetData: {
- readonly address: H160;
- readonly data: Vec<ITuple<[H256, H256]>>;
- } & Struct;
- readonly isFinish: boolean;
- readonly asFinish: {
- readonly address: H160;
- readonly code: Bytes;
- } & Struct;
- readonly isInsertEthLogs: boolean;
- readonly asInsertEthLogs: {
- readonly logs: Vec<EthereumLog>;
- } & Struct;
- readonly isInsertEvents: boolean;
- readonly asInsertEvents: {
- readonly events: Vec<Bytes>;
- } & Struct;
- readonly type: 'Begin' | 'SetData' | 'Finish' | 'InsertEthLogs' | 'InsertEvents';
-}
-
-/** @name PalletEvmMigrationError */
-export interface PalletEvmMigrationError extends Enum {
- readonly isAccountNotEmpty: boolean;
- readonly isAccountIsNotMigrating: boolean;
- readonly isBadEvent: boolean;
- readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating' | 'BadEvent';
-}
-
-/** @name PalletEvmMigrationEvent */
-export interface PalletEvmMigrationEvent extends Enum {
- readonly isTestEvent: boolean;
- readonly type: 'TestEvent';
-}
-
/** @name PalletForeignAssetsAssetIds */
export interface PalletForeignAssetsAssetIds extends Enum {
readonly isForeignAssetId: boolean;
@@ -1744,6 +1753,219 @@
readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed' | 'SettingAllowanceForAllNotAllowed' | 'FungibleTokensAreAlwaysValid';
}
+/** @name PalletIdentityBitFlags */
+export interface PalletIdentityBitFlags extends Struct {
+ readonly _bitLength: 64;
+ readonly Display: 1;
+ readonly Legal: 2;
+ readonly Web: 4;
+ readonly Riot: 8;
+ readonly Email: 16;
+ readonly PgpFingerprint: 32;
+ readonly Image: 64;
+ readonly Twitter: 128;
+}
+
+/** @name PalletIdentityCall */
+export interface PalletIdentityCall extends Enum {
+ readonly isAddRegistrar: boolean;
+ readonly asAddRegistrar: {
+ readonly account: MultiAddress;
+ } & Struct;
+ readonly isSetIdentity: boolean;
+ readonly asSetIdentity: {
+ readonly info: PalletIdentityIdentityInfo;
+ } & Struct;
+ readonly isSetSubs: boolean;
+ readonly asSetSubs: {
+ readonly subs: Vec<ITuple<[AccountId32, Data]>>;
+ } & Struct;
+ readonly isClearIdentity: boolean;
+ readonly isRequestJudgement: boolean;
+ readonly asRequestJudgement: {
+ readonly regIndex: Compact<u32>;
+ readonly maxFee: Compact<u128>;
+ } & Struct;
+ readonly isCancelRequest: boolean;
+ readonly asCancelRequest: {
+ readonly regIndex: u32;
+ } & Struct;
+ readonly isSetFee: boolean;
+ readonly asSetFee: {
+ readonly index: Compact<u32>;
+ readonly fee: Compact<u128>;
+ } & Struct;
+ readonly isSetAccountId: boolean;
+ readonly asSetAccountId: {
+ readonly index: Compact<u32>;
+ readonly new_: MultiAddress;
+ } & Struct;
+ readonly isSetFields: boolean;
+ readonly asSetFields: {
+ readonly index: Compact<u32>;
+ readonly fields: PalletIdentityBitFlags;
+ } & Struct;
+ readonly isProvideJudgement: boolean;
+ readonly asProvideJudgement: {
+ readonly regIndex: Compact<u32>;
+ readonly target: MultiAddress;
+ readonly judgement: PalletIdentityJudgement;
+ readonly identity: H256;
+ } & Struct;
+ readonly isKillIdentity: boolean;
+ readonly asKillIdentity: {
+ readonly target: MultiAddress;
+ } & Struct;
+ readonly isAddSub: boolean;
+ readonly asAddSub: {
+ readonly sub: MultiAddress;
+ readonly data: Data;
+ } & Struct;
+ readonly isRenameSub: boolean;
+ readonly asRenameSub: {
+ readonly sub: MultiAddress;
+ readonly data: Data;
+ } & Struct;
+ readonly isRemoveSub: boolean;
+ readonly asRemoveSub: {
+ readonly sub: MultiAddress;
+ } & Struct;
+ readonly isQuitSub: boolean;
+ readonly type: 'AddRegistrar' | 'SetIdentity' | 'SetSubs' | 'ClearIdentity' | 'RequestJudgement' | 'CancelRequest' | 'SetFee' | 'SetAccountId' | 'SetFields' | 'ProvideJudgement' | 'KillIdentity' | 'AddSub' | 'RenameSub' | 'RemoveSub' | 'QuitSub';
+}
+
+/** @name PalletIdentityError */
+export interface PalletIdentityError extends Enum {
+ readonly isTooManySubAccounts: boolean;
+ readonly isNotFound: boolean;
+ readonly isNotNamed: boolean;
+ readonly isEmptyIndex: boolean;
+ readonly isFeeChanged: boolean;
+ readonly isNoIdentity: boolean;
+ readonly isStickyJudgement: boolean;
+ readonly isJudgementGiven: boolean;
+ readonly isInvalidJudgement: boolean;
+ readonly isInvalidIndex: boolean;
+ readonly isInvalidTarget: boolean;
+ readonly isTooManyFields: boolean;
+ readonly isTooManyRegistrars: boolean;
+ readonly isAlreadyClaimed: boolean;
+ readonly isNotSub: boolean;
+ readonly isNotOwned: boolean;
+ readonly isJudgementForDifferentIdentity: boolean;
+ readonly isJudgementPaymentFailed: boolean;
+ readonly type: 'TooManySubAccounts' | 'NotFound' | 'NotNamed' | 'EmptyIndex' | 'FeeChanged' | 'NoIdentity' | 'StickyJudgement' | 'JudgementGiven' | 'InvalidJudgement' | 'InvalidIndex' | 'InvalidTarget' | 'TooManyFields' | 'TooManyRegistrars' | 'AlreadyClaimed' | 'NotSub' | 'NotOwned' | 'JudgementForDifferentIdentity' | 'JudgementPaymentFailed';
+}
+
+/** @name PalletIdentityEvent */
+export interface PalletIdentityEvent extends Enum {
+ readonly isIdentitySet: boolean;
+ readonly asIdentitySet: {
+ readonly who: AccountId32;
+ } & Struct;
+ readonly isIdentityCleared: boolean;
+ readonly asIdentityCleared: {
+ readonly who: AccountId32;
+ readonly deposit: u128;
+ } & Struct;
+ readonly isIdentityKilled: boolean;
+ readonly asIdentityKilled: {
+ readonly who: AccountId32;
+ readonly deposit: u128;
+ } & Struct;
+ readonly isJudgementRequested: boolean;
+ readonly asJudgementRequested: {
+ readonly who: AccountId32;
+ readonly registrarIndex: u32;
+ } & Struct;
+ readonly isJudgementUnrequested: boolean;
+ readonly asJudgementUnrequested: {
+ readonly who: AccountId32;
+ readonly registrarIndex: u32;
+ } & Struct;
+ readonly isJudgementGiven: boolean;
+ readonly asJudgementGiven: {
+ readonly target: AccountId32;
+ readonly registrarIndex: u32;
+ } & Struct;
+ readonly isRegistrarAdded: boolean;
+ readonly asRegistrarAdded: {
+ readonly registrarIndex: u32;
+ } & Struct;
+ readonly isSubIdentityAdded: boolean;
+ readonly asSubIdentityAdded: {
+ readonly sub: AccountId32;
+ readonly main: AccountId32;
+ readonly deposit: u128;
+ } & Struct;
+ readonly isSubIdentityRemoved: boolean;
+ readonly asSubIdentityRemoved: {
+ readonly sub: AccountId32;
+ readonly main: AccountId32;
+ readonly deposit: u128;
+ } & Struct;
+ readonly isSubIdentityRevoked: boolean;
+ readonly asSubIdentityRevoked: {
+ readonly sub: AccountId32;
+ readonly main: AccountId32;
+ readonly deposit: u128;
+ } & Struct;
+ readonly type: 'IdentitySet' | 'IdentityCleared' | 'IdentityKilled' | 'JudgementRequested' | 'JudgementUnrequested' | 'JudgementGiven' | 'RegistrarAdded' | 'SubIdentityAdded' | 'SubIdentityRemoved' | 'SubIdentityRevoked';
+}
+
+/** @name PalletIdentityIdentityField */
+export interface PalletIdentityIdentityField extends Enum {
+ readonly isDisplay: boolean;
+ readonly isLegal: boolean;
+ readonly isWeb: boolean;
+ readonly isRiot: boolean;
+ readonly isEmail: boolean;
+ readonly isPgpFingerprint: boolean;
+ readonly isImage: boolean;
+ readonly isTwitter: boolean;
+ readonly type: 'Display' | 'Legal' | 'Web' | 'Riot' | 'Email' | 'PgpFingerprint' | 'Image' | 'Twitter';
+}
+
+/** @name PalletIdentityIdentityInfo */
+export interface PalletIdentityIdentityInfo extends Struct {
+ readonly additional: Vec<ITuple<[Data, Data]>>;
+ readonly display: Data;
+ readonly legal: Data;
+ readonly web: Data;
+ readonly riot: Data;
+ readonly email: Data;
+ readonly pgpFingerprint: Option<U8aFixed>;
+ readonly image: Data;
+ readonly twitter: Data;
+}
+
+/** @name PalletIdentityJudgement */
+export interface PalletIdentityJudgement extends Enum {
+ readonly isUnknown: boolean;
+ readonly isFeePaid: boolean;
+ readonly asFeePaid: u128;
+ readonly isReasonable: boolean;
+ readonly isKnownGood: boolean;
+ readonly isOutOfDate: boolean;
+ readonly isLowQuality: boolean;
+ readonly isErroneous: boolean;
+ readonly type: 'Unknown' | 'FeePaid' | 'Reasonable' | 'KnownGood' | 'OutOfDate' | 'LowQuality' | 'Erroneous';
+}
+
+/** @name PalletIdentityRegistrarInfo */
+export interface PalletIdentityRegistrarInfo extends Struct {
+ readonly account: AccountId32;
+ readonly fee: u128;
+ readonly fields: PalletIdentityBitFlags;
+}
+
+/** @name PalletIdentityRegistration */
+export interface PalletIdentityRegistration extends Struct {
+ readonly judgements: Vec<ITuple<[u32, PalletIdentityJudgement]>>;
+ readonly deposit: u128;
+ readonly info: PalletIdentityIdentityInfo;
+}
+
/** @name PalletInflationCall */
export interface PalletInflationCall extends Enum {
readonly isStartInflation: boolean;
tests/src/interfaces/lookup.tsdiffbeforeafterboth--- a/tests/src/interfaces/lookup.ts
+++ b/tests/src/interfaces/lookup.ts
@@ -188,15 +188,6 @@
**/
PalletCollatorSelectionEvent: {
_enum: {
- NewDesiredCollators: {
- desiredCollators: 'u32',
- },
- NewLicenseBond: {
- bondAmount: 'u128',
- },
- NewKickThreshold: {
- lengthInBlocks: 'u32',
- },
InvulnerableAdded: {
invulnerable: 'AccountId32',
},
@@ -230,7 +221,55 @@
}
},
/**
- * Lookup32: pallet_balances::pallet::Event<T, I>
+ * Lookup32: pallet_identity::pallet::Event<T>
+ **/
+ PalletIdentityEvent: {
+ _enum: {
+ IdentitySet: {
+ who: 'AccountId32',
+ },
+ IdentityCleared: {
+ who: 'AccountId32',
+ deposit: 'u128',
+ },
+ IdentityKilled: {
+ who: 'AccountId32',
+ deposit: 'u128',
+ },
+ JudgementRequested: {
+ who: 'AccountId32',
+ registrarIndex: 'u32',
+ },
+ JudgementUnrequested: {
+ who: 'AccountId32',
+ registrarIndex: 'u32',
+ },
+ JudgementGiven: {
+ target: 'AccountId32',
+ registrarIndex: 'u32',
+ },
+ RegistrarAdded: {
+ registrarIndex: 'u32',
+ },
+ SubIdentityAdded: {
+ sub: 'AccountId32',
+ main: 'AccountId32',
+ deposit: 'u128',
+ },
+ SubIdentityRemoved: {
+ sub: 'AccountId32',
+ main: 'AccountId32',
+ deposit: 'u128',
+ },
+ SubIdentityRevoked: {
+ sub: 'AccountId32',
+ main: 'AccountId32',
+ deposit: 'u128'
+ }
+ }
+ },
+ /**
+ * Lookup33: pallet_balances::pallet::Event<T, I>
**/
PalletBalancesEvent: {
_enum: {
@@ -281,13 +320,13 @@
}
},
/**
- * Lookup33: frame_support::traits::tokens::misc::BalanceStatus
+ * Lookup34: frame_support::traits::tokens::misc::BalanceStatus
**/
FrameSupportTokensMiscBalanceStatus: {
_enum: ['Free', 'Reserved']
},
/**
- * Lookup34: pallet_transaction_payment::pallet::Event<T>
+ * Lookup35: pallet_transaction_payment::pallet::Event<T>
**/
PalletTransactionPaymentEvent: {
_enum: {
@@ -299,7 +338,7 @@
}
},
/**
- * Lookup35: pallet_treasury::pallet::Event<T, I>
+ * Lookup36: pallet_treasury::pallet::Event<T, I>
**/
PalletTreasuryEvent: {
_enum: {
@@ -335,7 +374,7 @@
}
},
/**
- * Lookup36: pallet_sudo::pallet::Event<T>
+ * Lookup37: pallet_sudo::pallet::Event<T>
**/
PalletSudoEvent: {
_enum: {
@@ -351,7 +390,7 @@
}
},
/**
- * Lookup40: orml_vesting::module::Event<T>
+ * Lookup41: orml_vesting::module::Event<T>
**/
OrmlVestingModuleEvent: {
_enum: {
@@ -370,7 +409,7 @@
}
},
/**
- * Lookup41: orml_vesting::VestingSchedule<BlockNumber, Balance>
+ * Lookup42: orml_vesting::VestingSchedule<BlockNumber, Balance>
**/
OrmlVestingVestingSchedule: {
start: 'u32',
@@ -379,7 +418,7 @@
perPeriod: 'Compact<u128>'
},
/**
- * Lookup43: orml_xtokens::module::Event<T>
+ * Lookup44: orml_xtokens::module::Event<T>
**/
OrmlXtokensModuleEvent: {
_enum: {
@@ -392,18 +431,18 @@
}
},
/**
- * Lookup44: xcm::v1::multiasset::MultiAssets
+ * Lookup45: xcm::v1::multiasset::MultiAssets
**/
XcmV1MultiassetMultiAssets: 'Vec<XcmV1MultiAsset>',
/**
- * Lookup46: xcm::v1::multiasset::MultiAsset
+ * Lookup47: xcm::v1::multiasset::MultiAsset
**/
XcmV1MultiAsset: {
id: 'XcmV1MultiassetAssetId',
fun: 'XcmV1MultiassetFungibility'
},
/**
- * Lookup47: xcm::v1::multiasset::AssetId
+ * Lookup48: xcm::v1::multiasset::AssetId
**/
XcmV1MultiassetAssetId: {
_enum: {
@@ -412,14 +451,14 @@
}
},
/**
- * Lookup48: xcm::v1::multilocation::MultiLocation
+ * Lookup49: xcm::v1::multilocation::MultiLocation
**/
XcmV1MultiLocation: {
parents: 'u8',
interior: 'XcmV1MultilocationJunctions'
},
/**
- * Lookup49: xcm::v1::multilocation::Junctions
+ * Lookup50: xcm::v1::multilocation::Junctions
**/
XcmV1MultilocationJunctions: {
_enum: {
@@ -435,7 +474,7 @@
}
},
/**
- * Lookup50: xcm::v1::junction::Junction
+ * Lookup51: xcm::v1::junction::Junction
**/
XcmV1Junction: {
_enum: {
@@ -463,7 +502,7 @@
}
},
/**
- * Lookup52: xcm::v0::junction::NetworkId
+ * Lookup53: xcm::v0::junction::NetworkId
**/
XcmV0JunctionNetworkId: {
_enum: {
@@ -474,7 +513,7 @@
}
},
/**
- * Lookup55: xcm::v0::junction::BodyId
+ * Lookup56: xcm::v0::junction::BodyId
**/
XcmV0JunctionBodyId: {
_enum: {
@@ -488,7 +527,7 @@
}
},
/**
- * Lookup56: xcm::v0::junction::BodyPart
+ * Lookup57: xcm::v0::junction::BodyPart
**/
XcmV0JunctionBodyPart: {
_enum: {
@@ -511,7 +550,7 @@
}
},
/**
- * Lookup57: xcm::v1::multiasset::Fungibility
+ * Lookup58: xcm::v1::multiasset::Fungibility
**/
XcmV1MultiassetFungibility: {
_enum: {
@@ -520,7 +559,7 @@
}
},
/**
- * Lookup58: xcm::v1::multiasset::AssetInstance
+ * Lookup59: xcm::v1::multiasset::AssetInstance
**/
XcmV1MultiassetAssetInstance: {
_enum: {
@@ -534,7 +573,7 @@
}
},
/**
- * Lookup61: orml_tokens::module::Event<T>
+ * Lookup62: orml_tokens::module::Event<T>
**/
OrmlTokensModuleEvent: {
_enum: {
@@ -611,7 +650,7 @@
}
},
/**
- * Lookup62: pallet_foreign_assets::AssetIds
+ * Lookup63: pallet_foreign_assets::AssetIds
**/
PalletForeignAssetsAssetIds: {
_enum: {
@@ -620,13 +659,13 @@
}
},
/**
- * Lookup63: pallet_foreign_assets::NativeCurrency
+ * Lookup64: pallet_foreign_assets::NativeCurrency
**/
PalletForeignAssetsNativeCurrency: {
_enum: ['Here', 'Parent']
},
/**
- * Lookup64: cumulus_pallet_xcmp_queue::pallet::Event<T>
+ * Lookup65: cumulus_pallet_xcmp_queue::pallet::Event<T>
**/
CumulusPalletXcmpQueueEvent: {
_enum: {
@@ -664,7 +703,7 @@
}
},
/**
- * Lookup66: xcm::v2::traits::Error
+ * Lookup67: xcm::v2::traits::Error
**/
XcmV2TraitsError: {
_enum: {
@@ -697,7 +736,7 @@
}
},
/**
- * Lookup68: pallet_xcm::pallet::Event<T>
+ * Lookup69: pallet_xcm::pallet::Event<T>
**/
PalletXcmEvent: {
_enum: {
@@ -721,7 +760,7 @@
}
},
/**
- * Lookup69: xcm::v2::traits::Outcome
+ * Lookup70: xcm::v2::traits::Outcome
**/
XcmV2TraitsOutcome: {
_enum: {
@@ -731,11 +770,11 @@
}
},
/**
- * Lookup70: xcm::v2::Xcm<RuntimeCall>
+ * Lookup71: xcm::v2::Xcm<RuntimeCall>
**/
XcmV2Xcm: 'Vec<XcmV2Instruction>',
/**
- * Lookup72: xcm::v2::Instruction<RuntimeCall>
+ * Lookup73: xcm::v2::Instruction<RuntimeCall>
**/
XcmV2Instruction: {
_enum: {
@@ -833,7 +872,7 @@
}
},
/**
- * Lookup73: xcm::v2::Response
+ * Lookup74: xcm::v2::Response
**/
XcmV2Response: {
_enum: {
@@ -844,19 +883,19 @@
}
},
/**
- * Lookup76: xcm::v0::OriginKind
+ * Lookup77: xcm::v0::OriginKind
**/
XcmV0OriginKind: {
_enum: ['Native', 'SovereignAccount', 'Superuser', 'Xcm']
},
/**
- * Lookup77: xcm::double_encoded::DoubleEncoded<T>
+ * Lookup78: xcm::double_encoded::DoubleEncoded<T>
**/
XcmDoubleEncoded: {
encoded: 'Bytes'
},
/**
- * Lookup78: xcm::v1::multiasset::MultiAssetFilter
+ * Lookup79: xcm::v1::multiasset::MultiAssetFilter
**/
XcmV1MultiassetMultiAssetFilter: {
_enum: {
@@ -865,7 +904,7 @@
}
},
/**
- * Lookup79: xcm::v1::multiasset::WildMultiAsset
+ * Lookup80: xcm::v1::multiasset::WildMultiAsset
**/
XcmV1MultiassetWildMultiAsset: {
_enum: {
@@ -877,13 +916,13 @@
}
},
/**
- * Lookup80: xcm::v1::multiasset::WildFungibility
+ * Lookup81: xcm::v1::multiasset::WildFungibility
**/
XcmV1MultiassetWildFungibility: {
_enum: ['Fungible', 'NonFungible']
},
/**
- * Lookup81: xcm::v2::WeightLimit
+ * Lookup82: xcm::v2::WeightLimit
**/
XcmV2WeightLimit: {
_enum: {
@@ -892,7 +931,7 @@
}
},
/**
- * Lookup83: xcm::VersionedMultiAssets
+ * Lookup84: xcm::VersionedMultiAssets
**/
XcmVersionedMultiAssets: {
_enum: {
@@ -901,7 +940,7 @@
}
},
/**
- * Lookup85: xcm::v0::multi_asset::MultiAsset
+ * Lookup86: xcm::v0::multi_asset::MultiAsset
**/
XcmV0MultiAsset: {
_enum: {
@@ -940,7 +979,7 @@
}
},
/**
- * Lookup86: xcm::v0::multi_location::MultiLocation
+ * Lookup87: xcm::v0::multi_location::MultiLocation
**/
XcmV0MultiLocation: {
_enum: {
@@ -956,7 +995,7 @@
}
},
/**
- * Lookup87: xcm::v0::junction::Junction
+ * Lookup88: xcm::v0::junction::Junction
**/
XcmV0Junction: {
_enum: {
@@ -985,7 +1024,7 @@
}
},
/**
- * Lookup88: xcm::VersionedMultiLocation
+ * Lookup89: xcm::VersionedMultiLocation
**/
XcmVersionedMultiLocation: {
_enum: {
@@ -994,7 +1033,7 @@
}
},
/**
- * Lookup89: cumulus_pallet_xcm::pallet::Event<T>
+ * Lookup90: cumulus_pallet_xcm::pallet::Event<T>
**/
CumulusPalletXcmEvent: {
_enum: {
@@ -1004,7 +1043,7 @@
}
},
/**
- * Lookup90: cumulus_pallet_dmp_queue::pallet::Event<T>
+ * Lookup91: cumulus_pallet_dmp_queue::pallet::Event<T>
**/
CumulusPalletDmpQueueEvent: {
_enum: {
@@ -1035,7 +1074,23 @@
}
},
/**
- * Lookup91: pallet_common::pallet::Event<T>
+ * Lookup92: pallet_configuration::pallet::Event<T>
+ **/
+ PalletConfigurationEvent: {
+ _enum: {
+ NewDesiredCollators: {
+ desiredCollators: 'Option<u32>',
+ },
+ NewCollatorLicenseBond: {
+ bondCost: 'Option<u128>',
+ },
+ NewCollatorKickThreshold: {
+ lengthInBlocks: 'Option<u32>'
+ }
+ }
+ },
+ /**
+ * Lookup95: pallet_common::pallet::Event<T>
**/
PalletCommonEvent: {
_enum: {
@@ -1064,7 +1119,7 @@
}
},
/**
- * Lookup94: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>
+ * Lookup98: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>
**/
PalletEvmAccountBasicCrossAccountIdRepr: {
_enum: {
@@ -1073,7 +1128,7 @@
}
},
/**
- * Lookup98: pallet_structure::pallet::Event<T>
+ * Lookup102: pallet_structure::pallet::Event<T>
**/
PalletStructureEvent: {
_enum: {
@@ -1081,7 +1136,7 @@
}
},
/**
- * Lookup99: pallet_rmrk_core::pallet::Event<T>
+ * Lookup103: pallet_rmrk_core::pallet::Event<T>
**/
PalletRmrkCoreEvent: {
_enum: {
@@ -1158,7 +1213,7 @@
}
},
/**
- * Lookup100: rmrk_traits::nft::AccountIdOrCollectionNftTuple<sp_core::crypto::AccountId32>
+ * Lookup104: rmrk_traits::nft::AccountIdOrCollectionNftTuple<sp_core::crypto::AccountId32>
**/
RmrkTraitsNftAccountIdOrCollectionNftTuple: {
_enum: {
@@ -1167,7 +1222,7 @@
}
},
/**
- * Lookup104: pallet_rmrk_equip::pallet::Event<T>
+ * Lookup107: pallet_rmrk_equip::pallet::Event<T>
**/
PalletRmrkEquipEvent: {
_enum: {
@@ -1182,7 +1237,7 @@
}
},
/**
- * Lookup105: pallet_app_promotion::pallet::Event<T>
+ * Lookup108: pallet_app_promotion::pallet::Event<T>
**/
PalletAppPromotionEvent: {
_enum: {
@@ -1193,7 +1248,7 @@
}
},
/**
- * Lookup106: pallet_foreign_assets::module::Event<T>
+ * Lookup109: pallet_foreign_assets::module::Event<T>
**/
PalletForeignAssetsModuleEvent: {
_enum: {
@@ -1218,7 +1273,7 @@
}
},
/**
- * Lookup107: pallet_foreign_assets::module::AssetMetadata<Balance>
+ * Lookup110: pallet_foreign_assets::module::AssetMetadata<Balance>
**/
PalletForeignAssetsModuleAssetMetadata: {
name: 'Bytes',
@@ -1227,7 +1282,7 @@
minimalBalance: 'u128'
},
/**
- * Lookup108: pallet_evm::pallet::Event<T>
+ * Lookup111: pallet_evm::pallet::Event<T>
**/
PalletEvmEvent: {
_enum: {
@@ -1249,7 +1304,7 @@
}
},
/**
- * Lookup109: ethereum::log::Log
+ * Lookup112: ethereum::log::Log
**/
EthereumLog: {
address: 'H160',
@@ -1257,7 +1312,7 @@
data: 'Bytes'
},
/**
- * Lookup111: pallet_ethereum::pallet::Event
+ * Lookup114: pallet_ethereum::pallet::Event
**/
PalletEthereumEvent: {
_enum: {
@@ -1270,7 +1325,7 @@
}
},
/**
- * Lookup112: evm_core::error::ExitReason
+ * Lookup115: evm_core::error::ExitReason
**/
EvmCoreErrorExitReason: {
_enum: {
@@ -1281,13 +1336,13 @@
}
},
/**
- * Lookup113: evm_core::error::ExitSucceed
+ * Lookup116: evm_core::error::ExitSucceed
**/
EvmCoreErrorExitSucceed: {
_enum: ['Stopped', 'Returned', 'Suicided']
},
/**
- * Lookup114: evm_core::error::ExitError
+ * Lookup117: evm_core::error::ExitError
**/
EvmCoreErrorExitError: {
_enum: {
@@ -1309,13 +1364,13 @@
}
},
/**
- * Lookup117: evm_core::error::ExitRevert
+ * Lookup120: evm_core::error::ExitRevert
**/
EvmCoreErrorExitRevert: {
_enum: ['Reverted']
},
/**
- * Lookup118: evm_core::error::ExitFatal
+ * Lookup121: evm_core::error::ExitFatal
**/
EvmCoreErrorExitFatal: {
_enum: {
@@ -1326,7 +1381,7 @@
}
},
/**
- * Lookup119: pallet_evm_contract_helpers::pallet::Event<T>
+ * Lookup122: pallet_evm_contract_helpers::pallet::Event<T>
**/
PalletEvmContractHelpersEvent: {
_enum: {
@@ -1336,25 +1391,25 @@
}
},
/**
- * Lookup120: pallet_evm_migration::pallet::Event<T>
+ * Lookup123: pallet_data_management::pallet::Event<T>
**/
- PalletEvmMigrationEvent: {
+ PalletDataManagementEvent: {
_enum: ['TestEvent']
},
/**
- * Lookup121: pallet_maintenance::pallet::Event<T>
+ * Lookup124: pallet_maintenance::pallet::Event<T>
**/
PalletMaintenanceEvent: {
_enum: ['MaintenanceEnabled', 'MaintenanceDisabled']
},
/**
- * Lookup122: pallet_test_utils::pallet::Event<T>
+ * Lookup125: pallet_test_utils::pallet::Event<T>
**/
PalletTestUtilsEvent: {
_enum: ['ValueIsSet', 'ShouldRollback', 'BatchCompleted']
},
/**
- * Lookup123: frame_system::Phase
+ * Lookup126: frame_system::Phase
**/
FrameSystemPhase: {
_enum: {
@@ -1364,14 +1419,14 @@
}
},
/**
- * Lookup126: frame_system::LastRuntimeUpgradeInfo
+ * Lookup129: frame_system::LastRuntimeUpgradeInfo
**/
FrameSystemLastRuntimeUpgradeInfo: {
specVersion: 'Compact<u32>',
specName: 'Text'
},
/**
- * Lookup127: frame_system::pallet::Call<T>
+ * Lookup130: frame_system::pallet::Call<T>
**/
FrameSystemCall: {
_enum: {
@@ -1409,7 +1464,7 @@
}
},
/**
- * Lookup132: frame_system::limits::BlockWeights
+ * Lookup135: frame_system::limits::BlockWeights
**/
FrameSystemLimitsBlockWeights: {
baseBlock: 'SpWeightsWeightV2Weight',
@@ -1417,7 +1472,7 @@
perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
},
/**
- * Lookup133: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
+ * Lookup136: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
**/
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
normal: 'FrameSystemLimitsWeightsPerClass',
@@ -1425,7 +1480,7 @@
mandatory: 'FrameSystemLimitsWeightsPerClass'
},
/**
- * Lookup134: frame_system::limits::WeightsPerClass
+ * Lookup137: frame_system::limits::WeightsPerClass
**/
FrameSystemLimitsWeightsPerClass: {
baseExtrinsic: 'SpWeightsWeightV2Weight',
@@ -1434,13 +1489,13 @@
reserved: 'Option<SpWeightsWeightV2Weight>'
},
/**
- * Lookup136: frame_system::limits::BlockLength
+ * Lookup139: frame_system::limits::BlockLength
**/
FrameSystemLimitsBlockLength: {
max: 'FrameSupportDispatchPerDispatchClassU32'
},
/**
- * Lookup137: frame_support::dispatch::PerDispatchClass<T>
+ * Lookup140: frame_support::dispatch::PerDispatchClass<T>
**/
FrameSupportDispatchPerDispatchClassU32: {
normal: 'u32',
@@ -1448,14 +1503,14 @@
mandatory: 'u32'
},
/**
- * Lookup138: sp_weights::RuntimeDbWeight
+ * Lookup141: sp_weights::RuntimeDbWeight
**/
SpWeightsRuntimeDbWeight: {
read: 'u64',
write: 'u64'
},
/**
- * Lookup139: sp_version::RuntimeVersion
+ * Lookup142: sp_version::RuntimeVersion
**/
SpVersionRuntimeVersion: {
specName: 'Text',
@@ -1468,13 +1523,13 @@
stateVersion: 'u8'
},
/**
- * Lookup144: frame_system::pallet::Error<T>
+ * Lookup147: frame_system::pallet::Error<T>
**/
FrameSystemError: {
_enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']
},
/**
- * Lookup145: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>
+ * Lookup148: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>
**/
PolkadotPrimitivesV2PersistedValidationData: {
parentHead: 'Bytes',
@@ -1483,19 +1538,19 @@
maxPovSize: 'u32'
},
/**
- * Lookup148: polkadot_primitives::v2::UpgradeRestriction
+ * Lookup151: polkadot_primitives::v2::UpgradeRestriction
**/
PolkadotPrimitivesV2UpgradeRestriction: {
_enum: ['Present']
},
/**
- * Lookup149: sp_trie::storage_proof::StorageProof
+ * Lookup152: sp_trie::storage_proof::StorageProof
**/
SpTrieStorageProof: {
trieNodes: 'BTreeSet<Bytes>'
},
/**
- * Lookup151: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
+ * Lookup154: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
**/
CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {
dmqMqcHead: 'H256',
@@ -1504,7 +1559,7 @@
egressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>'
},
/**
- * Lookup154: polkadot_primitives::v2::AbridgedHrmpChannel
+ * Lookup157: polkadot_primitives::v2::AbridgedHrmpChannel
**/
PolkadotPrimitivesV2AbridgedHrmpChannel: {
maxCapacity: 'u32',
@@ -1515,7 +1570,7 @@
mqcHead: 'Option<H256>'
},
/**
- * Lookup155: polkadot_primitives::v2::AbridgedHostConfiguration
+ * Lookup158: polkadot_primitives::v2::AbridgedHostConfiguration
**/
PolkadotPrimitivesV2AbridgedHostConfiguration: {
maxCodeSize: 'u32',
@@ -1529,14 +1584,14 @@
validationUpgradeDelay: 'u32'
},
/**
- * Lookup161: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>
+ * Lookup164: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>
**/
PolkadotCorePrimitivesOutboundHrmpMessage: {
recipient: 'u32',
data: 'Bytes'
},
/**
- * Lookup162: cumulus_pallet_parachain_system::pallet::Call<T>
+ * Lookup165: cumulus_pallet_parachain_system::pallet::Call<T>
**/
CumulusPalletParachainSystemCall: {
_enum: {
@@ -1555,7 +1610,7 @@
}
},
/**
- * Lookup163: cumulus_primitives_parachain_inherent::ParachainInherentData
+ * Lookup166: cumulus_primitives_parachain_inherent::ParachainInherentData
**/
CumulusPrimitivesParachainInherentParachainInherentData: {
validationData: 'PolkadotPrimitivesV2PersistedValidationData',
@@ -1564,27 +1619,27 @@
horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'
},
/**
- * Lookup165: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
+ * Lookup168: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
**/
PolkadotCorePrimitivesInboundDownwardMessage: {
sentAt: 'u32',
msg: 'Bytes'
},
/**
- * Lookup168: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
+ * Lookup171: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
**/
PolkadotCorePrimitivesInboundHrmpMessage: {
sentAt: 'u32',
data: 'Bytes'
},
/**
- * Lookup171: cumulus_pallet_parachain_system::pallet::Error<T>
+ * Lookup174: cumulus_pallet_parachain_system::pallet::Error<T>
**/
CumulusPalletParachainSystemError: {
_enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']
},
/**
- * Lookup173: pallet_authorship::UncleEntryItem<BlockNumber, primitive_types::H256, sp_core::crypto::AccountId32>
+ * Lookup176: pallet_authorship::UncleEntryItem<BlockNumber, primitive_types::H256, sp_core::crypto::AccountId32>
**/
PalletAuthorshipUncleEntryItem: {
_enum: {
@@ -1593,7 +1648,7 @@
}
},
/**
- * Lookup175: pallet_authorship::pallet::Call<T>
+ * Lookup178: pallet_authorship::pallet::Call<T>
**/
PalletAuthorshipCall: {
_enum: {
@@ -1603,7 +1658,7 @@
}
},
/**
- * Lookup177: sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>
+ * Lookup180: sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>
**/
SpRuntimeHeader: {
parentHash: 'H256',
@@ -1613,17 +1668,17 @@
digest: 'SpRuntimeDigest'
},
/**
- * Lookup178: sp_runtime::traits::BlakeTwo256
+ * Lookup181: sp_runtime::traits::BlakeTwo256
**/
SpRuntimeBlakeTwo256: 'Null',
/**
- * Lookup179: pallet_authorship::pallet::Error<T>
+ * Lookup182: pallet_authorship::pallet::Error<T>
**/
PalletAuthorshipError: {
_enum: ['InvalidUncleParent', 'UnclesAlreadySet', 'TooManyUncles', 'GenesisUncle', 'TooHighUncle', 'UncleAlreadyIncluded', 'OldUncle']
},
/**
- * Lookup182: pallet_collator_selection::pallet::Call<T>
+ * Lookup185: pallet_collator_selection::pallet::Call<T>
**/
PalletCollatorSelectionCall: {
_enum: {
@@ -1636,15 +1691,6 @@
remove_invulnerable: {
who: 'AccountId32',
},
- set_desired_collators: {
- max: 'u32',
- },
- set_license_bond: {
- bond: 'u128',
- },
- set_kick_threshold: {
- kickThreshold: 'u32',
- },
get_license: 'Null',
onboard: 'Null',
offboard: 'Null',
@@ -1655,31 +1701,31 @@
}
},
/**
- * Lookup183: pallet_collator_selection::pallet::Error<T>
+ * Lookup186: pallet_collator_selection::pallet::Error<T>
**/
PalletCollatorSelectionError: {
_enum: ['TooManyCandidates', 'Unknown', 'Permission', 'AlreadyHoldingLicense', 'NoLicense', 'AlreadyCandidate', 'NotCandidate', 'TooManyInvulnerables', 'TooFewInvulnerables', 'AlreadyInvulnerable', 'NotInvulnerable', 'NoAssociatedValidatorId', 'ValidatorNotRegistered']
},
/**
- * Lookup186: opal_runtime::runtime_common::SessionKeys
+ * Lookup189: opal_runtime::runtime_common::SessionKeys
**/
OpalRuntimeRuntimeCommonSessionKeys: {
aura: 'SpConsensusAuraSr25519AppSr25519Public'
},
/**
- * Lookup187: sp_consensus_aura::sr25519::app_sr25519::Public
+ * Lookup190: sp_consensus_aura::sr25519::app_sr25519::Public
**/
SpConsensusAuraSr25519AppSr25519Public: 'SpCoreSr25519Public',
/**
- * Lookup188: sp_core::sr25519::Public
+ * Lookup191: sp_core::sr25519::Public
**/
SpCoreSr25519Public: '[u8;32]',
/**
- * Lookup191: sp_core::crypto::KeyTypeId
+ * Lookup194: sp_core::crypto::KeyTypeId
**/
SpCoreCryptoKeyTypeId: '[u8;4]',
/**
- * Lookup192: pallet_session::pallet::Call<T>
+ * Lookup195: pallet_session::pallet::Call<T>
**/
PalletSessionCall: {
_enum: {
@@ -1694,40 +1740,170 @@
}
},
/**
- * Lookup193: pallet_session::pallet::Error<T>
+ * Lookup196: pallet_session::pallet::Error<T>
**/
PalletSessionError: {
_enum: ['InvalidProof', 'NoAssociatedValidatorId', 'DuplicatedKey', 'NoKeys', 'NoAccount']
},
/**
- * Lookup195: pallet_balances::BalanceLock<Balance>
+ * Lookup197: pallet_identity::types::Registration<Balance, MaxJudgements, MaxAdditionalFields>
+ **/
+ PalletIdentityRegistration: {
+ judgements: 'Vec<(u32,PalletIdentityJudgement)>',
+ deposit: 'u128',
+ info: 'PalletIdentityIdentityInfo'
+ },
+ /**
+ * Lookup200: pallet_identity::types::Judgement<Balance>
+ **/
+ PalletIdentityJudgement: {
+ _enum: {
+ Unknown: 'Null',
+ FeePaid: 'u128',
+ Reasonable: 'Null',
+ KnownGood: 'Null',
+ OutOfDate: 'Null',
+ LowQuality: 'Null',
+ Erroneous: 'Null'
+ }
+ },
+ /**
+ * Lookup202: pallet_identity::types::IdentityInfo<FieldLimit>
**/
+ PalletIdentityIdentityInfo: {
+ additional: 'Vec<(Data,Data)>',
+ display: 'Data',
+ legal: 'Data',
+ web: 'Data',
+ riot: 'Data',
+ email: 'Data',
+ pgpFingerprint: 'Option<[u8;20]>',
+ image: 'Data',
+ twitter: 'Data'
+ },
+ /**
+ * Lookup241: pallet_identity::types::RegistrarInfo<Balance, sp_core::crypto::AccountId32>
+ **/
+ PalletIdentityRegistrarInfo: {
+ account: 'AccountId32',
+ fee: 'u128',
+ fields: 'PalletIdentityBitFlags'
+ },
+ /**
+ * Lookup242: pallet_identity::types::BitFlags<pallet_identity::types::IdentityField>
+ **/
+ PalletIdentityBitFlags: {
+ _bitLength: 64,
+ Display: 1,
+ Legal: 2,
+ Web: 4,
+ Riot: 8,
+ Email: 16,
+ PgpFingerprint: 32,
+ Image: 64,
+ Twitter: 128
+ },
+ /**
+ * Lookup243: pallet_identity::types::IdentityField
+ **/
+ PalletIdentityIdentityField: {
+ _enum: ['__Unused0', 'Display', 'Legal', '__Unused3', 'Web', '__Unused5', '__Unused6', '__Unused7', 'Riot', '__Unused9', '__Unused10', '__Unused11', '__Unused12', '__Unused13', '__Unused14', '__Unused15', 'Email', '__Unused17', '__Unused18', '__Unused19', '__Unused20', '__Unused21', '__Unused22', '__Unused23', '__Unused24', '__Unused25', '__Unused26', '__Unused27', '__Unused28', '__Unused29', '__Unused30', '__Unused31', 'PgpFingerprint', '__Unused33', '__Unused34', '__Unused35', '__Unused36', '__Unused37', '__Unused38', '__Unused39', '__Unused40', '__Unused41', '__Unused42', '__Unused43', '__Unused44', '__Unused45', '__Unused46', '__Unused47', '__Unused48', '__Unused49', '__Unused50', '__Unused51', '__Unused52', '__Unused53', '__Unused54', '__Unused55', '__Unused56', '__Unused57', '__Unused58', '__Unused59', '__Unused60', '__Unused61', '__Unused62', '__Unused63', 'Image', '__Unused65', '__Unused66', '__Unused67', '__Unused68', '__Unused69', '__Unused70', '__Unused71', '__Unused72', '__Unused73', '__Unused74', '__Unused75', '__Unused76', '__Unused77', '__Unused78', '__Unused79', '__Unused80', '__Unused81', '__Unused82', '__Unused83', '__Unused84', '__Unused85', '__Unused86', '__Unused87', '__Unused88', '__Unused89', '__Unused90', '__Unused91', '__Unused92', '__Unused93', '__Unused94', '__Unused95', '__Unused96', '__Unused97', '__Unused98', '__Unused99', '__Unused100', '__Unused101', '__Unused102', '__Unused103', '__Unused104', '__Unused105', '__Unused106', '__Unused107', '__Unused108', '__Unused109', '__Unused110', '__Unused111', '__Unused112', '__Unused113', '__Unused114', '__Unused115', '__Unused116', '__Unused117', '__Unused118', '__Unused119', '__Unused120', '__Unused121', '__Unused122', '__Unused123', '__Unused124', '__Unused125', '__Unused126', '__Unused127', 'Twitter']
+ },
+ /**
+ * Lookup245: pallet_identity::pallet::Call<T>
+ **/
+ PalletIdentityCall: {
+ _enum: {
+ add_registrar: {
+ account: 'MultiAddress',
+ },
+ set_identity: {
+ info: 'PalletIdentityIdentityInfo',
+ },
+ set_subs: {
+ subs: 'Vec<(AccountId32,Data)>',
+ },
+ clear_identity: 'Null',
+ request_judgement: {
+ regIndex: 'Compact<u32>',
+ maxFee: 'Compact<u128>',
+ },
+ cancel_request: {
+ regIndex: 'u32',
+ },
+ set_fee: {
+ index: 'Compact<u32>',
+ fee: 'Compact<u128>',
+ },
+ set_account_id: {
+ _alias: {
+ new_: 'new',
+ },
+ index: 'Compact<u32>',
+ new_: 'MultiAddress',
+ },
+ set_fields: {
+ index: 'Compact<u32>',
+ fields: 'PalletIdentityBitFlags',
+ },
+ provide_judgement: {
+ regIndex: 'Compact<u32>',
+ target: 'MultiAddress',
+ judgement: 'PalletIdentityJudgement',
+ identity: 'H256',
+ },
+ kill_identity: {
+ target: 'MultiAddress',
+ },
+ add_sub: {
+ sub: 'MultiAddress',
+ data: 'Data',
+ },
+ rename_sub: {
+ sub: 'MultiAddress',
+ data: 'Data',
+ },
+ remove_sub: {
+ sub: 'MultiAddress',
+ },
+ quit_sub: 'Null'
+ }
+ },
+ /**
+ * Lookup249: pallet_identity::pallet::Error<T>
+ **/
+ PalletIdentityError: {
+ _enum: ['TooManySubAccounts', 'NotFound', 'NotNamed', 'EmptyIndex', 'FeeChanged', 'NoIdentity', 'StickyJudgement', 'JudgementGiven', 'InvalidJudgement', 'InvalidIndex', 'InvalidTarget', 'TooManyFields', 'TooManyRegistrars', 'AlreadyClaimed', 'NotSub', 'NotOwned', 'JudgementForDifferentIdentity', 'JudgementPaymentFailed']
+ },
+ /**
+ * Lookup251: pallet_balances::BalanceLock<Balance>
+ **/
PalletBalancesBalanceLock: {
id: '[u8;8]',
amount: 'u128',
reasons: 'PalletBalancesReasons'
},
/**
- * Lookup196: pallet_balances::Reasons
+ * Lookup252: pallet_balances::Reasons
**/
PalletBalancesReasons: {
_enum: ['Fee', 'Misc', 'All']
},
/**
- * Lookup199: pallet_balances::ReserveData<ReserveIdentifier, Balance>
+ * Lookup255: pallet_balances::ReserveData<ReserveIdentifier, Balance>
**/
PalletBalancesReserveData: {
id: '[u8;16]',
amount: 'u128'
},
/**
- * Lookup201: pallet_balances::Releases
+ * Lookup257: pallet_balances::Releases
**/
PalletBalancesReleases: {
_enum: ['V1_0_0', 'V2_0_0']
},
/**
- * Lookup202: pallet_balances::pallet::Call<T, I>
+ * Lookup258: pallet_balances::pallet::Call<T, I>
**/
PalletBalancesCall: {
_enum: {
@@ -1760,13 +1936,13 @@
}
},
/**
- * Lookup205: pallet_balances::pallet::Error<T, I>
+ * Lookup259: pallet_balances::pallet::Error<T, I>
**/
PalletBalancesError: {
_enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'KeepAlive', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves']
},
/**
- * Lookup207: pallet_timestamp::pallet::Call<T>
+ * Lookup261: pallet_timestamp::pallet::Call<T>
**/
PalletTimestampCall: {
_enum: {
@@ -1776,13 +1952,13 @@
}
},
/**
- * Lookup209: pallet_transaction_payment::Releases
+ * Lookup263: pallet_transaction_payment::Releases
**/
PalletTransactionPaymentReleases: {
_enum: ['V1Ancient', 'V2']
},
/**
- * Lookup210: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
+ * Lookup264: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
**/
PalletTreasuryProposal: {
proposer: 'AccountId32',
@@ -1791,7 +1967,7 @@
bond: 'u128'
},
/**
- * Lookup212: pallet_treasury::pallet::Call<T, I>
+ * Lookup266: pallet_treasury::pallet::Call<T, I>
**/
PalletTreasuryCall: {
_enum: {
@@ -1815,17 +1991,17 @@
}
},
/**
- * Lookup215: frame_support::PalletId
+ * Lookup268: frame_support::PalletId
**/
FrameSupportPalletId: '[u8;8]',
/**
- * Lookup216: pallet_treasury::pallet::Error<T, I>
+ * Lookup269: pallet_treasury::pallet::Error<T, I>
**/
PalletTreasuryError: {
_enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals', 'InsufficientPermission', 'ProposalNotApproved']
},
/**
- * Lookup217: pallet_sudo::pallet::Call<T>
+ * Lookup270: pallet_sudo::pallet::Call<T>
**/
PalletSudoCall: {
_enum: {
@@ -1849,7 +2025,7 @@
}
},
/**
- * Lookup219: orml_vesting::module::Call<T>
+ * Lookup272: orml_vesting::module::Call<T>
**/
OrmlVestingModuleCall: {
_enum: {
@@ -1868,7 +2044,7 @@
}
},
/**
- * Lookup221: orml_xtokens::module::Call<T>
+ * Lookup274: orml_xtokens::module::Call<T>
**/
OrmlXtokensModuleCall: {
_enum: {
@@ -1911,7 +2087,7 @@
}
},
/**
- * Lookup222: xcm::VersionedMultiAsset
+ * Lookup275: xcm::VersionedMultiAsset
**/
XcmVersionedMultiAsset: {
_enum: {
@@ -1920,7 +2096,7 @@
}
},
/**
- * Lookup225: orml_tokens::module::Call<T>
+ * Lookup278: orml_tokens::module::Call<T>
**/
OrmlTokensModuleCall: {
_enum: {
@@ -1954,7 +2130,7 @@
}
},
/**
- * Lookup226: cumulus_pallet_xcmp_queue::pallet::Call<T>
+ * Lookup279: cumulus_pallet_xcmp_queue::pallet::Call<T>
**/
CumulusPalletXcmpQueueCall: {
_enum: {
@@ -2003,7 +2179,7 @@
}
},
/**
- * Lookup227: pallet_xcm::pallet::Call<T>
+ * Lookup280: pallet_xcm::pallet::Call<T>
**/
PalletXcmCall: {
_enum: {
@@ -2057,7 +2233,7 @@
}
},
/**
- * Lookup228: xcm::VersionedXcm<RuntimeCall>
+ * Lookup281: xcm::VersionedXcm<RuntimeCall>
**/
XcmVersionedXcm: {
_enum: {
@@ -2067,7 +2243,7 @@
}
},
/**
- * Lookup229: xcm::v0::Xcm<RuntimeCall>
+ * Lookup282: xcm::v0::Xcm<RuntimeCall>
**/
XcmV0Xcm: {
_enum: {
@@ -2121,7 +2297,7 @@
}
},
/**
- * Lookup231: xcm::v0::order::Order<RuntimeCall>
+ * Lookup284: xcm::v0::order::Order<RuntimeCall>
**/
XcmV0Order: {
_enum: {
@@ -2164,7 +2340,7 @@
}
},
/**
- * Lookup233: xcm::v0::Response
+ * Lookup286: xcm::v0::Response
**/
XcmV0Response: {
_enum: {
@@ -2172,7 +2348,7 @@
}
},
/**
- * Lookup234: xcm::v1::Xcm<RuntimeCall>
+ * Lookup287: xcm::v1::Xcm<RuntimeCall>
**/
XcmV1Xcm: {
_enum: {
@@ -2231,7 +2407,7 @@
}
},
/**
- * Lookup236: xcm::v1::order::Order<RuntimeCall>
+ * Lookup289: xcm::v1::order::Order<RuntimeCall>
**/
XcmV1Order: {
_enum: {
@@ -2276,7 +2452,7 @@
}
},
/**
- * Lookup238: xcm::v1::Response
+ * Lookup291: xcm::v1::Response
**/
XcmV1Response: {
_enum: {
@@ -2285,11 +2461,11 @@
}
},
/**
- * Lookup252: cumulus_pallet_xcm::pallet::Call<T>
+ * Lookup305: cumulus_pallet_xcm::pallet::Call<T>
**/
CumulusPalletXcmCall: 'Null',
/**
- * Lookup253: cumulus_pallet_dmp_queue::pallet::Call<T>
+ * Lookup306: cumulus_pallet_dmp_queue::pallet::Call<T>
**/
CumulusPalletDmpQueueCall: {
_enum: {
@@ -2300,7 +2476,7 @@
}
},
/**
- * Lookup254: pallet_inflation::pallet::Call<T>
+ * Lookup307: pallet_inflation::pallet::Call<T>
**/
PalletInflationCall: {
_enum: {
@@ -2310,7 +2486,7 @@
}
},
/**
- * Lookup255: pallet_unique::Call<T>
+ * Lookup308: pallet_unique::Call<T>
**/
PalletUniqueCall: {
_enum: {
@@ -2454,7 +2630,7 @@
}
},
/**
- * Lookup260: up_data_structs::CollectionMode
+ * Lookup313: up_data_structs::CollectionMode
**/
UpDataStructsCollectionMode: {
_enum: {
@@ -2464,7 +2640,7 @@
}
},
/**
- * Lookup261: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>
+ * Lookup314: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>
**/
UpDataStructsCreateCollectionData: {
mode: 'UpDataStructsCollectionMode',
@@ -2479,13 +2655,13 @@
properties: 'Vec<UpDataStructsProperty>'
},
/**
- * Lookup263: up_data_structs::AccessMode
+ * Lookup316: up_data_structs::AccessMode
**/
UpDataStructsAccessMode: {
_enum: ['Normal', 'AllowList']
},
/**
- * Lookup265: up_data_structs::CollectionLimits
+ * Lookup318: up_data_structs::CollectionLimits
**/
UpDataStructsCollectionLimits: {
accountTokenOwnershipLimit: 'Option<u32>',
@@ -2499,7 +2675,7 @@
transfersEnabled: 'Option<bool>'
},
/**
- * Lookup267: up_data_structs::SponsoringRateLimit
+ * Lookup320: up_data_structs::SponsoringRateLimit
**/
UpDataStructsSponsoringRateLimit: {
_enum: {
@@ -2508,7 +2684,7 @@
}
},
/**
- * Lookup270: up_data_structs::CollectionPermissions
+ * Lookup323: up_data_structs::CollectionPermissions
**/
UpDataStructsCollectionPermissions: {
access: 'Option<UpDataStructsAccessMode>',
@@ -2516,7 +2692,7 @@
nesting: 'Option<UpDataStructsNestingPermissions>'
},
/**
- * Lookup272: up_data_structs::NestingPermissions
+ * Lookup325: up_data_structs::NestingPermissions
**/
UpDataStructsNestingPermissions: {
tokenOwner: 'bool',
@@ -2524,18 +2700,18 @@
restricted: 'Option<UpDataStructsOwnerRestrictedSet>'
},
/**
- * Lookup274: up_data_structs::OwnerRestrictedSet
+ * Lookup327: up_data_structs::OwnerRestrictedSet
**/
UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',
/**
- * Lookup279: up_data_structs::PropertyKeyPermission
+ * Lookup332: up_data_structs::PropertyKeyPermission
**/
UpDataStructsPropertyKeyPermission: {
key: 'Bytes',
permission: 'UpDataStructsPropertyPermission'
},
/**
- * Lookup280: up_data_structs::PropertyPermission
+ * Lookup333: up_data_structs::PropertyPermission
**/
UpDataStructsPropertyPermission: {
mutable: 'bool',
@@ -2543,14 +2719,14 @@
tokenOwner: 'bool'
},
/**
- * Lookup283: up_data_structs::Property
+ * Lookup336: up_data_structs::Property
**/
UpDataStructsProperty: {
key: 'Bytes',
value: 'Bytes'
},
/**
- * Lookup286: up_data_structs::CreateItemData
+ * Lookup339: up_data_structs::CreateItemData
**/
UpDataStructsCreateItemData: {
_enum: {
@@ -2560,26 +2736,26 @@
}
},
/**
- * Lookup287: up_data_structs::CreateNftData
+ * Lookup340: up_data_structs::CreateNftData
**/
UpDataStructsCreateNftData: {
properties: 'Vec<UpDataStructsProperty>'
},
/**
- * Lookup288: up_data_structs::CreateFungibleData
+ * Lookup341: up_data_structs::CreateFungibleData
**/
UpDataStructsCreateFungibleData: {
value: 'u128'
},
/**
- * Lookup289: up_data_structs::CreateReFungibleData
+ * Lookup342: up_data_structs::CreateReFungibleData
**/
UpDataStructsCreateReFungibleData: {
pieces: 'u128',
properties: 'Vec<UpDataStructsProperty>'
},
/**
- * Lookup292: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+ * Lookup345: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
**/
UpDataStructsCreateItemExData: {
_enum: {
@@ -2590,14 +2766,14 @@
}
},
/**
- * Lookup294: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+ * Lookup347: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
**/
UpDataStructsCreateNftExData: {
properties: 'Vec<UpDataStructsProperty>',
owner: 'PalletEvmAccountBasicCrossAccountIdRepr'
},
/**
- * Lookup301: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+ * Lookup354: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
**/
UpDataStructsCreateRefungibleExSingleOwner: {
user: 'PalletEvmAccountBasicCrossAccountIdRepr',
@@ -2605,14 +2781,14 @@
properties: 'Vec<UpDataStructsProperty>'
},
/**
- * Lookup303: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+ * Lookup356: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
**/
UpDataStructsCreateRefungibleExMultipleOwners: {
users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',
properties: 'Vec<UpDataStructsProperty>'
},
/**
- * Lookup304: pallet_configuration::pallet::Call<T>
+ * Lookup357: pallet_configuration::pallet::Call<T>
**/
PalletConfigurationCall: {
_enum: {
@@ -2626,12 +2802,21 @@
locations: 'Option<Vec<XcmV1MultiLocation>>',
},
set_app_promotion_configuration_override: {
- configuration: 'PalletConfigurationAppPromotionConfiguration'
+ configuration: 'PalletConfigurationAppPromotionConfiguration',
+ },
+ set_collator_selection_desired_collators: {
+ max: 'Option<u32>',
+ },
+ set_collator_selection_license_bond: {
+ amount: 'Option<u128>',
+ },
+ set_collator_selection_kick_threshold: {
+ threshold: 'Option<u32>'
}
}
},
/**
- * Lookup309: pallet_configuration::AppPromotionConfiguration<BlockNumber>
+ * Lookup362: pallet_configuration::AppPromotionConfiguration<BlockNumber>
**/
PalletConfigurationAppPromotionConfiguration: {
recalculationInterval: 'Option<u32>',
@@ -2640,15 +2825,15 @@
maxStakersPerCalculation: 'Option<u8>'
},
/**
- * Lookup312: pallet_template_transaction_payment::Call<T>
+ * Lookup365: pallet_template_transaction_payment::Call<T>
**/
PalletTemplateTransactionPaymentCall: 'Null',
/**
- * Lookup313: pallet_structure::pallet::Call<T>
+ * Lookup366: pallet_structure::pallet::Call<T>
**/
PalletStructureCall: 'Null',
/**
- * Lookup314: pallet_rmrk_core::pallet::Call<T>
+ * Lookup367: pallet_rmrk_core::pallet::Call<T>
**/
PalletRmrkCoreCall: {
_enum: {
@@ -2739,7 +2924,7 @@
}
},
/**
- * Lookup320: rmrk_traits::resource::ResourceTypes<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup373: rmrk_traits::resource::ResourceTypes<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsResourceResourceTypes: {
_enum: {
@@ -2749,7 +2934,7 @@
}
},
/**
- * Lookup322: rmrk_traits::resource::BasicResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup375: rmrk_traits::resource::BasicResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsResourceBasicResource: {
src: 'Option<Bytes>',
@@ -2758,7 +2943,7 @@
thumb: 'Option<Bytes>'
},
/**
- * Lookup324: rmrk_traits::resource::ComposableResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup377: rmrk_traits::resource::ComposableResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsResourceComposableResource: {
parts: 'Vec<u32>',
@@ -2769,7 +2954,7 @@
thumb: 'Option<Bytes>'
},
/**
- * Lookup325: rmrk_traits::resource::SlotResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup378: rmrk_traits::resource::SlotResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsResourceSlotResource: {
base: 'u32',
@@ -2780,7 +2965,7 @@
thumb: 'Option<Bytes>'
},
/**
- * Lookup328: pallet_rmrk_equip::pallet::Call<T>
+ * Lookup381: pallet_rmrk_equip::pallet::Call<T>
**/
PalletRmrkEquipCall: {
_enum: {
@@ -2801,7 +2986,7 @@
}
},
/**
- * Lookup331: rmrk_traits::part::PartType<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup384: rmrk_traits::part::PartType<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsPartPartType: {
_enum: {
@@ -2810,7 +2995,7 @@
}
},
/**
- * Lookup333: rmrk_traits::part::FixedPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup386: rmrk_traits::part::FixedPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsPartFixedPart: {
id: 'u32',
@@ -2818,7 +3003,7 @@
src: 'Bytes'
},
/**
- * Lookup334: rmrk_traits::part::SlotPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup387: rmrk_traits::part::SlotPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsPartSlotPart: {
id: 'u32',
@@ -2827,7 +3012,7 @@
z: 'u32'
},
/**
- * Lookup335: rmrk_traits::part::EquippableList<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup388: rmrk_traits::part::EquippableList<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsPartEquippableList: {
_enum: {
@@ -2837,7 +3022,7 @@
}
},
/**
- * Lookup337: 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>>
+ * Lookup390: 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>>
**/
RmrkTraitsTheme: {
name: 'Bytes',
@@ -2845,14 +3030,14 @@
inherit: 'bool'
},
/**
- * Lookup339: rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup392: rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsThemeThemeProperty: {
key: 'Bytes',
value: 'Bytes'
},
/**
- * Lookup341: pallet_app_promotion::pallet::Call<T>
+ * Lookup394: pallet_app_promotion::pallet::Call<T>
**/
PalletAppPromotionCall: {
_enum: {
@@ -2881,7 +3066,7 @@
}
},
/**
- * Lookup342: pallet_foreign_assets::module::Call<T>
+ * Lookup395: pallet_foreign_assets::module::Call<T>
**/
PalletForeignAssetsModuleCall: {
_enum: {
@@ -2898,7 +3083,7 @@
}
},
/**
- * Lookup343: pallet_evm::pallet::Call<T>
+ * Lookup396: pallet_evm::pallet::Call<T>
**/
PalletEvmCall: {
_enum: {
@@ -2941,7 +3126,7 @@
}
},
/**
- * Lookup349: pallet_ethereum::pallet::Call<T>
+ * Lookup402: pallet_ethereum::pallet::Call<T>
**/
PalletEthereumCall: {
_enum: {
@@ -2951,7 +3136,7 @@
}
},
/**
- * Lookup350: ethereum::transaction::TransactionV2
+ * Lookup403: ethereum::transaction::TransactionV2
**/
EthereumTransactionTransactionV2: {
_enum: {
@@ -2961,7 +3146,7 @@
}
},
/**
- * Lookup351: ethereum::transaction::LegacyTransaction
+ * Lookup404: ethereum::transaction::LegacyTransaction
**/
EthereumTransactionLegacyTransaction: {
nonce: 'U256',
@@ -2973,7 +3158,7 @@
signature: 'EthereumTransactionTransactionSignature'
},
/**
- * Lookup352: ethereum::transaction::TransactionAction
+ * Lookup405: ethereum::transaction::TransactionAction
**/
EthereumTransactionTransactionAction: {
_enum: {
@@ -2982,7 +3167,7 @@
}
},
/**
- * Lookup353: ethereum::transaction::TransactionSignature
+ * Lookup406: ethereum::transaction::TransactionSignature
**/
EthereumTransactionTransactionSignature: {
v: 'u64',
@@ -2990,7 +3175,7 @@
s: 'H256'
},
/**
- * Lookup355: ethereum::transaction::EIP2930Transaction
+ * Lookup408: ethereum::transaction::EIP2930Transaction
**/
EthereumTransactionEip2930Transaction: {
chainId: 'u64',
@@ -3006,14 +3191,14 @@
s: 'H256'
},
/**
- * Lookup357: ethereum::transaction::AccessListItem
+ * Lookup410: ethereum::transaction::AccessListItem
**/
EthereumTransactionAccessListItem: {
address: 'H160',
storageKeys: 'Vec<H256>'
},
/**
- * Lookup358: ethereum::transaction::EIP1559Transaction
+ * Lookup411: ethereum::transaction::EIP1559Transaction
**/
EthereumTransactionEip1559Transaction: {
chainId: 'u64',
@@ -3030,9 +3215,9 @@
s: 'H256'
},
/**
- * Lookup359: pallet_evm_migration::pallet::Call<T>
+ * Lookup412: pallet_data_management::pallet::Call<T>
**/
- PalletEvmMigrationCall: {
+ PalletDataManagementCall: {
_enum: {
begin: {
address: 'H160',
@@ -3054,13 +3239,13 @@
}
},
/**
- * Lookup363: pallet_maintenance::pallet::Call<T>
+ * Lookup416: pallet_maintenance::pallet::Call<T>
**/
PalletMaintenanceCall: {
_enum: ['enable', 'disable']
},
/**
- * Lookup364: pallet_test_utils::pallet::Call<T>
+ * Lookup417: pallet_test_utils::pallet::Call<T>
**/
PalletTestUtilsCall: {
_enum: {
@@ -3079,32 +3264,32 @@
}
},
/**
- * Lookup366: pallet_sudo::pallet::Error<T>
+ * Lookup419: pallet_sudo::pallet::Error<T>
**/
PalletSudoError: {
_enum: ['RequireSudo']
},
/**
- * Lookup368: orml_vesting::module::Error<T>
+ * Lookup421: orml_vesting::module::Error<T>
**/
OrmlVestingModuleError: {
_enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']
},
/**
- * Lookup369: orml_xtokens::module::Error<T>
+ * Lookup422: orml_xtokens::module::Error<T>
**/
OrmlXtokensModuleError: {
_enum: ['AssetHasNoReserve', 'NotCrossChainTransfer', 'InvalidDest', 'NotCrossChainTransferableCurrency', 'UnweighableMessage', 'XcmExecutionFailed', 'CannotReanchor', 'InvalidAncestry', 'InvalidAsset', 'DestinationNotInvertible', 'BadVersion', 'DistinctReserveForAssetAndFee', 'ZeroFee', 'ZeroAmount', 'TooManyAssetsBeingSent', 'AssetIndexNonExistent', 'FeeNotEnough', 'NotSupportedMultiLocation', 'MinXcmFeeNotDefined']
},
/**
- * Lookup372: orml_tokens::BalanceLock<Balance>
+ * Lookup425: orml_tokens::BalanceLock<Balance>
**/
OrmlTokensBalanceLock: {
id: '[u8;8]',
amount: 'u128'
},
/**
- * Lookup374: orml_tokens::AccountData<Balance>
+ * Lookup427: orml_tokens::AccountData<Balance>
**/
OrmlTokensAccountData: {
free: 'u128',
@@ -3112,20 +3297,20 @@
frozen: 'u128'
},
/**
- * Lookup376: orml_tokens::ReserveData<ReserveIdentifier, Balance>
+ * Lookup429: orml_tokens::ReserveData<ReserveIdentifier, Balance>
**/
OrmlTokensReserveData: {
id: 'Null',
amount: 'u128'
},
/**
- * Lookup378: orml_tokens::module::Error<T>
+ * Lookup431: orml_tokens::module::Error<T>
**/
OrmlTokensModuleError: {
_enum: ['BalanceTooLow', 'AmountIntoBalanceFailed', 'LiquidityRestrictions', 'MaxLocksExceeded', 'KeepAlive', 'ExistentialDeposit', 'DeadAccount', 'TooManyReserves']
},
/**
- * Lookup380: cumulus_pallet_xcmp_queue::InboundChannelDetails
+ * Lookup433: cumulus_pallet_xcmp_queue::InboundChannelDetails
**/
CumulusPalletXcmpQueueInboundChannelDetails: {
sender: 'u32',
@@ -3133,19 +3318,19 @@
messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'
},
/**
- * Lookup381: cumulus_pallet_xcmp_queue::InboundState
+ * Lookup434: cumulus_pallet_xcmp_queue::InboundState
**/
CumulusPalletXcmpQueueInboundState: {
_enum: ['Ok', 'Suspended']
},
/**
- * Lookup384: polkadot_parachain::primitives::XcmpMessageFormat
+ * Lookup437: polkadot_parachain::primitives::XcmpMessageFormat
**/
PolkadotParachainPrimitivesXcmpMessageFormat: {
_enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']
},
/**
- * Lookup387: cumulus_pallet_xcmp_queue::OutboundChannelDetails
+ * Lookup440: cumulus_pallet_xcmp_queue::OutboundChannelDetails
**/
CumulusPalletXcmpQueueOutboundChannelDetails: {
recipient: 'u32',
@@ -3155,13 +3340,13 @@
lastIndex: 'u16'
},
/**
- * Lookup388: cumulus_pallet_xcmp_queue::OutboundState
+ * Lookup441: cumulus_pallet_xcmp_queue::OutboundState
**/
CumulusPalletXcmpQueueOutboundState: {
_enum: ['Ok', 'Suspended']
},
/**
- * Lookup390: cumulus_pallet_xcmp_queue::QueueConfigData
+ * Lookup443: cumulus_pallet_xcmp_queue::QueueConfigData
**/
CumulusPalletXcmpQueueQueueConfigData: {
suspendThreshold: 'u32',
@@ -3172,29 +3357,29 @@
xcmpMaxIndividualWeight: 'SpWeightsWeightV2Weight'
},
/**
- * Lookup392: cumulus_pallet_xcmp_queue::pallet::Error<T>
+ * Lookup445: cumulus_pallet_xcmp_queue::pallet::Error<T>
**/
CumulusPalletXcmpQueueError: {
_enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']
},
/**
- * Lookup393: pallet_xcm::pallet::Error<T>
+ * Lookup446: pallet_xcm::pallet::Error<T>
**/
PalletXcmError: {
_enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']
},
/**
- * Lookup394: cumulus_pallet_xcm::pallet::Error<T>
+ * Lookup447: cumulus_pallet_xcm::pallet::Error<T>
**/
CumulusPalletXcmError: 'Null',
/**
- * Lookup395: cumulus_pallet_dmp_queue::ConfigData
+ * Lookup448: cumulus_pallet_dmp_queue::ConfigData
**/
CumulusPalletDmpQueueConfigData: {
maxIndividual: 'SpWeightsWeightV2Weight'
},
/**
- * Lookup396: cumulus_pallet_dmp_queue::PageIndexData
+ * Lookup449: cumulus_pallet_dmp_queue::PageIndexData
**/
CumulusPalletDmpQueuePageIndexData: {
beginUsed: 'u32',
@@ -3202,25 +3387,25 @@
overweightCount: 'u64'
},
/**
- * Lookup399: cumulus_pallet_dmp_queue::pallet::Error<T>
+ * Lookup452: cumulus_pallet_dmp_queue::pallet::Error<T>
**/
CumulusPalletDmpQueueError: {
_enum: ['Unknown', 'OverLimit']
},
/**
- * Lookup403: pallet_unique::Error<T>
+ * Lookup456: pallet_unique::Error<T>
**/
PalletUniqueError: {
_enum: ['CollectionDecimalPointLimitExceeded', 'EmptyArgument', 'RepartitionCalledOnNonRefungibleCollection']
},
/**
- * Lookup404: pallet_configuration::pallet::Error<T>
+ * Lookup457: pallet_configuration::pallet::Error<T>
**/
PalletConfigurationError: {
_enum: ['InconsistentConfiguration']
},
/**
- * Lookup405: up_data_structs::Collection<sp_core::crypto::AccountId32>
+ * Lookup458: up_data_structs::Collection<sp_core::crypto::AccountId32>
**/
UpDataStructsCollection: {
owner: 'AccountId32',
@@ -3234,7 +3419,7 @@
flags: '[u8;1]'
},
/**
- * Lookup406: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>
+ * Lookup459: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>
**/
UpDataStructsSponsorshipStateAccountId32: {
_enum: {
@@ -3244,7 +3429,7 @@
}
},
/**
- * Lookup408: up_data_structs::Properties
+ * Lookup460: up_data_structs::Properties
**/
UpDataStructsProperties: {
map: 'UpDataStructsPropertiesMapBoundedVec',
@@ -3252,15 +3437,15 @@
spaceLimit: 'u32'
},
/**
- * Lookup409: up_data_structs::PropertiesMap<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup461: up_data_structs::PropertiesMap<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
**/
UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',
/**
- * Lookup414: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>
+ * Lookup466: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>
**/
UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',
/**
- * Lookup421: up_data_structs::CollectionStats
+ * Lookup473: up_data_structs::CollectionStats
**/
UpDataStructsCollectionStats: {
created: 'u32',
@@ -3268,18 +3453,18 @@
alive: 'u32'
},
/**
- * Lookup422: up_data_structs::TokenChild
+ * Lookup474: up_data_structs::TokenChild
**/
UpDataStructsTokenChild: {
token: 'u32',
collection: 'u32'
},
/**
- * Lookup423: PhantomType::up_data_structs<T>
+ * Lookup475: PhantomType::up_data_structs<T>
**/
PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild);0]',
/**
- * Lookup425: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+ * Lookup477: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
**/
UpDataStructsTokenData: {
properties: 'Vec<UpDataStructsProperty>',
@@ -3287,7 +3472,7 @@
pieces: 'u128'
},
/**
- * Lookup427: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>
+ * Lookup479: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>
**/
UpDataStructsRpcCollection: {
owner: 'AccountId32',
@@ -3304,14 +3489,14 @@
flags: 'UpDataStructsRpcCollectionFlags'
},
/**
- * Lookup428: up_data_structs::RpcCollectionFlags
+ * Lookup480: up_data_structs::RpcCollectionFlags
**/
UpDataStructsRpcCollectionFlags: {
foreign: 'bool',
erc721metadata: 'bool'
},
/**
- * Lookup429: rmrk_traits::collection::CollectionInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>
+ * Lookup481: rmrk_traits::collection::CollectionInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>
**/
RmrkTraitsCollectionCollectionInfo: {
issuer: 'AccountId32',
@@ -3321,7 +3506,7 @@
nftsCount: 'u32'
},
/**
- * Lookup430: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup482: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsNftNftInfo: {
owner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',
@@ -3331,14 +3516,14 @@
pending: 'bool'
},
/**
- * Lookup432: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>
+ * Lookup484: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>
**/
RmrkTraitsNftRoyaltyInfo: {
recipient: 'AccountId32',
amount: 'Permill'
},
/**
- * Lookup433: rmrk_traits::resource::ResourceInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup485: rmrk_traits::resource::ResourceInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsResourceResourceInfo: {
id: 'u32',
@@ -3347,14 +3532,14 @@
pendingRemoval: 'bool'
},
/**
- * Lookup434: rmrk_traits::property::PropertyInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup486: rmrk_traits::property::PropertyInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsPropertyPropertyInfo: {
key: 'Bytes',
value: 'Bytes'
},
/**
- * Lookup435: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
+ * Lookup487: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsBaseBaseInfo: {
issuer: 'AccountId32',
@@ -3362,92 +3547,92 @@
symbol: 'Bytes'
},
/**
- * Lookup436: rmrk_traits::nft::NftChild
+ * Lookup488: rmrk_traits::nft::NftChild
**/
RmrkTraitsNftNftChild: {
collectionId: 'u32',
nftId: 'u32'
},
/**
- * Lookup438: pallet_common::pallet::Error<T>
+ * Lookup490: pallet_common::pallet::Error<T>
**/
PalletCommonError: {
_enum: ['CollectionNotFound', 'MustBeTokenOwner', 'NoPermission', 'CantDestroyNotEmptyCollection', 'PublicMintingNotAllowed', 'AddressNotInAllowlist', 'CollectionNameLimitExceeded', 'CollectionDescriptionLimitExceeded', 'CollectionTokenPrefixLimitExceeded', 'TotalCollectionsLimitExceeded', 'CollectionAdminCountExceeded', 'CollectionLimitBoundsExceeded', 'OwnerPermissionsCantBeReverted', 'TransferNotAllowed', 'AccountTokenLimitExceeded', 'CollectionTokenLimitExceeded', 'MetadataFlagFrozen', 'TokenNotFound', 'TokenValueTooLow', 'ApprovedValueTooLow', 'CantApproveMoreThanOwned', 'AddressIsZero', 'UnsupportedOperation', 'NotSufficientFounds', 'UserIsNotAllowedToNest', 'SourceCollectionIsNotAllowedToNest', 'CollectionFieldSizeExceeded', 'NoSpaceForProperty', 'PropertyLimitReached', 'PropertyKeyIsTooLong', 'InvalidCharacterInPropertyKey', 'EmptyPropertyKey', 'CollectionIsExternal', 'CollectionIsInternal', 'ConfirmSponsorshipFail', 'UserIsNotCollectionAdmin']
},
/**
- * Lookup440: pallet_fungible::pallet::Error<T>
+ * Lookup492: pallet_fungible::pallet::Error<T>
**/
PalletFungibleError: {
_enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed', 'SettingAllowanceForAllNotAllowed', 'FungibleTokensAreAlwaysValid']
},
/**
- * Lookup441: pallet_refungible::ItemData
+ * Lookup493: pallet_refungible::ItemData
**/
PalletRefungibleItemData: {
constData: 'Bytes'
},
/**
- * Lookup446: pallet_refungible::pallet::Error<T>
+ * Lookup498: pallet_refungible::pallet::Error<T>
**/
PalletRefungibleError: {
_enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']
},
/**
- * Lookup447: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+ * Lookup499: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
**/
PalletNonfungibleItemData: {
owner: 'PalletEvmAccountBasicCrossAccountIdRepr'
},
/**
- * Lookup449: up_data_structs::PropertyScope
+ * Lookup501: up_data_structs::PropertyScope
**/
UpDataStructsPropertyScope: {
_enum: ['None', 'Rmrk']
},
/**
- * Lookup451: pallet_nonfungible::pallet::Error<T>
+ * Lookup503: pallet_nonfungible::pallet::Error<T>
**/
PalletNonfungibleError: {
_enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']
},
/**
- * Lookup452: pallet_structure::pallet::Error<T>
+ * Lookup504: pallet_structure::pallet::Error<T>
**/
PalletStructureError: {
_enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound']
},
/**
- * Lookup453: pallet_rmrk_core::pallet::Error<T>
+ * Lookup505: pallet_rmrk_core::pallet::Error<T>
**/
PalletRmrkCoreError: {
_enum: ['CorruptedCollectionType', 'RmrkPropertyKeyIsTooLong', 'RmrkPropertyValueIsTooLong', 'RmrkPropertyIsNotFound', 'UnableToDecodeRmrkData', 'CollectionNotEmpty', 'NoAvailableCollectionId', 'NoAvailableNftId', 'CollectionUnknown', 'NoPermission', 'NonTransferable', 'CollectionFullOrLocked', 'ResourceDoesntExist', 'CannotSendToDescendentOrSelf', 'CannotAcceptNonOwnedNft', 'CannotRejectNonOwnedNft', 'CannotRejectNonPendingNft', 'ResourceNotPending', 'NoAvailableResourceId']
},
/**
- * Lookup455: pallet_rmrk_equip::pallet::Error<T>
+ * Lookup507: pallet_rmrk_equip::pallet::Error<T>
**/
PalletRmrkEquipError: {
_enum: ['PermissionError', 'NoAvailableBaseId', 'NoAvailablePartId', 'BaseDoesntExist', 'NeedsDefaultThemeFirst', 'PartDoesntExist', 'NoEquippableOnFixedPart']
},
/**
- * Lookup461: pallet_app_promotion::pallet::Error<T>
+ * Lookup513: pallet_app_promotion::pallet::Error<T>
**/
PalletAppPromotionError: {
_enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'IncorrectLockedBalanceOperation']
},
/**
- * Lookup462: pallet_foreign_assets::module::Error<T>
+ * Lookup514: pallet_foreign_assets::module::Error<T>
**/
PalletForeignAssetsModuleError: {
_enum: ['BadLocation', 'MultiLocationExisted', 'AssetIdNotExists', 'AssetIdExisted']
},
/**
- * Lookup464: pallet_evm::pallet::Error<T>
+ * Lookup516: pallet_evm::pallet::Error<T>
**/
PalletEvmError: {
_enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce', 'GasLimitTooLow', 'GasLimitTooHigh', 'Undefined', 'Reentrancy']
},
/**
- * Lookup467: fp_rpc::TransactionStatus
+ * Lookup519: fp_rpc::TransactionStatus
**/
FpRpcTransactionStatus: {
transactionHash: 'H256',
@@ -3459,11 +3644,11 @@
logsBloom: 'EthbloomBloom'
},
/**
- * Lookup469: ethbloom::Bloom
+ * Lookup521: ethbloom::Bloom
**/
EthbloomBloom: '[u8;256]',
/**
- * Lookup471: ethereum::receipt::ReceiptV3
+ * Lookup523: ethereum::receipt::ReceiptV3
**/
EthereumReceiptReceiptV3: {
_enum: {
@@ -3473,7 +3658,7 @@
}
},
/**
- * Lookup472: ethereum::receipt::EIP658ReceiptData
+ * Lookup524: ethereum::receipt::EIP658ReceiptData
**/
EthereumReceiptEip658ReceiptData: {
statusCode: 'u8',
@@ -3482,7 +3667,7 @@
logs: 'Vec<EthereumLog>'
},
/**
- * Lookup473: ethereum::block::Block<ethereum::transaction::TransactionV2>
+ * Lookup525: ethereum::block::Block<ethereum::transaction::TransactionV2>
**/
EthereumBlock: {
header: 'EthereumHeader',
@@ -3490,7 +3675,7 @@
ommers: 'Vec<EthereumHeader>'
},
/**
- * Lookup474: ethereum::header::Header
+ * Lookup526: ethereum::header::Header
**/
EthereumHeader: {
parentHash: 'H256',
@@ -3510,23 +3695,23 @@
nonce: 'EthereumTypesHashH64'
},
/**
- * Lookup475: ethereum_types::hash::H64
+ * Lookup527: ethereum_types::hash::H64
**/
EthereumTypesHashH64: '[u8;8]',
/**
- * Lookup480: pallet_ethereum::pallet::Error<T>
+ * Lookup532: pallet_ethereum::pallet::Error<T>
**/
PalletEthereumError: {
_enum: ['InvalidSignature', 'PreLogExists']
},
/**
- * Lookup481: pallet_evm_coder_substrate::pallet::Error<T>
+ * Lookup533: pallet_evm_coder_substrate::pallet::Error<T>
**/
PalletEvmCoderSubstrateError: {
_enum: ['OutOfGas', 'OutOfFund']
},
/**
- * Lookup482: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+ * Lookup534: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
**/
UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: {
_enum: {
@@ -3536,35 +3721,35 @@
}
},
/**
- * Lookup483: pallet_evm_contract_helpers::SponsoringModeT
+ * Lookup535: pallet_evm_contract_helpers::SponsoringModeT
**/
PalletEvmContractHelpersSponsoringModeT: {
_enum: ['Disabled', 'Allowlisted', 'Generous']
},
/**
- * Lookup489: pallet_evm_contract_helpers::pallet::Error<T>
+ * Lookup541: pallet_evm_contract_helpers::pallet::Error<T>
**/
PalletEvmContractHelpersError: {
_enum: ['NoPermission', 'NoPendingSponsor', 'TooManyMethodsHaveSponsoredLimit']
},
/**
- * Lookup490: pallet_evm_migration::pallet::Error<T>
+ * Lookup542: pallet_data_management::pallet::Error<T>
**/
- PalletEvmMigrationError: {
+ PalletDataManagementError: {
_enum: ['AccountNotEmpty', 'AccountIsNotMigrating', 'BadEvent']
},
/**
- * Lookup491: pallet_maintenance::pallet::Error<T>
+ * Lookup543: pallet_maintenance::pallet::Error<T>
**/
PalletMaintenanceError: 'Null',
/**
- * Lookup492: pallet_test_utils::pallet::Error<T>
+ * Lookup544: pallet_test_utils::pallet::Error<T>
**/
PalletTestUtilsError: {
_enum: ['TestPalletDisabled', 'TriggerRollback']
},
/**
- * Lookup494: sp_runtime::MultiSignature
+ * Lookup546: sp_runtime::MultiSignature
**/
SpRuntimeMultiSignature: {
_enum: {
@@ -3574,51 +3759,55 @@
}
},
/**
- * Lookup495: sp_core::ed25519::Signature
+ * Lookup547: sp_core::ed25519::Signature
**/
SpCoreEd25519Signature: '[u8;64]',
/**
- * Lookup497: sp_core::sr25519::Signature
+ * Lookup549: sp_core::sr25519::Signature
**/
SpCoreSr25519Signature: '[u8;64]',
/**
- * Lookup498: sp_core::ecdsa::Signature
+ * Lookup550: sp_core::ecdsa::Signature
**/
SpCoreEcdsaSignature: '[u8;65]',
/**
- * Lookup501: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
+ * Lookup553: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
**/
FrameSystemExtensionsCheckSpecVersion: 'Null',
/**
- * Lookup502: frame_system::extensions::check_tx_version::CheckTxVersion<T>
+ * Lookup554: frame_system::extensions::check_tx_version::CheckTxVersion<T>
**/
FrameSystemExtensionsCheckTxVersion: 'Null',
/**
- * Lookup503: frame_system::extensions::check_genesis::CheckGenesis<T>
+ * Lookup555: frame_system::extensions::check_genesis::CheckGenesis<T>
**/
FrameSystemExtensionsCheckGenesis: 'Null',
/**
- * Lookup506: frame_system::extensions::check_nonce::CheckNonce<T>
+ * Lookup558: frame_system::extensions::check_nonce::CheckNonce<T>
**/
FrameSystemExtensionsCheckNonce: 'Compact<u32>',
/**
- * Lookup507: frame_system::extensions::check_weight::CheckWeight<T>
+ * Lookup559: frame_system::extensions::check_weight::CheckWeight<T>
**/
FrameSystemExtensionsCheckWeight: 'Null',
/**
- * Lookup508: opal_runtime::runtime_common::maintenance::CheckMaintenance
+ * Lookup560: opal_runtime::runtime_common::maintenance::CheckMaintenance
**/
OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: 'Null',
/**
- * Lookup509: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
+ * Lookup561: opal_runtime::runtime_common::data_management::FilterIdentity
**/
+ OpalRuntimeRuntimeCommonDataManagementFilterIdentity: 'Null',
+ /**
+ * Lookup562: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
+ **/
PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
/**
- * Lookup510: opal_runtime::Runtime
+ * Lookup563: opal_runtime::Runtime
**/
OpalRuntimeRuntime: 'Null',
/**
- * Lookup511: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
+ * Lookup564: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
**/
PalletEthereumFakeTransactionFinalizer: 'Null'
};
tests/src/interfaces/registry.tsdiffbeforeafterboth--- a/tests/src/interfaces/registry.ts
+++ b/tests/src/interfaces/registry.ts
@@ -5,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, OpalRuntimeRuntimeCommonSessionKeys, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletAuthorshipCall, PalletAuthorshipError, PalletAuthorshipUncleEntryItem, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCollatorSelectionCall, PalletCollatorSelectionError, PalletCollatorSelectionEvent, 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, PalletSessionCall, PalletSessionError, PalletSessionEvent, 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, SpConsensusAuraSr25519AppSr25519Public, SpCoreCryptoKeyTypeId, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Public, SpCoreSr25519Signature, SpRuntimeArithmeticError, SpRuntimeBlakeTwo256, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeHeader, 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, OpalRuntimeRuntimeCommonDataManagementFilterIdentity, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OpalRuntimeRuntimeCommonSessionKeys, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletAuthorshipCall, PalletAuthorshipError, PalletAuthorshipUncleEntryItem, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCollatorSelectionCall, PalletCollatorSelectionError, PalletCollatorSelectionEvent, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletConfigurationEvent, PalletDataManagementCall, PalletDataManagementError, PalletDataManagementEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletIdentityBitFlags, PalletIdentityCall, PalletIdentityError, PalletIdentityEvent, PalletIdentityIdentityField, PalletIdentityIdentityInfo, PalletIdentityJudgement, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletSessionCall, PalletSessionError, PalletSessionEvent, 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, SpConsensusAuraSr25519AppSr25519Public, SpCoreCryptoKeyTypeId, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Public, SpCoreSr25519Signature, SpRuntimeArithmeticError, SpRuntimeBlakeTwo256, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeHeader, 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 {
@@ -74,6 +74,7 @@
FrameSystemLimitsWeightsPerClass: FrameSystemLimitsWeightsPerClass;
FrameSystemPhase: FrameSystemPhase;
OpalRuntimeRuntime: OpalRuntimeRuntime;
+ OpalRuntimeRuntimeCommonDataManagementFilterIdentity: OpalRuntimeRuntimeCommonDataManagementFilterIdentity;
OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance;
OpalRuntimeRuntimeCommonSessionKeys: OpalRuntimeRuntimeCommonSessionKeys;
OrmlTokensAccountData: OrmlTokensAccountData;
@@ -111,6 +112,10 @@
PalletConfigurationAppPromotionConfiguration: PalletConfigurationAppPromotionConfiguration;
PalletConfigurationCall: PalletConfigurationCall;
PalletConfigurationError: PalletConfigurationError;
+ PalletConfigurationEvent: PalletConfigurationEvent;
+ PalletDataManagementCall: PalletDataManagementCall;
+ PalletDataManagementError: PalletDataManagementError;
+ PalletDataManagementEvent: PalletDataManagementEvent;
PalletEthereumCall: PalletEthereumCall;
PalletEthereumError: PalletEthereumError;
PalletEthereumEvent: PalletEthereumEvent;
@@ -123,9 +128,6 @@
PalletEvmContractHelpersSponsoringModeT: PalletEvmContractHelpersSponsoringModeT;
PalletEvmError: PalletEvmError;
PalletEvmEvent: PalletEvmEvent;
- PalletEvmMigrationCall: PalletEvmMigrationCall;
- PalletEvmMigrationError: PalletEvmMigrationError;
- PalletEvmMigrationEvent: PalletEvmMigrationEvent;
PalletForeignAssetsAssetIds: PalletForeignAssetsAssetIds;
PalletForeignAssetsModuleAssetMetadata: PalletForeignAssetsModuleAssetMetadata;
PalletForeignAssetsModuleCall: PalletForeignAssetsModuleCall;
@@ -133,6 +135,15 @@
PalletForeignAssetsModuleEvent: PalletForeignAssetsModuleEvent;
PalletForeignAssetsNativeCurrency: PalletForeignAssetsNativeCurrency;
PalletFungibleError: PalletFungibleError;
+ PalletIdentityBitFlags: PalletIdentityBitFlags;
+ PalletIdentityCall: PalletIdentityCall;
+ PalletIdentityError: PalletIdentityError;
+ PalletIdentityEvent: PalletIdentityEvent;
+ PalletIdentityIdentityField: PalletIdentityIdentityField;
+ PalletIdentityIdentityInfo: PalletIdentityIdentityInfo;
+ PalletIdentityJudgement: PalletIdentityJudgement;
+ PalletIdentityRegistrarInfo: PalletIdentityRegistrarInfo;
+ PalletIdentityRegistration: PalletIdentityRegistration;
PalletInflationCall: PalletInflationCall;
PalletMaintenanceCall: PalletMaintenanceCall;
PalletMaintenanceError: PalletMaintenanceError;
tests/src/interfaces/types-lookup.tsdiffbeforeafterboth1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34// import type lookup before we augment - in some environments5// this is required to allow for ambient/previous definitions6import '@polkadot/types/lookup';78import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';9import type { ITuple } from '@polkadot/types-codec/types';10import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';11import type { Event } from '@polkadot/types/interfaces/system';1213declare module '@polkadot/types/lookup' {14 /** @name FrameSystemAccountInfo (3) */15 interface FrameSystemAccountInfo extends Struct {16 readonly nonce: u32;17 readonly consumers: u32;18 readonly providers: u32;19 readonly sufficients: u32;20 readonly data: PalletBalancesAccountData;21 }2223 /** @name PalletBalancesAccountData (5) */24 interface PalletBalancesAccountData extends Struct {25 readonly free: u128;26 readonly reserved: u128;27 readonly miscFrozen: u128;28 readonly feeFrozen: u128;29 }3031 /** @name FrameSupportDispatchPerDispatchClassWeight (7) */32 interface FrameSupportDispatchPerDispatchClassWeight extends Struct {33 readonly normal: SpWeightsWeightV2Weight;34 readonly operational: SpWeightsWeightV2Weight;35 readonly mandatory: SpWeightsWeightV2Weight;36 }3738 /** @name SpWeightsWeightV2Weight (8) */39 interface SpWeightsWeightV2Weight extends Struct {40 readonly refTime: Compact<u64>;41 readonly proofSize: Compact<u64>;42 }4344 /** @name SpRuntimeDigest (13) */45 interface SpRuntimeDigest extends Struct {46 readonly logs: Vec<SpRuntimeDigestDigestItem>;47 }4849 /** @name SpRuntimeDigestDigestItem (15) */50 interface SpRuntimeDigestDigestItem extends Enum {51 readonly isOther: boolean;52 readonly asOther: Bytes;53 readonly isConsensus: boolean;54 readonly asConsensus: ITuple<[U8aFixed, Bytes]>;55 readonly isSeal: boolean;56 readonly asSeal: ITuple<[U8aFixed, Bytes]>;57 readonly isPreRuntime: boolean;58 readonly asPreRuntime: ITuple<[U8aFixed, Bytes]>;59 readonly isRuntimeEnvironmentUpdated: boolean;60 readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';61 }6263 /** @name FrameSystemEventRecord (18) */64 interface FrameSystemEventRecord extends Struct {65 readonly phase: FrameSystemPhase;66 readonly event: Event;67 readonly topics: Vec<H256>;68 }6970 /** @name FrameSystemEvent (20) */71 interface FrameSystemEvent extends Enum {72 readonly isExtrinsicSuccess: boolean;73 readonly asExtrinsicSuccess: {74 readonly dispatchInfo: FrameSupportDispatchDispatchInfo;75 } & Struct;76 readonly isExtrinsicFailed: boolean;77 readonly asExtrinsicFailed: {78 readonly dispatchError: SpRuntimeDispatchError;79 readonly dispatchInfo: FrameSupportDispatchDispatchInfo;80 } & Struct;81 readonly isCodeUpdated: boolean;82 readonly isNewAccount: boolean;83 readonly asNewAccount: {84 readonly account: AccountId32;85 } & Struct;86 readonly isKilledAccount: boolean;87 readonly asKilledAccount: {88 readonly account: AccountId32;89 } & Struct;90 readonly isRemarked: boolean;91 readonly asRemarked: {92 readonly sender: AccountId32;93 readonly hash_: H256;94 } & Struct;95 readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked';96 }9798 /** @name FrameSupportDispatchDispatchInfo (21) */99 interface FrameSupportDispatchDispatchInfo extends Struct {100 readonly weight: SpWeightsWeightV2Weight;101 readonly class: FrameSupportDispatchDispatchClass;102 readonly paysFee: FrameSupportDispatchPays;103 }104105 /** @name FrameSupportDispatchDispatchClass (22) */106 interface FrameSupportDispatchDispatchClass extends Enum {107 readonly isNormal: boolean;108 readonly isOperational: boolean;109 readonly isMandatory: boolean;110 readonly type: 'Normal' | 'Operational' | 'Mandatory';111 }112113 /** @name FrameSupportDispatchPays (23) */114 interface FrameSupportDispatchPays extends Enum {115 readonly isYes: boolean;116 readonly isNo: boolean;117 readonly type: 'Yes' | 'No';118 }119120 /** @name SpRuntimeDispatchError (24) */121 interface SpRuntimeDispatchError extends Enum {122 readonly isOther: boolean;123 readonly isCannotLookup: boolean;124 readonly isBadOrigin: boolean;125 readonly isModule: boolean;126 readonly asModule: SpRuntimeModuleError;127 readonly isConsumerRemaining: boolean;128 readonly isNoProviders: boolean;129 readonly isTooManyConsumers: boolean;130 readonly isToken: boolean;131 readonly asToken: SpRuntimeTokenError;132 readonly isArithmetic: boolean;133 readonly asArithmetic: SpRuntimeArithmeticError;134 readonly isTransactional: boolean;135 readonly asTransactional: SpRuntimeTransactionalError;136 readonly isExhausted: boolean;137 readonly isCorruption: boolean;138 readonly isUnavailable: boolean;139 readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional' | 'Exhausted' | 'Corruption' | 'Unavailable';140 }141142 /** @name SpRuntimeModuleError (25) */143 interface SpRuntimeModuleError extends Struct {144 readonly index: u8;145 readonly error: U8aFixed;146 }147148 /** @name SpRuntimeTokenError (26) */149 interface SpRuntimeTokenError extends Enum {150 readonly isNoFunds: boolean;151 readonly isWouldDie: boolean;152 readonly isBelowMinimum: boolean;153 readonly isCannotCreate: boolean;154 readonly isUnknownAsset: boolean;155 readonly isFrozen: boolean;156 readonly isUnsupported: boolean;157 readonly type: 'NoFunds' | 'WouldDie' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported';158 }159160 /** @name SpRuntimeArithmeticError (27) */161 interface SpRuntimeArithmeticError extends Enum {162 readonly isUnderflow: boolean;163 readonly isOverflow: boolean;164 readonly isDivisionByZero: boolean;165 readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';166 }167168 /** @name SpRuntimeTransactionalError (28) */169 interface SpRuntimeTransactionalError extends Enum {170 readonly isLimitReached: boolean;171 readonly isNoLayer: boolean;172 readonly type: 'LimitReached' | 'NoLayer';173 }174175 /** @name CumulusPalletParachainSystemEvent (29) */176 interface CumulusPalletParachainSystemEvent extends Enum {177 readonly isValidationFunctionStored: boolean;178 readonly isValidationFunctionApplied: boolean;179 readonly asValidationFunctionApplied: {180 readonly relayChainBlockNum: u32;181 } & Struct;182 readonly isValidationFunctionDiscarded: boolean;183 readonly isUpgradeAuthorized: boolean;184 readonly asUpgradeAuthorized: {185 readonly codeHash: H256;186 } & Struct;187 readonly isDownwardMessagesReceived: boolean;188 readonly asDownwardMessagesReceived: {189 readonly count: u32;190 } & Struct;191 readonly isDownwardMessagesProcessed: boolean;192 readonly asDownwardMessagesProcessed: {193 readonly weightUsed: SpWeightsWeightV2Weight;194 readonly dmqHead: H256;195 } & Struct;196 readonly type: 'ValidationFunctionStored' | 'ValidationFunctionApplied' | 'ValidationFunctionDiscarded' | 'UpgradeAuthorized' | 'DownwardMessagesReceived' | 'DownwardMessagesProcessed';197 }198199 /** @name PalletCollatorSelectionEvent (30) */200 interface PalletCollatorSelectionEvent extends Enum {201 readonly isNewDesiredCollators: boolean;202 readonly asNewDesiredCollators: {203 readonly desiredCollators: u32;204 } & Struct;205 readonly isNewLicenseBond: boolean;206 readonly asNewLicenseBond: {207 readonly bondAmount: u128;208 } & Struct;209 readonly isNewKickThreshold: boolean;210 readonly asNewKickThreshold: {211 readonly lengthInBlocks: u32;212 } & Struct;213 readonly isInvulnerableAdded: boolean;214 readonly asInvulnerableAdded: {215 readonly invulnerable: AccountId32;216 } & Struct;217 readonly isInvulnerableRemoved: boolean;218 readonly asInvulnerableRemoved: {219 readonly invulnerable: AccountId32;220 } & Struct;221 readonly isLicenseObtained: boolean;222 readonly asLicenseObtained: {223 readonly accountId: AccountId32;224 readonly deposit: u128;225 } & Struct;226 readonly isLicenseForfeited: boolean;227 readonly asLicenseForfeited: {228 readonly accountId: AccountId32;229 readonly depositReturned: u128;230 } & Struct;231 readonly isCandidateAdded: boolean;232 readonly asCandidateAdded: {233 readonly accountId: AccountId32;234 } & Struct;235 readonly isCandidateRemoved: boolean;236 readonly asCandidateRemoved: {237 readonly accountId: AccountId32;238 } & Struct;239 readonly type: 'NewDesiredCollators' | 'NewLicenseBond' | 'NewKickThreshold' | 'InvulnerableAdded' | 'InvulnerableRemoved' | 'LicenseObtained' | 'LicenseForfeited' | 'CandidateAdded' | 'CandidateRemoved';240 }241242 /** @name PalletSessionEvent (31) */243 interface PalletSessionEvent extends Enum {244 readonly isNewSession: boolean;245 readonly asNewSession: {246 readonly sessionIndex: u32;247 } & Struct;248 readonly type: 'NewSession';249 }250251 /** @name PalletBalancesEvent (32) */252 interface PalletBalancesEvent extends Enum {253 readonly isEndowed: boolean;254 readonly asEndowed: {255 readonly account: AccountId32;256 readonly freeBalance: u128;257 } & Struct;258 readonly isDustLost: boolean;259 readonly asDustLost: {260 readonly account: AccountId32;261 readonly amount: u128;262 } & Struct;263 readonly isTransfer: boolean;264 readonly asTransfer: {265 readonly from: AccountId32;266 readonly to: AccountId32;267 readonly amount: u128;268 } & Struct;269 readonly isBalanceSet: boolean;270 readonly asBalanceSet: {271 readonly who: AccountId32;272 readonly free: u128;273 readonly reserved: u128;274 } & Struct;275 readonly isReserved: boolean;276 readonly asReserved: {277 readonly who: AccountId32;278 readonly amount: u128;279 } & Struct;280 readonly isUnreserved: boolean;281 readonly asUnreserved: {282 readonly who: AccountId32;283 readonly amount: u128;284 } & Struct;285 readonly isReserveRepatriated: boolean;286 readonly asReserveRepatriated: {287 readonly from: AccountId32;288 readonly to: AccountId32;289 readonly amount: u128;290 readonly destinationStatus: FrameSupportTokensMiscBalanceStatus;291 } & Struct;292 readonly isDeposit: boolean;293 readonly asDeposit: {294 readonly who: AccountId32;295 readonly amount: u128;296 } & Struct;297 readonly isWithdraw: boolean;298 readonly asWithdraw: {299 readonly who: AccountId32;300 readonly amount: u128;301 } & Struct;302 readonly isSlashed: boolean;303 readonly asSlashed: {304 readonly who: AccountId32;305 readonly amount: u128;306 } & Struct;307 readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'BalanceSet' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'Deposit' | 'Withdraw' | 'Slashed';308 }309310 /** @name FrameSupportTokensMiscBalanceStatus (33) */311 interface FrameSupportTokensMiscBalanceStatus extends Enum {312 readonly isFree: boolean;313 readonly isReserved: boolean;314 readonly type: 'Free' | 'Reserved';315 }316317 /** @name PalletTransactionPaymentEvent (34) */318 interface PalletTransactionPaymentEvent extends Enum {319 readonly isTransactionFeePaid: boolean;320 readonly asTransactionFeePaid: {321 readonly who: AccountId32;322 readonly actualFee: u128;323 readonly tip: u128;324 } & Struct;325 readonly type: 'TransactionFeePaid';326 }327328 /** @name PalletTreasuryEvent (35) */329 interface PalletTreasuryEvent extends Enum {330 readonly isProposed: boolean;331 readonly asProposed: {332 readonly proposalIndex: u32;333 } & Struct;334 readonly isSpending: boolean;335 readonly asSpending: {336 readonly budgetRemaining: u128;337 } & Struct;338 readonly isAwarded: boolean;339 readonly asAwarded: {340 readonly proposalIndex: u32;341 readonly award: u128;342 readonly account: AccountId32;343 } & Struct;344 readonly isRejected: boolean;345 readonly asRejected: {346 readonly proposalIndex: u32;347 readonly slashed: u128;348 } & Struct;349 readonly isBurnt: boolean;350 readonly asBurnt: {351 readonly burntFunds: u128;352 } & Struct;353 readonly isRollover: boolean;354 readonly asRollover: {355 readonly rolloverBalance: u128;356 } & Struct;357 readonly isDeposit: boolean;358 readonly asDeposit: {359 readonly value: u128;360 } & Struct;361 readonly isSpendApproved: boolean;362 readonly asSpendApproved: {363 readonly proposalIndex: u32;364 readonly amount: u128;365 readonly beneficiary: AccountId32;366 } & Struct;367 readonly type: 'Proposed' | 'Spending' | 'Awarded' | 'Rejected' | 'Burnt' | 'Rollover' | 'Deposit' | 'SpendApproved';368 }369370 /** @name PalletSudoEvent (36) */371 interface PalletSudoEvent extends Enum {372 readonly isSudid: boolean;373 readonly asSudid: {374 readonly sudoResult: Result<Null, SpRuntimeDispatchError>;375 } & Struct;376 readonly isKeyChanged: boolean;377 readonly asKeyChanged: {378 readonly oldSudoer: Option<AccountId32>;379 } & Struct;380 readonly isSudoAsDone: boolean;381 readonly asSudoAsDone: {382 readonly sudoResult: Result<Null, SpRuntimeDispatchError>;383 } & Struct;384 readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';385 }386387 /** @name OrmlVestingModuleEvent (40) */388 interface OrmlVestingModuleEvent extends Enum {389 readonly isVestingScheduleAdded: boolean;390 readonly asVestingScheduleAdded: {391 readonly from: AccountId32;392 readonly to: AccountId32;393 readonly vestingSchedule: OrmlVestingVestingSchedule;394 } & Struct;395 readonly isClaimed: boolean;396 readonly asClaimed: {397 readonly who: AccountId32;398 readonly amount: u128;399 } & Struct;400 readonly isVestingSchedulesUpdated: boolean;401 readonly asVestingSchedulesUpdated: {402 readonly who: AccountId32;403 } & Struct;404 readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';405 }406407 /** @name OrmlVestingVestingSchedule (41) */408 interface OrmlVestingVestingSchedule extends Struct {409 readonly start: u32;410 readonly period: u32;411 readonly periodCount: u32;412 readonly perPeriod: Compact<u128>;413 }414415 /** @name OrmlXtokensModuleEvent (43) */416 interface OrmlXtokensModuleEvent extends Enum {417 readonly isTransferredMultiAssets: boolean;418 readonly asTransferredMultiAssets: {419 readonly sender: AccountId32;420 readonly assets: XcmV1MultiassetMultiAssets;421 readonly fee: XcmV1MultiAsset;422 readonly dest: XcmV1MultiLocation;423 } & Struct;424 readonly type: 'TransferredMultiAssets';425 }426427 /** @name XcmV1MultiassetMultiAssets (44) */428 interface XcmV1MultiassetMultiAssets extends Vec<XcmV1MultiAsset> {}429430 /** @name XcmV1MultiAsset (46) */431 interface XcmV1MultiAsset extends Struct {432 readonly id: XcmV1MultiassetAssetId;433 readonly fun: XcmV1MultiassetFungibility;434 }435436 /** @name XcmV1MultiassetAssetId (47) */437 interface XcmV1MultiassetAssetId extends Enum {438 readonly isConcrete: boolean;439 readonly asConcrete: XcmV1MultiLocation;440 readonly isAbstract: boolean;441 readonly asAbstract: Bytes;442 readonly type: 'Concrete' | 'Abstract';443 }444445 /** @name XcmV1MultiLocation (48) */446 interface XcmV1MultiLocation extends Struct {447 readonly parents: u8;448 readonly interior: XcmV1MultilocationJunctions;449 }450451 /** @name XcmV1MultilocationJunctions (49) */452 interface XcmV1MultilocationJunctions extends Enum {453 readonly isHere: boolean;454 readonly isX1: boolean;455 readonly asX1: XcmV1Junction;456 readonly isX2: boolean;457 readonly asX2: ITuple<[XcmV1Junction, XcmV1Junction]>;458 readonly isX3: boolean;459 readonly asX3: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction]>;460 readonly isX4: boolean;461 readonly asX4: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;462 readonly isX5: boolean;463 readonly asX5: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;464 readonly isX6: boolean;465 readonly asX6: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;466 readonly isX7: boolean;467 readonly asX7: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;468 readonly isX8: boolean;469 readonly asX8: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;470 readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';471 }472473 /** @name XcmV1Junction (50) */474 interface XcmV1Junction extends Enum {475 readonly isParachain: boolean;476 readonly asParachain: Compact<u32>;477 readonly isAccountId32: boolean;478 readonly asAccountId32: {479 readonly network: XcmV0JunctionNetworkId;480 readonly id: U8aFixed;481 } & Struct;482 readonly isAccountIndex64: boolean;483 readonly asAccountIndex64: {484 readonly network: XcmV0JunctionNetworkId;485 readonly index: Compact<u64>;486 } & Struct;487 readonly isAccountKey20: boolean;488 readonly asAccountKey20: {489 readonly network: XcmV0JunctionNetworkId;490 readonly key: U8aFixed;491 } & Struct;492 readonly isPalletInstance: boolean;493 readonly asPalletInstance: u8;494 readonly isGeneralIndex: boolean;495 readonly asGeneralIndex: Compact<u128>;496 readonly isGeneralKey: boolean;497 readonly asGeneralKey: Bytes;498 readonly isOnlyChild: boolean;499 readonly isPlurality: boolean;500 readonly asPlurality: {501 readonly id: XcmV0JunctionBodyId;502 readonly part: XcmV0JunctionBodyPart;503 } & Struct;504 readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';505 }506507 /** @name XcmV0JunctionNetworkId (52) */508 interface XcmV0JunctionNetworkId extends Enum {509 readonly isAny: boolean;510 readonly isNamed: boolean;511 readonly asNamed: Bytes;512 readonly isPolkadot: boolean;513 readonly isKusama: boolean;514 readonly type: 'Any' | 'Named' | 'Polkadot' | 'Kusama';515 }516517 /** @name XcmV0JunctionBodyId (55) */518 interface XcmV0JunctionBodyId extends Enum {519 readonly isUnit: boolean;520 readonly isNamed: boolean;521 readonly asNamed: Bytes;522 readonly isIndex: boolean;523 readonly asIndex: Compact<u32>;524 readonly isExecutive: boolean;525 readonly isTechnical: boolean;526 readonly isLegislative: boolean;527 readonly isJudicial: boolean;528 readonly type: 'Unit' | 'Named' | 'Index' | 'Executive' | 'Technical' | 'Legislative' | 'Judicial';529 }530531 /** @name XcmV0JunctionBodyPart (56) */532 interface XcmV0JunctionBodyPart extends Enum {533 readonly isVoice: boolean;534 readonly isMembers: boolean;535 readonly asMembers: {536 readonly count: Compact<u32>;537 } & Struct;538 readonly isFraction: boolean;539 readonly asFraction: {540 readonly nom: Compact<u32>;541 readonly denom: Compact<u32>;542 } & Struct;543 readonly isAtLeastProportion: boolean;544 readonly asAtLeastProportion: {545 readonly nom: Compact<u32>;546 readonly denom: Compact<u32>;547 } & Struct;548 readonly isMoreThanProportion: boolean;549 readonly asMoreThanProportion: {550 readonly nom: Compact<u32>;551 readonly denom: Compact<u32>;552 } & Struct;553 readonly type: 'Voice' | 'Members' | 'Fraction' | 'AtLeastProportion' | 'MoreThanProportion';554 }555556 /** @name XcmV1MultiassetFungibility (57) */557 interface XcmV1MultiassetFungibility extends Enum {558 readonly isFungible: boolean;559 readonly asFungible: Compact<u128>;560 readonly isNonFungible: boolean;561 readonly asNonFungible: XcmV1MultiassetAssetInstance;562 readonly type: 'Fungible' | 'NonFungible';563 }564565 /** @name XcmV1MultiassetAssetInstance (58) */566 interface XcmV1MultiassetAssetInstance extends Enum {567 readonly isUndefined: boolean;568 readonly isIndex: boolean;569 readonly asIndex: Compact<u128>;570 readonly isArray4: boolean;571 readonly asArray4: U8aFixed;572 readonly isArray8: boolean;573 readonly asArray8: U8aFixed;574 readonly isArray16: boolean;575 readonly asArray16: U8aFixed;576 readonly isArray32: boolean;577 readonly asArray32: U8aFixed;578 readonly isBlob: boolean;579 readonly asBlob: Bytes;580 readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32' | 'Blob';581 }582583 /** @name OrmlTokensModuleEvent (61) */584 interface OrmlTokensModuleEvent extends Enum {585 readonly isEndowed: boolean;586 readonly asEndowed: {587 readonly currencyId: PalletForeignAssetsAssetIds;588 readonly who: AccountId32;589 readonly amount: u128;590 } & Struct;591 readonly isDustLost: boolean;592 readonly asDustLost: {593 readonly currencyId: PalletForeignAssetsAssetIds;594 readonly who: AccountId32;595 readonly amount: u128;596 } & Struct;597 readonly isTransfer: boolean;598 readonly asTransfer: {599 readonly currencyId: PalletForeignAssetsAssetIds;600 readonly from: AccountId32;601 readonly to: AccountId32;602 readonly amount: u128;603 } & Struct;604 readonly isReserved: boolean;605 readonly asReserved: {606 readonly currencyId: PalletForeignAssetsAssetIds;607 readonly who: AccountId32;608 readonly amount: u128;609 } & Struct;610 readonly isUnreserved: boolean;611 readonly asUnreserved: {612 readonly currencyId: PalletForeignAssetsAssetIds;613 readonly who: AccountId32;614 readonly amount: u128;615 } & Struct;616 readonly isReserveRepatriated: boolean;617 readonly asReserveRepatriated: {618 readonly currencyId: PalletForeignAssetsAssetIds;619 readonly from: AccountId32;620 readonly to: AccountId32;621 readonly amount: u128;622 readonly status: FrameSupportTokensMiscBalanceStatus;623 } & Struct;624 readonly isBalanceSet: boolean;625 readonly asBalanceSet: {626 readonly currencyId: PalletForeignAssetsAssetIds;627 readonly who: AccountId32;628 readonly free: u128;629 readonly reserved: u128;630 } & Struct;631 readonly isTotalIssuanceSet: boolean;632 readonly asTotalIssuanceSet: {633 readonly currencyId: PalletForeignAssetsAssetIds;634 readonly amount: u128;635 } & Struct;636 readonly isWithdrawn: boolean;637 readonly asWithdrawn: {638 readonly currencyId: PalletForeignAssetsAssetIds;639 readonly who: AccountId32;640 readonly amount: u128;641 } & Struct;642 readonly isSlashed: boolean;643 readonly asSlashed: {644 readonly currencyId: PalletForeignAssetsAssetIds;645 readonly who: AccountId32;646 readonly freeAmount: u128;647 readonly reservedAmount: u128;648 } & Struct;649 readonly isDeposited: boolean;650 readonly asDeposited: {651 readonly currencyId: PalletForeignAssetsAssetIds;652 readonly who: AccountId32;653 readonly amount: u128;654 } & Struct;655 readonly isLockSet: boolean;656 readonly asLockSet: {657 readonly lockId: U8aFixed;658 readonly currencyId: PalletForeignAssetsAssetIds;659 readonly who: AccountId32;660 readonly amount: u128;661 } & Struct;662 readonly isLockRemoved: boolean;663 readonly asLockRemoved: {664 readonly lockId: U8aFixed;665 readonly currencyId: PalletForeignAssetsAssetIds;666 readonly who: AccountId32;667 } & Struct;668 readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'BalanceSet' | 'TotalIssuanceSet' | 'Withdrawn' | 'Slashed' | 'Deposited' | 'LockSet' | 'LockRemoved';669 }670671 /** @name PalletForeignAssetsAssetIds (62) */672 interface PalletForeignAssetsAssetIds extends Enum {673 readonly isForeignAssetId: boolean;674 readonly asForeignAssetId: u32;675 readonly isNativeAssetId: boolean;676 readonly asNativeAssetId: PalletForeignAssetsNativeCurrency;677 readonly type: 'ForeignAssetId' | 'NativeAssetId';678 }679680 /** @name PalletForeignAssetsNativeCurrency (63) */681 interface PalletForeignAssetsNativeCurrency extends Enum {682 readonly isHere: boolean;683 readonly isParent: boolean;684 readonly type: 'Here' | 'Parent';685 }686687 /** @name CumulusPalletXcmpQueueEvent (64) */688 interface CumulusPalletXcmpQueueEvent extends Enum {689 readonly isSuccess: boolean;690 readonly asSuccess: {691 readonly messageHash: Option<H256>;692 readonly weight: SpWeightsWeightV2Weight;693 } & Struct;694 readonly isFail: boolean;695 readonly asFail: {696 readonly messageHash: Option<H256>;697 readonly error: XcmV2TraitsError;698 readonly weight: SpWeightsWeightV2Weight;699 } & Struct;700 readonly isBadVersion: boolean;701 readonly asBadVersion: {702 readonly messageHash: Option<H256>;703 } & Struct;704 readonly isBadFormat: boolean;705 readonly asBadFormat: {706 readonly messageHash: Option<H256>;707 } & Struct;708 readonly isUpwardMessageSent: boolean;709 readonly asUpwardMessageSent: {710 readonly messageHash: Option<H256>;711 } & Struct;712 readonly isXcmpMessageSent: boolean;713 readonly asXcmpMessageSent: {714 readonly messageHash: Option<H256>;715 } & Struct;716 readonly isOverweightEnqueued: boolean;717 readonly asOverweightEnqueued: {718 readonly sender: u32;719 readonly sentAt: u32;720 readonly index: u64;721 readonly required: SpWeightsWeightV2Weight;722 } & Struct;723 readonly isOverweightServiced: boolean;724 readonly asOverweightServiced: {725 readonly index: u64;726 readonly used: SpWeightsWeightV2Weight;727 } & Struct;728 readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';729 }730731 /** @name XcmV2TraitsError (66) */732 interface XcmV2TraitsError extends Enum {733 readonly isOverflow: boolean;734 readonly isUnimplemented: boolean;735 readonly isUntrustedReserveLocation: boolean;736 readonly isUntrustedTeleportLocation: boolean;737 readonly isMultiLocationFull: boolean;738 readonly isMultiLocationNotInvertible: boolean;739 readonly isBadOrigin: boolean;740 readonly isInvalidLocation: boolean;741 readonly isAssetNotFound: boolean;742 readonly isFailedToTransactAsset: boolean;743 readonly isNotWithdrawable: boolean;744 readonly isLocationCannotHold: boolean;745 readonly isExceedsMaxMessageSize: boolean;746 readonly isDestinationUnsupported: boolean;747 readonly isTransport: boolean;748 readonly isUnroutable: boolean;749 readonly isUnknownClaim: boolean;750 readonly isFailedToDecode: boolean;751 readonly isMaxWeightInvalid: boolean;752 readonly isNotHoldingFees: boolean;753 readonly isTooExpensive: boolean;754 readonly isTrap: boolean;755 readonly asTrap: u64;756 readonly isUnhandledXcmVersion: boolean;757 readonly isWeightLimitReached: boolean;758 readonly asWeightLimitReached: u64;759 readonly isBarrier: boolean;760 readonly isWeightNotComputable: boolean;761 readonly type: 'Overflow' | 'Unimplemented' | 'UntrustedReserveLocation' | 'UntrustedTeleportLocation' | 'MultiLocationFull' | 'MultiLocationNotInvertible' | 'BadOrigin' | 'InvalidLocation' | 'AssetNotFound' | 'FailedToTransactAsset' | 'NotWithdrawable' | 'LocationCannotHold' | 'ExceedsMaxMessageSize' | 'DestinationUnsupported' | 'Transport' | 'Unroutable' | 'UnknownClaim' | 'FailedToDecode' | 'MaxWeightInvalid' | 'NotHoldingFees' | 'TooExpensive' | 'Trap' | 'UnhandledXcmVersion' | 'WeightLimitReached' | 'Barrier' | 'WeightNotComputable';762 }763764 /** @name PalletXcmEvent (68) */765 interface PalletXcmEvent extends Enum {766 readonly isAttempted: boolean;767 readonly asAttempted: XcmV2TraitsOutcome;768 readonly isSent: boolean;769 readonly asSent: ITuple<[XcmV1MultiLocation, XcmV1MultiLocation, XcmV2Xcm]>;770 readonly isUnexpectedResponse: boolean;771 readonly asUnexpectedResponse: ITuple<[XcmV1MultiLocation, u64]>;772 readonly isResponseReady: boolean;773 readonly asResponseReady: ITuple<[u64, XcmV2Response]>;774 readonly isNotified: boolean;775 readonly asNotified: ITuple<[u64, u8, u8]>;776 readonly isNotifyOverweight: boolean;777 readonly asNotifyOverweight: ITuple<[u64, u8, u8, SpWeightsWeightV2Weight, SpWeightsWeightV2Weight]>;778 readonly isNotifyDispatchError: boolean;779 readonly asNotifyDispatchError: ITuple<[u64, u8, u8]>;780 readonly isNotifyDecodeFailed: boolean;781 readonly asNotifyDecodeFailed: ITuple<[u64, u8, u8]>;782 readonly isInvalidResponder: boolean;783 readonly asInvalidResponder: ITuple<[XcmV1MultiLocation, u64, Option<XcmV1MultiLocation>]>;784 readonly isInvalidResponderVersion: boolean;785 readonly asInvalidResponderVersion: ITuple<[XcmV1MultiLocation, u64]>;786 readonly isResponseTaken: boolean;787 readonly asResponseTaken: u64;788 readonly isAssetsTrapped: boolean;789 readonly asAssetsTrapped: ITuple<[H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;790 readonly isVersionChangeNotified: boolean;791 readonly asVersionChangeNotified: ITuple<[XcmV1MultiLocation, u32]>;792 readonly isSupportedVersionChanged: boolean;793 readonly asSupportedVersionChanged: ITuple<[XcmV1MultiLocation, u32]>;794 readonly isNotifyTargetSendFail: boolean;795 readonly asNotifyTargetSendFail: ITuple<[XcmV1MultiLocation, u64, XcmV2TraitsError]>;796 readonly isNotifyTargetMigrationFail: boolean;797 readonly asNotifyTargetMigrationFail: ITuple<[XcmVersionedMultiLocation, u64]>;798 readonly isAssetsClaimed: boolean;799 readonly asAssetsClaimed: ITuple<[H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;800 readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail' | 'AssetsClaimed';801 }802803 /** @name XcmV2TraitsOutcome (69) */804 interface XcmV2TraitsOutcome extends Enum {805 readonly isComplete: boolean;806 readonly asComplete: u64;807 readonly isIncomplete: boolean;808 readonly asIncomplete: ITuple<[u64, XcmV2TraitsError]>;809 readonly isError: boolean;810 readonly asError: XcmV2TraitsError;811 readonly type: 'Complete' | 'Incomplete' | 'Error';812 }813814 /** @name XcmV2Xcm (70) */815 interface XcmV2Xcm extends Vec<XcmV2Instruction> {}816817 /** @name XcmV2Instruction (72) */818 interface XcmV2Instruction extends Enum {819 readonly isWithdrawAsset: boolean;820 readonly asWithdrawAsset: XcmV1MultiassetMultiAssets;821 readonly isReserveAssetDeposited: boolean;822 readonly asReserveAssetDeposited: XcmV1MultiassetMultiAssets;823 readonly isReceiveTeleportedAsset: boolean;824 readonly asReceiveTeleportedAsset: XcmV1MultiassetMultiAssets;825 readonly isQueryResponse: boolean;826 readonly asQueryResponse: {827 readonly queryId: Compact<u64>;828 readonly response: XcmV2Response;829 readonly maxWeight: Compact<u64>;830 } & Struct;831 readonly isTransferAsset: boolean;832 readonly asTransferAsset: {833 readonly assets: XcmV1MultiassetMultiAssets;834 readonly beneficiary: XcmV1MultiLocation;835 } & Struct;836 readonly isTransferReserveAsset: boolean;837 readonly asTransferReserveAsset: {838 readonly assets: XcmV1MultiassetMultiAssets;839 readonly dest: XcmV1MultiLocation;840 readonly xcm: XcmV2Xcm;841 } & Struct;842 readonly isTransact: boolean;843 readonly asTransact: {844 readonly originType: XcmV0OriginKind;845 readonly requireWeightAtMost: Compact<u64>;846 readonly call: XcmDoubleEncoded;847 } & Struct;848 readonly isHrmpNewChannelOpenRequest: boolean;849 readonly asHrmpNewChannelOpenRequest: {850 readonly sender: Compact<u32>;851 readonly maxMessageSize: Compact<u32>;852 readonly maxCapacity: Compact<u32>;853 } & Struct;854 readonly isHrmpChannelAccepted: boolean;855 readonly asHrmpChannelAccepted: {856 readonly recipient: Compact<u32>;857 } & Struct;858 readonly isHrmpChannelClosing: boolean;859 readonly asHrmpChannelClosing: {860 readonly initiator: Compact<u32>;861 readonly sender: Compact<u32>;862 readonly recipient: Compact<u32>;863 } & Struct;864 readonly isClearOrigin: boolean;865 readonly isDescendOrigin: boolean;866 readonly asDescendOrigin: XcmV1MultilocationJunctions;867 readonly isReportError: boolean;868 readonly asReportError: {869 readonly queryId: Compact<u64>;870 readonly dest: XcmV1MultiLocation;871 readonly maxResponseWeight: Compact<u64>;872 } & Struct;873 readonly isDepositAsset: boolean;874 readonly asDepositAsset: {875 readonly assets: XcmV1MultiassetMultiAssetFilter;876 readonly maxAssets: Compact<u32>;877 readonly beneficiary: XcmV1MultiLocation;878 } & Struct;879 readonly isDepositReserveAsset: boolean;880 readonly asDepositReserveAsset: {881 readonly assets: XcmV1MultiassetMultiAssetFilter;882 readonly maxAssets: Compact<u32>;883 readonly dest: XcmV1MultiLocation;884 readonly xcm: XcmV2Xcm;885 } & Struct;886 readonly isExchangeAsset: boolean;887 readonly asExchangeAsset: {888 readonly give: XcmV1MultiassetMultiAssetFilter;889 readonly receive: XcmV1MultiassetMultiAssets;890 } & Struct;891 readonly isInitiateReserveWithdraw: boolean;892 readonly asInitiateReserveWithdraw: {893 readonly assets: XcmV1MultiassetMultiAssetFilter;894 readonly reserve: XcmV1MultiLocation;895 readonly xcm: XcmV2Xcm;896 } & Struct;897 readonly isInitiateTeleport: boolean;898 readonly asInitiateTeleport: {899 readonly assets: XcmV1MultiassetMultiAssetFilter;900 readonly dest: XcmV1MultiLocation;901 readonly xcm: XcmV2Xcm;902 } & Struct;903 readonly isQueryHolding: boolean;904 readonly asQueryHolding: {905 readonly queryId: Compact<u64>;906 readonly dest: XcmV1MultiLocation;907 readonly assets: XcmV1MultiassetMultiAssetFilter;908 readonly maxResponseWeight: Compact<u64>;909 } & Struct;910 readonly isBuyExecution: boolean;911 readonly asBuyExecution: {912 readonly fees: XcmV1MultiAsset;913 readonly weightLimit: XcmV2WeightLimit;914 } & Struct;915 readonly isRefundSurplus: boolean;916 readonly isSetErrorHandler: boolean;917 readonly asSetErrorHandler: XcmV2Xcm;918 readonly isSetAppendix: boolean;919 readonly asSetAppendix: XcmV2Xcm;920 readonly isClearError: boolean;921 readonly isClaimAsset: boolean;922 readonly asClaimAsset: {923 readonly assets: XcmV1MultiassetMultiAssets;924 readonly ticket: XcmV1MultiLocation;925 } & Struct;926 readonly isTrap: boolean;927 readonly asTrap: Compact<u64>;928 readonly isSubscribeVersion: boolean;929 readonly asSubscribeVersion: {930 readonly queryId: Compact<u64>;931 readonly maxResponseWeight: Compact<u64>;932 } & Struct;933 readonly isUnsubscribeVersion: boolean;934 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'ClearOrigin' | 'DescendOrigin' | 'ReportError' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution' | 'RefundSurplus' | 'SetErrorHandler' | 'SetAppendix' | 'ClearError' | 'ClaimAsset' | 'Trap' | 'SubscribeVersion' | 'UnsubscribeVersion';935 }936937 /** @name XcmV2Response (73) */938 interface XcmV2Response extends Enum {939 readonly isNull: boolean;940 readonly isAssets: boolean;941 readonly asAssets: XcmV1MultiassetMultiAssets;942 readonly isExecutionResult: boolean;943 readonly asExecutionResult: Option<ITuple<[u32, XcmV2TraitsError]>>;944 readonly isVersion: boolean;945 readonly asVersion: u32;946 readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version';947 }948949 /** @name XcmV0OriginKind (76) */950 interface XcmV0OriginKind extends Enum {951 readonly isNative: boolean;952 readonly isSovereignAccount: boolean;953 readonly isSuperuser: boolean;954 readonly isXcm: boolean;955 readonly type: 'Native' | 'SovereignAccount' | 'Superuser' | 'Xcm';956 }957958 /** @name XcmDoubleEncoded (77) */959 interface XcmDoubleEncoded extends Struct {960 readonly encoded: Bytes;961 }962963 /** @name XcmV1MultiassetMultiAssetFilter (78) */964 interface XcmV1MultiassetMultiAssetFilter extends Enum {965 readonly isDefinite: boolean;966 readonly asDefinite: XcmV1MultiassetMultiAssets;967 readonly isWild: boolean;968 readonly asWild: XcmV1MultiassetWildMultiAsset;969 readonly type: 'Definite' | 'Wild';970 }971972 /** @name XcmV1MultiassetWildMultiAsset (79) */973 interface XcmV1MultiassetWildMultiAsset extends Enum {974 readonly isAll: boolean;975 readonly isAllOf: boolean;976 readonly asAllOf: {977 readonly id: XcmV1MultiassetAssetId;978 readonly fun: XcmV1MultiassetWildFungibility;979 } & Struct;980 readonly type: 'All' | 'AllOf';981 }982983 /** @name XcmV1MultiassetWildFungibility (80) */984 interface XcmV1MultiassetWildFungibility extends Enum {985 readonly isFungible: boolean;986 readonly isNonFungible: boolean;987 readonly type: 'Fungible' | 'NonFungible';988 }989990 /** @name XcmV2WeightLimit (81) */991 interface XcmV2WeightLimit extends Enum {992 readonly isUnlimited: boolean;993 readonly isLimited: boolean;994 readonly asLimited: Compact<u64>;995 readonly type: 'Unlimited' | 'Limited';996 }997998 /** @name XcmVersionedMultiAssets (83) */999 interface XcmVersionedMultiAssets extends Enum {1000 readonly isV0: boolean;1001 readonly asV0: Vec<XcmV0MultiAsset>;1002 readonly isV1: boolean;1003 readonly asV1: XcmV1MultiassetMultiAssets;1004 readonly type: 'V0' | 'V1';1005 }10061007 /** @name XcmV0MultiAsset (85) */1008 interface XcmV0MultiAsset extends Enum {1009 readonly isNone: boolean;1010 readonly isAll: boolean;1011 readonly isAllFungible: boolean;1012 readonly isAllNonFungible: boolean;1013 readonly isAllAbstractFungible: boolean;1014 readonly asAllAbstractFungible: {1015 readonly id: Bytes;1016 } & Struct;1017 readonly isAllAbstractNonFungible: boolean;1018 readonly asAllAbstractNonFungible: {1019 readonly class: Bytes;1020 } & Struct;1021 readonly isAllConcreteFungible: boolean;1022 readonly asAllConcreteFungible: {1023 readonly id: XcmV0MultiLocation;1024 } & Struct;1025 readonly isAllConcreteNonFungible: boolean;1026 readonly asAllConcreteNonFungible: {1027 readonly class: XcmV0MultiLocation;1028 } & Struct;1029 readonly isAbstractFungible: boolean;1030 readonly asAbstractFungible: {1031 readonly id: Bytes;1032 readonly amount: Compact<u128>;1033 } & Struct;1034 readonly isAbstractNonFungible: boolean;1035 readonly asAbstractNonFungible: {1036 readonly class: Bytes;1037 readonly instance: XcmV1MultiassetAssetInstance;1038 } & Struct;1039 readonly isConcreteFungible: boolean;1040 readonly asConcreteFungible: {1041 readonly id: XcmV0MultiLocation;1042 readonly amount: Compact<u128>;1043 } & Struct;1044 readonly isConcreteNonFungible: boolean;1045 readonly asConcreteNonFungible: {1046 readonly class: XcmV0MultiLocation;1047 readonly instance: XcmV1MultiassetAssetInstance;1048 } & Struct;1049 readonly type: 'None' | 'All' | 'AllFungible' | 'AllNonFungible' | 'AllAbstractFungible' | 'AllAbstractNonFungible' | 'AllConcreteFungible' | 'AllConcreteNonFungible' | 'AbstractFungible' | 'AbstractNonFungible' | 'ConcreteFungible' | 'ConcreteNonFungible';1050 }10511052 /** @name XcmV0MultiLocation (86) */1053 interface XcmV0MultiLocation extends Enum {1054 readonly isNull: boolean;1055 readonly isX1: boolean;1056 readonly asX1: XcmV0Junction;1057 readonly isX2: boolean;1058 readonly asX2: ITuple<[XcmV0Junction, XcmV0Junction]>;1059 readonly isX3: boolean;1060 readonly asX3: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction]>;1061 readonly isX4: boolean;1062 readonly asX4: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;1063 readonly isX5: boolean;1064 readonly asX5: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;1065 readonly isX6: boolean;1066 readonly asX6: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;1067 readonly isX7: boolean;1068 readonly asX7: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;1069 readonly isX8: boolean;1070 readonly asX8: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;1071 readonly type: 'Null' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';1072 }10731074 /** @name XcmV0Junction (87) */1075 interface XcmV0Junction extends Enum {1076 readonly isParent: boolean;1077 readonly isParachain: boolean;1078 readonly asParachain: Compact<u32>;1079 readonly isAccountId32: boolean;1080 readonly asAccountId32: {1081 readonly network: XcmV0JunctionNetworkId;1082 readonly id: U8aFixed;1083 } & Struct;1084 readonly isAccountIndex64: boolean;1085 readonly asAccountIndex64: {1086 readonly network: XcmV0JunctionNetworkId;1087 readonly index: Compact<u64>;1088 } & Struct;1089 readonly isAccountKey20: boolean;1090 readonly asAccountKey20: {1091 readonly network: XcmV0JunctionNetworkId;1092 readonly key: U8aFixed;1093 } & Struct;1094 readonly isPalletInstance: boolean;1095 readonly asPalletInstance: u8;1096 readonly isGeneralIndex: boolean;1097 readonly asGeneralIndex: Compact<u128>;1098 readonly isGeneralKey: boolean;1099 readonly asGeneralKey: Bytes;1100 readonly isOnlyChild: boolean;1101 readonly isPlurality: boolean;1102 readonly asPlurality: {1103 readonly id: XcmV0JunctionBodyId;1104 readonly part: XcmV0JunctionBodyPart;1105 } & Struct;1106 readonly type: 'Parent' | 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';1107 }11081109 /** @name XcmVersionedMultiLocation (88) */1110 interface XcmVersionedMultiLocation extends Enum {1111 readonly isV0: boolean;1112 readonly asV0: XcmV0MultiLocation;1113 readonly isV1: boolean;1114 readonly asV1: XcmV1MultiLocation;1115 readonly type: 'V0' | 'V1';1116 }11171118 /** @name CumulusPalletXcmEvent (89) */1119 interface CumulusPalletXcmEvent extends Enum {1120 readonly isInvalidFormat: boolean;1121 readonly asInvalidFormat: U8aFixed;1122 readonly isUnsupportedVersion: boolean;1123 readonly asUnsupportedVersion: U8aFixed;1124 readonly isExecutedDownward: boolean;1125 readonly asExecutedDownward: ITuple<[U8aFixed, XcmV2TraitsOutcome]>;1126 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';1127 }11281129 /** @name CumulusPalletDmpQueueEvent (90) */1130 interface CumulusPalletDmpQueueEvent extends Enum {1131 readonly isInvalidFormat: boolean;1132 readonly asInvalidFormat: {1133 readonly messageId: U8aFixed;1134 } & Struct;1135 readonly isUnsupportedVersion: boolean;1136 readonly asUnsupportedVersion: {1137 readonly messageId: U8aFixed;1138 } & Struct;1139 readonly isExecutedDownward: boolean;1140 readonly asExecutedDownward: {1141 readonly messageId: U8aFixed;1142 readonly outcome: XcmV2TraitsOutcome;1143 } & Struct;1144 readonly isWeightExhausted: boolean;1145 readonly asWeightExhausted: {1146 readonly messageId: U8aFixed;1147 readonly remainingWeight: SpWeightsWeightV2Weight;1148 readonly requiredWeight: SpWeightsWeightV2Weight;1149 } & Struct;1150 readonly isOverweightEnqueued: boolean;1151 readonly asOverweightEnqueued: {1152 readonly messageId: U8aFixed;1153 readonly overweightIndex: u64;1154 readonly requiredWeight: SpWeightsWeightV2Weight;1155 } & Struct;1156 readonly isOverweightServiced: boolean;1157 readonly asOverweightServiced: {1158 readonly overweightIndex: u64;1159 readonly weightUsed: SpWeightsWeightV2Weight;1160 } & Struct;1161 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';1162 }11631164 /** @name PalletCommonEvent (91) */1165 interface PalletCommonEvent extends Enum {1166 readonly isCollectionCreated: boolean;1167 readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;1168 readonly isCollectionDestroyed: boolean;1169 readonly asCollectionDestroyed: u32;1170 readonly isItemCreated: boolean;1171 readonly asItemCreated: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1172 readonly isItemDestroyed: boolean;1173 readonly asItemDestroyed: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1174 readonly isTransfer: boolean;1175 readonly asTransfer: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1176 readonly isApproved: boolean;1177 readonly asApproved: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1178 readonly isApprovedForAll: boolean;1179 readonly asApprovedForAll: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, bool]>;1180 readonly isCollectionPropertySet: boolean;1181 readonly asCollectionPropertySet: ITuple<[u32, Bytes]>;1182 readonly isCollectionPropertyDeleted: boolean;1183 readonly asCollectionPropertyDeleted: ITuple<[u32, Bytes]>;1184 readonly isTokenPropertySet: boolean;1185 readonly asTokenPropertySet: ITuple<[u32, u32, Bytes]>;1186 readonly isTokenPropertyDeleted: boolean;1187 readonly asTokenPropertyDeleted: ITuple<[u32, u32, Bytes]>;1188 readonly isPropertyPermissionSet: boolean;1189 readonly asPropertyPermissionSet: ITuple<[u32, Bytes]>;1190 readonly isAllowListAddressAdded: boolean;1191 readonly asAllowListAddressAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1192 readonly isAllowListAddressRemoved: boolean;1193 readonly asAllowListAddressRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1194 readonly isCollectionAdminAdded: boolean;1195 readonly asCollectionAdminAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1196 readonly isCollectionAdminRemoved: boolean;1197 readonly asCollectionAdminRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1198 readonly isCollectionLimitSet: boolean;1199 readonly asCollectionLimitSet: u32;1200 readonly isCollectionOwnerChanged: boolean;1201 readonly asCollectionOwnerChanged: ITuple<[u32, AccountId32]>;1202 readonly isCollectionPermissionSet: boolean;1203 readonly asCollectionPermissionSet: u32;1204 readonly isCollectionSponsorSet: boolean;1205 readonly asCollectionSponsorSet: ITuple<[u32, AccountId32]>;1206 readonly isSponsorshipConfirmed: boolean;1207 readonly asSponsorshipConfirmed: ITuple<[u32, AccountId32]>;1208 readonly isCollectionSponsorRemoved: boolean;1209 readonly asCollectionSponsorRemoved: u32;1210 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved' | 'ApprovedForAll' | 'CollectionPropertySet' | 'CollectionPropertyDeleted' | 'TokenPropertySet' | 'TokenPropertyDeleted' | 'PropertyPermissionSet' | 'AllowListAddressAdded' | 'AllowListAddressRemoved' | 'CollectionAdminAdded' | 'CollectionAdminRemoved' | 'CollectionLimitSet' | 'CollectionOwnerChanged' | 'CollectionPermissionSet' | 'CollectionSponsorSet' | 'SponsorshipConfirmed' | 'CollectionSponsorRemoved';1211 }12121213 /** @name PalletEvmAccountBasicCrossAccountIdRepr (94) */1214 interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {1215 readonly isSubstrate: boolean;1216 readonly asSubstrate: AccountId32;1217 readonly isEthereum: boolean;1218 readonly asEthereum: H160;1219 readonly type: 'Substrate' | 'Ethereum';1220 }12211222 /** @name PalletStructureEvent (98) */1223 interface PalletStructureEvent extends Enum {1224 readonly isExecuted: boolean;1225 readonly asExecuted: Result<Null, SpRuntimeDispatchError>;1226 readonly type: 'Executed';1227 }12281229 /** @name PalletRmrkCoreEvent (99) */1230 interface PalletRmrkCoreEvent extends Enum {1231 readonly isCollectionCreated: boolean;1232 readonly asCollectionCreated: {1233 readonly issuer: AccountId32;1234 readonly collectionId: u32;1235 } & Struct;1236 readonly isCollectionDestroyed: boolean;1237 readonly asCollectionDestroyed: {1238 readonly issuer: AccountId32;1239 readonly collectionId: u32;1240 } & Struct;1241 readonly isIssuerChanged: boolean;1242 readonly asIssuerChanged: {1243 readonly oldIssuer: AccountId32;1244 readonly newIssuer: AccountId32;1245 readonly collectionId: u32;1246 } & Struct;1247 readonly isCollectionLocked: boolean;1248 readonly asCollectionLocked: {1249 readonly issuer: AccountId32;1250 readonly collectionId: u32;1251 } & Struct;1252 readonly isNftMinted: boolean;1253 readonly asNftMinted: {1254 readonly owner: AccountId32;1255 readonly collectionId: u32;1256 readonly nftId: u32;1257 } & Struct;1258 readonly isNftBurned: boolean;1259 readonly asNftBurned: {1260 readonly owner: AccountId32;1261 readonly nftId: u32;1262 } & Struct;1263 readonly isNftSent: boolean;1264 readonly asNftSent: {1265 readonly sender: AccountId32;1266 readonly recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple;1267 readonly collectionId: u32;1268 readonly nftId: u32;1269 readonly approvalRequired: bool;1270 } & Struct;1271 readonly isNftAccepted: boolean;1272 readonly asNftAccepted: {1273 readonly sender: AccountId32;1274 readonly recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple;1275 readonly collectionId: u32;1276 readonly nftId: u32;1277 } & Struct;1278 readonly isNftRejected: boolean;1279 readonly asNftRejected: {1280 readonly sender: AccountId32;1281 readonly collectionId: u32;1282 readonly nftId: u32;1283 } & Struct;1284 readonly isPropertySet: boolean;1285 readonly asPropertySet: {1286 readonly collectionId: u32;1287 readonly maybeNftId: Option<u32>;1288 readonly key: Bytes;1289 readonly value: Bytes;1290 } & Struct;1291 readonly isResourceAdded: boolean;1292 readonly asResourceAdded: {1293 readonly nftId: u32;1294 readonly resourceId: u32;1295 } & Struct;1296 readonly isResourceRemoval: boolean;1297 readonly asResourceRemoval: {1298 readonly nftId: u32;1299 readonly resourceId: u32;1300 } & Struct;1301 readonly isResourceAccepted: boolean;1302 readonly asResourceAccepted: {1303 readonly nftId: u32;1304 readonly resourceId: u32;1305 } & Struct;1306 readonly isResourceRemovalAccepted: boolean;1307 readonly asResourceRemovalAccepted: {1308 readonly nftId: u32;1309 readonly resourceId: u32;1310 } & Struct;1311 readonly isPrioritySet: boolean;1312 readonly asPrioritySet: {1313 readonly collectionId: u32;1314 readonly nftId: u32;1315 } & Struct;1316 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'IssuerChanged' | 'CollectionLocked' | 'NftMinted' | 'NftBurned' | 'NftSent' | 'NftAccepted' | 'NftRejected' | 'PropertySet' | 'ResourceAdded' | 'ResourceRemoval' | 'ResourceAccepted' | 'ResourceRemovalAccepted' | 'PrioritySet';1317 }13181319 /** @name RmrkTraitsNftAccountIdOrCollectionNftTuple (100) */1320 interface RmrkTraitsNftAccountIdOrCollectionNftTuple extends Enum {1321 readonly isAccountId: boolean;1322 readonly asAccountId: AccountId32;1323 readonly isCollectionAndNftTuple: boolean;1324 readonly asCollectionAndNftTuple: ITuple<[u32, u32]>;1325 readonly type: 'AccountId' | 'CollectionAndNftTuple';1326 }13271328 /** @name PalletRmrkEquipEvent (104) */1329 interface PalletRmrkEquipEvent extends Enum {1330 readonly isBaseCreated: boolean;1331 readonly asBaseCreated: {1332 readonly issuer: AccountId32;1333 readonly baseId: u32;1334 } & Struct;1335 readonly isEquippablesUpdated: boolean;1336 readonly asEquippablesUpdated: {1337 readonly baseId: u32;1338 readonly slotId: u32;1339 } & Struct;1340 readonly type: 'BaseCreated' | 'EquippablesUpdated';1341 }13421343 /** @name PalletAppPromotionEvent (105) */1344 interface PalletAppPromotionEvent extends Enum {1345 readonly isStakingRecalculation: boolean;1346 readonly asStakingRecalculation: ITuple<[AccountId32, u128, u128]>;1347 readonly isStake: boolean;1348 readonly asStake: ITuple<[AccountId32, u128]>;1349 readonly isUnstake: boolean;1350 readonly asUnstake: ITuple<[AccountId32, u128]>;1351 readonly isSetAdmin: boolean;1352 readonly asSetAdmin: AccountId32;1353 readonly type: 'StakingRecalculation' | 'Stake' | 'Unstake' | 'SetAdmin';1354 }13551356 /** @name PalletForeignAssetsModuleEvent (106) */1357 interface PalletForeignAssetsModuleEvent extends Enum {1358 readonly isForeignAssetRegistered: boolean;1359 readonly asForeignAssetRegistered: {1360 readonly assetId: u32;1361 readonly assetAddress: XcmV1MultiLocation;1362 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1363 } & Struct;1364 readonly isForeignAssetUpdated: boolean;1365 readonly asForeignAssetUpdated: {1366 readonly assetId: u32;1367 readonly assetAddress: XcmV1MultiLocation;1368 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1369 } & Struct;1370 readonly isAssetRegistered: boolean;1371 readonly asAssetRegistered: {1372 readonly assetId: PalletForeignAssetsAssetIds;1373 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1374 } & Struct;1375 readonly isAssetUpdated: boolean;1376 readonly asAssetUpdated: {1377 readonly assetId: PalletForeignAssetsAssetIds;1378 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1379 } & Struct;1380 readonly type: 'ForeignAssetRegistered' | 'ForeignAssetUpdated' | 'AssetRegistered' | 'AssetUpdated';1381 }13821383 /** @name PalletForeignAssetsModuleAssetMetadata (107) */1384 interface PalletForeignAssetsModuleAssetMetadata extends Struct {1385 readonly name: Bytes;1386 readonly symbol: Bytes;1387 readonly decimals: u8;1388 readonly minimalBalance: u128;1389 }13901391 /** @name PalletEvmEvent (108) */1392 interface PalletEvmEvent extends Enum {1393 readonly isLog: boolean;1394 readonly asLog: {1395 readonly log: EthereumLog;1396 } & Struct;1397 readonly isCreated: boolean;1398 readonly asCreated: {1399 readonly address: H160;1400 } & Struct;1401 readonly isCreatedFailed: boolean;1402 readonly asCreatedFailed: {1403 readonly address: H160;1404 } & Struct;1405 readonly isExecuted: boolean;1406 readonly asExecuted: {1407 readonly address: H160;1408 } & Struct;1409 readonly isExecutedFailed: boolean;1410 readonly asExecutedFailed: {1411 readonly address: H160;1412 } & Struct;1413 readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed';1414 }14151416 /** @name EthereumLog (109) */1417 interface EthereumLog extends Struct {1418 readonly address: H160;1419 readonly topics: Vec<H256>;1420 readonly data: Bytes;1421 }14221423 /** @name PalletEthereumEvent (111) */1424 interface PalletEthereumEvent extends Enum {1425 readonly isExecuted: boolean;1426 readonly asExecuted: {1427 readonly from: H160;1428 readonly to: H160;1429 readonly transactionHash: H256;1430 readonly exitReason: EvmCoreErrorExitReason;1431 } & Struct;1432 readonly type: 'Executed';1433 }14341435 /** @name EvmCoreErrorExitReason (112) */1436 interface EvmCoreErrorExitReason extends Enum {1437 readonly isSucceed: boolean;1438 readonly asSucceed: EvmCoreErrorExitSucceed;1439 readonly isError: boolean;1440 readonly asError: EvmCoreErrorExitError;1441 readonly isRevert: boolean;1442 readonly asRevert: EvmCoreErrorExitRevert;1443 readonly isFatal: boolean;1444 readonly asFatal: EvmCoreErrorExitFatal;1445 readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';1446 }14471448 /** @name EvmCoreErrorExitSucceed (113) */1449 interface EvmCoreErrorExitSucceed extends Enum {1450 readonly isStopped: boolean;1451 readonly isReturned: boolean;1452 readonly isSuicided: boolean;1453 readonly type: 'Stopped' | 'Returned' | 'Suicided';1454 }14551456 /** @name EvmCoreErrorExitError (114) */1457 interface EvmCoreErrorExitError extends Enum {1458 readonly isStackUnderflow: boolean;1459 readonly isStackOverflow: boolean;1460 readonly isInvalidJump: boolean;1461 readonly isInvalidRange: boolean;1462 readonly isDesignatedInvalid: boolean;1463 readonly isCallTooDeep: boolean;1464 readonly isCreateCollision: boolean;1465 readonly isCreateContractLimit: boolean;1466 readonly isOutOfOffset: boolean;1467 readonly isOutOfGas: boolean;1468 readonly isOutOfFund: boolean;1469 readonly isPcUnderflow: boolean;1470 readonly isCreateEmpty: boolean;1471 readonly isOther: boolean;1472 readonly asOther: Text;1473 readonly isInvalidCode: boolean;1474 readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';1475 }14761477 /** @name EvmCoreErrorExitRevert (117) */1478 interface EvmCoreErrorExitRevert extends Enum {1479 readonly isReverted: boolean;1480 readonly type: 'Reverted';1481 }14821483 /** @name EvmCoreErrorExitFatal (118) */1484 interface EvmCoreErrorExitFatal extends Enum {1485 readonly isNotSupported: boolean;1486 readonly isUnhandledInterrupt: boolean;1487 readonly isCallErrorAsFatal: boolean;1488 readonly asCallErrorAsFatal: EvmCoreErrorExitError;1489 readonly isOther: boolean;1490 readonly asOther: Text;1491 readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';1492 }14931494 /** @name PalletEvmContractHelpersEvent (119) */1495 interface PalletEvmContractHelpersEvent extends Enum {1496 readonly isContractSponsorSet: boolean;1497 readonly asContractSponsorSet: ITuple<[H160, AccountId32]>;1498 readonly isContractSponsorshipConfirmed: boolean;1499 readonly asContractSponsorshipConfirmed: ITuple<[H160, AccountId32]>;1500 readonly isContractSponsorRemoved: boolean;1501 readonly asContractSponsorRemoved: H160;1502 readonly type: 'ContractSponsorSet' | 'ContractSponsorshipConfirmed' | 'ContractSponsorRemoved';1503 }15041505 /** @name PalletEvmMigrationEvent (120) */1506 interface PalletEvmMigrationEvent extends Enum {1507 readonly isTestEvent: boolean;1508 readonly type: 'TestEvent';1509 }15101511 /** @name PalletMaintenanceEvent (121) */1512 interface PalletMaintenanceEvent extends Enum {1513 readonly isMaintenanceEnabled: boolean;1514 readonly isMaintenanceDisabled: boolean;1515 readonly type: 'MaintenanceEnabled' | 'MaintenanceDisabled';1516 }15171518 /** @name PalletTestUtilsEvent (122) */1519 interface PalletTestUtilsEvent extends Enum {1520 readonly isValueIsSet: boolean;1521 readonly isShouldRollback: boolean;1522 readonly isBatchCompleted: boolean;1523 readonly type: 'ValueIsSet' | 'ShouldRollback' | 'BatchCompleted';1524 }15251526 /** @name FrameSystemPhase (123) */1527 interface FrameSystemPhase extends Enum {1528 readonly isApplyExtrinsic: boolean;1529 readonly asApplyExtrinsic: u32;1530 readonly isFinalization: boolean;1531 readonly isInitialization: boolean;1532 readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';1533 }15341535 /** @name FrameSystemLastRuntimeUpgradeInfo (126) */1536 interface FrameSystemLastRuntimeUpgradeInfo extends Struct {1537 readonly specVersion: Compact<u32>;1538 readonly specName: Text;1539 }15401541 /** @name FrameSystemCall (127) */1542 interface FrameSystemCall extends Enum {1543 readonly isFillBlock: boolean;1544 readonly asFillBlock: {1545 readonly ratio: Perbill;1546 } & Struct;1547 readonly isRemark: boolean;1548 readonly asRemark: {1549 readonly remark: Bytes;1550 } & Struct;1551 readonly isSetHeapPages: boolean;1552 readonly asSetHeapPages: {1553 readonly pages: u64;1554 } & Struct;1555 readonly isSetCode: boolean;1556 readonly asSetCode: {1557 readonly code: Bytes;1558 } & Struct;1559 readonly isSetCodeWithoutChecks: boolean;1560 readonly asSetCodeWithoutChecks: {1561 readonly code: Bytes;1562 } & Struct;1563 readonly isSetStorage: boolean;1564 readonly asSetStorage: {1565 readonly items: Vec<ITuple<[Bytes, Bytes]>>;1566 } & Struct;1567 readonly isKillStorage: boolean;1568 readonly asKillStorage: {1569 readonly keys_: Vec<Bytes>;1570 } & Struct;1571 readonly isKillPrefix: boolean;1572 readonly asKillPrefix: {1573 readonly prefix: Bytes;1574 readonly subkeys: u32;1575 } & Struct;1576 readonly isRemarkWithEvent: boolean;1577 readonly asRemarkWithEvent: {1578 readonly remark: Bytes;1579 } & Struct;1580 readonly type: 'FillBlock' | 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';1581 }15821583 /** @name FrameSystemLimitsBlockWeights (132) */1584 interface FrameSystemLimitsBlockWeights extends Struct {1585 readonly baseBlock: SpWeightsWeightV2Weight;1586 readonly maxBlock: SpWeightsWeightV2Weight;1587 readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;1588 }15891590 /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (133) */1591 interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {1592 readonly normal: FrameSystemLimitsWeightsPerClass;1593 readonly operational: FrameSystemLimitsWeightsPerClass;1594 readonly mandatory: FrameSystemLimitsWeightsPerClass;1595 }15961597 /** @name FrameSystemLimitsWeightsPerClass (134) */1598 interface FrameSystemLimitsWeightsPerClass extends Struct {1599 readonly baseExtrinsic: SpWeightsWeightV2Weight;1600 readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;1601 readonly maxTotal: Option<SpWeightsWeightV2Weight>;1602 readonly reserved: Option<SpWeightsWeightV2Weight>;1603 }16041605 /** @name FrameSystemLimitsBlockLength (136) */1606 interface FrameSystemLimitsBlockLength extends Struct {1607 readonly max: FrameSupportDispatchPerDispatchClassU32;1608 }16091610 /** @name FrameSupportDispatchPerDispatchClassU32 (137) */1611 interface FrameSupportDispatchPerDispatchClassU32 extends Struct {1612 readonly normal: u32;1613 readonly operational: u32;1614 readonly mandatory: u32;1615 }16161617 /** @name SpWeightsRuntimeDbWeight (138) */1618 interface SpWeightsRuntimeDbWeight extends Struct {1619 readonly read: u64;1620 readonly write: u64;1621 }16221623 /** @name SpVersionRuntimeVersion (139) */1624 interface SpVersionRuntimeVersion extends Struct {1625 readonly specName: Text;1626 readonly implName: Text;1627 readonly authoringVersion: u32;1628 readonly specVersion: u32;1629 readonly implVersion: u32;1630 readonly apis: Vec<ITuple<[U8aFixed, u32]>>;1631 readonly transactionVersion: u32;1632 readonly stateVersion: u8;1633 }16341635 /** @name FrameSystemError (144) */1636 interface FrameSystemError extends Enum {1637 readonly isInvalidSpecName: boolean;1638 readonly isSpecVersionNeedsToIncrease: boolean;1639 readonly isFailedToExtractRuntimeVersion: boolean;1640 readonly isNonDefaultComposite: boolean;1641 readonly isNonZeroRefCount: boolean;1642 readonly isCallFiltered: boolean;1643 readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';1644 }16451646 /** @name PolkadotPrimitivesV2PersistedValidationData (145) */1647 interface PolkadotPrimitivesV2PersistedValidationData extends Struct {1648 readonly parentHead: Bytes;1649 readonly relayParentNumber: u32;1650 readonly relayParentStorageRoot: H256;1651 readonly maxPovSize: u32;1652 }16531654 /** @name PolkadotPrimitivesV2UpgradeRestriction (148) */1655 interface PolkadotPrimitivesV2UpgradeRestriction extends Enum {1656 readonly isPresent: boolean;1657 readonly type: 'Present';1658 }16591660 /** @name SpTrieStorageProof (149) */1661 interface SpTrieStorageProof extends Struct {1662 readonly trieNodes: BTreeSet<Bytes>;1663 }16641665 /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (151) */1666 interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {1667 readonly dmqMqcHead: H256;1668 readonly relayDispatchQueueSize: ITuple<[u32, u32]>;1669 readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;1670 readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;1671 }16721673 /** @name PolkadotPrimitivesV2AbridgedHrmpChannel (154) */1674 interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct {1675 readonly maxCapacity: u32;1676 readonly maxTotalSize: u32;1677 readonly maxMessageSize: u32;1678 readonly msgCount: u32;1679 readonly totalSize: u32;1680 readonly mqcHead: Option<H256>;1681 }16821683 /** @name PolkadotPrimitivesV2AbridgedHostConfiguration (155) */1684 interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct {1685 readonly maxCodeSize: u32;1686 readonly maxHeadDataSize: u32;1687 readonly maxUpwardQueueCount: u32;1688 readonly maxUpwardQueueSize: u32;1689 readonly maxUpwardMessageSize: u32;1690 readonly maxUpwardMessageNumPerCandidate: u32;1691 readonly hrmpMaxMessageNumPerCandidate: u32;1692 readonly validationUpgradeCooldown: u32;1693 readonly validationUpgradeDelay: u32;1694 }16951696 /** @name PolkadotCorePrimitivesOutboundHrmpMessage (161) */1697 interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {1698 readonly recipient: u32;1699 readonly data: Bytes;1700 }17011702 /** @name CumulusPalletParachainSystemCall (162) */1703 interface CumulusPalletParachainSystemCall extends Enum {1704 readonly isSetValidationData: boolean;1705 readonly asSetValidationData: {1706 readonly data: CumulusPrimitivesParachainInherentParachainInherentData;1707 } & Struct;1708 readonly isSudoSendUpwardMessage: boolean;1709 readonly asSudoSendUpwardMessage: {1710 readonly message: Bytes;1711 } & Struct;1712 readonly isAuthorizeUpgrade: boolean;1713 readonly asAuthorizeUpgrade: {1714 readonly codeHash: H256;1715 } & Struct;1716 readonly isEnactAuthorizedUpgrade: boolean;1717 readonly asEnactAuthorizedUpgrade: {1718 readonly code: Bytes;1719 } & Struct;1720 readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';1721 }17221723 /** @name CumulusPrimitivesParachainInherentParachainInherentData (163) */1724 interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {1725 readonly validationData: PolkadotPrimitivesV2PersistedValidationData;1726 readonly relayChainState: SpTrieStorageProof;1727 readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;1728 readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;1729 }17301731 /** @name PolkadotCorePrimitivesInboundDownwardMessage (165) */1732 interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {1733 readonly sentAt: u32;1734 readonly msg: Bytes;1735 }17361737 /** @name PolkadotCorePrimitivesInboundHrmpMessage (168) */1738 interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {1739 readonly sentAt: u32;1740 readonly data: Bytes;1741 }17421743 /** @name CumulusPalletParachainSystemError (171) */1744 interface CumulusPalletParachainSystemError extends Enum {1745 readonly isOverlappingUpgrades: boolean;1746 readonly isProhibitedByPolkadot: boolean;1747 readonly isTooBig: boolean;1748 readonly isValidationDataNotAvailable: boolean;1749 readonly isHostConfigurationNotAvailable: boolean;1750 readonly isNotScheduled: boolean;1751 readonly isNothingAuthorized: boolean;1752 readonly isUnauthorized: boolean;1753 readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';1754 }17551756 /** @name PalletAuthorshipUncleEntryItem (173) */1757 interface PalletAuthorshipUncleEntryItem extends Enum {1758 readonly isInclusionHeight: boolean;1759 readonly asInclusionHeight: u32;1760 readonly isUncle: boolean;1761 readonly asUncle: ITuple<[H256, Option<AccountId32>]>;1762 readonly type: 'InclusionHeight' | 'Uncle';1763 }17641765 /** @name PalletAuthorshipCall (175) */1766 interface PalletAuthorshipCall extends Enum {1767 readonly isSetUncles: boolean;1768 readonly asSetUncles: {1769 readonly newUncles: Vec<SpRuntimeHeader>;1770 } & Struct;1771 readonly type: 'SetUncles';1772 }17731774 /** @name SpRuntimeHeader (177) */1775 interface SpRuntimeHeader extends Struct {1776 readonly parentHash: H256;1777 readonly number: Compact<u32>;1778 readonly stateRoot: H256;1779 readonly extrinsicsRoot: H256;1780 readonly digest: SpRuntimeDigest;1781 }17821783 /** @name SpRuntimeBlakeTwo256 (178) */1784 type SpRuntimeBlakeTwo256 = Null;17851786 /** @name PalletAuthorshipError (179) */1787 interface PalletAuthorshipError extends Enum {1788 readonly isInvalidUncleParent: boolean;1789 readonly isUnclesAlreadySet: boolean;1790 readonly isTooManyUncles: boolean;1791 readonly isGenesisUncle: boolean;1792 readonly isTooHighUncle: boolean;1793 readonly isUncleAlreadyIncluded: boolean;1794 readonly isOldUncle: boolean;1795 readonly type: 'InvalidUncleParent' | 'UnclesAlreadySet' | 'TooManyUncles' | 'GenesisUncle' | 'TooHighUncle' | 'UncleAlreadyIncluded' | 'OldUncle';1796 }17971798 /** @name PalletCollatorSelectionCall (182) */1799 interface PalletCollatorSelectionCall extends Enum {1800 readonly isAddInvulnerable: boolean;1801 readonly asAddInvulnerable: {1802 readonly new_: AccountId32;1803 } & Struct;1804 readonly isRemoveInvulnerable: boolean;1805 readonly asRemoveInvulnerable: {1806 readonly who: AccountId32;1807 } & Struct;1808 readonly isSetDesiredCollators: boolean;1809 readonly asSetDesiredCollators: {1810 readonly max: u32;1811 } & Struct;1812 readonly isSetLicenseBond: boolean;1813 readonly asSetLicenseBond: {1814 readonly bond: u128;1815 } & Struct;1816 readonly isSetKickThreshold: boolean;1817 readonly asSetKickThreshold: {1818 readonly kickThreshold: u32;1819 } & Struct;1820 readonly isGetLicense: boolean;1821 readonly isOnboard: boolean;1822 readonly isOffboard: boolean;1823 readonly isReleaseLicense: boolean;1824 readonly isForceRevokeLicense: boolean;1825 readonly asForceRevokeLicense: {1826 readonly who: AccountId32;1827 } & Struct;1828 readonly type: 'AddInvulnerable' | 'RemoveInvulnerable' | 'SetDesiredCollators' | 'SetLicenseBond' | 'SetKickThreshold' | 'GetLicense' | 'Onboard' | 'Offboard' | 'ReleaseLicense' | 'ForceRevokeLicense';1829 }18301831 /** @name PalletCollatorSelectionError (183) */1832 interface PalletCollatorSelectionError extends Enum {1833 readonly isTooManyCandidates: boolean;1834 readonly isUnknown: boolean;1835 readonly isPermission: boolean;1836 readonly isAlreadyHoldingLicense: boolean;1837 readonly isNoLicense: boolean;1838 readonly isAlreadyCandidate: boolean;1839 readonly isNotCandidate: boolean;1840 readonly isTooManyInvulnerables: boolean;1841 readonly isTooFewInvulnerables: boolean;1842 readonly isAlreadyInvulnerable: boolean;1843 readonly isNotInvulnerable: boolean;1844 readonly isNoAssociatedValidatorId: boolean;1845 readonly isValidatorNotRegistered: boolean;1846 readonly type: 'TooManyCandidates' | 'Unknown' | 'Permission' | 'AlreadyHoldingLicense' | 'NoLicense' | 'AlreadyCandidate' | 'NotCandidate' | 'TooManyInvulnerables' | 'TooFewInvulnerables' | 'AlreadyInvulnerable' | 'NotInvulnerable' | 'NoAssociatedValidatorId' | 'ValidatorNotRegistered';1847 }18481849 /** @name OpalRuntimeRuntimeCommonSessionKeys (186) */1850 interface OpalRuntimeRuntimeCommonSessionKeys extends Struct {1851 readonly aura: SpConsensusAuraSr25519AppSr25519Public;1852 }18531854 /** @name SpConsensusAuraSr25519AppSr25519Public (187) */1855 interface SpConsensusAuraSr25519AppSr25519Public extends SpCoreSr25519Public {}18561857 /** @name SpCoreSr25519Public (188) */1858 interface SpCoreSr25519Public extends U8aFixed {}18591860 /** @name SpCoreCryptoKeyTypeId (191) */1861 interface SpCoreCryptoKeyTypeId extends U8aFixed {}18621863 /** @name PalletSessionCall (192) */1864 interface PalletSessionCall extends Enum {1865 readonly isSetKeys: boolean;1866 readonly asSetKeys: {1867 readonly keys_: OpalRuntimeRuntimeCommonSessionKeys;1868 readonly proof: Bytes;1869 } & Struct;1870 readonly isPurgeKeys: boolean;1871 readonly type: 'SetKeys' | 'PurgeKeys';1872 }18731874 /** @name PalletSessionError (193) */1875 interface PalletSessionError extends Enum {1876 readonly isInvalidProof: boolean;1877 readonly isNoAssociatedValidatorId: boolean;1878 readonly isDuplicatedKey: boolean;1879 readonly isNoKeys: boolean;1880 readonly isNoAccount: boolean;1881 readonly type: 'InvalidProof' | 'NoAssociatedValidatorId' | 'DuplicatedKey' | 'NoKeys' | 'NoAccount';1882 }18831884 /** @name PalletBalancesBalanceLock (195) */1885 interface PalletBalancesBalanceLock extends Struct {1886 readonly id: U8aFixed;1887 readonly amount: u128;1888 readonly reasons: PalletBalancesReasons;1889 }18901891 /** @name PalletBalancesReasons (196) */1892 interface PalletBalancesReasons extends Enum {1893 readonly isFee: boolean;1894 readonly isMisc: boolean;1895 readonly isAll: boolean;1896 readonly type: 'Fee' | 'Misc' | 'All';1897 }18981899 /** @name PalletBalancesReserveData (199) */1900 interface PalletBalancesReserveData extends Struct {1901 readonly id: U8aFixed;1902 readonly amount: u128;1903 }19041905 /** @name PalletBalancesReleases (201) */1906 interface PalletBalancesReleases extends Enum {1907 readonly isV100: boolean;1908 readonly isV200: boolean;1909 readonly type: 'V100' | 'V200';1910 }19111912 /** @name PalletBalancesCall (202) */1913 interface PalletBalancesCall extends Enum {1914 readonly isTransfer: boolean;1915 readonly asTransfer: {1916 readonly dest: MultiAddress;1917 readonly value: Compact<u128>;1918 } & Struct;1919 readonly isSetBalance: boolean;1920 readonly asSetBalance: {1921 readonly who: MultiAddress;1922 readonly newFree: Compact<u128>;1923 readonly newReserved: Compact<u128>;1924 } & Struct;1925 readonly isForceTransfer: boolean;1926 readonly asForceTransfer: {1927 readonly source: MultiAddress;1928 readonly dest: MultiAddress;1929 readonly value: Compact<u128>;1930 } & Struct;1931 readonly isTransferKeepAlive: boolean;1932 readonly asTransferKeepAlive: {1933 readonly dest: MultiAddress;1934 readonly value: Compact<u128>;1935 } & Struct;1936 readonly isTransferAll: boolean;1937 readonly asTransferAll: {1938 readonly dest: MultiAddress;1939 readonly keepAlive: bool;1940 } & Struct;1941 readonly isForceUnreserve: boolean;1942 readonly asForceUnreserve: {1943 readonly who: MultiAddress;1944 readonly amount: u128;1945 } & Struct;1946 readonly type: 'Transfer' | 'SetBalance' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve';1947 }19481949 /** @name PalletBalancesError (205) */1950 interface PalletBalancesError extends Enum {1951 readonly isVestingBalance: boolean;1952 readonly isLiquidityRestrictions: boolean;1953 readonly isInsufficientBalance: boolean;1954 readonly isExistentialDeposit: boolean;1955 readonly isKeepAlive: boolean;1956 readonly isExistingVestingSchedule: boolean;1957 readonly isDeadAccount: boolean;1958 readonly isTooManyReserves: boolean;1959 readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'KeepAlive' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves';1960 }19611962 /** @name PalletTimestampCall (207) */1963 interface PalletTimestampCall extends Enum {1964 readonly isSet: boolean;1965 readonly asSet: {1966 readonly now: Compact<u64>;1967 } & Struct;1968 readonly type: 'Set';1969 }19701971 /** @name PalletTransactionPaymentReleases (209) */1972 interface PalletTransactionPaymentReleases extends Enum {1973 readonly isV1Ancient: boolean;1974 readonly isV2: boolean;1975 readonly type: 'V1Ancient' | 'V2';1976 }19771978 /** @name PalletTreasuryProposal (210) */1979 interface PalletTreasuryProposal extends Struct {1980 readonly proposer: AccountId32;1981 readonly value: u128;1982 readonly beneficiary: AccountId32;1983 readonly bond: u128;1984 }19851986 /** @name PalletTreasuryCall (212) */1987 interface PalletTreasuryCall extends Enum {1988 readonly isProposeSpend: boolean;1989 readonly asProposeSpend: {1990 readonly value: Compact<u128>;1991 readonly beneficiary: MultiAddress;1992 } & Struct;1993 readonly isRejectProposal: boolean;1994 readonly asRejectProposal: {1995 readonly proposalId: Compact<u32>;1996 } & Struct;1997 readonly isApproveProposal: boolean;1998 readonly asApproveProposal: {1999 readonly proposalId: Compact<u32>;2000 } & Struct;2001 readonly isSpend: boolean;2002 readonly asSpend: {2003 readonly amount: Compact<u128>;2004 readonly beneficiary: MultiAddress;2005 } & Struct;2006 readonly isRemoveApproval: boolean;2007 readonly asRemoveApproval: {2008 readonly proposalId: Compact<u32>;2009 } & Struct;2010 readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal' | 'Spend' | 'RemoveApproval';2011 }20122013 /** @name FrameSupportPalletId (215) */2014 interface FrameSupportPalletId extends U8aFixed {}20152016 /** @name PalletTreasuryError (216) */2017 interface PalletTreasuryError extends Enum {2018 readonly isInsufficientProposersBalance: boolean;2019 readonly isInvalidIndex: boolean;2020 readonly isTooManyApprovals: boolean;2021 readonly isInsufficientPermission: boolean;2022 readonly isProposalNotApproved: boolean;2023 readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals' | 'InsufficientPermission' | 'ProposalNotApproved';2024 }20252026 /** @name PalletSudoCall (217) */2027 interface PalletSudoCall extends Enum {2028 readonly isSudo: boolean;2029 readonly asSudo: {2030 readonly call: Call;2031 } & Struct;2032 readonly isSudoUncheckedWeight: boolean;2033 readonly asSudoUncheckedWeight: {2034 readonly call: Call;2035 readonly weight: SpWeightsWeightV2Weight;2036 } & Struct;2037 readonly isSetKey: boolean;2038 readonly asSetKey: {2039 readonly new_: MultiAddress;2040 } & Struct;2041 readonly isSudoAs: boolean;2042 readonly asSudoAs: {2043 readonly who: MultiAddress;2044 readonly call: Call;2045 } & Struct;2046 readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';2047 }20482049 /** @name OrmlVestingModuleCall (219) */2050 interface OrmlVestingModuleCall extends Enum {2051 readonly isClaim: boolean;2052 readonly isVestedTransfer: boolean;2053 readonly asVestedTransfer: {2054 readonly dest: MultiAddress;2055 readonly schedule: OrmlVestingVestingSchedule;2056 } & Struct;2057 readonly isUpdateVestingSchedules: boolean;2058 readonly asUpdateVestingSchedules: {2059 readonly who: MultiAddress;2060 readonly vestingSchedules: Vec<OrmlVestingVestingSchedule>;2061 } & Struct;2062 readonly isClaimFor: boolean;2063 readonly asClaimFor: {2064 readonly dest: MultiAddress;2065 } & Struct;2066 readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';2067 }20682069 /** @name OrmlXtokensModuleCall (221) */2070 interface OrmlXtokensModuleCall extends Enum {2071 readonly isTransfer: boolean;2072 readonly asTransfer: {2073 readonly currencyId: PalletForeignAssetsAssetIds;2074 readonly amount: u128;2075 readonly dest: XcmVersionedMultiLocation;2076 readonly destWeightLimit: XcmV2WeightLimit;2077 } & Struct;2078 readonly isTransferMultiasset: boolean;2079 readonly asTransferMultiasset: {2080 readonly asset: XcmVersionedMultiAsset;2081 readonly dest: XcmVersionedMultiLocation;2082 readonly destWeightLimit: XcmV2WeightLimit;2083 } & Struct;2084 readonly isTransferWithFee: boolean;2085 readonly asTransferWithFee: {2086 readonly currencyId: PalletForeignAssetsAssetIds;2087 readonly amount: u128;2088 readonly fee: u128;2089 readonly dest: XcmVersionedMultiLocation;2090 readonly destWeightLimit: XcmV2WeightLimit;2091 } & Struct;2092 readonly isTransferMultiassetWithFee: boolean;2093 readonly asTransferMultiassetWithFee: {2094 readonly asset: XcmVersionedMultiAsset;2095 readonly fee: XcmVersionedMultiAsset;2096 readonly dest: XcmVersionedMultiLocation;2097 readonly destWeightLimit: XcmV2WeightLimit;2098 } & Struct;2099 readonly isTransferMulticurrencies: boolean;2100 readonly asTransferMulticurrencies: {2101 readonly currencies: Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>>;2102 readonly feeItem: u32;2103 readonly dest: XcmVersionedMultiLocation;2104 readonly destWeightLimit: XcmV2WeightLimit;2105 } & Struct;2106 readonly isTransferMultiassets: boolean;2107 readonly asTransferMultiassets: {2108 readonly assets: XcmVersionedMultiAssets;2109 readonly feeItem: u32;2110 readonly dest: XcmVersionedMultiLocation;2111 readonly destWeightLimit: XcmV2WeightLimit;2112 } & Struct;2113 readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';2114 }21152116 /** @name XcmVersionedMultiAsset (222) */2117 interface XcmVersionedMultiAsset extends Enum {2118 readonly isV0: boolean;2119 readonly asV0: XcmV0MultiAsset;2120 readonly isV1: boolean;2121 readonly asV1: XcmV1MultiAsset;2122 readonly type: 'V0' | 'V1';2123 }21242125 /** @name OrmlTokensModuleCall (225) */2126 interface OrmlTokensModuleCall extends Enum {2127 readonly isTransfer: boolean;2128 readonly asTransfer: {2129 readonly dest: MultiAddress;2130 readonly currencyId: PalletForeignAssetsAssetIds;2131 readonly amount: Compact<u128>;2132 } & Struct;2133 readonly isTransferAll: boolean;2134 readonly asTransferAll: {2135 readonly dest: MultiAddress;2136 readonly currencyId: PalletForeignAssetsAssetIds;2137 readonly keepAlive: bool;2138 } & Struct;2139 readonly isTransferKeepAlive: boolean;2140 readonly asTransferKeepAlive: {2141 readonly dest: MultiAddress;2142 readonly currencyId: PalletForeignAssetsAssetIds;2143 readonly amount: Compact<u128>;2144 } & Struct;2145 readonly isForceTransfer: boolean;2146 readonly asForceTransfer: {2147 readonly source: MultiAddress;2148 readonly dest: MultiAddress;2149 readonly currencyId: PalletForeignAssetsAssetIds;2150 readonly amount: Compact<u128>;2151 } & Struct;2152 readonly isSetBalance: boolean;2153 readonly asSetBalance: {2154 readonly who: MultiAddress;2155 readonly currencyId: PalletForeignAssetsAssetIds;2156 readonly newFree: Compact<u128>;2157 readonly newReserved: Compact<u128>;2158 } & Struct;2159 readonly type: 'Transfer' | 'TransferAll' | 'TransferKeepAlive' | 'ForceTransfer' | 'SetBalance';2160 }21612162 /** @name CumulusPalletXcmpQueueCall (226) */2163 interface CumulusPalletXcmpQueueCall extends Enum {2164 readonly isServiceOverweight: boolean;2165 readonly asServiceOverweight: {2166 readonly index: u64;2167 readonly weightLimit: u64;2168 } & Struct;2169 readonly isSuspendXcmExecution: boolean;2170 readonly isResumeXcmExecution: boolean;2171 readonly isUpdateSuspendThreshold: boolean;2172 readonly asUpdateSuspendThreshold: {2173 readonly new_: u32;2174 } & Struct;2175 readonly isUpdateDropThreshold: boolean;2176 readonly asUpdateDropThreshold: {2177 readonly new_: u32;2178 } & Struct;2179 readonly isUpdateResumeThreshold: boolean;2180 readonly asUpdateResumeThreshold: {2181 readonly new_: u32;2182 } & Struct;2183 readonly isUpdateThresholdWeight: boolean;2184 readonly asUpdateThresholdWeight: {2185 readonly new_: u64;2186 } & Struct;2187 readonly isUpdateWeightRestrictDecay: boolean;2188 readonly asUpdateWeightRestrictDecay: {2189 readonly new_: u64;2190 } & Struct;2191 readonly isUpdateXcmpMaxIndividualWeight: boolean;2192 readonly asUpdateXcmpMaxIndividualWeight: {2193 readonly new_: u64;2194 } & Struct;2195 readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';2196 }21972198 /** @name PalletXcmCall (227) */2199 interface PalletXcmCall extends Enum {2200 readonly isSend: boolean;2201 readonly asSend: {2202 readonly dest: XcmVersionedMultiLocation;2203 readonly message: XcmVersionedXcm;2204 } & Struct;2205 readonly isTeleportAssets: boolean;2206 readonly asTeleportAssets: {2207 readonly dest: XcmVersionedMultiLocation;2208 readonly beneficiary: XcmVersionedMultiLocation;2209 readonly assets: XcmVersionedMultiAssets;2210 readonly feeAssetItem: u32;2211 } & Struct;2212 readonly isReserveTransferAssets: boolean;2213 readonly asReserveTransferAssets: {2214 readonly dest: XcmVersionedMultiLocation;2215 readonly beneficiary: XcmVersionedMultiLocation;2216 readonly assets: XcmVersionedMultiAssets;2217 readonly feeAssetItem: u32;2218 } & Struct;2219 readonly isExecute: boolean;2220 readonly asExecute: {2221 readonly message: XcmVersionedXcm;2222 readonly maxWeight: u64;2223 } & Struct;2224 readonly isForceXcmVersion: boolean;2225 readonly asForceXcmVersion: {2226 readonly location: XcmV1MultiLocation;2227 readonly xcmVersion: u32;2228 } & Struct;2229 readonly isForceDefaultXcmVersion: boolean;2230 readonly asForceDefaultXcmVersion: {2231 readonly maybeXcmVersion: Option<u32>;2232 } & Struct;2233 readonly isForceSubscribeVersionNotify: boolean;2234 readonly asForceSubscribeVersionNotify: {2235 readonly location: XcmVersionedMultiLocation;2236 } & Struct;2237 readonly isForceUnsubscribeVersionNotify: boolean;2238 readonly asForceUnsubscribeVersionNotify: {2239 readonly location: XcmVersionedMultiLocation;2240 } & Struct;2241 readonly isLimitedReserveTransferAssets: boolean;2242 readonly asLimitedReserveTransferAssets: {2243 readonly dest: XcmVersionedMultiLocation;2244 readonly beneficiary: XcmVersionedMultiLocation;2245 readonly assets: XcmVersionedMultiAssets;2246 readonly feeAssetItem: u32;2247 readonly weightLimit: XcmV2WeightLimit;2248 } & Struct;2249 readonly isLimitedTeleportAssets: boolean;2250 readonly asLimitedTeleportAssets: {2251 readonly dest: XcmVersionedMultiLocation;2252 readonly beneficiary: XcmVersionedMultiLocation;2253 readonly assets: XcmVersionedMultiAssets;2254 readonly feeAssetItem: u32;2255 readonly weightLimit: XcmV2WeightLimit;2256 } & Struct;2257 readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets';2258 }22592260 /** @name XcmVersionedXcm (228) */2261 interface XcmVersionedXcm extends Enum {2262 readonly isV0: boolean;2263 readonly asV0: XcmV0Xcm;2264 readonly isV1: boolean;2265 readonly asV1: XcmV1Xcm;2266 readonly isV2: boolean;2267 readonly asV2: XcmV2Xcm;2268 readonly type: 'V0' | 'V1' | 'V2';2269 }22702271 /** @name XcmV0Xcm (229) */2272 interface XcmV0Xcm extends Enum {2273 readonly isWithdrawAsset: boolean;2274 readonly asWithdrawAsset: {2275 readonly assets: Vec<XcmV0MultiAsset>;2276 readonly effects: Vec<XcmV0Order>;2277 } & Struct;2278 readonly isReserveAssetDeposit: boolean;2279 readonly asReserveAssetDeposit: {2280 readonly assets: Vec<XcmV0MultiAsset>;2281 readonly effects: Vec<XcmV0Order>;2282 } & Struct;2283 readonly isTeleportAsset: boolean;2284 readonly asTeleportAsset: {2285 readonly assets: Vec<XcmV0MultiAsset>;2286 readonly effects: Vec<XcmV0Order>;2287 } & Struct;2288 readonly isQueryResponse: boolean;2289 readonly asQueryResponse: {2290 readonly queryId: Compact<u64>;2291 readonly response: XcmV0Response;2292 } & Struct;2293 readonly isTransferAsset: boolean;2294 readonly asTransferAsset: {2295 readonly assets: Vec<XcmV0MultiAsset>;2296 readonly dest: XcmV0MultiLocation;2297 } & Struct;2298 readonly isTransferReserveAsset: boolean;2299 readonly asTransferReserveAsset: {2300 readonly assets: Vec<XcmV0MultiAsset>;2301 readonly dest: XcmV0MultiLocation;2302 readonly effects: Vec<XcmV0Order>;2303 } & Struct;2304 readonly isTransact: boolean;2305 readonly asTransact: {2306 readonly originType: XcmV0OriginKind;2307 readonly requireWeightAtMost: u64;2308 readonly call: XcmDoubleEncoded;2309 } & Struct;2310 readonly isHrmpNewChannelOpenRequest: boolean;2311 readonly asHrmpNewChannelOpenRequest: {2312 readonly sender: Compact<u32>;2313 readonly maxMessageSize: Compact<u32>;2314 readonly maxCapacity: Compact<u32>;2315 } & Struct;2316 readonly isHrmpChannelAccepted: boolean;2317 readonly asHrmpChannelAccepted: {2318 readonly recipient: Compact<u32>;2319 } & Struct;2320 readonly isHrmpChannelClosing: boolean;2321 readonly asHrmpChannelClosing: {2322 readonly initiator: Compact<u32>;2323 readonly sender: Compact<u32>;2324 readonly recipient: Compact<u32>;2325 } & Struct;2326 readonly isRelayedFrom: boolean;2327 readonly asRelayedFrom: {2328 readonly who: XcmV0MultiLocation;2329 readonly message: XcmV0Xcm;2330 } & Struct;2331 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposit' | 'TeleportAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom';2332 }23332334 /** @name XcmV0Order (231) */2335 interface XcmV0Order extends Enum {2336 readonly isNull: boolean;2337 readonly isDepositAsset: boolean;2338 readonly asDepositAsset: {2339 readonly assets: Vec<XcmV0MultiAsset>;2340 readonly dest: XcmV0MultiLocation;2341 } & Struct;2342 readonly isDepositReserveAsset: boolean;2343 readonly asDepositReserveAsset: {2344 readonly assets: Vec<XcmV0MultiAsset>;2345 readonly dest: XcmV0MultiLocation;2346 readonly effects: Vec<XcmV0Order>;2347 } & Struct;2348 readonly isExchangeAsset: boolean;2349 readonly asExchangeAsset: {2350 readonly give: Vec<XcmV0MultiAsset>;2351 readonly receive: Vec<XcmV0MultiAsset>;2352 } & Struct;2353 readonly isInitiateReserveWithdraw: boolean;2354 readonly asInitiateReserveWithdraw: {2355 readonly assets: Vec<XcmV0MultiAsset>;2356 readonly reserve: XcmV0MultiLocation;2357 readonly effects: Vec<XcmV0Order>;2358 } & Struct;2359 readonly isInitiateTeleport: boolean;2360 readonly asInitiateTeleport: {2361 readonly assets: Vec<XcmV0MultiAsset>;2362 readonly dest: XcmV0MultiLocation;2363 readonly effects: Vec<XcmV0Order>;2364 } & Struct;2365 readonly isQueryHolding: boolean;2366 readonly asQueryHolding: {2367 readonly queryId: Compact<u64>;2368 readonly dest: XcmV0MultiLocation;2369 readonly assets: Vec<XcmV0MultiAsset>;2370 } & Struct;2371 readonly isBuyExecution: boolean;2372 readonly asBuyExecution: {2373 readonly fees: XcmV0MultiAsset;2374 readonly weight: u64;2375 readonly debt: u64;2376 readonly haltOnError: bool;2377 readonly xcm: Vec<XcmV0Xcm>;2378 } & Struct;2379 readonly type: 'Null' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';2380 }23812382 /** @name XcmV0Response (233) */2383 interface XcmV0Response extends Enum {2384 readonly isAssets: boolean;2385 readonly asAssets: Vec<XcmV0MultiAsset>;2386 readonly type: 'Assets';2387 }23882389 /** @name XcmV1Xcm (234) */2390 interface XcmV1Xcm extends Enum {2391 readonly isWithdrawAsset: boolean;2392 readonly asWithdrawAsset: {2393 readonly assets: XcmV1MultiassetMultiAssets;2394 readonly effects: Vec<XcmV1Order>;2395 } & Struct;2396 readonly isReserveAssetDeposited: boolean;2397 readonly asReserveAssetDeposited: {2398 readonly assets: XcmV1MultiassetMultiAssets;2399 readonly effects: Vec<XcmV1Order>;2400 } & Struct;2401 readonly isReceiveTeleportedAsset: boolean;2402 readonly asReceiveTeleportedAsset: {2403 readonly assets: XcmV1MultiassetMultiAssets;2404 readonly effects: Vec<XcmV1Order>;2405 } & Struct;2406 readonly isQueryResponse: boolean;2407 readonly asQueryResponse: {2408 readonly queryId: Compact<u64>;2409 readonly response: XcmV1Response;2410 } & Struct;2411 readonly isTransferAsset: boolean;2412 readonly asTransferAsset: {2413 readonly assets: XcmV1MultiassetMultiAssets;2414 readonly beneficiary: XcmV1MultiLocation;2415 } & Struct;2416 readonly isTransferReserveAsset: boolean;2417 readonly asTransferReserveAsset: {2418 readonly assets: XcmV1MultiassetMultiAssets;2419 readonly dest: XcmV1MultiLocation;2420 readonly effects: Vec<XcmV1Order>;2421 } & Struct;2422 readonly isTransact: boolean;2423 readonly asTransact: {2424 readonly originType: XcmV0OriginKind;2425 readonly requireWeightAtMost: u64;2426 readonly call: XcmDoubleEncoded;2427 } & Struct;2428 readonly isHrmpNewChannelOpenRequest: boolean;2429 readonly asHrmpNewChannelOpenRequest: {2430 readonly sender: Compact<u32>;2431 readonly maxMessageSize: Compact<u32>;2432 readonly maxCapacity: Compact<u32>;2433 } & Struct;2434 readonly isHrmpChannelAccepted: boolean;2435 readonly asHrmpChannelAccepted: {2436 readonly recipient: Compact<u32>;2437 } & Struct;2438 readonly isHrmpChannelClosing: boolean;2439 readonly asHrmpChannelClosing: {2440 readonly initiator: Compact<u32>;2441 readonly sender: Compact<u32>;2442 readonly recipient: Compact<u32>;2443 } & Struct;2444 readonly isRelayedFrom: boolean;2445 readonly asRelayedFrom: {2446 readonly who: XcmV1MultilocationJunctions;2447 readonly message: XcmV1Xcm;2448 } & Struct;2449 readonly isSubscribeVersion: boolean;2450 readonly asSubscribeVersion: {2451 readonly queryId: Compact<u64>;2452 readonly maxResponseWeight: Compact<u64>;2453 } & Struct;2454 readonly isUnsubscribeVersion: boolean;2455 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom' | 'SubscribeVersion' | 'UnsubscribeVersion';2456 }24572458 /** @name XcmV1Order (236) */2459 interface XcmV1Order extends Enum {2460 readonly isNoop: boolean;2461 readonly isDepositAsset: boolean;2462 readonly asDepositAsset: {2463 readonly assets: XcmV1MultiassetMultiAssetFilter;2464 readonly maxAssets: u32;2465 readonly beneficiary: XcmV1MultiLocation;2466 } & Struct;2467 readonly isDepositReserveAsset: boolean;2468 readonly asDepositReserveAsset: {2469 readonly assets: XcmV1MultiassetMultiAssetFilter;2470 readonly maxAssets: u32;2471 readonly dest: XcmV1MultiLocation;2472 readonly effects: Vec<XcmV1Order>;2473 } & Struct;2474 readonly isExchangeAsset: boolean;2475 readonly asExchangeAsset: {2476 readonly give: XcmV1MultiassetMultiAssetFilter;2477 readonly receive: XcmV1MultiassetMultiAssets;2478 } & Struct;2479 readonly isInitiateReserveWithdraw: boolean;2480 readonly asInitiateReserveWithdraw: {2481 readonly assets: XcmV1MultiassetMultiAssetFilter;2482 readonly reserve: XcmV1MultiLocation;2483 readonly effects: Vec<XcmV1Order>;2484 } & Struct;2485 readonly isInitiateTeleport: boolean;2486 readonly asInitiateTeleport: {2487 readonly assets: XcmV1MultiassetMultiAssetFilter;2488 readonly dest: XcmV1MultiLocation;2489 readonly effects: Vec<XcmV1Order>;2490 } & Struct;2491 readonly isQueryHolding: boolean;2492 readonly asQueryHolding: {2493 readonly queryId: Compact<u64>;2494 readonly dest: XcmV1MultiLocation;2495 readonly assets: XcmV1MultiassetMultiAssetFilter;2496 } & Struct;2497 readonly isBuyExecution: boolean;2498 readonly asBuyExecution: {2499 readonly fees: XcmV1MultiAsset;2500 readonly weight: u64;2501 readonly debt: u64;2502 readonly haltOnError: bool;2503 readonly instructions: Vec<XcmV1Xcm>;2504 } & Struct;2505 readonly type: 'Noop' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';2506 }25072508 /** @name XcmV1Response (238) */2509 interface XcmV1Response extends Enum {2510 readonly isAssets: boolean;2511 readonly asAssets: XcmV1MultiassetMultiAssets;2512 readonly isVersion: boolean;2513 readonly asVersion: u32;2514 readonly type: 'Assets' | 'Version';2515 }25162517 /** @name CumulusPalletXcmCall (252) */2518 type CumulusPalletXcmCall = Null;25192520 /** @name CumulusPalletDmpQueueCall (253) */2521 interface CumulusPalletDmpQueueCall extends Enum {2522 readonly isServiceOverweight: boolean;2523 readonly asServiceOverweight: {2524 readonly index: u64;2525 readonly weightLimit: u64;2526 } & Struct;2527 readonly type: 'ServiceOverweight';2528 }25292530 /** @name PalletInflationCall (254) */2531 interface PalletInflationCall extends Enum {2532 readonly isStartInflation: boolean;2533 readonly asStartInflation: {2534 readonly inflationStartRelayBlock: u32;2535 } & Struct;2536 readonly type: 'StartInflation';2537 }25382539 /** @name PalletUniqueCall (255) */2540 interface PalletUniqueCall extends Enum {2541 readonly isCreateCollection: boolean;2542 readonly asCreateCollection: {2543 readonly collectionName: Vec<u16>;2544 readonly collectionDescription: Vec<u16>;2545 readonly tokenPrefix: Bytes;2546 readonly mode: UpDataStructsCollectionMode;2547 } & Struct;2548 readonly isCreateCollectionEx: boolean;2549 readonly asCreateCollectionEx: {2550 readonly data: UpDataStructsCreateCollectionData;2551 } & Struct;2552 readonly isDestroyCollection: boolean;2553 readonly asDestroyCollection: {2554 readonly collectionId: u32;2555 } & Struct;2556 readonly isAddToAllowList: boolean;2557 readonly asAddToAllowList: {2558 readonly collectionId: u32;2559 readonly address: PalletEvmAccountBasicCrossAccountIdRepr;2560 } & Struct;2561 readonly isRemoveFromAllowList: boolean;2562 readonly asRemoveFromAllowList: {2563 readonly collectionId: u32;2564 readonly address: PalletEvmAccountBasicCrossAccountIdRepr;2565 } & Struct;2566 readonly isChangeCollectionOwner: boolean;2567 readonly asChangeCollectionOwner: {2568 readonly collectionId: u32;2569 readonly newOwner: AccountId32;2570 } & Struct;2571 readonly isAddCollectionAdmin: boolean;2572 readonly asAddCollectionAdmin: {2573 readonly collectionId: u32;2574 readonly newAdminId: PalletEvmAccountBasicCrossAccountIdRepr;2575 } & Struct;2576 readonly isRemoveCollectionAdmin: boolean;2577 readonly asRemoveCollectionAdmin: {2578 readonly collectionId: u32;2579 readonly accountId: PalletEvmAccountBasicCrossAccountIdRepr;2580 } & Struct;2581 readonly isSetCollectionSponsor: boolean;2582 readonly asSetCollectionSponsor: {2583 readonly collectionId: u32;2584 readonly newSponsor: AccountId32;2585 } & Struct;2586 readonly isConfirmSponsorship: boolean;2587 readonly asConfirmSponsorship: {2588 readonly collectionId: u32;2589 } & Struct;2590 readonly isRemoveCollectionSponsor: boolean;2591 readonly asRemoveCollectionSponsor: {2592 readonly collectionId: u32;2593 } & Struct;2594 readonly isCreateItem: boolean;2595 readonly asCreateItem: {2596 readonly collectionId: u32;2597 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2598 readonly data: UpDataStructsCreateItemData;2599 } & Struct;2600 readonly isCreateMultipleItems: boolean;2601 readonly asCreateMultipleItems: {2602 readonly collectionId: u32;2603 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2604 readonly itemsData: Vec<UpDataStructsCreateItemData>;2605 } & Struct;2606 readonly isSetCollectionProperties: boolean;2607 readonly asSetCollectionProperties: {2608 readonly collectionId: u32;2609 readonly properties: Vec<UpDataStructsProperty>;2610 } & Struct;2611 readonly isDeleteCollectionProperties: boolean;2612 readonly asDeleteCollectionProperties: {2613 readonly collectionId: u32;2614 readonly propertyKeys: Vec<Bytes>;2615 } & Struct;2616 readonly isSetTokenProperties: boolean;2617 readonly asSetTokenProperties: {2618 readonly collectionId: u32;2619 readonly tokenId: u32;2620 readonly properties: Vec<UpDataStructsProperty>;2621 } & Struct;2622 readonly isDeleteTokenProperties: boolean;2623 readonly asDeleteTokenProperties: {2624 readonly collectionId: u32;2625 readonly tokenId: u32;2626 readonly propertyKeys: Vec<Bytes>;2627 } & Struct;2628 readonly isSetTokenPropertyPermissions: boolean;2629 readonly asSetTokenPropertyPermissions: {2630 readonly collectionId: u32;2631 readonly propertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;2632 } & Struct;2633 readonly isCreateMultipleItemsEx: boolean;2634 readonly asCreateMultipleItemsEx: {2635 readonly collectionId: u32;2636 readonly data: UpDataStructsCreateItemExData;2637 } & Struct;2638 readonly isSetTransfersEnabledFlag: boolean;2639 readonly asSetTransfersEnabledFlag: {2640 readonly collectionId: u32;2641 readonly value: bool;2642 } & Struct;2643 readonly isBurnItem: boolean;2644 readonly asBurnItem: {2645 readonly collectionId: u32;2646 readonly itemId: u32;2647 readonly value: u128;2648 } & Struct;2649 readonly isBurnFrom: boolean;2650 readonly asBurnFrom: {2651 readonly collectionId: u32;2652 readonly from: PalletEvmAccountBasicCrossAccountIdRepr;2653 readonly itemId: u32;2654 readonly value: u128;2655 } & Struct;2656 readonly isTransfer: boolean;2657 readonly asTransfer: {2658 readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;2659 readonly collectionId: u32;2660 readonly itemId: u32;2661 readonly value: u128;2662 } & Struct;2663 readonly isApprove: boolean;2664 readonly asApprove: {2665 readonly spender: PalletEvmAccountBasicCrossAccountIdRepr;2666 readonly collectionId: u32;2667 readonly itemId: u32;2668 readonly amount: u128;2669 } & Struct;2670 readonly isTransferFrom: boolean;2671 readonly asTransferFrom: {2672 readonly from: PalletEvmAccountBasicCrossAccountIdRepr;2673 readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;2674 readonly collectionId: u32;2675 readonly itemId: u32;2676 readonly value: u128;2677 } & Struct;2678 readonly isSetCollectionLimits: boolean;2679 readonly asSetCollectionLimits: {2680 readonly collectionId: u32;2681 readonly newLimit: UpDataStructsCollectionLimits;2682 } & Struct;2683 readonly isSetCollectionPermissions: boolean;2684 readonly asSetCollectionPermissions: {2685 readonly collectionId: u32;2686 readonly newPermission: UpDataStructsCollectionPermissions;2687 } & Struct;2688 readonly isRepartition: boolean;2689 readonly asRepartition: {2690 readonly collectionId: u32;2691 readonly tokenId: u32;2692 readonly amount: u128;2693 } & Struct;2694 readonly isSetAllowanceForAll: boolean;2695 readonly asSetAllowanceForAll: {2696 readonly collectionId: u32;2697 readonly operator: PalletEvmAccountBasicCrossAccountIdRepr;2698 readonly approve: bool;2699 } & Struct;2700 readonly isForceRepairCollection: boolean;2701 readonly asForceRepairCollection: {2702 readonly collectionId: u32;2703 } & Struct;2704 readonly isForceRepairItem: boolean;2705 readonly asForceRepairItem: {2706 readonly collectionId: u32;2707 readonly itemId: u32;2708 } & Struct;2709 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';2710 }27112712 /** @name UpDataStructsCollectionMode (260) */2713 interface UpDataStructsCollectionMode extends Enum {2714 readonly isNft: boolean;2715 readonly isFungible: boolean;2716 readonly asFungible: u8;2717 readonly isReFungible: boolean;2718 readonly type: 'Nft' | 'Fungible' | 'ReFungible';2719 }27202721 /** @name UpDataStructsCreateCollectionData (261) */2722 interface UpDataStructsCreateCollectionData extends Struct {2723 readonly mode: UpDataStructsCollectionMode;2724 readonly access: Option<UpDataStructsAccessMode>;2725 readonly name: Vec<u16>;2726 readonly description: Vec<u16>;2727 readonly tokenPrefix: Bytes;2728 readonly pendingSponsor: Option<AccountId32>;2729 readonly limits: Option<UpDataStructsCollectionLimits>;2730 readonly permissions: Option<UpDataStructsCollectionPermissions>;2731 readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;2732 readonly properties: Vec<UpDataStructsProperty>;2733 }27342735 /** @name UpDataStructsAccessMode (263) */2736 interface UpDataStructsAccessMode extends Enum {2737 readonly isNormal: boolean;2738 readonly isAllowList: boolean;2739 readonly type: 'Normal' | 'AllowList';2740 }27412742 /** @name UpDataStructsCollectionLimits (265) */2743 interface UpDataStructsCollectionLimits extends Struct {2744 readonly accountTokenOwnershipLimit: Option<u32>;2745 readonly sponsoredDataSize: Option<u32>;2746 readonly sponsoredDataRateLimit: Option<UpDataStructsSponsoringRateLimit>;2747 readonly tokenLimit: Option<u32>;2748 readonly sponsorTransferTimeout: Option<u32>;2749 readonly sponsorApproveTimeout: Option<u32>;2750 readonly ownerCanTransfer: Option<bool>;2751 readonly ownerCanDestroy: Option<bool>;2752 readonly transfersEnabled: Option<bool>;2753 }27542755 /** @name UpDataStructsSponsoringRateLimit (267) */2756 interface UpDataStructsSponsoringRateLimit extends Enum {2757 readonly isSponsoringDisabled: boolean;2758 readonly isBlocks: boolean;2759 readonly asBlocks: u32;2760 readonly type: 'SponsoringDisabled' | 'Blocks';2761 }27622763 /** @name UpDataStructsCollectionPermissions (270) */2764 interface UpDataStructsCollectionPermissions extends Struct {2765 readonly access: Option<UpDataStructsAccessMode>;2766 readonly mintMode: Option<bool>;2767 readonly nesting: Option<UpDataStructsNestingPermissions>;2768 }27692770 /** @name UpDataStructsNestingPermissions (272) */2771 interface UpDataStructsNestingPermissions extends Struct {2772 readonly tokenOwner: bool;2773 readonly collectionAdmin: bool;2774 readonly restricted: Option<UpDataStructsOwnerRestrictedSet>;2775 }27762777 /** @name UpDataStructsOwnerRestrictedSet (274) */2778 interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}27792780 /** @name UpDataStructsPropertyKeyPermission (279) */2781 interface UpDataStructsPropertyKeyPermission extends Struct {2782 readonly key: Bytes;2783 readonly permission: UpDataStructsPropertyPermission;2784 }27852786 /** @name UpDataStructsPropertyPermission (280) */2787 interface UpDataStructsPropertyPermission extends Struct {2788 readonly mutable: bool;2789 readonly collectionAdmin: bool;2790 readonly tokenOwner: bool;2791 }27922793 /** @name UpDataStructsProperty (283) */2794 interface UpDataStructsProperty extends Struct {2795 readonly key: Bytes;2796 readonly value: Bytes;2797 }27982799 /** @name UpDataStructsCreateItemData (286) */2800 interface UpDataStructsCreateItemData extends Enum {2801 readonly isNft: boolean;2802 readonly asNft: UpDataStructsCreateNftData;2803 readonly isFungible: boolean;2804 readonly asFungible: UpDataStructsCreateFungibleData;2805 readonly isReFungible: boolean;2806 readonly asReFungible: UpDataStructsCreateReFungibleData;2807 readonly type: 'Nft' | 'Fungible' | 'ReFungible';2808 }28092810 /** @name UpDataStructsCreateNftData (287) */2811 interface UpDataStructsCreateNftData extends Struct {2812 readonly properties: Vec<UpDataStructsProperty>;2813 }28142815 /** @name UpDataStructsCreateFungibleData (288) */2816 interface UpDataStructsCreateFungibleData extends Struct {2817 readonly value: u128;2818 }28192820 /** @name UpDataStructsCreateReFungibleData (289) */2821 interface UpDataStructsCreateReFungibleData extends Struct {2822 readonly pieces: u128;2823 readonly properties: Vec<UpDataStructsProperty>;2824 }28252826 /** @name UpDataStructsCreateItemExData (292) */2827 interface UpDataStructsCreateItemExData extends Enum {2828 readonly isNft: boolean;2829 readonly asNft: Vec<UpDataStructsCreateNftExData>;2830 readonly isFungible: boolean;2831 readonly asFungible: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;2832 readonly isRefungibleMultipleItems: boolean;2833 readonly asRefungibleMultipleItems: Vec<UpDataStructsCreateRefungibleExSingleOwner>;2834 readonly isRefungibleMultipleOwners: boolean;2835 readonly asRefungibleMultipleOwners: UpDataStructsCreateRefungibleExMultipleOwners;2836 readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';2837 }28382839 /** @name UpDataStructsCreateNftExData (294) */2840 interface UpDataStructsCreateNftExData extends Struct {2841 readonly properties: Vec<UpDataStructsProperty>;2842 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2843 }28442845 /** @name UpDataStructsCreateRefungibleExSingleOwner (301) */2846 interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {2847 readonly user: PalletEvmAccountBasicCrossAccountIdRepr;2848 readonly pieces: u128;2849 readonly properties: Vec<UpDataStructsProperty>;2850 }28512852 /** @name UpDataStructsCreateRefungibleExMultipleOwners (303) */2853 interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {2854 readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;2855 readonly properties: Vec<UpDataStructsProperty>;2856 }28572858 /** @name PalletConfigurationCall (304) */2859 interface PalletConfigurationCall extends Enum {2860 readonly isSetWeightToFeeCoefficientOverride: boolean;2861 readonly asSetWeightToFeeCoefficientOverride: {2862 readonly coeff: Option<u32>;2863 } & Struct;2864 readonly isSetMinGasPriceOverride: boolean;2865 readonly asSetMinGasPriceOverride: {2866 readonly coeff: Option<u64>;2867 } & Struct;2868 readonly isSetXcmAllowedLocations: boolean;2869 readonly asSetXcmAllowedLocations: {2870 readonly locations: Option<Vec<XcmV1MultiLocation>>;2871 } & Struct;2872 readonly isSetAppPromotionConfigurationOverride: boolean;2873 readonly asSetAppPromotionConfigurationOverride: {2874 readonly configuration: PalletConfigurationAppPromotionConfiguration;2875 } & Struct;2876 readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride' | 'SetXcmAllowedLocations' | 'SetAppPromotionConfigurationOverride';2877 }28782879 /** @name PalletConfigurationAppPromotionConfiguration (309) */2880 interface PalletConfigurationAppPromotionConfiguration extends Struct {2881 readonly recalculationInterval: Option<u32>;2882 readonly pendingInterval: Option<u32>;2883 readonly intervalIncome: Option<Perbill>;2884 readonly maxStakersPerCalculation: Option<u8>;2885 }28862887 /** @name PalletTemplateTransactionPaymentCall (312) */2888 type PalletTemplateTransactionPaymentCall = Null;28892890 /** @name PalletStructureCall (313) */2891 type PalletStructureCall = Null;28922893 /** @name PalletRmrkCoreCall (314) */2894 interface PalletRmrkCoreCall extends Enum {2895 readonly isCreateCollection: boolean;2896 readonly asCreateCollection: {2897 readonly metadata: Bytes;2898 readonly max: Option<u32>;2899 readonly symbol: Bytes;2900 } & Struct;2901 readonly isDestroyCollection: boolean;2902 readonly asDestroyCollection: {2903 readonly collectionId: u32;2904 } & Struct;2905 readonly isChangeCollectionIssuer: boolean;2906 readonly asChangeCollectionIssuer: {2907 readonly collectionId: u32;2908 readonly newIssuer: MultiAddress;2909 } & Struct;2910 readonly isLockCollection: boolean;2911 readonly asLockCollection: {2912 readonly collectionId: u32;2913 } & Struct;2914 readonly isMintNft: boolean;2915 readonly asMintNft: {2916 readonly owner: Option<AccountId32>;2917 readonly collectionId: u32;2918 readonly recipient: Option<AccountId32>;2919 readonly royaltyAmount: Option<Permill>;2920 readonly metadata: Bytes;2921 readonly transferable: bool;2922 readonly resources: Option<Vec<RmrkTraitsResourceResourceTypes>>;2923 } & Struct;2924 readonly isBurnNft: boolean;2925 readonly asBurnNft: {2926 readonly collectionId: u32;2927 readonly nftId: u32;2928 readonly maxBurns: u32;2929 } & Struct;2930 readonly isSend: boolean;2931 readonly asSend: {2932 readonly rmrkCollectionId: u32;2933 readonly rmrkNftId: u32;2934 readonly newOwner: RmrkTraitsNftAccountIdOrCollectionNftTuple;2935 } & Struct;2936 readonly isAcceptNft: boolean;2937 readonly asAcceptNft: {2938 readonly rmrkCollectionId: u32;2939 readonly rmrkNftId: u32;2940 readonly newOwner: RmrkTraitsNftAccountIdOrCollectionNftTuple;2941 } & Struct;2942 readonly isRejectNft: boolean;2943 readonly asRejectNft: {2944 readonly rmrkCollectionId: u32;2945 readonly rmrkNftId: u32;2946 } & Struct;2947 readonly isAcceptResource: boolean;2948 readonly asAcceptResource: {2949 readonly rmrkCollectionId: u32;2950 readonly rmrkNftId: u32;2951 readonly resourceId: u32;2952 } & Struct;2953 readonly isAcceptResourceRemoval: boolean;2954 readonly asAcceptResourceRemoval: {2955 readonly rmrkCollectionId: u32;2956 readonly rmrkNftId: u32;2957 readonly resourceId: u32;2958 } & Struct;2959 readonly isSetProperty: boolean;2960 readonly asSetProperty: {2961 readonly rmrkCollectionId: Compact<u32>;2962 readonly maybeNftId: Option<u32>;2963 readonly key: Bytes;2964 readonly value: Bytes;2965 } & Struct;2966 readonly isSetPriority: boolean;2967 readonly asSetPriority: {2968 readonly rmrkCollectionId: u32;2969 readonly rmrkNftId: u32;2970 readonly priorities: Vec<u32>;2971 } & Struct;2972 readonly isAddBasicResource: boolean;2973 readonly asAddBasicResource: {2974 readonly rmrkCollectionId: u32;2975 readonly nftId: u32;2976 readonly resource: RmrkTraitsResourceBasicResource;2977 } & Struct;2978 readonly isAddComposableResource: boolean;2979 readonly asAddComposableResource: {2980 readonly rmrkCollectionId: u32;2981 readonly nftId: u32;2982 readonly resource: RmrkTraitsResourceComposableResource;2983 } & Struct;2984 readonly isAddSlotResource: boolean;2985 readonly asAddSlotResource: {2986 readonly rmrkCollectionId: u32;2987 readonly nftId: u32;2988 readonly resource: RmrkTraitsResourceSlotResource;2989 } & Struct;2990 readonly isRemoveResource: boolean;2991 readonly asRemoveResource: {2992 readonly rmrkCollectionId: u32;2993 readonly nftId: u32;2994 readonly resourceId: u32;2995 } & Struct;2996 readonly type: 'CreateCollection' | 'DestroyCollection' | 'ChangeCollectionIssuer' | 'LockCollection' | 'MintNft' | 'BurnNft' | 'Send' | 'AcceptNft' | 'RejectNft' | 'AcceptResource' | 'AcceptResourceRemoval' | 'SetProperty' | 'SetPriority' | 'AddBasicResource' | 'AddComposableResource' | 'AddSlotResource' | 'RemoveResource';2997 }29982999 /** @name RmrkTraitsResourceResourceTypes (320) */3000 interface RmrkTraitsResourceResourceTypes extends Enum {3001 readonly isBasic: boolean;3002 readonly asBasic: RmrkTraitsResourceBasicResource;3003 readonly isComposable: boolean;3004 readonly asComposable: RmrkTraitsResourceComposableResource;3005 readonly isSlot: boolean;3006 readonly asSlot: RmrkTraitsResourceSlotResource;3007 readonly type: 'Basic' | 'Composable' | 'Slot';3008 }30093010 /** @name RmrkTraitsResourceBasicResource (322) */3011 interface RmrkTraitsResourceBasicResource extends Struct {3012 readonly src: Option<Bytes>;3013 readonly metadata: Option<Bytes>;3014 readonly license: Option<Bytes>;3015 readonly thumb: Option<Bytes>;3016 }30173018 /** @name RmrkTraitsResourceComposableResource (324) */3019 interface RmrkTraitsResourceComposableResource extends Struct {3020 readonly parts: Vec<u32>;3021 readonly base: u32;3022 readonly src: Option<Bytes>;3023 readonly metadata: Option<Bytes>;3024 readonly license: Option<Bytes>;3025 readonly thumb: Option<Bytes>;3026 }30273028 /** @name RmrkTraitsResourceSlotResource (325) */3029 interface RmrkTraitsResourceSlotResource extends Struct {3030 readonly base: u32;3031 readonly src: Option<Bytes>;3032 readonly metadata: Option<Bytes>;3033 readonly slot: u32;3034 readonly license: Option<Bytes>;3035 readonly thumb: Option<Bytes>;3036 }30373038 /** @name PalletRmrkEquipCall (328) */3039 interface PalletRmrkEquipCall extends Enum {3040 readonly isCreateBase: boolean;3041 readonly asCreateBase: {3042 readonly baseType: Bytes;3043 readonly symbol: Bytes;3044 readonly parts: Vec<RmrkTraitsPartPartType>;3045 } & Struct;3046 readonly isThemeAdd: boolean;3047 readonly asThemeAdd: {3048 readonly baseId: u32;3049 readonly theme: RmrkTraitsTheme;3050 } & Struct;3051 readonly isEquippable: boolean;3052 readonly asEquippable: {3053 readonly baseId: u32;3054 readonly slotId: u32;3055 readonly equippables: RmrkTraitsPartEquippableList;3056 } & Struct;3057 readonly type: 'CreateBase' | 'ThemeAdd' | 'Equippable';3058 }30593060 /** @name RmrkTraitsPartPartType (331) */3061 interface RmrkTraitsPartPartType extends Enum {3062 readonly isFixedPart: boolean;3063 readonly asFixedPart: RmrkTraitsPartFixedPart;3064 readonly isSlotPart: boolean;3065 readonly asSlotPart: RmrkTraitsPartSlotPart;3066 readonly type: 'FixedPart' | 'SlotPart';3067 }30683069 /** @name RmrkTraitsPartFixedPart (333) */3070 interface RmrkTraitsPartFixedPart extends Struct {3071 readonly id: u32;3072 readonly z: u32;3073 readonly src: Bytes;3074 }30753076 /** @name RmrkTraitsPartSlotPart (334) */3077 interface RmrkTraitsPartSlotPart extends Struct {3078 readonly id: u32;3079 readonly equippable: RmrkTraitsPartEquippableList;3080 readonly src: Bytes;3081 readonly z: u32;3082 }30833084 /** @name RmrkTraitsPartEquippableList (335) */3085 interface RmrkTraitsPartEquippableList extends Enum {3086 readonly isAll: boolean;3087 readonly isEmpty: boolean;3088 readonly isCustom: boolean;3089 readonly asCustom: Vec<u32>;3090 readonly type: 'All' | 'Empty' | 'Custom';3091 }30923093 /** @name RmrkTraitsTheme (337) */3094 interface RmrkTraitsTheme extends Struct {3095 readonly name: Bytes;3096 readonly properties: Vec<RmrkTraitsThemeThemeProperty>;3097 readonly inherit: bool;3098 }30993100 /** @name RmrkTraitsThemeThemeProperty (339) */3101 interface RmrkTraitsThemeThemeProperty extends Struct {3102 readonly key: Bytes;3103 readonly value: Bytes;3104 }31053106 /** @name PalletAppPromotionCall (341) */3107 interface PalletAppPromotionCall extends Enum {3108 readonly isSetAdminAddress: boolean;3109 readonly asSetAdminAddress: {3110 readonly admin: PalletEvmAccountBasicCrossAccountIdRepr;3111 } & Struct;3112 readonly isStake: boolean;3113 readonly asStake: {3114 readonly amount: u128;3115 } & Struct;3116 readonly isUnstake: boolean;3117 readonly isSponsorCollection: boolean;3118 readonly asSponsorCollection: {3119 readonly collectionId: u32;3120 } & Struct;3121 readonly isStopSponsoringCollection: boolean;3122 readonly asStopSponsoringCollection: {3123 readonly collectionId: u32;3124 } & Struct;3125 readonly isSponsorContract: boolean;3126 readonly asSponsorContract: {3127 readonly contractId: H160;3128 } & Struct;3129 readonly isStopSponsoringContract: boolean;3130 readonly asStopSponsoringContract: {3131 readonly contractId: H160;3132 } & Struct;3133 readonly isPayoutStakers: boolean;3134 readonly asPayoutStakers: {3135 readonly stakersNumber: Option<u8>;3136 } & Struct;3137 readonly type: 'SetAdminAddress' | 'Stake' | 'Unstake' | 'SponsorCollection' | 'StopSponsoringCollection' | 'SponsorContract' | 'StopSponsoringContract' | 'PayoutStakers';3138 }31393140 /** @name PalletForeignAssetsModuleCall (342) */3141 interface PalletForeignAssetsModuleCall extends Enum {3142 readonly isRegisterForeignAsset: boolean;3143 readonly asRegisterForeignAsset: {3144 readonly owner: AccountId32;3145 readonly location: XcmVersionedMultiLocation;3146 readonly metadata: PalletForeignAssetsModuleAssetMetadata;3147 } & Struct;3148 readonly isUpdateForeignAsset: boolean;3149 readonly asUpdateForeignAsset: {3150 readonly foreignAssetId: u32;3151 readonly location: XcmVersionedMultiLocation;3152 readonly metadata: PalletForeignAssetsModuleAssetMetadata;3153 } & Struct;3154 readonly type: 'RegisterForeignAsset' | 'UpdateForeignAsset';3155 }31563157 /** @name PalletEvmCall (343) */3158 interface PalletEvmCall extends Enum {3159 readonly isWithdraw: boolean;3160 readonly asWithdraw: {3161 readonly address: H160;3162 readonly value: u128;3163 } & Struct;3164 readonly isCall: boolean;3165 readonly asCall: {3166 readonly source: H160;3167 readonly target: H160;3168 readonly input: Bytes;3169 readonly value: U256;3170 readonly gasLimit: u64;3171 readonly maxFeePerGas: U256;3172 readonly maxPriorityFeePerGas: Option<U256>;3173 readonly nonce: Option<U256>;3174 readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;3175 } & Struct;3176 readonly isCreate: boolean;3177 readonly asCreate: {3178 readonly source: H160;3179 readonly init: Bytes;3180 readonly value: U256;3181 readonly gasLimit: u64;3182 readonly maxFeePerGas: U256;3183 readonly maxPriorityFeePerGas: Option<U256>;3184 readonly nonce: Option<U256>;3185 readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;3186 } & Struct;3187 readonly isCreate2: boolean;3188 readonly asCreate2: {3189 readonly source: H160;3190 readonly init: Bytes;3191 readonly salt: H256;3192 readonly value: U256;3193 readonly gasLimit: u64;3194 readonly maxFeePerGas: U256;3195 readonly maxPriorityFeePerGas: Option<U256>;3196 readonly nonce: Option<U256>;3197 readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;3198 } & Struct;3199 readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';3200 }32013202 /** @name PalletEthereumCall (349) */3203 interface PalletEthereumCall extends Enum {3204 readonly isTransact: boolean;3205 readonly asTransact: {3206 readonly transaction: EthereumTransactionTransactionV2;3207 } & Struct;3208 readonly type: 'Transact';3209 }32103211 /** @name EthereumTransactionTransactionV2 (350) */3212 interface EthereumTransactionTransactionV2 extends Enum {3213 readonly isLegacy: boolean;3214 readonly asLegacy: EthereumTransactionLegacyTransaction;3215 readonly isEip2930: boolean;3216 readonly asEip2930: EthereumTransactionEip2930Transaction;3217 readonly isEip1559: boolean;3218 readonly asEip1559: EthereumTransactionEip1559Transaction;3219 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';3220 }32213222 /** @name EthereumTransactionLegacyTransaction (351) */3223 interface EthereumTransactionLegacyTransaction extends Struct {3224 readonly nonce: U256;3225 readonly gasPrice: U256;3226 readonly gasLimit: U256;3227 readonly action: EthereumTransactionTransactionAction;3228 readonly value: U256;3229 readonly input: Bytes;3230 readonly signature: EthereumTransactionTransactionSignature;3231 }32323233 /** @name EthereumTransactionTransactionAction (352) */3234 interface EthereumTransactionTransactionAction extends Enum {3235 readonly isCall: boolean;3236 readonly asCall: H160;3237 readonly isCreate: boolean;3238 readonly type: 'Call' | 'Create';3239 }32403241 /** @name EthereumTransactionTransactionSignature (353) */3242 interface EthereumTransactionTransactionSignature extends Struct {3243 readonly v: u64;3244 readonly r: H256;3245 readonly s: H256;3246 }32473248 /** @name EthereumTransactionEip2930Transaction (355) */3249 interface EthereumTransactionEip2930Transaction extends Struct {3250 readonly chainId: u64;3251 readonly nonce: U256;3252 readonly gasPrice: U256;3253 readonly gasLimit: U256;3254 readonly action: EthereumTransactionTransactionAction;3255 readonly value: U256;3256 readonly input: Bytes;3257 readonly accessList: Vec<EthereumTransactionAccessListItem>;3258 readonly oddYParity: bool;3259 readonly r: H256;3260 readonly s: H256;3261 }32623263 /** @name EthereumTransactionAccessListItem (357) */3264 interface EthereumTransactionAccessListItem extends Struct {3265 readonly address: H160;3266 readonly storageKeys: Vec<H256>;3267 }32683269 /** @name EthereumTransactionEip1559Transaction (358) */3270 interface EthereumTransactionEip1559Transaction extends Struct {3271 readonly chainId: u64;3272 readonly nonce: U256;3273 readonly maxPriorityFeePerGas: U256;3274 readonly maxFeePerGas: U256;3275 readonly gasLimit: U256;3276 readonly action: EthereumTransactionTransactionAction;3277 readonly value: U256;3278 readonly input: Bytes;3279 readonly accessList: Vec<EthereumTransactionAccessListItem>;3280 readonly oddYParity: bool;3281 readonly r: H256;3282 readonly s: H256;3283 }32843285 /** @name PalletEvmMigrationCall (359) */3286 interface PalletEvmMigrationCall extends Enum {3287 readonly isBegin: boolean;3288 readonly asBegin: {3289 readonly address: H160;3290 } & Struct;3291 readonly isSetData: boolean;3292 readonly asSetData: {3293 readonly address: H160;3294 readonly data: Vec<ITuple<[H256, H256]>>;3295 } & Struct;3296 readonly isFinish: boolean;3297 readonly asFinish: {3298 readonly address: H160;3299 readonly code: Bytes;3300 } & Struct;3301 readonly isInsertEthLogs: boolean;3302 readonly asInsertEthLogs: {3303 readonly logs: Vec<EthereumLog>;3304 } & Struct;3305 readonly isInsertEvents: boolean;3306 readonly asInsertEvents: {3307 readonly events: Vec<Bytes>;3308 } & Struct;3309 readonly type: 'Begin' | 'SetData' | 'Finish' | 'InsertEthLogs' | 'InsertEvents';3310 }33113312 /** @name PalletMaintenanceCall (363) */3313 interface PalletMaintenanceCall extends Enum {3314 readonly isEnable: boolean;3315 readonly isDisable: boolean;3316 readonly type: 'Enable' | 'Disable';3317 }33183319 /** @name PalletTestUtilsCall (364) */3320 interface PalletTestUtilsCall extends Enum {3321 readonly isEnable: boolean;3322 readonly isSetTestValue: boolean;3323 readonly asSetTestValue: {3324 readonly value: u32;3325 } & Struct;3326 readonly isSetTestValueAndRollback: boolean;3327 readonly asSetTestValueAndRollback: {3328 readonly value: u32;3329 } & Struct;3330 readonly isIncTestValue: boolean;3331 readonly isJustTakeFee: boolean;3332 readonly isBatchAll: boolean;3333 readonly asBatchAll: {3334 readonly calls: Vec<Call>;3335 } & Struct;3336 readonly type: 'Enable' | 'SetTestValue' | 'SetTestValueAndRollback' | 'IncTestValue' | 'JustTakeFee' | 'BatchAll';3337 }33383339 /** @name PalletSudoError (366) */3340 interface PalletSudoError extends Enum {3341 readonly isRequireSudo: boolean;3342 readonly type: 'RequireSudo';3343 }33443345 /** @name OrmlVestingModuleError (368) */3346 interface OrmlVestingModuleError extends Enum {3347 readonly isZeroVestingPeriod: boolean;3348 readonly isZeroVestingPeriodCount: boolean;3349 readonly isInsufficientBalanceToLock: boolean;3350 readonly isTooManyVestingSchedules: boolean;3351 readonly isAmountLow: boolean;3352 readonly isMaxVestingSchedulesExceeded: boolean;3353 readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';3354 }33553356 /** @name OrmlXtokensModuleError (369) */3357 interface OrmlXtokensModuleError extends Enum {3358 readonly isAssetHasNoReserve: boolean;3359 readonly isNotCrossChainTransfer: boolean;3360 readonly isInvalidDest: boolean;3361 readonly isNotCrossChainTransferableCurrency: boolean;3362 readonly isUnweighableMessage: boolean;3363 readonly isXcmExecutionFailed: boolean;3364 readonly isCannotReanchor: boolean;3365 readonly isInvalidAncestry: boolean;3366 readonly isInvalidAsset: boolean;3367 readonly isDestinationNotInvertible: boolean;3368 readonly isBadVersion: boolean;3369 readonly isDistinctReserveForAssetAndFee: boolean;3370 readonly isZeroFee: boolean;3371 readonly isZeroAmount: boolean;3372 readonly isTooManyAssetsBeingSent: boolean;3373 readonly isAssetIndexNonExistent: boolean;3374 readonly isFeeNotEnough: boolean;3375 readonly isNotSupportedMultiLocation: boolean;3376 readonly isMinXcmFeeNotDefined: boolean;3377 readonly type: 'AssetHasNoReserve' | 'NotCrossChainTransfer' | 'InvalidDest' | 'NotCrossChainTransferableCurrency' | 'UnweighableMessage' | 'XcmExecutionFailed' | 'CannotReanchor' | 'InvalidAncestry' | 'InvalidAsset' | 'DestinationNotInvertible' | 'BadVersion' | 'DistinctReserveForAssetAndFee' | 'ZeroFee' | 'ZeroAmount' | 'TooManyAssetsBeingSent' | 'AssetIndexNonExistent' | 'FeeNotEnough' | 'NotSupportedMultiLocation' | 'MinXcmFeeNotDefined';3378 }33793380 /** @name OrmlTokensBalanceLock (372) */3381 interface OrmlTokensBalanceLock extends Struct {3382 readonly id: U8aFixed;3383 readonly amount: u128;3384 }33853386 /** @name OrmlTokensAccountData (374) */3387 interface OrmlTokensAccountData extends Struct {3388 readonly free: u128;3389 readonly reserved: u128;3390 readonly frozen: u128;3391 }33923393 /** @name OrmlTokensReserveData (376) */3394 interface OrmlTokensReserveData extends Struct {3395 readonly id: Null;3396 readonly amount: u128;3397 }33983399 /** @name OrmlTokensModuleError (378) */3400 interface OrmlTokensModuleError extends Enum {3401 readonly isBalanceTooLow: boolean;3402 readonly isAmountIntoBalanceFailed: boolean;3403 readonly isLiquidityRestrictions: boolean;3404 readonly isMaxLocksExceeded: boolean;3405 readonly isKeepAlive: boolean;3406 readonly isExistentialDeposit: boolean;3407 readonly isDeadAccount: boolean;3408 readonly isTooManyReserves: boolean;3409 readonly type: 'BalanceTooLow' | 'AmountIntoBalanceFailed' | 'LiquidityRestrictions' | 'MaxLocksExceeded' | 'KeepAlive' | 'ExistentialDeposit' | 'DeadAccount' | 'TooManyReserves';3410 }34113412 /** @name CumulusPalletXcmpQueueInboundChannelDetails (380) */3413 interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {3414 readonly sender: u32;3415 readonly state: CumulusPalletXcmpQueueInboundState;3416 readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;3417 }34183419 /** @name CumulusPalletXcmpQueueInboundState (381) */3420 interface CumulusPalletXcmpQueueInboundState extends Enum {3421 readonly isOk: boolean;3422 readonly isSuspended: boolean;3423 readonly type: 'Ok' | 'Suspended';3424 }34253426 /** @name PolkadotParachainPrimitivesXcmpMessageFormat (384) */3427 interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {3428 readonly isConcatenatedVersionedXcm: boolean;3429 readonly isConcatenatedEncodedBlob: boolean;3430 readonly isSignals: boolean;3431 readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';3432 }34333434 /** @name CumulusPalletXcmpQueueOutboundChannelDetails (387) */3435 interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {3436 readonly recipient: u32;3437 readonly state: CumulusPalletXcmpQueueOutboundState;3438 readonly signalsExist: bool;3439 readonly firstIndex: u16;3440 readonly lastIndex: u16;3441 }34423443 /** @name CumulusPalletXcmpQueueOutboundState (388) */3444 interface CumulusPalletXcmpQueueOutboundState extends Enum {3445 readonly isOk: boolean;3446 readonly isSuspended: boolean;3447 readonly type: 'Ok' | 'Suspended';3448 }34493450 /** @name CumulusPalletXcmpQueueQueueConfigData (390) */3451 interface CumulusPalletXcmpQueueQueueConfigData extends Struct {3452 readonly suspendThreshold: u32;3453 readonly dropThreshold: u32;3454 readonly resumeThreshold: u32;3455 readonly thresholdWeight: SpWeightsWeightV2Weight;3456 readonly weightRestrictDecay: SpWeightsWeightV2Weight;3457 readonly xcmpMaxIndividualWeight: SpWeightsWeightV2Weight;3458 }34593460 /** @name CumulusPalletXcmpQueueError (392) */3461 interface CumulusPalletXcmpQueueError extends Enum {3462 readonly isFailedToSend: boolean;3463 readonly isBadXcmOrigin: boolean;3464 readonly isBadXcm: boolean;3465 readonly isBadOverweightIndex: boolean;3466 readonly isWeightOverLimit: boolean;3467 readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';3468 }34693470 /** @name PalletXcmError (393) */3471 interface PalletXcmError extends Enum {3472 readonly isUnreachable: boolean;3473 readonly isSendFailure: boolean;3474 readonly isFiltered: boolean;3475 readonly isUnweighableMessage: boolean;3476 readonly isDestinationNotInvertible: boolean;3477 readonly isEmpty: boolean;3478 readonly isCannotReanchor: boolean;3479 readonly isTooManyAssets: boolean;3480 readonly isInvalidOrigin: boolean;3481 readonly isBadVersion: boolean;3482 readonly isBadLocation: boolean;3483 readonly isNoSubscription: boolean;3484 readonly isAlreadySubscribed: boolean;3485 readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';3486 }34873488 /** @name CumulusPalletXcmError (394) */3489 type CumulusPalletXcmError = Null;34903491 /** @name CumulusPalletDmpQueueConfigData (395) */3492 interface CumulusPalletDmpQueueConfigData extends Struct {3493 readonly maxIndividual: SpWeightsWeightV2Weight;3494 }34953496 /** @name CumulusPalletDmpQueuePageIndexData (396) */3497 interface CumulusPalletDmpQueuePageIndexData extends Struct {3498 readonly beginUsed: u32;3499 readonly endUsed: u32;3500 readonly overweightCount: u64;3501 }35023503 /** @name CumulusPalletDmpQueueError (399) */3504 interface CumulusPalletDmpQueueError extends Enum {3505 readonly isUnknown: boolean;3506 readonly isOverLimit: boolean;3507 readonly type: 'Unknown' | 'OverLimit';3508 }35093510 /** @name PalletUniqueError (403) */3511 interface PalletUniqueError extends Enum {3512 readonly isCollectionDecimalPointLimitExceeded: boolean;3513 readonly isEmptyArgument: boolean;3514 readonly isRepartitionCalledOnNonRefungibleCollection: boolean;3515 readonly type: 'CollectionDecimalPointLimitExceeded' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';3516 }35173518 /** @name PalletConfigurationError (404) */3519 interface PalletConfigurationError extends Enum {3520 readonly isInconsistentConfiguration: boolean;3521 readonly type: 'InconsistentConfiguration';3522 }35233524 /** @name UpDataStructsCollection (405) */3525 interface UpDataStructsCollection extends Struct {3526 readonly owner: AccountId32;3527 readonly mode: UpDataStructsCollectionMode;3528 readonly name: Vec<u16>;3529 readonly description: Vec<u16>;3530 readonly tokenPrefix: Bytes;3531 readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;3532 readonly limits: UpDataStructsCollectionLimits;3533 readonly permissions: UpDataStructsCollectionPermissions;3534 readonly flags: U8aFixed;3535 }35363537 /** @name UpDataStructsSponsorshipStateAccountId32 (406) */3538 interface UpDataStructsSponsorshipStateAccountId32 extends Enum {3539 readonly isDisabled: boolean;3540 readonly isUnconfirmed: boolean;3541 readonly asUnconfirmed: AccountId32;3542 readonly isConfirmed: boolean;3543 readonly asConfirmed: AccountId32;3544 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';3545 }35463547 /** @name UpDataStructsProperties (408) */3548 interface UpDataStructsProperties extends Struct {3549 readonly map: UpDataStructsPropertiesMapBoundedVec;3550 readonly consumedSpace: u32;3551 readonly spaceLimit: u32;3552 }35533554 /** @name UpDataStructsPropertiesMapBoundedVec (409) */3555 interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}35563557 /** @name UpDataStructsPropertiesMapPropertyPermission (414) */3558 interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}35593560 /** @name UpDataStructsCollectionStats (421) */3561 interface UpDataStructsCollectionStats extends Struct {3562 readonly created: u32;3563 readonly destroyed: u32;3564 readonly alive: u32;3565 }35663567 /** @name UpDataStructsTokenChild (422) */3568 interface UpDataStructsTokenChild extends Struct {3569 readonly token: u32;3570 readonly collection: u32;3571 }35723573 /** @name PhantomTypeUpDataStructs (423) */3574 interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}35753576 /** @name UpDataStructsTokenData (425) */3577 interface UpDataStructsTokenData extends Struct {3578 readonly properties: Vec<UpDataStructsProperty>;3579 readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;3580 readonly pieces: u128;3581 }35823583 /** @name UpDataStructsRpcCollection (427) */3584 interface UpDataStructsRpcCollection extends Struct {3585 readonly owner: AccountId32;3586 readonly mode: UpDataStructsCollectionMode;3587 readonly name: Vec<u16>;3588 readonly description: Vec<u16>;3589 readonly tokenPrefix: Bytes;3590 readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;3591 readonly limits: UpDataStructsCollectionLimits;3592 readonly permissions: UpDataStructsCollectionPermissions;3593 readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;3594 readonly properties: Vec<UpDataStructsProperty>;3595 readonly readOnly: bool;3596 readonly flags: UpDataStructsRpcCollectionFlags;3597 }35983599 /** @name UpDataStructsRpcCollectionFlags (428) */3600 interface UpDataStructsRpcCollectionFlags extends Struct {3601 readonly foreign: bool;3602 readonly erc721metadata: bool;3603 }36043605 /** @name RmrkTraitsCollectionCollectionInfo (429) */3606 interface RmrkTraitsCollectionCollectionInfo extends Struct {3607 readonly issuer: AccountId32;3608 readonly metadata: Bytes;3609 readonly max: Option<u32>;3610 readonly symbol: Bytes;3611 readonly nftsCount: u32;3612 }36133614 /** @name RmrkTraitsNftNftInfo (430) */3615 interface RmrkTraitsNftNftInfo extends Struct {3616 readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;3617 readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;3618 readonly metadata: Bytes;3619 readonly equipped: bool;3620 readonly pending: bool;3621 }36223623 /** @name RmrkTraitsNftRoyaltyInfo (432) */3624 interface RmrkTraitsNftRoyaltyInfo extends Struct {3625 readonly recipient: AccountId32;3626 readonly amount: Permill;3627 }36283629 /** @name RmrkTraitsResourceResourceInfo (433) */3630 interface RmrkTraitsResourceResourceInfo extends Struct {3631 readonly id: u32;3632 readonly resource: RmrkTraitsResourceResourceTypes;3633 readonly pending: bool;3634 readonly pendingRemoval: bool;3635 }36363637 /** @name RmrkTraitsPropertyPropertyInfo (434) */3638 interface RmrkTraitsPropertyPropertyInfo extends Struct {3639 readonly key: Bytes;3640 readonly value: Bytes;3641 }36423643 /** @name RmrkTraitsBaseBaseInfo (435) */3644 interface RmrkTraitsBaseBaseInfo extends Struct {3645 readonly issuer: AccountId32;3646 readonly baseType: Bytes;3647 readonly symbol: Bytes;3648 }36493650 /** @name RmrkTraitsNftNftChild (436) */3651 interface RmrkTraitsNftNftChild extends Struct {3652 readonly collectionId: u32;3653 readonly nftId: u32;3654 }36553656 /** @name PalletCommonError (438) */3657 interface PalletCommonError extends Enum {3658 readonly isCollectionNotFound: boolean;3659 readonly isMustBeTokenOwner: boolean;3660 readonly isNoPermission: boolean;3661 readonly isCantDestroyNotEmptyCollection: boolean;3662 readonly isPublicMintingNotAllowed: boolean;3663 readonly isAddressNotInAllowlist: boolean;3664 readonly isCollectionNameLimitExceeded: boolean;3665 readonly isCollectionDescriptionLimitExceeded: boolean;3666 readonly isCollectionTokenPrefixLimitExceeded: boolean;3667 readonly isTotalCollectionsLimitExceeded: boolean;3668 readonly isCollectionAdminCountExceeded: boolean;3669 readonly isCollectionLimitBoundsExceeded: boolean;3670 readonly isOwnerPermissionsCantBeReverted: boolean;3671 readonly isTransferNotAllowed: boolean;3672 readonly isAccountTokenLimitExceeded: boolean;3673 readonly isCollectionTokenLimitExceeded: boolean;3674 readonly isMetadataFlagFrozen: boolean;3675 readonly isTokenNotFound: boolean;3676 readonly isTokenValueTooLow: boolean;3677 readonly isApprovedValueTooLow: boolean;3678 readonly isCantApproveMoreThanOwned: boolean;3679 readonly isAddressIsZero: boolean;3680 readonly isUnsupportedOperation: boolean;3681 readonly isNotSufficientFounds: boolean;3682 readonly isUserIsNotAllowedToNest: boolean;3683 readonly isSourceCollectionIsNotAllowedToNest: boolean;3684 readonly isCollectionFieldSizeExceeded: boolean;3685 readonly isNoSpaceForProperty: boolean;3686 readonly isPropertyLimitReached: boolean;3687 readonly isPropertyKeyIsTooLong: boolean;3688 readonly isInvalidCharacterInPropertyKey: boolean;3689 readonly isEmptyPropertyKey: boolean;3690 readonly isCollectionIsExternal: boolean;3691 readonly isCollectionIsInternal: boolean;3692 readonly isConfirmSponsorshipFail: boolean;3693 readonly isUserIsNotCollectionAdmin: boolean;3694 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';3695 }36963697 /** @name PalletFungibleError (440) */3698 interface PalletFungibleError extends Enum {3699 readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;3700 readonly isFungibleItemsHaveNoId: boolean;3701 readonly isFungibleItemsDontHaveData: boolean;3702 readonly isFungibleDisallowsNesting: boolean;3703 readonly isSettingPropertiesNotAllowed: boolean;3704 readonly isSettingAllowanceForAllNotAllowed: boolean;3705 readonly isFungibleTokensAreAlwaysValid: boolean;3706 readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed' | 'SettingAllowanceForAllNotAllowed' | 'FungibleTokensAreAlwaysValid';3707 }37083709 /** @name PalletRefungibleItemData (441) */3710 interface PalletRefungibleItemData extends Struct {3711 readonly constData: Bytes;3712 }37133714 /** @name PalletRefungibleError (446) */3715 interface PalletRefungibleError extends Enum {3716 readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;3717 readonly isWrongRefungiblePieces: boolean;3718 readonly isRepartitionWhileNotOwningAllPieces: boolean;3719 readonly isRefungibleDisallowsNesting: boolean;3720 readonly isSettingPropertiesNotAllowed: boolean;3721 readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';3722 }37233724 /** @name PalletNonfungibleItemData (447) */3725 interface PalletNonfungibleItemData extends Struct {3726 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;3727 }37283729 /** @name UpDataStructsPropertyScope (449) */3730 interface UpDataStructsPropertyScope extends Enum {3731 readonly isNone: boolean;3732 readonly isRmrk: boolean;3733 readonly type: 'None' | 'Rmrk';3734 }37353736 /** @name PalletNonfungibleError (451) */3737 interface PalletNonfungibleError extends Enum {3738 readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;3739 readonly isNonfungibleItemsHaveNoAmount: boolean;3740 readonly isCantBurnNftWithChildren: boolean;3741 readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';3742 }37433744 /** @name PalletStructureError (452) */3745 interface PalletStructureError extends Enum {3746 readonly isOuroborosDetected: boolean;3747 readonly isDepthLimit: boolean;3748 readonly isBreadthLimit: boolean;3749 readonly isTokenNotFound: boolean;3750 readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound';3751 }37523753 /** @name PalletRmrkCoreError (453) */3754 interface PalletRmrkCoreError extends Enum {3755 readonly isCorruptedCollectionType: boolean;3756 readonly isRmrkPropertyKeyIsTooLong: boolean;3757 readonly isRmrkPropertyValueIsTooLong: boolean;3758 readonly isRmrkPropertyIsNotFound: boolean;3759 readonly isUnableToDecodeRmrkData: boolean;3760 readonly isCollectionNotEmpty: boolean;3761 readonly isNoAvailableCollectionId: boolean;3762 readonly isNoAvailableNftId: boolean;3763 readonly isCollectionUnknown: boolean;3764 readonly isNoPermission: boolean;3765 readonly isNonTransferable: boolean;3766 readonly isCollectionFullOrLocked: boolean;3767 readonly isResourceDoesntExist: boolean;3768 readonly isCannotSendToDescendentOrSelf: boolean;3769 readonly isCannotAcceptNonOwnedNft: boolean;3770 readonly isCannotRejectNonOwnedNft: boolean;3771 readonly isCannotRejectNonPendingNft: boolean;3772 readonly isResourceNotPending: boolean;3773 readonly isNoAvailableResourceId: boolean;3774 readonly type: 'CorruptedCollectionType' | 'RmrkPropertyKeyIsTooLong' | 'RmrkPropertyValueIsTooLong' | 'RmrkPropertyIsNotFound' | 'UnableToDecodeRmrkData' | 'CollectionNotEmpty' | 'NoAvailableCollectionId' | 'NoAvailableNftId' | 'CollectionUnknown' | 'NoPermission' | 'NonTransferable' | 'CollectionFullOrLocked' | 'ResourceDoesntExist' | 'CannotSendToDescendentOrSelf' | 'CannotAcceptNonOwnedNft' | 'CannotRejectNonOwnedNft' | 'CannotRejectNonPendingNft' | 'ResourceNotPending' | 'NoAvailableResourceId';3775 }37763777 /** @name PalletRmrkEquipError (455) */3778 interface PalletRmrkEquipError extends Enum {3779 readonly isPermissionError: boolean;3780 readonly isNoAvailableBaseId: boolean;3781 readonly isNoAvailablePartId: boolean;3782 readonly isBaseDoesntExist: boolean;3783 readonly isNeedsDefaultThemeFirst: boolean;3784 readonly isPartDoesntExist: boolean;3785 readonly isNoEquippableOnFixedPart: boolean;3786 readonly type: 'PermissionError' | 'NoAvailableBaseId' | 'NoAvailablePartId' | 'BaseDoesntExist' | 'NeedsDefaultThemeFirst' | 'PartDoesntExist' | 'NoEquippableOnFixedPart';3787 }37883789 /** @name PalletAppPromotionError (461) */3790 interface PalletAppPromotionError extends Enum {3791 readonly isAdminNotSet: boolean;3792 readonly isNoPermission: boolean;3793 readonly isNotSufficientFunds: boolean;3794 readonly isPendingForBlockOverflow: boolean;3795 readonly isSponsorNotSet: boolean;3796 readonly isIncorrectLockedBalanceOperation: boolean;3797 readonly type: 'AdminNotSet' | 'NoPermission' | 'NotSufficientFunds' | 'PendingForBlockOverflow' | 'SponsorNotSet' | 'IncorrectLockedBalanceOperation';3798 }37993800 /** @name PalletForeignAssetsModuleError (462) */3801 interface PalletForeignAssetsModuleError extends Enum {3802 readonly isBadLocation: boolean;3803 readonly isMultiLocationExisted: boolean;3804 readonly isAssetIdNotExists: boolean;3805 readonly isAssetIdExisted: boolean;3806 readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';3807 }38083809 /** @name PalletEvmError (464) */3810 interface PalletEvmError extends Enum {3811 readonly isBalanceLow: boolean;3812 readonly isFeeOverflow: boolean;3813 readonly isPaymentOverflow: boolean;3814 readonly isWithdrawFailed: boolean;3815 readonly isGasPriceTooLow: boolean;3816 readonly isInvalidNonce: boolean;3817 readonly isGasLimitTooLow: boolean;3818 readonly isGasLimitTooHigh: boolean;3819 readonly isUndefined: boolean;3820 readonly isReentrancy: boolean;3821 readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce' | 'GasLimitTooLow' | 'GasLimitTooHigh' | 'Undefined' | 'Reentrancy';3822 }38233824 /** @name FpRpcTransactionStatus (467) */3825 interface FpRpcTransactionStatus extends Struct {3826 readonly transactionHash: H256;3827 readonly transactionIndex: u32;3828 readonly from: H160;3829 readonly to: Option<H160>;3830 readonly contractAddress: Option<H160>;3831 readonly logs: Vec<EthereumLog>;3832 readonly logsBloom: EthbloomBloom;3833 }38343835 /** @name EthbloomBloom (469) */3836 interface EthbloomBloom extends U8aFixed {}38373838 /** @name EthereumReceiptReceiptV3 (471) */3839 interface EthereumReceiptReceiptV3 extends Enum {3840 readonly isLegacy: boolean;3841 readonly asLegacy: EthereumReceiptEip658ReceiptData;3842 readonly isEip2930: boolean;3843 readonly asEip2930: EthereumReceiptEip658ReceiptData;3844 readonly isEip1559: boolean;3845 readonly asEip1559: EthereumReceiptEip658ReceiptData;3846 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';3847 }38483849 /** @name EthereumReceiptEip658ReceiptData (472) */3850 interface EthereumReceiptEip658ReceiptData extends Struct {3851 readonly statusCode: u8;3852 readonly usedGas: U256;3853 readonly logsBloom: EthbloomBloom;3854 readonly logs: Vec<EthereumLog>;3855 }38563857 /** @name EthereumBlock (473) */3858 interface EthereumBlock extends Struct {3859 readonly header: EthereumHeader;3860 readonly transactions: Vec<EthereumTransactionTransactionV2>;3861 readonly ommers: Vec<EthereumHeader>;3862 }38633864 /** @name EthereumHeader (474) */3865 interface EthereumHeader extends Struct {3866 readonly parentHash: H256;3867 readonly ommersHash: H256;3868 readonly beneficiary: H160;3869 readonly stateRoot: H256;3870 readonly transactionsRoot: H256;3871 readonly receiptsRoot: H256;3872 readonly logsBloom: EthbloomBloom;3873 readonly difficulty: U256;3874 readonly number: U256;3875 readonly gasLimit: U256;3876 readonly gasUsed: U256;3877 readonly timestamp: u64;3878 readonly extraData: Bytes;3879 readonly mixHash: H256;3880 readonly nonce: EthereumTypesHashH64;3881 }38823883 /** @name EthereumTypesHashH64 (475) */3884 interface EthereumTypesHashH64 extends U8aFixed {}38853886 /** @name PalletEthereumError (480) */3887 interface PalletEthereumError extends Enum {3888 readonly isInvalidSignature: boolean;3889 readonly isPreLogExists: boolean;3890 readonly type: 'InvalidSignature' | 'PreLogExists';3891 }38923893 /** @name PalletEvmCoderSubstrateError (481) */3894 interface PalletEvmCoderSubstrateError extends Enum {3895 readonly isOutOfGas: boolean;3896 readonly isOutOfFund: boolean;3897 readonly type: 'OutOfGas' | 'OutOfFund';3898 }38993900 /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (482) */3901 interface UpDataStructsSponsorshipStateBasicCrossAccountIdRepr extends Enum {3902 readonly isDisabled: boolean;3903 readonly isUnconfirmed: boolean;3904 readonly asUnconfirmed: PalletEvmAccountBasicCrossAccountIdRepr;3905 readonly isConfirmed: boolean;3906 readonly asConfirmed: PalletEvmAccountBasicCrossAccountIdRepr;3907 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';3908 }39093910 /** @name PalletEvmContractHelpersSponsoringModeT (483) */3911 interface PalletEvmContractHelpersSponsoringModeT extends Enum {3912 readonly isDisabled: boolean;3913 readonly isAllowlisted: boolean;3914 readonly isGenerous: boolean;3915 readonly type: 'Disabled' | 'Allowlisted' | 'Generous';3916 }39173918 /** @name PalletEvmContractHelpersError (489) */3919 interface PalletEvmContractHelpersError extends Enum {3920 readonly isNoPermission: boolean;3921 readonly isNoPendingSponsor: boolean;3922 readonly isTooManyMethodsHaveSponsoredLimit: boolean;3923 readonly type: 'NoPermission' | 'NoPendingSponsor' | 'TooManyMethodsHaveSponsoredLimit';3924 }39253926 /** @name PalletEvmMigrationError (490) */3927 interface PalletEvmMigrationError extends Enum {3928 readonly isAccountNotEmpty: boolean;3929 readonly isAccountIsNotMigrating: boolean;3930 readonly isBadEvent: boolean;3931 readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating' | 'BadEvent';3932 }39333934 /** @name PalletMaintenanceError (491) */3935 type PalletMaintenanceError = Null;39363937 /** @name PalletTestUtilsError (492) */3938 interface PalletTestUtilsError extends Enum {3939 readonly isTestPalletDisabled: boolean;3940 readonly isTriggerRollback: boolean;3941 readonly type: 'TestPalletDisabled' | 'TriggerRollback';3942 }39433944 /** @name SpRuntimeMultiSignature (494) */3945 interface SpRuntimeMultiSignature extends Enum {3946 readonly isEd25519: boolean;3947 readonly asEd25519: SpCoreEd25519Signature;3948 readonly isSr25519: boolean;3949 readonly asSr25519: SpCoreSr25519Signature;3950 readonly isEcdsa: boolean;3951 readonly asEcdsa: SpCoreEcdsaSignature;3952 readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';3953 }39543955 /** @name SpCoreEd25519Signature (495) */3956 interface SpCoreEd25519Signature extends U8aFixed {}39573958 /** @name SpCoreSr25519Signature (497) */3959 interface SpCoreSr25519Signature extends U8aFixed {}39603961 /** @name SpCoreEcdsaSignature (498) */3962 interface SpCoreEcdsaSignature extends U8aFixed {}39633964 /** @name FrameSystemExtensionsCheckSpecVersion (501) */3965 type FrameSystemExtensionsCheckSpecVersion = Null;39663967 /** @name FrameSystemExtensionsCheckTxVersion (502) */3968 type FrameSystemExtensionsCheckTxVersion = Null;39693970 /** @name FrameSystemExtensionsCheckGenesis (503) */3971 type FrameSystemExtensionsCheckGenesis = Null;39723973 /** @name FrameSystemExtensionsCheckNonce (506) */3974 interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}39753976 /** @name FrameSystemExtensionsCheckWeight (507) */3977 type FrameSystemExtensionsCheckWeight = Null;39783979 /** @name OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance (508) */3980 type OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance = Null;39813982 /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (509) */3983 interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}39843985 /** @name OpalRuntimeRuntime (510) */3986 type OpalRuntimeRuntime = Null;39873988 /** @name PalletEthereumFakeTransactionFinalizer (511) */3989 type PalletEthereumFakeTransactionFinalizer = Null;39903991} // declare module1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34// import type lookup before we augment - in some environments5// this is required to allow for ambient/previous definitions6import '@polkadot/types/lookup';78import type { Data } from '@polkadot/types';9import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Set, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';10import type { ITuple } from '@polkadot/types-codec/types';11import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';12import type { Event } from '@polkadot/types/interfaces/system';1314declare module '@polkadot/types/lookup' {15 /** @name FrameSystemAccountInfo (3) */16 interface FrameSystemAccountInfo extends Struct {17 readonly nonce: u32;18 readonly consumers: u32;19 readonly providers: u32;20 readonly sufficients: u32;21 readonly data: PalletBalancesAccountData;22 }2324 /** @name PalletBalancesAccountData (5) */25 interface PalletBalancesAccountData extends Struct {26 readonly free: u128;27 readonly reserved: u128;28 readonly miscFrozen: u128;29 readonly feeFrozen: u128;30 }3132 /** @name FrameSupportDispatchPerDispatchClassWeight (7) */33 interface FrameSupportDispatchPerDispatchClassWeight extends Struct {34 readonly normal: SpWeightsWeightV2Weight;35 readonly operational: SpWeightsWeightV2Weight;36 readonly mandatory: SpWeightsWeightV2Weight;37 }3839 /** @name SpWeightsWeightV2Weight (8) */40 interface SpWeightsWeightV2Weight extends Struct {41 readonly refTime: Compact<u64>;42 readonly proofSize: Compact<u64>;43 }4445 /** @name SpRuntimeDigest (13) */46 interface SpRuntimeDigest extends Struct {47 readonly logs: Vec<SpRuntimeDigestDigestItem>;48 }4950 /** @name SpRuntimeDigestDigestItem (15) */51 interface SpRuntimeDigestDigestItem extends Enum {52 readonly isOther: boolean;53 readonly asOther: Bytes;54 readonly isConsensus: boolean;55 readonly asConsensus: ITuple<[U8aFixed, Bytes]>;56 readonly isSeal: boolean;57 readonly asSeal: ITuple<[U8aFixed, Bytes]>;58 readonly isPreRuntime: boolean;59 readonly asPreRuntime: ITuple<[U8aFixed, Bytes]>;60 readonly isRuntimeEnvironmentUpdated: boolean;61 readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';62 }6364 /** @name FrameSystemEventRecord (18) */65 interface FrameSystemEventRecord extends Struct {66 readonly phase: FrameSystemPhase;67 readonly event: Event;68 readonly topics: Vec<H256>;69 }7071 /** @name FrameSystemEvent (20) */72 interface FrameSystemEvent extends Enum {73 readonly isExtrinsicSuccess: boolean;74 readonly asExtrinsicSuccess: {75 readonly dispatchInfo: FrameSupportDispatchDispatchInfo;76 } & Struct;77 readonly isExtrinsicFailed: boolean;78 readonly asExtrinsicFailed: {79 readonly dispatchError: SpRuntimeDispatchError;80 readonly dispatchInfo: FrameSupportDispatchDispatchInfo;81 } & Struct;82 readonly isCodeUpdated: boolean;83 readonly isNewAccount: boolean;84 readonly asNewAccount: {85 readonly account: AccountId32;86 } & Struct;87 readonly isKilledAccount: boolean;88 readonly asKilledAccount: {89 readonly account: AccountId32;90 } & Struct;91 readonly isRemarked: boolean;92 readonly asRemarked: {93 readonly sender: AccountId32;94 readonly hash_: H256;95 } & Struct;96 readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked';97 }9899 /** @name FrameSupportDispatchDispatchInfo (21) */100 interface FrameSupportDispatchDispatchInfo extends Struct {101 readonly weight: SpWeightsWeightV2Weight;102 readonly class: FrameSupportDispatchDispatchClass;103 readonly paysFee: FrameSupportDispatchPays;104 }105106 /** @name FrameSupportDispatchDispatchClass (22) */107 interface FrameSupportDispatchDispatchClass extends Enum {108 readonly isNormal: boolean;109 readonly isOperational: boolean;110 readonly isMandatory: boolean;111 readonly type: 'Normal' | 'Operational' | 'Mandatory';112 }113114 /** @name FrameSupportDispatchPays (23) */115 interface FrameSupportDispatchPays extends Enum {116 readonly isYes: boolean;117 readonly isNo: boolean;118 readonly type: 'Yes' | 'No';119 }120121 /** @name SpRuntimeDispatchError (24) */122 interface SpRuntimeDispatchError extends Enum {123 readonly isOther: boolean;124 readonly isCannotLookup: boolean;125 readonly isBadOrigin: boolean;126 readonly isModule: boolean;127 readonly asModule: SpRuntimeModuleError;128 readonly isConsumerRemaining: boolean;129 readonly isNoProviders: boolean;130 readonly isTooManyConsumers: boolean;131 readonly isToken: boolean;132 readonly asToken: SpRuntimeTokenError;133 readonly isArithmetic: boolean;134 readonly asArithmetic: SpRuntimeArithmeticError;135 readonly isTransactional: boolean;136 readonly asTransactional: SpRuntimeTransactionalError;137 readonly isExhausted: boolean;138 readonly isCorruption: boolean;139 readonly isUnavailable: boolean;140 readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional' | 'Exhausted' | 'Corruption' | 'Unavailable';141 }142143 /** @name SpRuntimeModuleError (25) */144 interface SpRuntimeModuleError extends Struct {145 readonly index: u8;146 readonly error: U8aFixed;147 }148149 /** @name SpRuntimeTokenError (26) */150 interface SpRuntimeTokenError extends Enum {151 readonly isNoFunds: boolean;152 readonly isWouldDie: boolean;153 readonly isBelowMinimum: boolean;154 readonly isCannotCreate: boolean;155 readonly isUnknownAsset: boolean;156 readonly isFrozen: boolean;157 readonly isUnsupported: boolean;158 readonly type: 'NoFunds' | 'WouldDie' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported';159 }160161 /** @name SpRuntimeArithmeticError (27) */162 interface SpRuntimeArithmeticError extends Enum {163 readonly isUnderflow: boolean;164 readonly isOverflow: boolean;165 readonly isDivisionByZero: boolean;166 readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';167 }168169 /** @name SpRuntimeTransactionalError (28) */170 interface SpRuntimeTransactionalError extends Enum {171 readonly isLimitReached: boolean;172 readonly isNoLayer: boolean;173 readonly type: 'LimitReached' | 'NoLayer';174 }175176 /** @name CumulusPalletParachainSystemEvent (29) */177 interface CumulusPalletParachainSystemEvent extends Enum {178 readonly isValidationFunctionStored: boolean;179 readonly isValidationFunctionApplied: boolean;180 readonly asValidationFunctionApplied: {181 readonly relayChainBlockNum: u32;182 } & Struct;183 readonly isValidationFunctionDiscarded: boolean;184 readonly isUpgradeAuthorized: boolean;185 readonly asUpgradeAuthorized: {186 readonly codeHash: H256;187 } & Struct;188 readonly isDownwardMessagesReceived: boolean;189 readonly asDownwardMessagesReceived: {190 readonly count: u32;191 } & Struct;192 readonly isDownwardMessagesProcessed: boolean;193 readonly asDownwardMessagesProcessed: {194 readonly weightUsed: SpWeightsWeightV2Weight;195 readonly dmqHead: H256;196 } & Struct;197 readonly type: 'ValidationFunctionStored' | 'ValidationFunctionApplied' | 'ValidationFunctionDiscarded' | 'UpgradeAuthorized' | 'DownwardMessagesReceived' | 'DownwardMessagesProcessed';198 }199200 /** @name PalletCollatorSelectionEvent (30) */201 interface PalletCollatorSelectionEvent extends Enum {202 readonly isInvulnerableAdded: boolean;203 readonly asInvulnerableAdded: {204 readonly invulnerable: AccountId32;205 } & Struct;206 readonly isInvulnerableRemoved: boolean;207 readonly asInvulnerableRemoved: {208 readonly invulnerable: AccountId32;209 } & Struct;210 readonly isLicenseObtained: boolean;211 readonly asLicenseObtained: {212 readonly accountId: AccountId32;213 readonly deposit: u128;214 } & Struct;215 readonly isLicenseForfeited: boolean;216 readonly asLicenseForfeited: {217 readonly accountId: AccountId32;218 readonly depositReturned: u128;219 } & Struct;220 readonly isCandidateAdded: boolean;221 readonly asCandidateAdded: {222 readonly accountId: AccountId32;223 } & Struct;224 readonly isCandidateRemoved: boolean;225 readonly asCandidateRemoved: {226 readonly accountId: AccountId32;227 } & Struct;228 readonly type: 'InvulnerableAdded' | 'InvulnerableRemoved' | 'LicenseObtained' | 'LicenseForfeited' | 'CandidateAdded' | 'CandidateRemoved';229 }230231 /** @name PalletSessionEvent (31) */232 interface PalletSessionEvent extends Enum {233 readonly isNewSession: boolean;234 readonly asNewSession: {235 readonly sessionIndex: u32;236 } & Struct;237 readonly type: 'NewSession';238 }239240 /** @name PalletIdentityEvent (32) */241 interface PalletIdentityEvent extends Enum {242 readonly isIdentitySet: boolean;243 readonly asIdentitySet: {244 readonly who: AccountId32;245 } & Struct;246 readonly isIdentityCleared: boolean;247 readonly asIdentityCleared: {248 readonly who: AccountId32;249 readonly deposit: u128;250 } & Struct;251 readonly isIdentityKilled: boolean;252 readonly asIdentityKilled: {253 readonly who: AccountId32;254 readonly deposit: u128;255 } & Struct;256 readonly isJudgementRequested: boolean;257 readonly asJudgementRequested: {258 readonly who: AccountId32;259 readonly registrarIndex: u32;260 } & Struct;261 readonly isJudgementUnrequested: boolean;262 readonly asJudgementUnrequested: {263 readonly who: AccountId32;264 readonly registrarIndex: u32;265 } & Struct;266 readonly isJudgementGiven: boolean;267 readonly asJudgementGiven: {268 readonly target: AccountId32;269 readonly registrarIndex: u32;270 } & Struct;271 readonly isRegistrarAdded: boolean;272 readonly asRegistrarAdded: {273 readonly registrarIndex: u32;274 } & Struct;275 readonly isSubIdentityAdded: boolean;276 readonly asSubIdentityAdded: {277 readonly sub: AccountId32;278 readonly main: AccountId32;279 readonly deposit: u128;280 } & Struct;281 readonly isSubIdentityRemoved: boolean;282 readonly asSubIdentityRemoved: {283 readonly sub: AccountId32;284 readonly main: AccountId32;285 readonly deposit: u128;286 } & Struct;287 readonly isSubIdentityRevoked: boolean;288 readonly asSubIdentityRevoked: {289 readonly sub: AccountId32;290 readonly main: AccountId32;291 readonly deposit: u128;292 } & Struct;293 readonly type: 'IdentitySet' | 'IdentityCleared' | 'IdentityKilled' | 'JudgementRequested' | 'JudgementUnrequested' | 'JudgementGiven' | 'RegistrarAdded' | 'SubIdentityAdded' | 'SubIdentityRemoved' | 'SubIdentityRevoked';294 }295296 /** @name PalletBalancesEvent (33) */297 interface PalletBalancesEvent extends Enum {298 readonly isEndowed: boolean;299 readonly asEndowed: {300 readonly account: AccountId32;301 readonly freeBalance: u128;302 } & Struct;303 readonly isDustLost: boolean;304 readonly asDustLost: {305 readonly account: AccountId32;306 readonly amount: u128;307 } & Struct;308 readonly isTransfer: boolean;309 readonly asTransfer: {310 readonly from: AccountId32;311 readonly to: AccountId32;312 readonly amount: u128;313 } & Struct;314 readonly isBalanceSet: boolean;315 readonly asBalanceSet: {316 readonly who: AccountId32;317 readonly free: u128;318 readonly reserved: u128;319 } & Struct;320 readonly isReserved: boolean;321 readonly asReserved: {322 readonly who: AccountId32;323 readonly amount: u128;324 } & Struct;325 readonly isUnreserved: boolean;326 readonly asUnreserved: {327 readonly who: AccountId32;328 readonly amount: u128;329 } & Struct;330 readonly isReserveRepatriated: boolean;331 readonly asReserveRepatriated: {332 readonly from: AccountId32;333 readonly to: AccountId32;334 readonly amount: u128;335 readonly destinationStatus: FrameSupportTokensMiscBalanceStatus;336 } & Struct;337 readonly isDeposit: boolean;338 readonly asDeposit: {339 readonly who: AccountId32;340 readonly amount: u128;341 } & Struct;342 readonly isWithdraw: boolean;343 readonly asWithdraw: {344 readonly who: AccountId32;345 readonly amount: u128;346 } & Struct;347 readonly isSlashed: boolean;348 readonly asSlashed: {349 readonly who: AccountId32;350 readonly amount: u128;351 } & Struct;352 readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'BalanceSet' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'Deposit' | 'Withdraw' | 'Slashed';353 }354355 /** @name FrameSupportTokensMiscBalanceStatus (34) */356 interface FrameSupportTokensMiscBalanceStatus extends Enum {357 readonly isFree: boolean;358 readonly isReserved: boolean;359 readonly type: 'Free' | 'Reserved';360 }361362 /** @name PalletTransactionPaymentEvent (35) */363 interface PalletTransactionPaymentEvent extends Enum {364 readonly isTransactionFeePaid: boolean;365 readonly asTransactionFeePaid: {366 readonly who: AccountId32;367 readonly actualFee: u128;368 readonly tip: u128;369 } & Struct;370 readonly type: 'TransactionFeePaid';371 }372373 /** @name PalletTreasuryEvent (36) */374 interface PalletTreasuryEvent extends Enum {375 readonly isProposed: boolean;376 readonly asProposed: {377 readonly proposalIndex: u32;378 } & Struct;379 readonly isSpending: boolean;380 readonly asSpending: {381 readonly budgetRemaining: u128;382 } & Struct;383 readonly isAwarded: boolean;384 readonly asAwarded: {385 readonly proposalIndex: u32;386 readonly award: u128;387 readonly account: AccountId32;388 } & Struct;389 readonly isRejected: boolean;390 readonly asRejected: {391 readonly proposalIndex: u32;392 readonly slashed: u128;393 } & Struct;394 readonly isBurnt: boolean;395 readonly asBurnt: {396 readonly burntFunds: u128;397 } & Struct;398 readonly isRollover: boolean;399 readonly asRollover: {400 readonly rolloverBalance: u128;401 } & Struct;402 readonly isDeposit: boolean;403 readonly asDeposit: {404 readonly value: u128;405 } & Struct;406 readonly isSpendApproved: boolean;407 readonly asSpendApproved: {408 readonly proposalIndex: u32;409 readonly amount: u128;410 readonly beneficiary: AccountId32;411 } & Struct;412 readonly type: 'Proposed' | 'Spending' | 'Awarded' | 'Rejected' | 'Burnt' | 'Rollover' | 'Deposit' | 'SpendApproved';413 }414415 /** @name PalletSudoEvent (37) */416 interface PalletSudoEvent extends Enum {417 readonly isSudid: boolean;418 readonly asSudid: {419 readonly sudoResult: Result<Null, SpRuntimeDispatchError>;420 } & Struct;421 readonly isKeyChanged: boolean;422 readonly asKeyChanged: {423 readonly oldSudoer: Option<AccountId32>;424 } & Struct;425 readonly isSudoAsDone: boolean;426 readonly asSudoAsDone: {427 readonly sudoResult: Result<Null, SpRuntimeDispatchError>;428 } & Struct;429 readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';430 }431432 /** @name OrmlVestingModuleEvent (41) */433 interface OrmlVestingModuleEvent extends Enum {434 readonly isVestingScheduleAdded: boolean;435 readonly asVestingScheduleAdded: {436 readonly from: AccountId32;437 readonly to: AccountId32;438 readonly vestingSchedule: OrmlVestingVestingSchedule;439 } & Struct;440 readonly isClaimed: boolean;441 readonly asClaimed: {442 readonly who: AccountId32;443 readonly amount: u128;444 } & Struct;445 readonly isVestingSchedulesUpdated: boolean;446 readonly asVestingSchedulesUpdated: {447 readonly who: AccountId32;448 } & Struct;449 readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';450 }451452 /** @name OrmlVestingVestingSchedule (42) */453 interface OrmlVestingVestingSchedule extends Struct {454 readonly start: u32;455 readonly period: u32;456 readonly periodCount: u32;457 readonly perPeriod: Compact<u128>;458 }459460 /** @name OrmlXtokensModuleEvent (44) */461 interface OrmlXtokensModuleEvent extends Enum {462 readonly isTransferredMultiAssets: boolean;463 readonly asTransferredMultiAssets: {464 readonly sender: AccountId32;465 readonly assets: XcmV1MultiassetMultiAssets;466 readonly fee: XcmV1MultiAsset;467 readonly dest: XcmV1MultiLocation;468 } & Struct;469 readonly type: 'TransferredMultiAssets';470 }471472 /** @name XcmV1MultiassetMultiAssets (45) */473 interface XcmV1MultiassetMultiAssets extends Vec<XcmV1MultiAsset> {}474475 /** @name XcmV1MultiAsset (47) */476 interface XcmV1MultiAsset extends Struct {477 readonly id: XcmV1MultiassetAssetId;478 readonly fun: XcmV1MultiassetFungibility;479 }480481 /** @name XcmV1MultiassetAssetId (48) */482 interface XcmV1MultiassetAssetId extends Enum {483 readonly isConcrete: boolean;484 readonly asConcrete: XcmV1MultiLocation;485 readonly isAbstract: boolean;486 readonly asAbstract: Bytes;487 readonly type: 'Concrete' | 'Abstract';488 }489490 /** @name XcmV1MultiLocation (49) */491 interface XcmV1MultiLocation extends Struct {492 readonly parents: u8;493 readonly interior: XcmV1MultilocationJunctions;494 }495496 /** @name XcmV1MultilocationJunctions (50) */497 interface XcmV1MultilocationJunctions extends Enum {498 readonly isHere: boolean;499 readonly isX1: boolean;500 readonly asX1: XcmV1Junction;501 readonly isX2: boolean;502 readonly asX2: ITuple<[XcmV1Junction, XcmV1Junction]>;503 readonly isX3: boolean;504 readonly asX3: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction]>;505 readonly isX4: boolean;506 readonly asX4: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;507 readonly isX5: boolean;508 readonly asX5: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;509 readonly isX6: boolean;510 readonly asX6: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;511 readonly isX7: boolean;512 readonly asX7: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;513 readonly isX8: boolean;514 readonly asX8: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;515 readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';516 }517518 /** @name XcmV1Junction (51) */519 interface XcmV1Junction extends Enum {520 readonly isParachain: boolean;521 readonly asParachain: Compact<u32>;522 readonly isAccountId32: boolean;523 readonly asAccountId32: {524 readonly network: XcmV0JunctionNetworkId;525 readonly id: U8aFixed;526 } & Struct;527 readonly isAccountIndex64: boolean;528 readonly asAccountIndex64: {529 readonly network: XcmV0JunctionNetworkId;530 readonly index: Compact<u64>;531 } & Struct;532 readonly isAccountKey20: boolean;533 readonly asAccountKey20: {534 readonly network: XcmV0JunctionNetworkId;535 readonly key: U8aFixed;536 } & Struct;537 readonly isPalletInstance: boolean;538 readonly asPalletInstance: u8;539 readonly isGeneralIndex: boolean;540 readonly asGeneralIndex: Compact<u128>;541 readonly isGeneralKey: boolean;542 readonly asGeneralKey: Bytes;543 readonly isOnlyChild: boolean;544 readonly isPlurality: boolean;545 readonly asPlurality: {546 readonly id: XcmV0JunctionBodyId;547 readonly part: XcmV0JunctionBodyPart;548 } & Struct;549 readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';550 }551552 /** @name XcmV0JunctionNetworkId (53) */553 interface XcmV0JunctionNetworkId extends Enum {554 readonly isAny: boolean;555 readonly isNamed: boolean;556 readonly asNamed: Bytes;557 readonly isPolkadot: boolean;558 readonly isKusama: boolean;559 readonly type: 'Any' | 'Named' | 'Polkadot' | 'Kusama';560 }561562 /** @name XcmV0JunctionBodyId (56) */563 interface XcmV0JunctionBodyId extends Enum {564 readonly isUnit: boolean;565 readonly isNamed: boolean;566 readonly asNamed: Bytes;567 readonly isIndex: boolean;568 readonly asIndex: Compact<u32>;569 readonly isExecutive: boolean;570 readonly isTechnical: boolean;571 readonly isLegislative: boolean;572 readonly isJudicial: boolean;573 readonly type: 'Unit' | 'Named' | 'Index' | 'Executive' | 'Technical' | 'Legislative' | 'Judicial';574 }575576 /** @name XcmV0JunctionBodyPart (57) */577 interface XcmV0JunctionBodyPart extends Enum {578 readonly isVoice: boolean;579 readonly isMembers: boolean;580 readonly asMembers: {581 readonly count: Compact<u32>;582 } & Struct;583 readonly isFraction: boolean;584 readonly asFraction: {585 readonly nom: Compact<u32>;586 readonly denom: Compact<u32>;587 } & Struct;588 readonly isAtLeastProportion: boolean;589 readonly asAtLeastProportion: {590 readonly nom: Compact<u32>;591 readonly denom: Compact<u32>;592 } & Struct;593 readonly isMoreThanProportion: boolean;594 readonly asMoreThanProportion: {595 readonly nom: Compact<u32>;596 readonly denom: Compact<u32>;597 } & Struct;598 readonly type: 'Voice' | 'Members' | 'Fraction' | 'AtLeastProportion' | 'MoreThanProportion';599 }600601 /** @name XcmV1MultiassetFungibility (58) */602 interface XcmV1MultiassetFungibility extends Enum {603 readonly isFungible: boolean;604 readonly asFungible: Compact<u128>;605 readonly isNonFungible: boolean;606 readonly asNonFungible: XcmV1MultiassetAssetInstance;607 readonly type: 'Fungible' | 'NonFungible';608 }609610 /** @name XcmV1MultiassetAssetInstance (59) */611 interface XcmV1MultiassetAssetInstance extends Enum {612 readonly isUndefined: boolean;613 readonly isIndex: boolean;614 readonly asIndex: Compact<u128>;615 readonly isArray4: boolean;616 readonly asArray4: U8aFixed;617 readonly isArray8: boolean;618 readonly asArray8: U8aFixed;619 readonly isArray16: boolean;620 readonly asArray16: U8aFixed;621 readonly isArray32: boolean;622 readonly asArray32: U8aFixed;623 readonly isBlob: boolean;624 readonly asBlob: Bytes;625 readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32' | 'Blob';626 }627628 /** @name OrmlTokensModuleEvent (62) */629 interface OrmlTokensModuleEvent extends Enum {630 readonly isEndowed: boolean;631 readonly asEndowed: {632 readonly currencyId: PalletForeignAssetsAssetIds;633 readonly who: AccountId32;634 readonly amount: u128;635 } & Struct;636 readonly isDustLost: boolean;637 readonly asDustLost: {638 readonly currencyId: PalletForeignAssetsAssetIds;639 readonly who: AccountId32;640 readonly amount: u128;641 } & Struct;642 readonly isTransfer: boolean;643 readonly asTransfer: {644 readonly currencyId: PalletForeignAssetsAssetIds;645 readonly from: AccountId32;646 readonly to: AccountId32;647 readonly amount: u128;648 } & Struct;649 readonly isReserved: boolean;650 readonly asReserved: {651 readonly currencyId: PalletForeignAssetsAssetIds;652 readonly who: AccountId32;653 readonly amount: u128;654 } & Struct;655 readonly isUnreserved: boolean;656 readonly asUnreserved: {657 readonly currencyId: PalletForeignAssetsAssetIds;658 readonly who: AccountId32;659 readonly amount: u128;660 } & Struct;661 readonly isReserveRepatriated: boolean;662 readonly asReserveRepatriated: {663 readonly currencyId: PalletForeignAssetsAssetIds;664 readonly from: AccountId32;665 readonly to: AccountId32;666 readonly amount: u128;667 readonly status: FrameSupportTokensMiscBalanceStatus;668 } & Struct;669 readonly isBalanceSet: boolean;670 readonly asBalanceSet: {671 readonly currencyId: PalletForeignAssetsAssetIds;672 readonly who: AccountId32;673 readonly free: u128;674 readonly reserved: u128;675 } & Struct;676 readonly isTotalIssuanceSet: boolean;677 readonly asTotalIssuanceSet: {678 readonly currencyId: PalletForeignAssetsAssetIds;679 readonly amount: u128;680 } & Struct;681 readonly isWithdrawn: boolean;682 readonly asWithdrawn: {683 readonly currencyId: PalletForeignAssetsAssetIds;684 readonly who: AccountId32;685 readonly amount: u128;686 } & Struct;687 readonly isSlashed: boolean;688 readonly asSlashed: {689 readonly currencyId: PalletForeignAssetsAssetIds;690 readonly who: AccountId32;691 readonly freeAmount: u128;692 readonly reservedAmount: u128;693 } & Struct;694 readonly isDeposited: boolean;695 readonly asDeposited: {696 readonly currencyId: PalletForeignAssetsAssetIds;697 readonly who: AccountId32;698 readonly amount: u128;699 } & Struct;700 readonly isLockSet: boolean;701 readonly asLockSet: {702 readonly lockId: U8aFixed;703 readonly currencyId: PalletForeignAssetsAssetIds;704 readonly who: AccountId32;705 readonly amount: u128;706 } & Struct;707 readonly isLockRemoved: boolean;708 readonly asLockRemoved: {709 readonly lockId: U8aFixed;710 readonly currencyId: PalletForeignAssetsAssetIds;711 readonly who: AccountId32;712 } & Struct;713 readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'BalanceSet' | 'TotalIssuanceSet' | 'Withdrawn' | 'Slashed' | 'Deposited' | 'LockSet' | 'LockRemoved';714 }715716 /** @name PalletForeignAssetsAssetIds (63) */717 interface PalletForeignAssetsAssetIds extends Enum {718 readonly isForeignAssetId: boolean;719 readonly asForeignAssetId: u32;720 readonly isNativeAssetId: boolean;721 readonly asNativeAssetId: PalletForeignAssetsNativeCurrency;722 readonly type: 'ForeignAssetId' | 'NativeAssetId';723 }724725 /** @name PalletForeignAssetsNativeCurrency (64) */726 interface PalletForeignAssetsNativeCurrency extends Enum {727 readonly isHere: boolean;728 readonly isParent: boolean;729 readonly type: 'Here' | 'Parent';730 }731732 /** @name CumulusPalletXcmpQueueEvent (65) */733 interface CumulusPalletXcmpQueueEvent extends Enum {734 readonly isSuccess: boolean;735 readonly asSuccess: {736 readonly messageHash: Option<H256>;737 readonly weight: SpWeightsWeightV2Weight;738 } & Struct;739 readonly isFail: boolean;740 readonly asFail: {741 readonly messageHash: Option<H256>;742 readonly error: XcmV2TraitsError;743 readonly weight: SpWeightsWeightV2Weight;744 } & Struct;745 readonly isBadVersion: boolean;746 readonly asBadVersion: {747 readonly messageHash: Option<H256>;748 } & Struct;749 readonly isBadFormat: boolean;750 readonly asBadFormat: {751 readonly messageHash: Option<H256>;752 } & Struct;753 readonly isUpwardMessageSent: boolean;754 readonly asUpwardMessageSent: {755 readonly messageHash: Option<H256>;756 } & Struct;757 readonly isXcmpMessageSent: boolean;758 readonly asXcmpMessageSent: {759 readonly messageHash: Option<H256>;760 } & Struct;761 readonly isOverweightEnqueued: boolean;762 readonly asOverweightEnqueued: {763 readonly sender: u32;764 readonly sentAt: u32;765 readonly index: u64;766 readonly required: SpWeightsWeightV2Weight;767 } & Struct;768 readonly isOverweightServiced: boolean;769 readonly asOverweightServiced: {770 readonly index: u64;771 readonly used: SpWeightsWeightV2Weight;772 } & Struct;773 readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';774 }775776 /** @name XcmV2TraitsError (67) */777 interface XcmV2TraitsError extends Enum {778 readonly isOverflow: boolean;779 readonly isUnimplemented: boolean;780 readonly isUntrustedReserveLocation: boolean;781 readonly isUntrustedTeleportLocation: boolean;782 readonly isMultiLocationFull: boolean;783 readonly isMultiLocationNotInvertible: boolean;784 readonly isBadOrigin: boolean;785 readonly isInvalidLocation: boolean;786 readonly isAssetNotFound: boolean;787 readonly isFailedToTransactAsset: boolean;788 readonly isNotWithdrawable: boolean;789 readonly isLocationCannotHold: boolean;790 readonly isExceedsMaxMessageSize: boolean;791 readonly isDestinationUnsupported: boolean;792 readonly isTransport: boolean;793 readonly isUnroutable: boolean;794 readonly isUnknownClaim: boolean;795 readonly isFailedToDecode: boolean;796 readonly isMaxWeightInvalid: boolean;797 readonly isNotHoldingFees: boolean;798 readonly isTooExpensive: boolean;799 readonly isTrap: boolean;800 readonly asTrap: u64;801 readonly isUnhandledXcmVersion: boolean;802 readonly isWeightLimitReached: boolean;803 readonly asWeightLimitReached: u64;804 readonly isBarrier: boolean;805 readonly isWeightNotComputable: boolean;806 readonly type: 'Overflow' | 'Unimplemented' | 'UntrustedReserveLocation' | 'UntrustedTeleportLocation' | 'MultiLocationFull' | 'MultiLocationNotInvertible' | 'BadOrigin' | 'InvalidLocation' | 'AssetNotFound' | 'FailedToTransactAsset' | 'NotWithdrawable' | 'LocationCannotHold' | 'ExceedsMaxMessageSize' | 'DestinationUnsupported' | 'Transport' | 'Unroutable' | 'UnknownClaim' | 'FailedToDecode' | 'MaxWeightInvalid' | 'NotHoldingFees' | 'TooExpensive' | 'Trap' | 'UnhandledXcmVersion' | 'WeightLimitReached' | 'Barrier' | 'WeightNotComputable';807 }808809 /** @name PalletXcmEvent (69) */810 interface PalletXcmEvent extends Enum {811 readonly isAttempted: boolean;812 readonly asAttempted: XcmV2TraitsOutcome;813 readonly isSent: boolean;814 readonly asSent: ITuple<[XcmV1MultiLocation, XcmV1MultiLocation, XcmV2Xcm]>;815 readonly isUnexpectedResponse: boolean;816 readonly asUnexpectedResponse: ITuple<[XcmV1MultiLocation, u64]>;817 readonly isResponseReady: boolean;818 readonly asResponseReady: ITuple<[u64, XcmV2Response]>;819 readonly isNotified: boolean;820 readonly asNotified: ITuple<[u64, u8, u8]>;821 readonly isNotifyOverweight: boolean;822 readonly asNotifyOverweight: ITuple<[u64, u8, u8, SpWeightsWeightV2Weight, SpWeightsWeightV2Weight]>;823 readonly isNotifyDispatchError: boolean;824 readonly asNotifyDispatchError: ITuple<[u64, u8, u8]>;825 readonly isNotifyDecodeFailed: boolean;826 readonly asNotifyDecodeFailed: ITuple<[u64, u8, u8]>;827 readonly isInvalidResponder: boolean;828 readonly asInvalidResponder: ITuple<[XcmV1MultiLocation, u64, Option<XcmV1MultiLocation>]>;829 readonly isInvalidResponderVersion: boolean;830 readonly asInvalidResponderVersion: ITuple<[XcmV1MultiLocation, u64]>;831 readonly isResponseTaken: boolean;832 readonly asResponseTaken: u64;833 readonly isAssetsTrapped: boolean;834 readonly asAssetsTrapped: ITuple<[H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;835 readonly isVersionChangeNotified: boolean;836 readonly asVersionChangeNotified: ITuple<[XcmV1MultiLocation, u32]>;837 readonly isSupportedVersionChanged: boolean;838 readonly asSupportedVersionChanged: ITuple<[XcmV1MultiLocation, u32]>;839 readonly isNotifyTargetSendFail: boolean;840 readonly asNotifyTargetSendFail: ITuple<[XcmV1MultiLocation, u64, XcmV2TraitsError]>;841 readonly isNotifyTargetMigrationFail: boolean;842 readonly asNotifyTargetMigrationFail: ITuple<[XcmVersionedMultiLocation, u64]>;843 readonly isAssetsClaimed: boolean;844 readonly asAssetsClaimed: ITuple<[H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;845 readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail' | 'AssetsClaimed';846 }847848 /** @name XcmV2TraitsOutcome (70) */849 interface XcmV2TraitsOutcome extends Enum {850 readonly isComplete: boolean;851 readonly asComplete: u64;852 readonly isIncomplete: boolean;853 readonly asIncomplete: ITuple<[u64, XcmV2TraitsError]>;854 readonly isError: boolean;855 readonly asError: XcmV2TraitsError;856 readonly type: 'Complete' | 'Incomplete' | 'Error';857 }858859 /** @name XcmV2Xcm (71) */860 interface XcmV2Xcm extends Vec<XcmV2Instruction> {}861862 /** @name XcmV2Instruction (73) */863 interface XcmV2Instruction extends Enum {864 readonly isWithdrawAsset: boolean;865 readonly asWithdrawAsset: XcmV1MultiassetMultiAssets;866 readonly isReserveAssetDeposited: boolean;867 readonly asReserveAssetDeposited: XcmV1MultiassetMultiAssets;868 readonly isReceiveTeleportedAsset: boolean;869 readonly asReceiveTeleportedAsset: XcmV1MultiassetMultiAssets;870 readonly isQueryResponse: boolean;871 readonly asQueryResponse: {872 readonly queryId: Compact<u64>;873 readonly response: XcmV2Response;874 readonly maxWeight: Compact<u64>;875 } & Struct;876 readonly isTransferAsset: boolean;877 readonly asTransferAsset: {878 readonly assets: XcmV1MultiassetMultiAssets;879 readonly beneficiary: XcmV1MultiLocation;880 } & Struct;881 readonly isTransferReserveAsset: boolean;882 readonly asTransferReserveAsset: {883 readonly assets: XcmV1MultiassetMultiAssets;884 readonly dest: XcmV1MultiLocation;885 readonly xcm: XcmV2Xcm;886 } & Struct;887 readonly isTransact: boolean;888 readonly asTransact: {889 readonly originType: XcmV0OriginKind;890 readonly requireWeightAtMost: Compact<u64>;891 readonly call: XcmDoubleEncoded;892 } & Struct;893 readonly isHrmpNewChannelOpenRequest: boolean;894 readonly asHrmpNewChannelOpenRequest: {895 readonly sender: Compact<u32>;896 readonly maxMessageSize: Compact<u32>;897 readonly maxCapacity: Compact<u32>;898 } & Struct;899 readonly isHrmpChannelAccepted: boolean;900 readonly asHrmpChannelAccepted: {901 readonly recipient: Compact<u32>;902 } & Struct;903 readonly isHrmpChannelClosing: boolean;904 readonly asHrmpChannelClosing: {905 readonly initiator: Compact<u32>;906 readonly sender: Compact<u32>;907 readonly recipient: Compact<u32>;908 } & Struct;909 readonly isClearOrigin: boolean;910 readonly isDescendOrigin: boolean;911 readonly asDescendOrigin: XcmV1MultilocationJunctions;912 readonly isReportError: boolean;913 readonly asReportError: {914 readonly queryId: Compact<u64>;915 readonly dest: XcmV1MultiLocation;916 readonly maxResponseWeight: Compact<u64>;917 } & Struct;918 readonly isDepositAsset: boolean;919 readonly asDepositAsset: {920 readonly assets: XcmV1MultiassetMultiAssetFilter;921 readonly maxAssets: Compact<u32>;922 readonly beneficiary: XcmV1MultiLocation;923 } & Struct;924 readonly isDepositReserveAsset: boolean;925 readonly asDepositReserveAsset: {926 readonly assets: XcmV1MultiassetMultiAssetFilter;927 readonly maxAssets: Compact<u32>;928 readonly dest: XcmV1MultiLocation;929 readonly xcm: XcmV2Xcm;930 } & Struct;931 readonly isExchangeAsset: boolean;932 readonly asExchangeAsset: {933 readonly give: XcmV1MultiassetMultiAssetFilter;934 readonly receive: XcmV1MultiassetMultiAssets;935 } & Struct;936 readonly isInitiateReserveWithdraw: boolean;937 readonly asInitiateReserveWithdraw: {938 readonly assets: XcmV1MultiassetMultiAssetFilter;939 readonly reserve: XcmV1MultiLocation;940 readonly xcm: XcmV2Xcm;941 } & Struct;942 readonly isInitiateTeleport: boolean;943 readonly asInitiateTeleport: {944 readonly assets: XcmV1MultiassetMultiAssetFilter;945 readonly dest: XcmV1MultiLocation;946 readonly xcm: XcmV2Xcm;947 } & Struct;948 readonly isQueryHolding: boolean;949 readonly asQueryHolding: {950 readonly queryId: Compact<u64>;951 readonly dest: XcmV1MultiLocation;952 readonly assets: XcmV1MultiassetMultiAssetFilter;953 readonly maxResponseWeight: Compact<u64>;954 } & Struct;955 readonly isBuyExecution: boolean;956 readonly asBuyExecution: {957 readonly fees: XcmV1MultiAsset;958 readonly weightLimit: XcmV2WeightLimit;959 } & Struct;960 readonly isRefundSurplus: boolean;961 readonly isSetErrorHandler: boolean;962 readonly asSetErrorHandler: XcmV2Xcm;963 readonly isSetAppendix: boolean;964 readonly asSetAppendix: XcmV2Xcm;965 readonly isClearError: boolean;966 readonly isClaimAsset: boolean;967 readonly asClaimAsset: {968 readonly assets: XcmV1MultiassetMultiAssets;969 readonly ticket: XcmV1MultiLocation;970 } & Struct;971 readonly isTrap: boolean;972 readonly asTrap: Compact<u64>;973 readonly isSubscribeVersion: boolean;974 readonly asSubscribeVersion: {975 readonly queryId: Compact<u64>;976 readonly maxResponseWeight: Compact<u64>;977 } & Struct;978 readonly isUnsubscribeVersion: boolean;979 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'ClearOrigin' | 'DescendOrigin' | 'ReportError' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution' | 'RefundSurplus' | 'SetErrorHandler' | 'SetAppendix' | 'ClearError' | 'ClaimAsset' | 'Trap' | 'SubscribeVersion' | 'UnsubscribeVersion';980 }981982 /** @name XcmV2Response (74) */983 interface XcmV2Response extends Enum {984 readonly isNull: boolean;985 readonly isAssets: boolean;986 readonly asAssets: XcmV1MultiassetMultiAssets;987 readonly isExecutionResult: boolean;988 readonly asExecutionResult: Option<ITuple<[u32, XcmV2TraitsError]>>;989 readonly isVersion: boolean;990 readonly asVersion: u32;991 readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version';992 }993994 /** @name XcmV0OriginKind (77) */995 interface XcmV0OriginKind extends Enum {996 readonly isNative: boolean;997 readonly isSovereignAccount: boolean;998 readonly isSuperuser: boolean;999 readonly isXcm: boolean;1000 readonly type: 'Native' | 'SovereignAccount' | 'Superuser' | 'Xcm';1001 }10021003 /** @name XcmDoubleEncoded (78) */1004 interface XcmDoubleEncoded extends Struct {1005 readonly encoded: Bytes;1006 }10071008 /** @name XcmV1MultiassetMultiAssetFilter (79) */1009 interface XcmV1MultiassetMultiAssetFilter extends Enum {1010 readonly isDefinite: boolean;1011 readonly asDefinite: XcmV1MultiassetMultiAssets;1012 readonly isWild: boolean;1013 readonly asWild: XcmV1MultiassetWildMultiAsset;1014 readonly type: 'Definite' | 'Wild';1015 }10161017 /** @name XcmV1MultiassetWildMultiAsset (80) */1018 interface XcmV1MultiassetWildMultiAsset extends Enum {1019 readonly isAll: boolean;1020 readonly isAllOf: boolean;1021 readonly asAllOf: {1022 readonly id: XcmV1MultiassetAssetId;1023 readonly fun: XcmV1MultiassetWildFungibility;1024 } & Struct;1025 readonly type: 'All' | 'AllOf';1026 }10271028 /** @name XcmV1MultiassetWildFungibility (81) */1029 interface XcmV1MultiassetWildFungibility extends Enum {1030 readonly isFungible: boolean;1031 readonly isNonFungible: boolean;1032 readonly type: 'Fungible' | 'NonFungible';1033 }10341035 /** @name XcmV2WeightLimit (82) */1036 interface XcmV2WeightLimit extends Enum {1037 readonly isUnlimited: boolean;1038 readonly isLimited: boolean;1039 readonly asLimited: Compact<u64>;1040 readonly type: 'Unlimited' | 'Limited';1041 }10421043 /** @name XcmVersionedMultiAssets (84) */1044 interface XcmVersionedMultiAssets extends Enum {1045 readonly isV0: boolean;1046 readonly asV0: Vec<XcmV0MultiAsset>;1047 readonly isV1: boolean;1048 readonly asV1: XcmV1MultiassetMultiAssets;1049 readonly type: 'V0' | 'V1';1050 }10511052 /** @name XcmV0MultiAsset (86) */1053 interface XcmV0MultiAsset extends Enum {1054 readonly isNone: boolean;1055 readonly isAll: boolean;1056 readonly isAllFungible: boolean;1057 readonly isAllNonFungible: boolean;1058 readonly isAllAbstractFungible: boolean;1059 readonly asAllAbstractFungible: {1060 readonly id: Bytes;1061 } & Struct;1062 readonly isAllAbstractNonFungible: boolean;1063 readonly asAllAbstractNonFungible: {1064 readonly class: Bytes;1065 } & Struct;1066 readonly isAllConcreteFungible: boolean;1067 readonly asAllConcreteFungible: {1068 readonly id: XcmV0MultiLocation;1069 } & Struct;1070 readonly isAllConcreteNonFungible: boolean;1071 readonly asAllConcreteNonFungible: {1072 readonly class: XcmV0MultiLocation;1073 } & Struct;1074 readonly isAbstractFungible: boolean;1075 readonly asAbstractFungible: {1076 readonly id: Bytes;1077 readonly amount: Compact<u128>;1078 } & Struct;1079 readonly isAbstractNonFungible: boolean;1080 readonly asAbstractNonFungible: {1081 readonly class: Bytes;1082 readonly instance: XcmV1MultiassetAssetInstance;1083 } & Struct;1084 readonly isConcreteFungible: boolean;1085 readonly asConcreteFungible: {1086 readonly id: XcmV0MultiLocation;1087 readonly amount: Compact<u128>;1088 } & Struct;1089 readonly isConcreteNonFungible: boolean;1090 readonly asConcreteNonFungible: {1091 readonly class: XcmV0MultiLocation;1092 readonly instance: XcmV1MultiassetAssetInstance;1093 } & Struct;1094 readonly type: 'None' | 'All' | 'AllFungible' | 'AllNonFungible' | 'AllAbstractFungible' | 'AllAbstractNonFungible' | 'AllConcreteFungible' | 'AllConcreteNonFungible' | 'AbstractFungible' | 'AbstractNonFungible' | 'ConcreteFungible' | 'ConcreteNonFungible';1095 }10961097 /** @name XcmV0MultiLocation (87) */1098 interface XcmV0MultiLocation extends Enum {1099 readonly isNull: boolean;1100 readonly isX1: boolean;1101 readonly asX1: XcmV0Junction;1102 readonly isX2: boolean;1103 readonly asX2: ITuple<[XcmV0Junction, XcmV0Junction]>;1104 readonly isX3: boolean;1105 readonly asX3: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction]>;1106 readonly isX4: boolean;1107 readonly asX4: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;1108 readonly isX5: boolean;1109 readonly asX5: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;1110 readonly isX6: boolean;1111 readonly asX6: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;1112 readonly isX7: boolean;1113 readonly asX7: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;1114 readonly isX8: boolean;1115 readonly asX8: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;1116 readonly type: 'Null' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';1117 }11181119 /** @name XcmV0Junction (88) */1120 interface XcmV0Junction extends Enum {1121 readonly isParent: boolean;1122 readonly isParachain: boolean;1123 readonly asParachain: Compact<u32>;1124 readonly isAccountId32: boolean;1125 readonly asAccountId32: {1126 readonly network: XcmV0JunctionNetworkId;1127 readonly id: U8aFixed;1128 } & Struct;1129 readonly isAccountIndex64: boolean;1130 readonly asAccountIndex64: {1131 readonly network: XcmV0JunctionNetworkId;1132 readonly index: Compact<u64>;1133 } & Struct;1134 readonly isAccountKey20: boolean;1135 readonly asAccountKey20: {1136 readonly network: XcmV0JunctionNetworkId;1137 readonly key: U8aFixed;1138 } & Struct;1139 readonly isPalletInstance: boolean;1140 readonly asPalletInstance: u8;1141 readonly isGeneralIndex: boolean;1142 readonly asGeneralIndex: Compact<u128>;1143 readonly isGeneralKey: boolean;1144 readonly asGeneralKey: Bytes;1145 readonly isOnlyChild: boolean;1146 readonly isPlurality: boolean;1147 readonly asPlurality: {1148 readonly id: XcmV0JunctionBodyId;1149 readonly part: XcmV0JunctionBodyPart;1150 } & Struct;1151 readonly type: 'Parent' | 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';1152 }11531154 /** @name XcmVersionedMultiLocation (89) */1155 interface XcmVersionedMultiLocation extends Enum {1156 readonly isV0: boolean;1157 readonly asV0: XcmV0MultiLocation;1158 readonly isV1: boolean;1159 readonly asV1: XcmV1MultiLocation;1160 readonly type: 'V0' | 'V1';1161 }11621163 /** @name CumulusPalletXcmEvent (90) */1164 interface CumulusPalletXcmEvent extends Enum {1165 readonly isInvalidFormat: boolean;1166 readonly asInvalidFormat: U8aFixed;1167 readonly isUnsupportedVersion: boolean;1168 readonly asUnsupportedVersion: U8aFixed;1169 readonly isExecutedDownward: boolean;1170 readonly asExecutedDownward: ITuple<[U8aFixed, XcmV2TraitsOutcome]>;1171 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';1172 }11731174 /** @name CumulusPalletDmpQueueEvent (91) */1175 interface CumulusPalletDmpQueueEvent extends Enum {1176 readonly isInvalidFormat: boolean;1177 readonly asInvalidFormat: {1178 readonly messageId: U8aFixed;1179 } & Struct;1180 readonly isUnsupportedVersion: boolean;1181 readonly asUnsupportedVersion: {1182 readonly messageId: U8aFixed;1183 } & Struct;1184 readonly isExecutedDownward: boolean;1185 readonly asExecutedDownward: {1186 readonly messageId: U8aFixed;1187 readonly outcome: XcmV2TraitsOutcome;1188 } & Struct;1189 readonly isWeightExhausted: boolean;1190 readonly asWeightExhausted: {1191 readonly messageId: U8aFixed;1192 readonly remainingWeight: SpWeightsWeightV2Weight;1193 readonly requiredWeight: SpWeightsWeightV2Weight;1194 } & Struct;1195 readonly isOverweightEnqueued: boolean;1196 readonly asOverweightEnqueued: {1197 readonly messageId: U8aFixed;1198 readonly overweightIndex: u64;1199 readonly requiredWeight: SpWeightsWeightV2Weight;1200 } & Struct;1201 readonly isOverweightServiced: boolean;1202 readonly asOverweightServiced: {1203 readonly overweightIndex: u64;1204 readonly weightUsed: SpWeightsWeightV2Weight;1205 } & Struct;1206 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';1207 }12081209 /** @name PalletConfigurationEvent (92) */1210 interface PalletConfigurationEvent extends Enum {1211 readonly isNewDesiredCollators: boolean;1212 readonly asNewDesiredCollators: {1213 readonly desiredCollators: Option<u32>;1214 } & Struct;1215 readonly isNewCollatorLicenseBond: boolean;1216 readonly asNewCollatorLicenseBond: {1217 readonly bondCost: Option<u128>;1218 } & Struct;1219 readonly isNewCollatorKickThreshold: boolean;1220 readonly asNewCollatorKickThreshold: {1221 readonly lengthInBlocks: Option<u32>;1222 } & Struct;1223 readonly type: 'NewDesiredCollators' | 'NewCollatorLicenseBond' | 'NewCollatorKickThreshold';1224 }12251226 /** @name PalletCommonEvent (95) */1227 interface PalletCommonEvent extends Enum {1228 readonly isCollectionCreated: boolean;1229 readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;1230 readonly isCollectionDestroyed: boolean;1231 readonly asCollectionDestroyed: u32;1232 readonly isItemCreated: boolean;1233 readonly asItemCreated: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1234 readonly isItemDestroyed: boolean;1235 readonly asItemDestroyed: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1236 readonly isTransfer: boolean;1237 readonly asTransfer: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1238 readonly isApproved: boolean;1239 readonly asApproved: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1240 readonly isApprovedForAll: boolean;1241 readonly asApprovedForAll: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, bool]>;1242 readonly isCollectionPropertySet: boolean;1243 readonly asCollectionPropertySet: ITuple<[u32, Bytes]>;1244 readonly isCollectionPropertyDeleted: boolean;1245 readonly asCollectionPropertyDeleted: ITuple<[u32, Bytes]>;1246 readonly isTokenPropertySet: boolean;1247 readonly asTokenPropertySet: ITuple<[u32, u32, Bytes]>;1248 readonly isTokenPropertyDeleted: boolean;1249 readonly asTokenPropertyDeleted: ITuple<[u32, u32, Bytes]>;1250 readonly isPropertyPermissionSet: boolean;1251 readonly asPropertyPermissionSet: ITuple<[u32, Bytes]>;1252 readonly isAllowListAddressAdded: boolean;1253 readonly asAllowListAddressAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1254 readonly isAllowListAddressRemoved: boolean;1255 readonly asAllowListAddressRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1256 readonly isCollectionAdminAdded: boolean;1257 readonly asCollectionAdminAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1258 readonly isCollectionAdminRemoved: boolean;1259 readonly asCollectionAdminRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1260 readonly isCollectionLimitSet: boolean;1261 readonly asCollectionLimitSet: u32;1262 readonly isCollectionOwnerChanged: boolean;1263 readonly asCollectionOwnerChanged: ITuple<[u32, AccountId32]>;1264 readonly isCollectionPermissionSet: boolean;1265 readonly asCollectionPermissionSet: u32;1266 readonly isCollectionSponsorSet: boolean;1267 readonly asCollectionSponsorSet: ITuple<[u32, AccountId32]>;1268 readonly isSponsorshipConfirmed: boolean;1269 readonly asSponsorshipConfirmed: ITuple<[u32, AccountId32]>;1270 readonly isCollectionSponsorRemoved: boolean;1271 readonly asCollectionSponsorRemoved: u32;1272 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved' | 'ApprovedForAll' | 'CollectionPropertySet' | 'CollectionPropertyDeleted' | 'TokenPropertySet' | 'TokenPropertyDeleted' | 'PropertyPermissionSet' | 'AllowListAddressAdded' | 'AllowListAddressRemoved' | 'CollectionAdminAdded' | 'CollectionAdminRemoved' | 'CollectionLimitSet' | 'CollectionOwnerChanged' | 'CollectionPermissionSet' | 'CollectionSponsorSet' | 'SponsorshipConfirmed' | 'CollectionSponsorRemoved';1273 }12741275 /** @name PalletEvmAccountBasicCrossAccountIdRepr (98) */1276 interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {1277 readonly isSubstrate: boolean;1278 readonly asSubstrate: AccountId32;1279 readonly isEthereum: boolean;1280 readonly asEthereum: H160;1281 readonly type: 'Substrate' | 'Ethereum';1282 }12831284 /** @name PalletStructureEvent (102) */1285 interface PalletStructureEvent extends Enum {1286 readonly isExecuted: boolean;1287 readonly asExecuted: Result<Null, SpRuntimeDispatchError>;1288 readonly type: 'Executed';1289 }12901291 /** @name PalletRmrkCoreEvent (103) */1292 interface PalletRmrkCoreEvent extends Enum {1293 readonly isCollectionCreated: boolean;1294 readonly asCollectionCreated: {1295 readonly issuer: AccountId32;1296 readonly collectionId: u32;1297 } & Struct;1298 readonly isCollectionDestroyed: boolean;1299 readonly asCollectionDestroyed: {1300 readonly issuer: AccountId32;1301 readonly collectionId: u32;1302 } & Struct;1303 readonly isIssuerChanged: boolean;1304 readonly asIssuerChanged: {1305 readonly oldIssuer: AccountId32;1306 readonly newIssuer: AccountId32;1307 readonly collectionId: u32;1308 } & Struct;1309 readonly isCollectionLocked: boolean;1310 readonly asCollectionLocked: {1311 readonly issuer: AccountId32;1312 readonly collectionId: u32;1313 } & Struct;1314 readonly isNftMinted: boolean;1315 readonly asNftMinted: {1316 readonly owner: AccountId32;1317 readonly collectionId: u32;1318 readonly nftId: u32;1319 } & Struct;1320 readonly isNftBurned: boolean;1321 readonly asNftBurned: {1322 readonly owner: AccountId32;1323 readonly nftId: u32;1324 } & Struct;1325 readonly isNftSent: boolean;1326 readonly asNftSent: {1327 readonly sender: AccountId32;1328 readonly recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple;1329 readonly collectionId: u32;1330 readonly nftId: u32;1331 readonly approvalRequired: bool;1332 } & Struct;1333 readonly isNftAccepted: boolean;1334 readonly asNftAccepted: {1335 readonly sender: AccountId32;1336 readonly recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple;1337 readonly collectionId: u32;1338 readonly nftId: u32;1339 } & Struct;1340 readonly isNftRejected: boolean;1341 readonly asNftRejected: {1342 readonly sender: AccountId32;1343 readonly collectionId: u32;1344 readonly nftId: u32;1345 } & Struct;1346 readonly isPropertySet: boolean;1347 readonly asPropertySet: {1348 readonly collectionId: u32;1349 readonly maybeNftId: Option<u32>;1350 readonly key: Bytes;1351 readonly value: Bytes;1352 } & Struct;1353 readonly isResourceAdded: boolean;1354 readonly asResourceAdded: {1355 readonly nftId: u32;1356 readonly resourceId: u32;1357 } & Struct;1358 readonly isResourceRemoval: boolean;1359 readonly asResourceRemoval: {1360 readonly nftId: u32;1361 readonly resourceId: u32;1362 } & Struct;1363 readonly isResourceAccepted: boolean;1364 readonly asResourceAccepted: {1365 readonly nftId: u32;1366 readonly resourceId: u32;1367 } & Struct;1368 readonly isResourceRemovalAccepted: boolean;1369 readonly asResourceRemovalAccepted: {1370 readonly nftId: u32;1371 readonly resourceId: u32;1372 } & Struct;1373 readonly isPrioritySet: boolean;1374 readonly asPrioritySet: {1375 readonly collectionId: u32;1376 readonly nftId: u32;1377 } & Struct;1378 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'IssuerChanged' | 'CollectionLocked' | 'NftMinted' | 'NftBurned' | 'NftSent' | 'NftAccepted' | 'NftRejected' | 'PropertySet' | 'ResourceAdded' | 'ResourceRemoval' | 'ResourceAccepted' | 'ResourceRemovalAccepted' | 'PrioritySet';1379 }13801381 /** @name RmrkTraitsNftAccountIdOrCollectionNftTuple (104) */1382 interface RmrkTraitsNftAccountIdOrCollectionNftTuple extends Enum {1383 readonly isAccountId: boolean;1384 readonly asAccountId: AccountId32;1385 readonly isCollectionAndNftTuple: boolean;1386 readonly asCollectionAndNftTuple: ITuple<[u32, u32]>;1387 readonly type: 'AccountId' | 'CollectionAndNftTuple';1388 }13891390 /** @name PalletRmrkEquipEvent (107) */1391 interface PalletRmrkEquipEvent extends Enum {1392 readonly isBaseCreated: boolean;1393 readonly asBaseCreated: {1394 readonly issuer: AccountId32;1395 readonly baseId: u32;1396 } & Struct;1397 readonly isEquippablesUpdated: boolean;1398 readonly asEquippablesUpdated: {1399 readonly baseId: u32;1400 readonly slotId: u32;1401 } & Struct;1402 readonly type: 'BaseCreated' | 'EquippablesUpdated';1403 }14041405 /** @name PalletAppPromotionEvent (108) */1406 interface PalletAppPromotionEvent extends Enum {1407 readonly isStakingRecalculation: boolean;1408 readonly asStakingRecalculation: ITuple<[AccountId32, u128, u128]>;1409 readonly isStake: boolean;1410 readonly asStake: ITuple<[AccountId32, u128]>;1411 readonly isUnstake: boolean;1412 readonly asUnstake: ITuple<[AccountId32, u128]>;1413 readonly isSetAdmin: boolean;1414 readonly asSetAdmin: AccountId32;1415 readonly type: 'StakingRecalculation' | 'Stake' | 'Unstake' | 'SetAdmin';1416 }14171418 /** @name PalletForeignAssetsModuleEvent (109) */1419 interface PalletForeignAssetsModuleEvent extends Enum {1420 readonly isForeignAssetRegistered: boolean;1421 readonly asForeignAssetRegistered: {1422 readonly assetId: u32;1423 readonly assetAddress: XcmV1MultiLocation;1424 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1425 } & Struct;1426 readonly isForeignAssetUpdated: boolean;1427 readonly asForeignAssetUpdated: {1428 readonly assetId: u32;1429 readonly assetAddress: XcmV1MultiLocation;1430 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1431 } & Struct;1432 readonly isAssetRegistered: boolean;1433 readonly asAssetRegistered: {1434 readonly assetId: PalletForeignAssetsAssetIds;1435 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1436 } & Struct;1437 readonly isAssetUpdated: boolean;1438 readonly asAssetUpdated: {1439 readonly assetId: PalletForeignAssetsAssetIds;1440 readonly metadata: PalletForeignAssetsModuleAssetMetadata;1441 } & Struct;1442 readonly type: 'ForeignAssetRegistered' | 'ForeignAssetUpdated' | 'AssetRegistered' | 'AssetUpdated';1443 }14441445 /** @name PalletForeignAssetsModuleAssetMetadata (110) */1446 interface PalletForeignAssetsModuleAssetMetadata extends Struct {1447 readonly name: Bytes;1448 readonly symbol: Bytes;1449 readonly decimals: u8;1450 readonly minimalBalance: u128;1451 }14521453 /** @name PalletEvmEvent (111) */1454 interface PalletEvmEvent extends Enum {1455 readonly isLog: boolean;1456 readonly asLog: {1457 readonly log: EthereumLog;1458 } & Struct;1459 readonly isCreated: boolean;1460 readonly asCreated: {1461 readonly address: H160;1462 } & Struct;1463 readonly isCreatedFailed: boolean;1464 readonly asCreatedFailed: {1465 readonly address: H160;1466 } & Struct;1467 readonly isExecuted: boolean;1468 readonly asExecuted: {1469 readonly address: H160;1470 } & Struct;1471 readonly isExecutedFailed: boolean;1472 readonly asExecutedFailed: {1473 readonly address: H160;1474 } & Struct;1475 readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed';1476 }14771478 /** @name EthereumLog (112) */1479 interface EthereumLog extends Struct {1480 readonly address: H160;1481 readonly topics: Vec<H256>;1482 readonly data: Bytes;1483 }14841485 /** @name PalletEthereumEvent (114) */1486 interface PalletEthereumEvent extends Enum {1487 readonly isExecuted: boolean;1488 readonly asExecuted: {1489 readonly from: H160;1490 readonly to: H160;1491 readonly transactionHash: H256;1492 readonly exitReason: EvmCoreErrorExitReason;1493 } & Struct;1494 readonly type: 'Executed';1495 }14961497 /** @name EvmCoreErrorExitReason (115) */1498 interface EvmCoreErrorExitReason extends Enum {1499 readonly isSucceed: boolean;1500 readonly asSucceed: EvmCoreErrorExitSucceed;1501 readonly isError: boolean;1502 readonly asError: EvmCoreErrorExitError;1503 readonly isRevert: boolean;1504 readonly asRevert: EvmCoreErrorExitRevert;1505 readonly isFatal: boolean;1506 readonly asFatal: EvmCoreErrorExitFatal;1507 readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';1508 }15091510 /** @name EvmCoreErrorExitSucceed (116) */1511 interface EvmCoreErrorExitSucceed extends Enum {1512 readonly isStopped: boolean;1513 readonly isReturned: boolean;1514 readonly isSuicided: boolean;1515 readonly type: 'Stopped' | 'Returned' | 'Suicided';1516 }15171518 /** @name EvmCoreErrorExitError (117) */1519 interface EvmCoreErrorExitError extends Enum {1520 readonly isStackUnderflow: boolean;1521 readonly isStackOverflow: boolean;1522 readonly isInvalidJump: boolean;1523 readonly isInvalidRange: boolean;1524 readonly isDesignatedInvalid: boolean;1525 readonly isCallTooDeep: boolean;1526 readonly isCreateCollision: boolean;1527 readonly isCreateContractLimit: boolean;1528 readonly isOutOfOffset: boolean;1529 readonly isOutOfGas: boolean;1530 readonly isOutOfFund: boolean;1531 readonly isPcUnderflow: boolean;1532 readonly isCreateEmpty: boolean;1533 readonly isOther: boolean;1534 readonly asOther: Text;1535 readonly isInvalidCode: boolean;1536 readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';1537 }15381539 /** @name EvmCoreErrorExitRevert (120) */1540 interface EvmCoreErrorExitRevert extends Enum {1541 readonly isReverted: boolean;1542 readonly type: 'Reverted';1543 }15441545 /** @name EvmCoreErrorExitFatal (121) */1546 interface EvmCoreErrorExitFatal extends Enum {1547 readonly isNotSupported: boolean;1548 readonly isUnhandledInterrupt: boolean;1549 readonly isCallErrorAsFatal: boolean;1550 readonly asCallErrorAsFatal: EvmCoreErrorExitError;1551 readonly isOther: boolean;1552 readonly asOther: Text;1553 readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';1554 }15551556 /** @name PalletEvmContractHelpersEvent (122) */1557 interface PalletEvmContractHelpersEvent extends Enum {1558 readonly isContractSponsorSet: boolean;1559 readonly asContractSponsorSet: ITuple<[H160, AccountId32]>;1560 readonly isContractSponsorshipConfirmed: boolean;1561 readonly asContractSponsorshipConfirmed: ITuple<[H160, AccountId32]>;1562 readonly isContractSponsorRemoved: boolean;1563 readonly asContractSponsorRemoved: H160;1564 readonly type: 'ContractSponsorSet' | 'ContractSponsorshipConfirmed' | 'ContractSponsorRemoved';1565 }15661567 /** @name PalletDataManagementEvent (123) */1568 interface PalletDataManagementEvent extends Enum {1569 readonly isTestEvent: boolean;1570 readonly type: 'TestEvent';1571 }15721573 /** @name PalletMaintenanceEvent (124) */1574 interface PalletMaintenanceEvent extends Enum {1575 readonly isMaintenanceEnabled: boolean;1576 readonly isMaintenanceDisabled: boolean;1577 readonly type: 'MaintenanceEnabled' | 'MaintenanceDisabled';1578 }15791580 /** @name PalletTestUtilsEvent (125) */1581 interface PalletTestUtilsEvent extends Enum {1582 readonly isValueIsSet: boolean;1583 readonly isShouldRollback: boolean;1584 readonly isBatchCompleted: boolean;1585 readonly type: 'ValueIsSet' | 'ShouldRollback' | 'BatchCompleted';1586 }15871588 /** @name FrameSystemPhase (126) */1589 interface FrameSystemPhase extends Enum {1590 readonly isApplyExtrinsic: boolean;1591 readonly asApplyExtrinsic: u32;1592 readonly isFinalization: boolean;1593 readonly isInitialization: boolean;1594 readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';1595 }15961597 /** @name FrameSystemLastRuntimeUpgradeInfo (129) */1598 interface FrameSystemLastRuntimeUpgradeInfo extends Struct {1599 readonly specVersion: Compact<u32>;1600 readonly specName: Text;1601 }16021603 /** @name FrameSystemCall (130) */1604 interface FrameSystemCall extends Enum {1605 readonly isFillBlock: boolean;1606 readonly asFillBlock: {1607 readonly ratio: Perbill;1608 } & Struct;1609 readonly isRemark: boolean;1610 readonly asRemark: {1611 readonly remark: Bytes;1612 } & Struct;1613 readonly isSetHeapPages: boolean;1614 readonly asSetHeapPages: {1615 readonly pages: u64;1616 } & Struct;1617 readonly isSetCode: boolean;1618 readonly asSetCode: {1619 readonly code: Bytes;1620 } & Struct;1621 readonly isSetCodeWithoutChecks: boolean;1622 readonly asSetCodeWithoutChecks: {1623 readonly code: Bytes;1624 } & Struct;1625 readonly isSetStorage: boolean;1626 readonly asSetStorage: {1627 readonly items: Vec<ITuple<[Bytes, Bytes]>>;1628 } & Struct;1629 readonly isKillStorage: boolean;1630 readonly asKillStorage: {1631 readonly keys_: Vec<Bytes>;1632 } & Struct;1633 readonly isKillPrefix: boolean;1634 readonly asKillPrefix: {1635 readonly prefix: Bytes;1636 readonly subkeys: u32;1637 } & Struct;1638 readonly isRemarkWithEvent: boolean;1639 readonly asRemarkWithEvent: {1640 readonly remark: Bytes;1641 } & Struct;1642 readonly type: 'FillBlock' | 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';1643 }16441645 /** @name FrameSystemLimitsBlockWeights (135) */1646 interface FrameSystemLimitsBlockWeights extends Struct {1647 readonly baseBlock: SpWeightsWeightV2Weight;1648 readonly maxBlock: SpWeightsWeightV2Weight;1649 readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;1650 }16511652 /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (136) */1653 interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {1654 readonly normal: FrameSystemLimitsWeightsPerClass;1655 readonly operational: FrameSystemLimitsWeightsPerClass;1656 readonly mandatory: FrameSystemLimitsWeightsPerClass;1657 }16581659 /** @name FrameSystemLimitsWeightsPerClass (137) */1660 interface FrameSystemLimitsWeightsPerClass extends Struct {1661 readonly baseExtrinsic: SpWeightsWeightV2Weight;1662 readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;1663 readonly maxTotal: Option<SpWeightsWeightV2Weight>;1664 readonly reserved: Option<SpWeightsWeightV2Weight>;1665 }16661667 /** @name FrameSystemLimitsBlockLength (139) */1668 interface FrameSystemLimitsBlockLength extends Struct {1669 readonly max: FrameSupportDispatchPerDispatchClassU32;1670 }16711672 /** @name FrameSupportDispatchPerDispatchClassU32 (140) */1673 interface FrameSupportDispatchPerDispatchClassU32 extends Struct {1674 readonly normal: u32;1675 readonly operational: u32;1676 readonly mandatory: u32;1677 }16781679 /** @name SpWeightsRuntimeDbWeight (141) */1680 interface SpWeightsRuntimeDbWeight extends Struct {1681 readonly read: u64;1682 readonly write: u64;1683 }16841685 /** @name SpVersionRuntimeVersion (142) */1686 interface SpVersionRuntimeVersion extends Struct {1687 readonly specName: Text;1688 readonly implName: Text;1689 readonly authoringVersion: u32;1690 readonly specVersion: u32;1691 readonly implVersion: u32;1692 readonly apis: Vec<ITuple<[U8aFixed, u32]>>;1693 readonly transactionVersion: u32;1694 readonly stateVersion: u8;1695 }16961697 /** @name FrameSystemError (147) */1698 interface FrameSystemError extends Enum {1699 readonly isInvalidSpecName: boolean;1700 readonly isSpecVersionNeedsToIncrease: boolean;1701 readonly isFailedToExtractRuntimeVersion: boolean;1702 readonly isNonDefaultComposite: boolean;1703 readonly isNonZeroRefCount: boolean;1704 readonly isCallFiltered: boolean;1705 readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';1706 }17071708 /** @name PolkadotPrimitivesV2PersistedValidationData (148) */1709 interface PolkadotPrimitivesV2PersistedValidationData extends Struct {1710 readonly parentHead: Bytes;1711 readonly relayParentNumber: u32;1712 readonly relayParentStorageRoot: H256;1713 readonly maxPovSize: u32;1714 }17151716 /** @name PolkadotPrimitivesV2UpgradeRestriction (151) */1717 interface PolkadotPrimitivesV2UpgradeRestriction extends Enum {1718 readonly isPresent: boolean;1719 readonly type: 'Present';1720 }17211722 /** @name SpTrieStorageProof (152) */1723 interface SpTrieStorageProof extends Struct {1724 readonly trieNodes: BTreeSet<Bytes>;1725 }17261727 /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (154) */1728 interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {1729 readonly dmqMqcHead: H256;1730 readonly relayDispatchQueueSize: ITuple<[u32, u32]>;1731 readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;1732 readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;1733 }17341735 /** @name PolkadotPrimitivesV2AbridgedHrmpChannel (157) */1736 interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct {1737 readonly maxCapacity: u32;1738 readonly maxTotalSize: u32;1739 readonly maxMessageSize: u32;1740 readonly msgCount: u32;1741 readonly totalSize: u32;1742 readonly mqcHead: Option<H256>;1743 }17441745 /** @name PolkadotPrimitivesV2AbridgedHostConfiguration (158) */1746 interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct {1747 readonly maxCodeSize: u32;1748 readonly maxHeadDataSize: u32;1749 readonly maxUpwardQueueCount: u32;1750 readonly maxUpwardQueueSize: u32;1751 readonly maxUpwardMessageSize: u32;1752 readonly maxUpwardMessageNumPerCandidate: u32;1753 readonly hrmpMaxMessageNumPerCandidate: u32;1754 readonly validationUpgradeCooldown: u32;1755 readonly validationUpgradeDelay: u32;1756 }17571758 /** @name PolkadotCorePrimitivesOutboundHrmpMessage (164) */1759 interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {1760 readonly recipient: u32;1761 readonly data: Bytes;1762 }17631764 /** @name CumulusPalletParachainSystemCall (165) */1765 interface CumulusPalletParachainSystemCall extends Enum {1766 readonly isSetValidationData: boolean;1767 readonly asSetValidationData: {1768 readonly data: CumulusPrimitivesParachainInherentParachainInherentData;1769 } & Struct;1770 readonly isSudoSendUpwardMessage: boolean;1771 readonly asSudoSendUpwardMessage: {1772 readonly message: Bytes;1773 } & Struct;1774 readonly isAuthorizeUpgrade: boolean;1775 readonly asAuthorizeUpgrade: {1776 readonly codeHash: H256;1777 } & Struct;1778 readonly isEnactAuthorizedUpgrade: boolean;1779 readonly asEnactAuthorizedUpgrade: {1780 readonly code: Bytes;1781 } & Struct;1782 readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';1783 }17841785 /** @name CumulusPrimitivesParachainInherentParachainInherentData (166) */1786 interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {1787 readonly validationData: PolkadotPrimitivesV2PersistedValidationData;1788 readonly relayChainState: SpTrieStorageProof;1789 readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;1790 readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;1791 }17921793 /** @name PolkadotCorePrimitivesInboundDownwardMessage (168) */1794 interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {1795 readonly sentAt: u32;1796 readonly msg: Bytes;1797 }17981799 /** @name PolkadotCorePrimitivesInboundHrmpMessage (171) */1800 interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {1801 readonly sentAt: u32;1802 readonly data: Bytes;1803 }18041805 /** @name CumulusPalletParachainSystemError (174) */1806 interface CumulusPalletParachainSystemError extends Enum {1807 readonly isOverlappingUpgrades: boolean;1808 readonly isProhibitedByPolkadot: boolean;1809 readonly isTooBig: boolean;1810 readonly isValidationDataNotAvailable: boolean;1811 readonly isHostConfigurationNotAvailable: boolean;1812 readonly isNotScheduled: boolean;1813 readonly isNothingAuthorized: boolean;1814 readonly isUnauthorized: boolean;1815 readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';1816 }18171818 /** @name PalletAuthorshipUncleEntryItem (176) */1819 interface PalletAuthorshipUncleEntryItem extends Enum {1820 readonly isInclusionHeight: boolean;1821 readonly asInclusionHeight: u32;1822 readonly isUncle: boolean;1823 readonly asUncle: ITuple<[H256, Option<AccountId32>]>;1824 readonly type: 'InclusionHeight' | 'Uncle';1825 }18261827 /** @name PalletAuthorshipCall (178) */1828 interface PalletAuthorshipCall extends Enum {1829 readonly isSetUncles: boolean;1830 readonly asSetUncles: {1831 readonly newUncles: Vec<SpRuntimeHeader>;1832 } & Struct;1833 readonly type: 'SetUncles';1834 }18351836 /** @name SpRuntimeHeader (180) */1837 interface SpRuntimeHeader extends Struct {1838 readonly parentHash: H256;1839 readonly number: Compact<u32>;1840 readonly stateRoot: H256;1841 readonly extrinsicsRoot: H256;1842 readonly digest: SpRuntimeDigest;1843 }18441845 /** @name SpRuntimeBlakeTwo256 (181) */1846 type SpRuntimeBlakeTwo256 = Null;18471848 /** @name PalletAuthorshipError (182) */1849 interface PalletAuthorshipError extends Enum {1850 readonly isInvalidUncleParent: boolean;1851 readonly isUnclesAlreadySet: boolean;1852 readonly isTooManyUncles: boolean;1853 readonly isGenesisUncle: boolean;1854 readonly isTooHighUncle: boolean;1855 readonly isUncleAlreadyIncluded: boolean;1856 readonly isOldUncle: boolean;1857 readonly type: 'InvalidUncleParent' | 'UnclesAlreadySet' | 'TooManyUncles' | 'GenesisUncle' | 'TooHighUncle' | 'UncleAlreadyIncluded' | 'OldUncle';1858 }18591860 /** @name PalletCollatorSelectionCall (185) */1861 interface PalletCollatorSelectionCall extends Enum {1862 readonly isAddInvulnerable: boolean;1863 readonly asAddInvulnerable: {1864 readonly new_: AccountId32;1865 } & Struct;1866 readonly isRemoveInvulnerable: boolean;1867 readonly asRemoveInvulnerable: {1868 readonly who: AccountId32;1869 } & Struct;1870 readonly isGetLicense: boolean;1871 readonly isOnboard: boolean;1872 readonly isOffboard: boolean;1873 readonly isReleaseLicense: boolean;1874 readonly isForceRevokeLicense: boolean;1875 readonly asForceRevokeLicense: {1876 readonly who: AccountId32;1877 } & Struct;1878 readonly type: 'AddInvulnerable' | 'RemoveInvulnerable' | 'GetLicense' | 'Onboard' | 'Offboard' | 'ReleaseLicense' | 'ForceRevokeLicense';1879 }18801881 /** @name PalletCollatorSelectionError (186) */1882 interface PalletCollatorSelectionError extends Enum {1883 readonly isTooManyCandidates: boolean;1884 readonly isUnknown: boolean;1885 readonly isPermission: boolean;1886 readonly isAlreadyHoldingLicense: boolean;1887 readonly isNoLicense: boolean;1888 readonly isAlreadyCandidate: boolean;1889 readonly isNotCandidate: boolean;1890 readonly isTooManyInvulnerables: boolean;1891 readonly isTooFewInvulnerables: boolean;1892 readonly isAlreadyInvulnerable: boolean;1893 readonly isNotInvulnerable: boolean;1894 readonly isNoAssociatedValidatorId: boolean;1895 readonly isValidatorNotRegistered: boolean;1896 readonly type: 'TooManyCandidates' | 'Unknown' | 'Permission' | 'AlreadyHoldingLicense' | 'NoLicense' | 'AlreadyCandidate' | 'NotCandidate' | 'TooManyInvulnerables' | 'TooFewInvulnerables' | 'AlreadyInvulnerable' | 'NotInvulnerable' | 'NoAssociatedValidatorId' | 'ValidatorNotRegistered';1897 }18981899 /** @name OpalRuntimeRuntimeCommonSessionKeys (189) */1900 interface OpalRuntimeRuntimeCommonSessionKeys extends Struct {1901 readonly aura: SpConsensusAuraSr25519AppSr25519Public;1902 }19031904 /** @name SpConsensusAuraSr25519AppSr25519Public (190) */1905 interface SpConsensusAuraSr25519AppSr25519Public extends SpCoreSr25519Public {}19061907 /** @name SpCoreSr25519Public (191) */1908 interface SpCoreSr25519Public extends U8aFixed {}19091910 /** @name SpCoreCryptoKeyTypeId (194) */1911 interface SpCoreCryptoKeyTypeId extends U8aFixed {}19121913 /** @name PalletSessionCall (195) */1914 interface PalletSessionCall extends Enum {1915 readonly isSetKeys: boolean;1916 readonly asSetKeys: {1917 readonly keys_: OpalRuntimeRuntimeCommonSessionKeys;1918 readonly proof: Bytes;1919 } & Struct;1920 readonly isPurgeKeys: boolean;1921 readonly type: 'SetKeys' | 'PurgeKeys';1922 }19231924 /** @name PalletSessionError (196) */1925 interface PalletSessionError extends Enum {1926 readonly isInvalidProof: boolean;1927 readonly isNoAssociatedValidatorId: boolean;1928 readonly isDuplicatedKey: boolean;1929 readonly isNoKeys: boolean;1930 readonly isNoAccount: boolean;1931 readonly type: 'InvalidProof' | 'NoAssociatedValidatorId' | 'DuplicatedKey' | 'NoKeys' | 'NoAccount';1932 }19331934 /** @name PalletIdentityRegistration (197) */1935 interface PalletIdentityRegistration extends Struct {1936 readonly judgements: Vec<ITuple<[u32, PalletIdentityJudgement]>>;1937 readonly deposit: u128;1938 readonly info: PalletIdentityIdentityInfo;1939 }19401941 /** @name PalletIdentityJudgement (200) */1942 interface PalletIdentityJudgement extends Enum {1943 readonly isUnknown: boolean;1944 readonly isFeePaid: boolean;1945 readonly asFeePaid: u128;1946 readonly isReasonable: boolean;1947 readonly isKnownGood: boolean;1948 readonly isOutOfDate: boolean;1949 readonly isLowQuality: boolean;1950 readonly isErroneous: boolean;1951 readonly type: 'Unknown' | 'FeePaid' | 'Reasonable' | 'KnownGood' | 'OutOfDate' | 'LowQuality' | 'Erroneous';1952 }19531954 /** @name PalletIdentityIdentityInfo (202) */1955 interface PalletIdentityIdentityInfo extends Struct {1956 readonly additional: Vec<ITuple<[Data, Data]>>;1957 readonly display: Data;1958 readonly legal: Data;1959 readonly web: Data;1960 readonly riot: Data;1961 readonly email: Data;1962 readonly pgpFingerprint: Option<U8aFixed>;1963 readonly image: Data;1964 readonly twitter: Data;1965 }19661967 /** @name PalletIdentityRegistrarInfo (241) */1968 interface PalletIdentityRegistrarInfo extends Struct {1969 readonly account: AccountId32;1970 readonly fee: u128;1971 readonly fields: PalletIdentityBitFlags;1972 }19731974 /** @name PalletIdentityBitFlags (242) */1975 interface PalletIdentityBitFlags extends Set {1976 readonly isDisplay: boolean;1977 readonly isLegal: boolean;1978 readonly isWeb: boolean;1979 readonly isRiot: boolean;1980 readonly isEmail: boolean;1981 readonly isPgpFingerprint: boolean;1982 readonly isImage: boolean;1983 readonly isTwitter: boolean;1984 }19851986 /** @name PalletIdentityIdentityField (243) */1987 interface PalletIdentityIdentityField extends Enum {1988 readonly isDisplay: boolean;1989 readonly isLegal: boolean;1990 readonly isWeb: boolean;1991 readonly isRiot: boolean;1992 readonly isEmail: boolean;1993 readonly isPgpFingerprint: boolean;1994 readonly isImage: boolean;1995 readonly isTwitter: boolean;1996 readonly type: 'Display' | 'Legal' | 'Web' | 'Riot' | 'Email' | 'PgpFingerprint' | 'Image' | 'Twitter';1997 }19981999 /** @name PalletIdentityCall (245) */2000 interface PalletIdentityCall extends Enum {2001 readonly isAddRegistrar: boolean;2002 readonly asAddRegistrar: {2003 readonly account: MultiAddress;2004 } & Struct;2005 readonly isSetIdentity: boolean;2006 readonly asSetIdentity: {2007 readonly info: PalletIdentityIdentityInfo;2008 } & Struct;2009 readonly isSetSubs: boolean;2010 readonly asSetSubs: {2011 readonly subs: Vec<ITuple<[AccountId32, Data]>>;2012 } & Struct;2013 readonly isClearIdentity: boolean;2014 readonly isRequestJudgement: boolean;2015 readonly asRequestJudgement: {2016 readonly regIndex: Compact<u32>;2017 readonly maxFee: Compact<u128>;2018 } & Struct;2019 readonly isCancelRequest: boolean;2020 readonly asCancelRequest: {2021 readonly regIndex: u32;2022 } & Struct;2023 readonly isSetFee: boolean;2024 readonly asSetFee: {2025 readonly index: Compact<u32>;2026 readonly fee: Compact<u128>;2027 } & Struct;2028 readonly isSetAccountId: boolean;2029 readonly asSetAccountId: {2030 readonly index: Compact<u32>;2031 readonly new_: MultiAddress;2032 } & Struct;2033 readonly isSetFields: boolean;2034 readonly asSetFields: {2035 readonly index: Compact<u32>;2036 readonly fields: PalletIdentityBitFlags;2037 } & Struct;2038 readonly isProvideJudgement: boolean;2039 readonly asProvideJudgement: {2040 readonly regIndex: Compact<u32>;2041 readonly target: MultiAddress;2042 readonly judgement: PalletIdentityJudgement;2043 readonly identity: H256;2044 } & Struct;2045 readonly isKillIdentity: boolean;2046 readonly asKillIdentity: {2047 readonly target: MultiAddress;2048 } & Struct;2049 readonly isAddSub: boolean;2050 readonly asAddSub: {2051 readonly sub: MultiAddress;2052 readonly data: Data;2053 } & Struct;2054 readonly isRenameSub: boolean;2055 readonly asRenameSub: {2056 readonly sub: MultiAddress;2057 readonly data: Data;2058 } & Struct;2059 readonly isRemoveSub: boolean;2060 readonly asRemoveSub: {2061 readonly sub: MultiAddress;2062 } & Struct;2063 readonly isQuitSub: boolean;2064 readonly type: 'AddRegistrar' | 'SetIdentity' | 'SetSubs' | 'ClearIdentity' | 'RequestJudgement' | 'CancelRequest' | 'SetFee' | 'SetAccountId' | 'SetFields' | 'ProvideJudgement' | 'KillIdentity' | 'AddSub' | 'RenameSub' | 'RemoveSub' | 'QuitSub';2065 }20662067 /** @name PalletIdentityError (249) */2068 interface PalletIdentityError extends Enum {2069 readonly isTooManySubAccounts: boolean;2070 readonly isNotFound: boolean;2071 readonly isNotNamed: boolean;2072 readonly isEmptyIndex: boolean;2073 readonly isFeeChanged: boolean;2074 readonly isNoIdentity: boolean;2075 readonly isStickyJudgement: boolean;2076 readonly isJudgementGiven: boolean;2077 readonly isInvalidJudgement: boolean;2078 readonly isInvalidIndex: boolean;2079 readonly isInvalidTarget: boolean;2080 readonly isTooManyFields: boolean;2081 readonly isTooManyRegistrars: boolean;2082 readonly isAlreadyClaimed: boolean;2083 readonly isNotSub: boolean;2084 readonly isNotOwned: boolean;2085 readonly isJudgementForDifferentIdentity: boolean;2086 readonly isJudgementPaymentFailed: boolean;2087 readonly type: 'TooManySubAccounts' | 'NotFound' | 'NotNamed' | 'EmptyIndex' | 'FeeChanged' | 'NoIdentity' | 'StickyJudgement' | 'JudgementGiven' | 'InvalidJudgement' | 'InvalidIndex' | 'InvalidTarget' | 'TooManyFields' | 'TooManyRegistrars' | 'AlreadyClaimed' | 'NotSub' | 'NotOwned' | 'JudgementForDifferentIdentity' | 'JudgementPaymentFailed';2088 }20892090 /** @name PalletBalancesBalanceLock (251) */2091 interface PalletBalancesBalanceLock extends Struct {2092 readonly id: U8aFixed;2093 readonly amount: u128;2094 readonly reasons: PalletBalancesReasons;2095 }20962097 /** @name PalletBalancesReasons (252) */2098 interface PalletBalancesReasons extends Enum {2099 readonly isFee: boolean;2100 readonly isMisc: boolean;2101 readonly isAll: boolean;2102 readonly type: 'Fee' | 'Misc' | 'All';2103 }21042105 /** @name PalletBalancesReserveData (255) */2106 interface PalletBalancesReserveData extends Struct {2107 readonly id: U8aFixed;2108 readonly amount: u128;2109 }21102111 /** @name PalletBalancesReleases (257) */2112 interface PalletBalancesReleases extends Enum {2113 readonly isV100: boolean;2114 readonly isV200: boolean;2115 readonly type: 'V100' | 'V200';2116 }21172118 /** @name PalletBalancesCall (258) */2119 interface PalletBalancesCall extends Enum {2120 readonly isTransfer: boolean;2121 readonly asTransfer: {2122 readonly dest: MultiAddress;2123 readonly value: Compact<u128>;2124 } & Struct;2125 readonly isSetBalance: boolean;2126 readonly asSetBalance: {2127 readonly who: MultiAddress;2128 readonly newFree: Compact<u128>;2129 readonly newReserved: Compact<u128>;2130 } & Struct;2131 readonly isForceTransfer: boolean;2132 readonly asForceTransfer: {2133 readonly source: MultiAddress;2134 readonly dest: MultiAddress;2135 readonly value: Compact<u128>;2136 } & Struct;2137 readonly isTransferKeepAlive: boolean;2138 readonly asTransferKeepAlive: {2139 readonly dest: MultiAddress;2140 readonly value: Compact<u128>;2141 } & Struct;2142 readonly isTransferAll: boolean;2143 readonly asTransferAll: {2144 readonly dest: MultiAddress;2145 readonly keepAlive: bool;2146 } & Struct;2147 readonly isForceUnreserve: boolean;2148 readonly asForceUnreserve: {2149 readonly who: MultiAddress;2150 readonly amount: u128;2151 } & Struct;2152 readonly type: 'Transfer' | 'SetBalance' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve';2153 }21542155 /** @name PalletBalancesError (259) */2156 interface PalletBalancesError extends Enum {2157 readonly isVestingBalance: boolean;2158 readonly isLiquidityRestrictions: boolean;2159 readonly isInsufficientBalance: boolean;2160 readonly isExistentialDeposit: boolean;2161 readonly isKeepAlive: boolean;2162 readonly isExistingVestingSchedule: boolean;2163 readonly isDeadAccount: boolean;2164 readonly isTooManyReserves: boolean;2165 readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'KeepAlive' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves';2166 }21672168 /** @name PalletTimestampCall (261) */2169 interface PalletTimestampCall extends Enum {2170 readonly isSet: boolean;2171 readonly asSet: {2172 readonly now: Compact<u64>;2173 } & Struct;2174 readonly type: 'Set';2175 }21762177 /** @name PalletTransactionPaymentReleases (263) */2178 interface PalletTransactionPaymentReleases extends Enum {2179 readonly isV1Ancient: boolean;2180 readonly isV2: boolean;2181 readonly type: 'V1Ancient' | 'V2';2182 }21832184 /** @name PalletTreasuryProposal (264) */2185 interface PalletTreasuryProposal extends Struct {2186 readonly proposer: AccountId32;2187 readonly value: u128;2188 readonly beneficiary: AccountId32;2189 readonly bond: u128;2190 }21912192 /** @name PalletTreasuryCall (266) */2193 interface PalletTreasuryCall extends Enum {2194 readonly isProposeSpend: boolean;2195 readonly asProposeSpend: {2196 readonly value: Compact<u128>;2197 readonly beneficiary: MultiAddress;2198 } & Struct;2199 readonly isRejectProposal: boolean;2200 readonly asRejectProposal: {2201 readonly proposalId: Compact<u32>;2202 } & Struct;2203 readonly isApproveProposal: boolean;2204 readonly asApproveProposal: {2205 readonly proposalId: Compact<u32>;2206 } & Struct;2207 readonly isSpend: boolean;2208 readonly asSpend: {2209 readonly amount: Compact<u128>;2210 readonly beneficiary: MultiAddress;2211 } & Struct;2212 readonly isRemoveApproval: boolean;2213 readonly asRemoveApproval: {2214 readonly proposalId: Compact<u32>;2215 } & Struct;2216 readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal' | 'Spend' | 'RemoveApproval';2217 }22182219 /** @name FrameSupportPalletId (268) */2220 interface FrameSupportPalletId extends U8aFixed {}22212222 /** @name PalletTreasuryError (269) */2223 interface PalletTreasuryError extends Enum {2224 readonly isInsufficientProposersBalance: boolean;2225 readonly isInvalidIndex: boolean;2226 readonly isTooManyApprovals: boolean;2227 readonly isInsufficientPermission: boolean;2228 readonly isProposalNotApproved: boolean;2229 readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals' | 'InsufficientPermission' | 'ProposalNotApproved';2230 }22312232 /** @name PalletSudoCall (270) */2233 interface PalletSudoCall extends Enum {2234 readonly isSudo: boolean;2235 readonly asSudo: {2236 readonly call: Call;2237 } & Struct;2238 readonly isSudoUncheckedWeight: boolean;2239 readonly asSudoUncheckedWeight: {2240 readonly call: Call;2241 readonly weight: SpWeightsWeightV2Weight;2242 } & Struct;2243 readonly isSetKey: boolean;2244 readonly asSetKey: {2245 readonly new_: MultiAddress;2246 } & Struct;2247 readonly isSudoAs: boolean;2248 readonly asSudoAs: {2249 readonly who: MultiAddress;2250 readonly call: Call;2251 } & Struct;2252 readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';2253 }22542255 /** @name OrmlVestingModuleCall (272) */2256 interface OrmlVestingModuleCall extends Enum {2257 readonly isClaim: boolean;2258 readonly isVestedTransfer: boolean;2259 readonly asVestedTransfer: {2260 readonly dest: MultiAddress;2261 readonly schedule: OrmlVestingVestingSchedule;2262 } & Struct;2263 readonly isUpdateVestingSchedules: boolean;2264 readonly asUpdateVestingSchedules: {2265 readonly who: MultiAddress;2266 readonly vestingSchedules: Vec<OrmlVestingVestingSchedule>;2267 } & Struct;2268 readonly isClaimFor: boolean;2269 readonly asClaimFor: {2270 readonly dest: MultiAddress;2271 } & Struct;2272 readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';2273 }22742275 /** @name OrmlXtokensModuleCall (274) */2276 interface OrmlXtokensModuleCall extends Enum {2277 readonly isTransfer: boolean;2278 readonly asTransfer: {2279 readonly currencyId: PalletForeignAssetsAssetIds;2280 readonly amount: u128;2281 readonly dest: XcmVersionedMultiLocation;2282 readonly destWeightLimit: XcmV2WeightLimit;2283 } & Struct;2284 readonly isTransferMultiasset: boolean;2285 readonly asTransferMultiasset: {2286 readonly asset: XcmVersionedMultiAsset;2287 readonly dest: XcmVersionedMultiLocation;2288 readonly destWeightLimit: XcmV2WeightLimit;2289 } & Struct;2290 readonly isTransferWithFee: boolean;2291 readonly asTransferWithFee: {2292 readonly currencyId: PalletForeignAssetsAssetIds;2293 readonly amount: u128;2294 readonly fee: u128;2295 readonly dest: XcmVersionedMultiLocation;2296 readonly destWeightLimit: XcmV2WeightLimit;2297 } & Struct;2298 readonly isTransferMultiassetWithFee: boolean;2299 readonly asTransferMultiassetWithFee: {2300 readonly asset: XcmVersionedMultiAsset;2301 readonly fee: XcmVersionedMultiAsset;2302 readonly dest: XcmVersionedMultiLocation;2303 readonly destWeightLimit: XcmV2WeightLimit;2304 } & Struct;2305 readonly isTransferMulticurrencies: boolean;2306 readonly asTransferMulticurrencies: {2307 readonly currencies: Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>>;2308 readonly feeItem: u32;2309 readonly dest: XcmVersionedMultiLocation;2310 readonly destWeightLimit: XcmV2WeightLimit;2311 } & Struct;2312 readonly isTransferMultiassets: boolean;2313 readonly asTransferMultiassets: {2314 readonly assets: XcmVersionedMultiAssets;2315 readonly feeItem: u32;2316 readonly dest: XcmVersionedMultiLocation;2317 readonly destWeightLimit: XcmV2WeightLimit;2318 } & Struct;2319 readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';2320 }23212322 /** @name XcmVersionedMultiAsset (275) */2323 interface XcmVersionedMultiAsset extends Enum {2324 readonly isV0: boolean;2325 readonly asV0: XcmV0MultiAsset;2326 readonly isV1: boolean;2327 readonly asV1: XcmV1MultiAsset;2328 readonly type: 'V0' | 'V1';2329 }23302331 /** @name OrmlTokensModuleCall (278) */2332 interface OrmlTokensModuleCall extends Enum {2333 readonly isTransfer: boolean;2334 readonly asTransfer: {2335 readonly dest: MultiAddress;2336 readonly currencyId: PalletForeignAssetsAssetIds;2337 readonly amount: Compact<u128>;2338 } & Struct;2339 readonly isTransferAll: boolean;2340 readonly asTransferAll: {2341 readonly dest: MultiAddress;2342 readonly currencyId: PalletForeignAssetsAssetIds;2343 readonly keepAlive: bool;2344 } & Struct;2345 readonly isTransferKeepAlive: boolean;2346 readonly asTransferKeepAlive: {2347 readonly dest: MultiAddress;2348 readonly currencyId: PalletForeignAssetsAssetIds;2349 readonly amount: Compact<u128>;2350 } & Struct;2351 readonly isForceTransfer: boolean;2352 readonly asForceTransfer: {2353 readonly source: MultiAddress;2354 readonly dest: MultiAddress;2355 readonly currencyId: PalletForeignAssetsAssetIds;2356 readonly amount: Compact<u128>;2357 } & Struct;2358 readonly isSetBalance: boolean;2359 readonly asSetBalance: {2360 readonly who: MultiAddress;2361 readonly currencyId: PalletForeignAssetsAssetIds;2362 readonly newFree: Compact<u128>;2363 readonly newReserved: Compact<u128>;2364 } & Struct;2365 readonly type: 'Transfer' | 'TransferAll' | 'TransferKeepAlive' | 'ForceTransfer' | 'SetBalance';2366 }23672368 /** @name CumulusPalletXcmpQueueCall (279) */2369 interface CumulusPalletXcmpQueueCall extends Enum {2370 readonly isServiceOverweight: boolean;2371 readonly asServiceOverweight: {2372 readonly index: u64;2373 readonly weightLimit: u64;2374 } & Struct;2375 readonly isSuspendXcmExecution: boolean;2376 readonly isResumeXcmExecution: boolean;2377 readonly isUpdateSuspendThreshold: boolean;2378 readonly asUpdateSuspendThreshold: {2379 readonly new_: u32;2380 } & Struct;2381 readonly isUpdateDropThreshold: boolean;2382 readonly asUpdateDropThreshold: {2383 readonly new_: u32;2384 } & Struct;2385 readonly isUpdateResumeThreshold: boolean;2386 readonly asUpdateResumeThreshold: {2387 readonly new_: u32;2388 } & Struct;2389 readonly isUpdateThresholdWeight: boolean;2390 readonly asUpdateThresholdWeight: {2391 readonly new_: u64;2392 } & Struct;2393 readonly isUpdateWeightRestrictDecay: boolean;2394 readonly asUpdateWeightRestrictDecay: {2395 readonly new_: u64;2396 } & Struct;2397 readonly isUpdateXcmpMaxIndividualWeight: boolean;2398 readonly asUpdateXcmpMaxIndividualWeight: {2399 readonly new_: u64;2400 } & Struct;2401 readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';2402 }24032404 /** @name PalletXcmCall (280) */2405 interface PalletXcmCall extends Enum {2406 readonly isSend: boolean;2407 readonly asSend: {2408 readonly dest: XcmVersionedMultiLocation;2409 readonly message: XcmVersionedXcm;2410 } & Struct;2411 readonly isTeleportAssets: boolean;2412 readonly asTeleportAssets: {2413 readonly dest: XcmVersionedMultiLocation;2414 readonly beneficiary: XcmVersionedMultiLocation;2415 readonly assets: XcmVersionedMultiAssets;2416 readonly feeAssetItem: u32;2417 } & Struct;2418 readonly isReserveTransferAssets: boolean;2419 readonly asReserveTransferAssets: {2420 readonly dest: XcmVersionedMultiLocation;2421 readonly beneficiary: XcmVersionedMultiLocation;2422 readonly assets: XcmVersionedMultiAssets;2423 readonly feeAssetItem: u32;2424 } & Struct;2425 readonly isExecute: boolean;2426 readonly asExecute: {2427 readonly message: XcmVersionedXcm;2428 readonly maxWeight: u64;2429 } & Struct;2430 readonly isForceXcmVersion: boolean;2431 readonly asForceXcmVersion: {2432 readonly location: XcmV1MultiLocation;2433 readonly xcmVersion: u32;2434 } & Struct;2435 readonly isForceDefaultXcmVersion: boolean;2436 readonly asForceDefaultXcmVersion: {2437 readonly maybeXcmVersion: Option<u32>;2438 } & Struct;2439 readonly isForceSubscribeVersionNotify: boolean;2440 readonly asForceSubscribeVersionNotify: {2441 readonly location: XcmVersionedMultiLocation;2442 } & Struct;2443 readonly isForceUnsubscribeVersionNotify: boolean;2444 readonly asForceUnsubscribeVersionNotify: {2445 readonly location: XcmVersionedMultiLocation;2446 } & Struct;2447 readonly isLimitedReserveTransferAssets: boolean;2448 readonly asLimitedReserveTransferAssets: {2449 readonly dest: XcmVersionedMultiLocation;2450 readonly beneficiary: XcmVersionedMultiLocation;2451 readonly assets: XcmVersionedMultiAssets;2452 readonly feeAssetItem: u32;2453 readonly weightLimit: XcmV2WeightLimit;2454 } & Struct;2455 readonly isLimitedTeleportAssets: boolean;2456 readonly asLimitedTeleportAssets: {2457 readonly dest: XcmVersionedMultiLocation;2458 readonly beneficiary: XcmVersionedMultiLocation;2459 readonly assets: XcmVersionedMultiAssets;2460 readonly feeAssetItem: u32;2461 readonly weightLimit: XcmV2WeightLimit;2462 } & Struct;2463 readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets';2464 }24652466 /** @name XcmVersionedXcm (281) */2467 interface XcmVersionedXcm extends Enum {2468 readonly isV0: boolean;2469 readonly asV0: XcmV0Xcm;2470 readonly isV1: boolean;2471 readonly asV1: XcmV1Xcm;2472 readonly isV2: boolean;2473 readonly asV2: XcmV2Xcm;2474 readonly type: 'V0' | 'V1' | 'V2';2475 }24762477 /** @name XcmV0Xcm (282) */2478 interface XcmV0Xcm extends Enum {2479 readonly isWithdrawAsset: boolean;2480 readonly asWithdrawAsset: {2481 readonly assets: Vec<XcmV0MultiAsset>;2482 readonly effects: Vec<XcmV0Order>;2483 } & Struct;2484 readonly isReserveAssetDeposit: boolean;2485 readonly asReserveAssetDeposit: {2486 readonly assets: Vec<XcmV0MultiAsset>;2487 readonly effects: Vec<XcmV0Order>;2488 } & Struct;2489 readonly isTeleportAsset: boolean;2490 readonly asTeleportAsset: {2491 readonly assets: Vec<XcmV0MultiAsset>;2492 readonly effects: Vec<XcmV0Order>;2493 } & Struct;2494 readonly isQueryResponse: boolean;2495 readonly asQueryResponse: {2496 readonly queryId: Compact<u64>;2497 readonly response: XcmV0Response;2498 } & Struct;2499 readonly isTransferAsset: boolean;2500 readonly asTransferAsset: {2501 readonly assets: Vec<XcmV0MultiAsset>;2502 readonly dest: XcmV0MultiLocation;2503 } & Struct;2504 readonly isTransferReserveAsset: boolean;2505 readonly asTransferReserveAsset: {2506 readonly assets: Vec<XcmV0MultiAsset>;2507 readonly dest: XcmV0MultiLocation;2508 readonly effects: Vec<XcmV0Order>;2509 } & Struct;2510 readonly isTransact: boolean;2511 readonly asTransact: {2512 readonly originType: XcmV0OriginKind;2513 readonly requireWeightAtMost: u64;2514 readonly call: XcmDoubleEncoded;2515 } & Struct;2516 readonly isHrmpNewChannelOpenRequest: boolean;2517 readonly asHrmpNewChannelOpenRequest: {2518 readonly sender: Compact<u32>;2519 readonly maxMessageSize: Compact<u32>;2520 readonly maxCapacity: Compact<u32>;2521 } & Struct;2522 readonly isHrmpChannelAccepted: boolean;2523 readonly asHrmpChannelAccepted: {2524 readonly recipient: Compact<u32>;2525 } & Struct;2526 readonly isHrmpChannelClosing: boolean;2527 readonly asHrmpChannelClosing: {2528 readonly initiator: Compact<u32>;2529 readonly sender: Compact<u32>;2530 readonly recipient: Compact<u32>;2531 } & Struct;2532 readonly isRelayedFrom: boolean;2533 readonly asRelayedFrom: {2534 readonly who: XcmV0MultiLocation;2535 readonly message: XcmV0Xcm;2536 } & Struct;2537 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposit' | 'TeleportAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom';2538 }25392540 /** @name XcmV0Order (284) */2541 interface XcmV0Order extends Enum {2542 readonly isNull: boolean;2543 readonly isDepositAsset: boolean;2544 readonly asDepositAsset: {2545 readonly assets: Vec<XcmV0MultiAsset>;2546 readonly dest: XcmV0MultiLocation;2547 } & Struct;2548 readonly isDepositReserveAsset: boolean;2549 readonly asDepositReserveAsset: {2550 readonly assets: Vec<XcmV0MultiAsset>;2551 readonly dest: XcmV0MultiLocation;2552 readonly effects: Vec<XcmV0Order>;2553 } & Struct;2554 readonly isExchangeAsset: boolean;2555 readonly asExchangeAsset: {2556 readonly give: Vec<XcmV0MultiAsset>;2557 readonly receive: Vec<XcmV0MultiAsset>;2558 } & Struct;2559 readonly isInitiateReserveWithdraw: boolean;2560 readonly asInitiateReserveWithdraw: {2561 readonly assets: Vec<XcmV0MultiAsset>;2562 readonly reserve: XcmV0MultiLocation;2563 readonly effects: Vec<XcmV0Order>;2564 } & Struct;2565 readonly isInitiateTeleport: boolean;2566 readonly asInitiateTeleport: {2567 readonly assets: Vec<XcmV0MultiAsset>;2568 readonly dest: XcmV0MultiLocation;2569 readonly effects: Vec<XcmV0Order>;2570 } & Struct;2571 readonly isQueryHolding: boolean;2572 readonly asQueryHolding: {2573 readonly queryId: Compact<u64>;2574 readonly dest: XcmV0MultiLocation;2575 readonly assets: Vec<XcmV0MultiAsset>;2576 } & Struct;2577 readonly isBuyExecution: boolean;2578 readonly asBuyExecution: {2579 readonly fees: XcmV0MultiAsset;2580 readonly weight: u64;2581 readonly debt: u64;2582 readonly haltOnError: bool;2583 readonly xcm: Vec<XcmV0Xcm>;2584 } & Struct;2585 readonly type: 'Null' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';2586 }25872588 /** @name XcmV0Response (286) */2589 interface XcmV0Response extends Enum {2590 readonly isAssets: boolean;2591 readonly asAssets: Vec<XcmV0MultiAsset>;2592 readonly type: 'Assets';2593 }25942595 /** @name XcmV1Xcm (287) */2596 interface XcmV1Xcm extends Enum {2597 readonly isWithdrawAsset: boolean;2598 readonly asWithdrawAsset: {2599 readonly assets: XcmV1MultiassetMultiAssets;2600 readonly effects: Vec<XcmV1Order>;2601 } & Struct;2602 readonly isReserveAssetDeposited: boolean;2603 readonly asReserveAssetDeposited: {2604 readonly assets: XcmV1MultiassetMultiAssets;2605 readonly effects: Vec<XcmV1Order>;2606 } & Struct;2607 readonly isReceiveTeleportedAsset: boolean;2608 readonly asReceiveTeleportedAsset: {2609 readonly assets: XcmV1MultiassetMultiAssets;2610 readonly effects: Vec<XcmV1Order>;2611 } & Struct;2612 readonly isQueryResponse: boolean;2613 readonly asQueryResponse: {2614 readonly queryId: Compact<u64>;2615 readonly response: XcmV1Response;2616 } & Struct;2617 readonly isTransferAsset: boolean;2618 readonly asTransferAsset: {2619 readonly assets: XcmV1MultiassetMultiAssets;2620 readonly beneficiary: XcmV1MultiLocation;2621 } & Struct;2622 readonly isTransferReserveAsset: boolean;2623 readonly asTransferReserveAsset: {2624 readonly assets: XcmV1MultiassetMultiAssets;2625 readonly dest: XcmV1MultiLocation;2626 readonly effects: Vec<XcmV1Order>;2627 } & Struct;2628 readonly isTransact: boolean;2629 readonly asTransact: {2630 readonly originType: XcmV0OriginKind;2631 readonly requireWeightAtMost: u64;2632 readonly call: XcmDoubleEncoded;2633 } & Struct;2634 readonly isHrmpNewChannelOpenRequest: boolean;2635 readonly asHrmpNewChannelOpenRequest: {2636 readonly sender: Compact<u32>;2637 readonly maxMessageSize: Compact<u32>;2638 readonly maxCapacity: Compact<u32>;2639 } & Struct;2640 readonly isHrmpChannelAccepted: boolean;2641 readonly asHrmpChannelAccepted: {2642 readonly recipient: Compact<u32>;2643 } & Struct;2644 readonly isHrmpChannelClosing: boolean;2645 readonly asHrmpChannelClosing: {2646 readonly initiator: Compact<u32>;2647 readonly sender: Compact<u32>;2648 readonly recipient: Compact<u32>;2649 } & Struct;2650 readonly isRelayedFrom: boolean;2651 readonly asRelayedFrom: {2652 readonly who: XcmV1MultilocationJunctions;2653 readonly message: XcmV1Xcm;2654 } & Struct;2655 readonly isSubscribeVersion: boolean;2656 readonly asSubscribeVersion: {2657 readonly queryId: Compact<u64>;2658 readonly maxResponseWeight: Compact<u64>;2659 } & Struct;2660 readonly isUnsubscribeVersion: boolean;2661 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom' | 'SubscribeVersion' | 'UnsubscribeVersion';2662 }26632664 /** @name XcmV1Order (289) */2665 interface XcmV1Order extends Enum {2666 readonly isNoop: boolean;2667 readonly isDepositAsset: boolean;2668 readonly asDepositAsset: {2669 readonly assets: XcmV1MultiassetMultiAssetFilter;2670 readonly maxAssets: u32;2671 readonly beneficiary: XcmV1MultiLocation;2672 } & Struct;2673 readonly isDepositReserveAsset: boolean;2674 readonly asDepositReserveAsset: {2675 readonly assets: XcmV1MultiassetMultiAssetFilter;2676 readonly maxAssets: u32;2677 readonly dest: XcmV1MultiLocation;2678 readonly effects: Vec<XcmV1Order>;2679 } & Struct;2680 readonly isExchangeAsset: boolean;2681 readonly asExchangeAsset: {2682 readonly give: XcmV1MultiassetMultiAssetFilter;2683 readonly receive: XcmV1MultiassetMultiAssets;2684 } & Struct;2685 readonly isInitiateReserveWithdraw: boolean;2686 readonly asInitiateReserveWithdraw: {2687 readonly assets: XcmV1MultiassetMultiAssetFilter;2688 readonly reserve: XcmV1MultiLocation;2689 readonly effects: Vec<XcmV1Order>;2690 } & Struct;2691 readonly isInitiateTeleport: boolean;2692 readonly asInitiateTeleport: {2693 readonly assets: XcmV1MultiassetMultiAssetFilter;2694 readonly dest: XcmV1MultiLocation;2695 readonly effects: Vec<XcmV1Order>;2696 } & Struct;2697 readonly isQueryHolding: boolean;2698 readonly asQueryHolding: {2699 readonly queryId: Compact<u64>;2700 readonly dest: XcmV1MultiLocation;2701 readonly assets: XcmV1MultiassetMultiAssetFilter;2702 } & Struct;2703 readonly isBuyExecution: boolean;2704 readonly asBuyExecution: {2705 readonly fees: XcmV1MultiAsset;2706 readonly weight: u64;2707 readonly debt: u64;2708 readonly haltOnError: bool;2709 readonly instructions: Vec<XcmV1Xcm>;2710 } & Struct;2711 readonly type: 'Noop' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';2712 }27132714 /** @name XcmV1Response (291) */2715 interface XcmV1Response extends Enum {2716 readonly isAssets: boolean;2717 readonly asAssets: XcmV1MultiassetMultiAssets;2718 readonly isVersion: boolean;2719 readonly asVersion: u32;2720 readonly type: 'Assets' | 'Version';2721 }27222723 /** @name CumulusPalletXcmCall (305) */2724 type CumulusPalletXcmCall = Null;27252726 /** @name CumulusPalletDmpQueueCall (306) */2727 interface CumulusPalletDmpQueueCall extends Enum {2728 readonly isServiceOverweight: boolean;2729 readonly asServiceOverweight: {2730 readonly index: u64;2731 readonly weightLimit: u64;2732 } & Struct;2733 readonly type: 'ServiceOverweight';2734 }27352736 /** @name PalletInflationCall (307) */2737 interface PalletInflationCall extends Enum {2738 readonly isStartInflation: boolean;2739 readonly asStartInflation: {2740 readonly inflationStartRelayBlock: u32;2741 } & Struct;2742 readonly type: 'StartInflation';2743 }27442745 /** @name PalletUniqueCall (308) */2746 interface PalletUniqueCall extends Enum {2747 readonly isCreateCollection: boolean;2748 readonly asCreateCollection: {2749 readonly collectionName: Vec<u16>;2750 readonly collectionDescription: Vec<u16>;2751 readonly tokenPrefix: Bytes;2752 readonly mode: UpDataStructsCollectionMode;2753 } & Struct;2754 readonly isCreateCollectionEx: boolean;2755 readonly asCreateCollectionEx: {2756 readonly data: UpDataStructsCreateCollectionData;2757 } & Struct;2758 readonly isDestroyCollection: boolean;2759 readonly asDestroyCollection: {2760 readonly collectionId: u32;2761 } & Struct;2762 readonly isAddToAllowList: boolean;2763 readonly asAddToAllowList: {2764 readonly collectionId: u32;2765 readonly address: PalletEvmAccountBasicCrossAccountIdRepr;2766 } & Struct;2767 readonly isRemoveFromAllowList: boolean;2768 readonly asRemoveFromAllowList: {2769 readonly collectionId: u32;2770 readonly address: PalletEvmAccountBasicCrossAccountIdRepr;2771 } & Struct;2772 readonly isChangeCollectionOwner: boolean;2773 readonly asChangeCollectionOwner: {2774 readonly collectionId: u32;2775 readonly newOwner: AccountId32;2776 } & Struct;2777 readonly isAddCollectionAdmin: boolean;2778 readonly asAddCollectionAdmin: {2779 readonly collectionId: u32;2780 readonly newAdminId: PalletEvmAccountBasicCrossAccountIdRepr;2781 } & Struct;2782 readonly isRemoveCollectionAdmin: boolean;2783 readonly asRemoveCollectionAdmin: {2784 readonly collectionId: u32;2785 readonly accountId: PalletEvmAccountBasicCrossAccountIdRepr;2786 } & Struct;2787 readonly isSetCollectionSponsor: boolean;2788 readonly asSetCollectionSponsor: {2789 readonly collectionId: u32;2790 readonly newSponsor: AccountId32;2791 } & Struct;2792 readonly isConfirmSponsorship: boolean;2793 readonly asConfirmSponsorship: {2794 readonly collectionId: u32;2795 } & Struct;2796 readonly isRemoveCollectionSponsor: boolean;2797 readonly asRemoveCollectionSponsor: {2798 readonly collectionId: u32;2799 } & Struct;2800 readonly isCreateItem: boolean;2801 readonly asCreateItem: {2802 readonly collectionId: u32;2803 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2804 readonly data: UpDataStructsCreateItemData;2805 } & Struct;2806 readonly isCreateMultipleItems: boolean;2807 readonly asCreateMultipleItems: {2808 readonly collectionId: u32;2809 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2810 readonly itemsData: Vec<UpDataStructsCreateItemData>;2811 } & Struct;2812 readonly isSetCollectionProperties: boolean;2813 readonly asSetCollectionProperties: {2814 readonly collectionId: u32;2815 readonly properties: Vec<UpDataStructsProperty>;2816 } & Struct;2817 readonly isDeleteCollectionProperties: boolean;2818 readonly asDeleteCollectionProperties: {2819 readonly collectionId: u32;2820 readonly propertyKeys: Vec<Bytes>;2821 } & Struct;2822 readonly isSetTokenProperties: boolean;2823 readonly asSetTokenProperties: {2824 readonly collectionId: u32;2825 readonly tokenId: u32;2826 readonly properties: Vec<UpDataStructsProperty>;2827 } & Struct;2828 readonly isDeleteTokenProperties: boolean;2829 readonly asDeleteTokenProperties: {2830 readonly collectionId: u32;2831 readonly tokenId: u32;2832 readonly propertyKeys: Vec<Bytes>;2833 } & Struct;2834 readonly isSetTokenPropertyPermissions: boolean;2835 readonly asSetTokenPropertyPermissions: {2836 readonly collectionId: u32;2837 readonly propertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;2838 } & Struct;2839 readonly isCreateMultipleItemsEx: boolean;2840 readonly asCreateMultipleItemsEx: {2841 readonly collectionId: u32;2842 readonly data: UpDataStructsCreateItemExData;2843 } & Struct;2844 readonly isSetTransfersEnabledFlag: boolean;2845 readonly asSetTransfersEnabledFlag: {2846 readonly collectionId: u32;2847 readonly value: bool;2848 } & Struct;2849 readonly isBurnItem: boolean;2850 readonly asBurnItem: {2851 readonly collectionId: u32;2852 readonly itemId: u32;2853 readonly value: u128;2854 } & Struct;2855 readonly isBurnFrom: boolean;2856 readonly asBurnFrom: {2857 readonly collectionId: u32;2858 readonly from: PalletEvmAccountBasicCrossAccountIdRepr;2859 readonly itemId: u32;2860 readonly value: u128;2861 } & Struct;2862 readonly isTransfer: boolean;2863 readonly asTransfer: {2864 readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;2865 readonly collectionId: u32;2866 readonly itemId: u32;2867 readonly value: u128;2868 } & Struct;2869 readonly isApprove: boolean;2870 readonly asApprove: {2871 readonly spender: PalletEvmAccountBasicCrossAccountIdRepr;2872 readonly collectionId: u32;2873 readonly itemId: u32;2874 readonly amount: u128;2875 } & Struct;2876 readonly isTransferFrom: boolean;2877 readonly asTransferFrom: {2878 readonly from: PalletEvmAccountBasicCrossAccountIdRepr;2879 readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;2880 readonly collectionId: u32;2881 readonly itemId: u32;2882 readonly value: u128;2883 } & Struct;2884 readonly isSetCollectionLimits: boolean;2885 readonly asSetCollectionLimits: {2886 readonly collectionId: u32;2887 readonly newLimit: UpDataStructsCollectionLimits;2888 } & Struct;2889 readonly isSetCollectionPermissions: boolean;2890 readonly asSetCollectionPermissions: {2891 readonly collectionId: u32;2892 readonly newPermission: UpDataStructsCollectionPermissions;2893 } & Struct;2894 readonly isRepartition: boolean;2895 readonly asRepartition: {2896 readonly collectionId: u32;2897 readonly tokenId: u32;2898 readonly amount: u128;2899 } & Struct;2900 readonly isSetAllowanceForAll: boolean;2901 readonly asSetAllowanceForAll: {2902 readonly collectionId: u32;2903 readonly operator: PalletEvmAccountBasicCrossAccountIdRepr;2904 readonly approve: bool;2905 } & Struct;2906 readonly isForceRepairCollection: boolean;2907 readonly asForceRepairCollection: {2908 readonly collectionId: u32;2909 } & Struct;2910 readonly isForceRepairItem: boolean;2911 readonly asForceRepairItem: {2912 readonly collectionId: u32;2913 readonly itemId: u32;2914 } & Struct;2915 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';2916 }29172918 /** @name UpDataStructsCollectionMode (313) */2919 interface UpDataStructsCollectionMode extends Enum {2920 readonly isNft: boolean;2921 readonly isFungible: boolean;2922 readonly asFungible: u8;2923 readonly isReFungible: boolean;2924 readonly type: 'Nft' | 'Fungible' | 'ReFungible';2925 }29262927 /** @name UpDataStructsCreateCollectionData (314) */2928 interface UpDataStructsCreateCollectionData extends Struct {2929 readonly mode: UpDataStructsCollectionMode;2930 readonly access: Option<UpDataStructsAccessMode>;2931 readonly name: Vec<u16>;2932 readonly description: Vec<u16>;2933 readonly tokenPrefix: Bytes;2934 readonly pendingSponsor: Option<AccountId32>;2935 readonly limits: Option<UpDataStructsCollectionLimits>;2936 readonly permissions: Option<UpDataStructsCollectionPermissions>;2937 readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;2938 readonly properties: Vec<UpDataStructsProperty>;2939 }29402941 /** @name UpDataStructsAccessMode (316) */2942 interface UpDataStructsAccessMode extends Enum {2943 readonly isNormal: boolean;2944 readonly isAllowList: boolean;2945 readonly type: 'Normal' | 'AllowList';2946 }29472948 /** @name UpDataStructsCollectionLimits (318) */2949 interface UpDataStructsCollectionLimits extends Struct {2950 readonly accountTokenOwnershipLimit: Option<u32>;2951 readonly sponsoredDataSize: Option<u32>;2952 readonly sponsoredDataRateLimit: Option<UpDataStructsSponsoringRateLimit>;2953 readonly tokenLimit: Option<u32>;2954 readonly sponsorTransferTimeout: Option<u32>;2955 readonly sponsorApproveTimeout: Option<u32>;2956 readonly ownerCanTransfer: Option<bool>;2957 readonly ownerCanDestroy: Option<bool>;2958 readonly transfersEnabled: Option<bool>;2959 }29602961 /** @name UpDataStructsSponsoringRateLimit (320) */2962 interface UpDataStructsSponsoringRateLimit extends Enum {2963 readonly isSponsoringDisabled: boolean;2964 readonly isBlocks: boolean;2965 readonly asBlocks: u32;2966 readonly type: 'SponsoringDisabled' | 'Blocks';2967 }29682969 /** @name UpDataStructsCollectionPermissions (323) */2970 interface UpDataStructsCollectionPermissions extends Struct {2971 readonly access: Option<UpDataStructsAccessMode>;2972 readonly mintMode: Option<bool>;2973 readonly nesting: Option<UpDataStructsNestingPermissions>;2974 }29752976 /** @name UpDataStructsNestingPermissions (325) */2977 interface UpDataStructsNestingPermissions extends Struct {2978 readonly tokenOwner: bool;2979 readonly collectionAdmin: bool;2980 readonly restricted: Option<UpDataStructsOwnerRestrictedSet>;2981 }29822983 /** @name UpDataStructsOwnerRestrictedSet (327) */2984 interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}29852986 /** @name UpDataStructsPropertyKeyPermission (332) */2987 interface UpDataStructsPropertyKeyPermission extends Struct {2988 readonly key: Bytes;2989 readonly permission: UpDataStructsPropertyPermission;2990 }29912992 /** @name UpDataStructsPropertyPermission (333) */2993 interface UpDataStructsPropertyPermission extends Struct {2994 readonly mutable: bool;2995 readonly collectionAdmin: bool;2996 readonly tokenOwner: bool;2997 }29982999 /** @name UpDataStructsProperty (336) */3000 interface UpDataStructsProperty extends Struct {3001 readonly key: Bytes;3002 readonly value: Bytes;3003 }30043005 /** @name UpDataStructsCreateItemData (339) */3006 interface UpDataStructsCreateItemData extends Enum {3007 readonly isNft: boolean;3008 readonly asNft: UpDataStructsCreateNftData;3009 readonly isFungible: boolean;3010 readonly asFungible: UpDataStructsCreateFungibleData;3011 readonly isReFungible: boolean;3012 readonly asReFungible: UpDataStructsCreateReFungibleData;3013 readonly type: 'Nft' | 'Fungible' | 'ReFungible';3014 }30153016 /** @name UpDataStructsCreateNftData (340) */3017 interface UpDataStructsCreateNftData extends Struct {3018 readonly properties: Vec<UpDataStructsProperty>;3019 }30203021 /** @name UpDataStructsCreateFungibleData (341) */3022 interface UpDataStructsCreateFungibleData extends Struct {3023 readonly value: u128;3024 }30253026 /** @name UpDataStructsCreateReFungibleData (342) */3027 interface UpDataStructsCreateReFungibleData extends Struct {3028 readonly pieces: u128;3029 readonly properties: Vec<UpDataStructsProperty>;3030 }30313032 /** @name UpDataStructsCreateItemExData (345) */3033 interface UpDataStructsCreateItemExData extends Enum {3034 readonly isNft: boolean;3035 readonly asNft: Vec<UpDataStructsCreateNftExData>;3036 readonly isFungible: boolean;3037 readonly asFungible: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;3038 readonly isRefungibleMultipleItems: boolean;3039 readonly asRefungibleMultipleItems: Vec<UpDataStructsCreateRefungibleExSingleOwner>;3040 readonly isRefungibleMultipleOwners: boolean;3041 readonly asRefungibleMultipleOwners: UpDataStructsCreateRefungibleExMultipleOwners;3042 readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';3043 }30443045 /** @name UpDataStructsCreateNftExData (347) */3046 interface UpDataStructsCreateNftExData extends Struct {3047 readonly properties: Vec<UpDataStructsProperty>;3048 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;3049 }30503051 /** @name UpDataStructsCreateRefungibleExSingleOwner (354) */3052 interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {3053 readonly user: PalletEvmAccountBasicCrossAccountIdRepr;3054 readonly pieces: u128;3055 readonly properties: Vec<UpDataStructsProperty>;3056 }30573058 /** @name UpDataStructsCreateRefungibleExMultipleOwners (356) */3059 interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {3060 readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;3061 readonly properties: Vec<UpDataStructsProperty>;3062 }30633064 /** @name PalletConfigurationCall (357) */3065 interface PalletConfigurationCall extends Enum {3066 readonly isSetWeightToFeeCoefficientOverride: boolean;3067 readonly asSetWeightToFeeCoefficientOverride: {3068 readonly coeff: Option<u32>;3069 } & Struct;3070 readonly isSetMinGasPriceOverride: boolean;3071 readonly asSetMinGasPriceOverride: {3072 readonly coeff: Option<u64>;3073 } & Struct;3074 readonly isSetXcmAllowedLocations: boolean;3075 readonly asSetXcmAllowedLocations: {3076 readonly locations: Option<Vec<XcmV1MultiLocation>>;3077 } & Struct;3078 readonly isSetAppPromotionConfigurationOverride: boolean;3079 readonly asSetAppPromotionConfigurationOverride: {3080 readonly configuration: PalletConfigurationAppPromotionConfiguration;3081 } & Struct;3082 readonly isSetCollatorSelectionDesiredCollators: boolean;3083 readonly asSetCollatorSelectionDesiredCollators: {3084 readonly max: Option<u32>;3085 } & Struct;3086 readonly isSetCollatorSelectionLicenseBond: boolean;3087 readonly asSetCollatorSelectionLicenseBond: {3088 readonly amount: Option<u128>;3089 } & Struct;3090 readonly isSetCollatorSelectionKickThreshold: boolean;3091 readonly asSetCollatorSelectionKickThreshold: {3092 readonly threshold: Option<u32>;3093 } & Struct;3094 readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride' | 'SetXcmAllowedLocations' | 'SetAppPromotionConfigurationOverride' | 'SetCollatorSelectionDesiredCollators' | 'SetCollatorSelectionLicenseBond' | 'SetCollatorSelectionKickThreshold';3095 }30963097 /** @name PalletConfigurationAppPromotionConfiguration (362) */3098 interface PalletConfigurationAppPromotionConfiguration extends Struct {3099 readonly recalculationInterval: Option<u32>;3100 readonly pendingInterval: Option<u32>;3101 readonly intervalIncome: Option<Perbill>;3102 readonly maxStakersPerCalculation: Option<u8>;3103 }31043105 /** @name PalletTemplateTransactionPaymentCall (365) */3106 type PalletTemplateTransactionPaymentCall = Null;31073108 /** @name PalletStructureCall (366) */3109 type PalletStructureCall = Null;31103111 /** @name PalletRmrkCoreCall (367) */3112 interface PalletRmrkCoreCall extends Enum {3113 readonly isCreateCollection: boolean;3114 readonly asCreateCollection: {3115 readonly metadata: Bytes;3116 readonly max: Option<u32>;3117 readonly symbol: Bytes;3118 } & Struct;3119 readonly isDestroyCollection: boolean;3120 readonly asDestroyCollection: {3121 readonly collectionId: u32;3122 } & Struct;3123 readonly isChangeCollectionIssuer: boolean;3124 readonly asChangeCollectionIssuer: {3125 readonly collectionId: u32;3126 readonly newIssuer: MultiAddress;3127 } & Struct;3128 readonly isLockCollection: boolean;3129 readonly asLockCollection: {3130 readonly collectionId: u32;3131 } & Struct;3132 readonly isMintNft: boolean;3133 readonly asMintNft: {3134 readonly owner: Option<AccountId32>;3135 readonly collectionId: u32;3136 readonly recipient: Option<AccountId32>;3137 readonly royaltyAmount: Option<Permill>;3138 readonly metadata: Bytes;3139 readonly transferable: bool;3140 readonly resources: Option<Vec<RmrkTraitsResourceResourceTypes>>;3141 } & Struct;3142 readonly isBurnNft: boolean;3143 readonly asBurnNft: {3144 readonly collectionId: u32;3145 readonly nftId: u32;3146 readonly maxBurns: u32;3147 } & Struct;3148 readonly isSend: boolean;3149 readonly asSend: {3150 readonly rmrkCollectionId: u32;3151 readonly rmrkNftId: u32;3152 readonly newOwner: RmrkTraitsNftAccountIdOrCollectionNftTuple;3153 } & Struct;3154 readonly isAcceptNft: boolean;3155 readonly asAcceptNft: {3156 readonly rmrkCollectionId: u32;3157 readonly rmrkNftId: u32;3158 readonly newOwner: RmrkTraitsNftAccountIdOrCollectionNftTuple;3159 } & Struct;3160 readonly isRejectNft: boolean;3161 readonly asRejectNft: {3162 readonly rmrkCollectionId: u32;3163 readonly rmrkNftId: u32;3164 } & Struct;3165 readonly isAcceptResource: boolean;3166 readonly asAcceptResource: {3167 readonly rmrkCollectionId: u32;3168 readonly rmrkNftId: u32;3169 readonly resourceId: u32;3170 } & Struct;3171 readonly isAcceptResourceRemoval: boolean;3172 readonly asAcceptResourceRemoval: {3173 readonly rmrkCollectionId: u32;3174 readonly rmrkNftId: u32;3175 readonly resourceId: u32;3176 } & Struct;3177 readonly isSetProperty: boolean;3178 readonly asSetProperty: {3179 readonly rmrkCollectionId: Compact<u32>;3180 readonly maybeNftId: Option<u32>;3181 readonly key: Bytes;3182 readonly value: Bytes;3183 } & Struct;3184 readonly isSetPriority: boolean;3185 readonly asSetPriority: {3186 readonly rmrkCollectionId: u32;3187 readonly rmrkNftId: u32;3188 readonly priorities: Vec<u32>;3189 } & Struct;3190 readonly isAddBasicResource: boolean;3191 readonly asAddBasicResource: {3192 readonly rmrkCollectionId: u32;3193 readonly nftId: u32;3194 readonly resource: RmrkTraitsResourceBasicResource;3195 } & Struct;3196 readonly isAddComposableResource: boolean;3197 readonly asAddComposableResource: {3198 readonly rmrkCollectionId: u32;3199 readonly nftId: u32;3200 readonly resource: RmrkTraitsResourceComposableResource;3201 } & Struct;3202 readonly isAddSlotResource: boolean;3203 readonly asAddSlotResource: {3204 readonly rmrkCollectionId: u32;3205 readonly nftId: u32;3206 readonly resource: RmrkTraitsResourceSlotResource;3207 } & Struct;3208 readonly isRemoveResource: boolean;3209 readonly asRemoveResource: {3210 readonly rmrkCollectionId: u32;3211 readonly nftId: u32;3212 readonly resourceId: u32;3213 } & Struct;3214 readonly type: 'CreateCollection' | 'DestroyCollection' | 'ChangeCollectionIssuer' | 'LockCollection' | 'MintNft' | 'BurnNft' | 'Send' | 'AcceptNft' | 'RejectNft' | 'AcceptResource' | 'AcceptResourceRemoval' | 'SetProperty' | 'SetPriority' | 'AddBasicResource' | 'AddComposableResource' | 'AddSlotResource' | 'RemoveResource';3215 }32163217 /** @name RmrkTraitsResourceResourceTypes (373) */3218 interface RmrkTraitsResourceResourceTypes extends Enum {3219 readonly isBasic: boolean;3220 readonly asBasic: RmrkTraitsResourceBasicResource;3221 readonly isComposable: boolean;3222 readonly asComposable: RmrkTraitsResourceComposableResource;3223 readonly isSlot: boolean;3224 readonly asSlot: RmrkTraitsResourceSlotResource;3225 readonly type: 'Basic' | 'Composable' | 'Slot';3226 }32273228 /** @name RmrkTraitsResourceBasicResource (375) */3229 interface RmrkTraitsResourceBasicResource extends Struct {3230 readonly src: Option<Bytes>;3231 readonly metadata: Option<Bytes>;3232 readonly license: Option<Bytes>;3233 readonly thumb: Option<Bytes>;3234 }32353236 /** @name RmrkTraitsResourceComposableResource (377) */3237 interface RmrkTraitsResourceComposableResource extends Struct {3238 readonly parts: Vec<u32>;3239 readonly base: u32;3240 readonly src: Option<Bytes>;3241 readonly metadata: Option<Bytes>;3242 readonly license: Option<Bytes>;3243 readonly thumb: Option<Bytes>;3244 }32453246 /** @name RmrkTraitsResourceSlotResource (378) */3247 interface RmrkTraitsResourceSlotResource extends Struct {3248 readonly base: u32;3249 readonly src: Option<Bytes>;3250 readonly metadata: Option<Bytes>;3251 readonly slot: u32;3252 readonly license: Option<Bytes>;3253 readonly thumb: Option<Bytes>;3254 }32553256 /** @name PalletRmrkEquipCall (381) */3257 interface PalletRmrkEquipCall extends Enum {3258 readonly isCreateBase: boolean;3259 readonly asCreateBase: {3260 readonly baseType: Bytes;3261 readonly symbol: Bytes;3262 readonly parts: Vec<RmrkTraitsPartPartType>;3263 } & Struct;3264 readonly isThemeAdd: boolean;3265 readonly asThemeAdd: {3266 readonly baseId: u32;3267 readonly theme: RmrkTraitsTheme;3268 } & Struct;3269 readonly isEquippable: boolean;3270 readonly asEquippable: {3271 readonly baseId: u32;3272 readonly slotId: u32;3273 readonly equippables: RmrkTraitsPartEquippableList;3274 } & Struct;3275 readonly type: 'CreateBase' | 'ThemeAdd' | 'Equippable';3276 }32773278 /** @name RmrkTraitsPartPartType (384) */3279 interface RmrkTraitsPartPartType extends Enum {3280 readonly isFixedPart: boolean;3281 readonly asFixedPart: RmrkTraitsPartFixedPart;3282 readonly isSlotPart: boolean;3283 readonly asSlotPart: RmrkTraitsPartSlotPart;3284 readonly type: 'FixedPart' | 'SlotPart';3285 }32863287 /** @name RmrkTraitsPartFixedPart (386) */3288 interface RmrkTraitsPartFixedPart extends Struct {3289 readonly id: u32;3290 readonly z: u32;3291 readonly src: Bytes;3292 }32933294 /** @name RmrkTraitsPartSlotPart (387) */3295 interface RmrkTraitsPartSlotPart extends Struct {3296 readonly id: u32;3297 readonly equippable: RmrkTraitsPartEquippableList;3298 readonly src: Bytes;3299 readonly z: u32;3300 }33013302 /** @name RmrkTraitsPartEquippableList (388) */3303 interface RmrkTraitsPartEquippableList extends Enum {3304 readonly isAll: boolean;3305 readonly isEmpty: boolean;3306 readonly isCustom: boolean;3307 readonly asCustom: Vec<u32>;3308 readonly type: 'All' | 'Empty' | 'Custom';3309 }33103311 /** @name RmrkTraitsTheme (390) */3312 interface RmrkTraitsTheme extends Struct {3313 readonly name: Bytes;3314 readonly properties: Vec<RmrkTraitsThemeThemeProperty>;3315 readonly inherit: bool;3316 }33173318 /** @name RmrkTraitsThemeThemeProperty (392) */3319 interface RmrkTraitsThemeThemeProperty extends Struct {3320 readonly key: Bytes;3321 readonly value: Bytes;3322 }33233324 /** @name PalletAppPromotionCall (394) */3325 interface PalletAppPromotionCall extends Enum {3326 readonly isSetAdminAddress: boolean;3327 readonly asSetAdminAddress: {3328 readonly admin: PalletEvmAccountBasicCrossAccountIdRepr;3329 } & Struct;3330 readonly isStake: boolean;3331 readonly asStake: {3332 readonly amount: u128;3333 } & Struct;3334 readonly isUnstake: boolean;3335 readonly isSponsorCollection: boolean;3336 readonly asSponsorCollection: {3337 readonly collectionId: u32;3338 } & Struct;3339 readonly isStopSponsoringCollection: boolean;3340 readonly asStopSponsoringCollection: {3341 readonly collectionId: u32;3342 } & Struct;3343 readonly isSponsorContract: boolean;3344 readonly asSponsorContract: {3345 readonly contractId: H160;3346 } & Struct;3347 readonly isStopSponsoringContract: boolean;3348 readonly asStopSponsoringContract: {3349 readonly contractId: H160;3350 } & Struct;3351 readonly isPayoutStakers: boolean;3352 readonly asPayoutStakers: {3353 readonly stakersNumber: Option<u8>;3354 } & Struct;3355 readonly type: 'SetAdminAddress' | 'Stake' | 'Unstake' | 'SponsorCollection' | 'StopSponsoringCollection' | 'SponsorContract' | 'StopSponsoringContract' | 'PayoutStakers';3356 }33573358 /** @name PalletForeignAssetsModuleCall (395) */3359 interface PalletForeignAssetsModuleCall extends Enum {3360 readonly isRegisterForeignAsset: boolean;3361 readonly asRegisterForeignAsset: {3362 readonly owner: AccountId32;3363 readonly location: XcmVersionedMultiLocation;3364 readonly metadata: PalletForeignAssetsModuleAssetMetadata;3365 } & Struct;3366 readonly isUpdateForeignAsset: boolean;3367 readonly asUpdateForeignAsset: {3368 readonly foreignAssetId: u32;3369 readonly location: XcmVersionedMultiLocation;3370 readonly metadata: PalletForeignAssetsModuleAssetMetadata;3371 } & Struct;3372 readonly type: 'RegisterForeignAsset' | 'UpdateForeignAsset';3373 }33743375 /** @name PalletEvmCall (396) */3376 interface PalletEvmCall extends Enum {3377 readonly isWithdraw: boolean;3378 readonly asWithdraw: {3379 readonly address: H160;3380 readonly value: u128;3381 } & Struct;3382 readonly isCall: boolean;3383 readonly asCall: {3384 readonly source: H160;3385 readonly target: H160;3386 readonly input: Bytes;3387 readonly value: U256;3388 readonly gasLimit: u64;3389 readonly maxFeePerGas: U256;3390 readonly maxPriorityFeePerGas: Option<U256>;3391 readonly nonce: Option<U256>;3392 readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;3393 } & Struct;3394 readonly isCreate: boolean;3395 readonly asCreate: {3396 readonly source: H160;3397 readonly init: Bytes;3398 readonly value: U256;3399 readonly gasLimit: u64;3400 readonly maxFeePerGas: U256;3401 readonly maxPriorityFeePerGas: Option<U256>;3402 readonly nonce: Option<U256>;3403 readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;3404 } & Struct;3405 readonly isCreate2: boolean;3406 readonly asCreate2: {3407 readonly source: H160;3408 readonly init: Bytes;3409 readonly salt: H256;3410 readonly value: U256;3411 readonly gasLimit: u64;3412 readonly maxFeePerGas: U256;3413 readonly maxPriorityFeePerGas: Option<U256>;3414 readonly nonce: Option<U256>;3415 readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;3416 } & Struct;3417 readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';3418 }34193420 /** @name PalletEthereumCall (402) */3421 interface PalletEthereumCall extends Enum {3422 readonly isTransact: boolean;3423 readonly asTransact: {3424 readonly transaction: EthereumTransactionTransactionV2;3425 } & Struct;3426 readonly type: 'Transact';3427 }34283429 /** @name EthereumTransactionTransactionV2 (403) */3430 interface EthereumTransactionTransactionV2 extends Enum {3431 readonly isLegacy: boolean;3432 readonly asLegacy: EthereumTransactionLegacyTransaction;3433 readonly isEip2930: boolean;3434 readonly asEip2930: EthereumTransactionEip2930Transaction;3435 readonly isEip1559: boolean;3436 readonly asEip1559: EthereumTransactionEip1559Transaction;3437 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';3438 }34393440 /** @name EthereumTransactionLegacyTransaction (404) */3441 interface EthereumTransactionLegacyTransaction extends Struct {3442 readonly nonce: U256;3443 readonly gasPrice: U256;3444 readonly gasLimit: U256;3445 readonly action: EthereumTransactionTransactionAction;3446 readonly value: U256;3447 readonly input: Bytes;3448 readonly signature: EthereumTransactionTransactionSignature;3449 }34503451 /** @name EthereumTransactionTransactionAction (405) */3452 interface EthereumTransactionTransactionAction extends Enum {3453 readonly isCall: boolean;3454 readonly asCall: H160;3455 readonly isCreate: boolean;3456 readonly type: 'Call' | 'Create';3457 }34583459 /** @name EthereumTransactionTransactionSignature (406) */3460 interface EthereumTransactionTransactionSignature extends Struct {3461 readonly v: u64;3462 readonly r: H256;3463 readonly s: H256;3464 }34653466 /** @name EthereumTransactionEip2930Transaction (408) */3467 interface EthereumTransactionEip2930Transaction extends Struct {3468 readonly chainId: u64;3469 readonly nonce: U256;3470 readonly gasPrice: U256;3471 readonly gasLimit: U256;3472 readonly action: EthereumTransactionTransactionAction;3473 readonly value: U256;3474 readonly input: Bytes;3475 readonly accessList: Vec<EthereumTransactionAccessListItem>;3476 readonly oddYParity: bool;3477 readonly r: H256;3478 readonly s: H256;3479 }34803481 /** @name EthereumTransactionAccessListItem (410) */3482 interface EthereumTransactionAccessListItem extends Struct {3483 readonly address: H160;3484 readonly storageKeys: Vec<H256>;3485 }34863487 /** @name EthereumTransactionEip1559Transaction (411) */3488 interface EthereumTransactionEip1559Transaction extends Struct {3489 readonly chainId: u64;3490 readonly nonce: U256;3491 readonly maxPriorityFeePerGas: U256;3492 readonly maxFeePerGas: U256;3493 readonly gasLimit: U256;3494 readonly action: EthereumTransactionTransactionAction;3495 readonly value: U256;3496 readonly input: Bytes;3497 readonly accessList: Vec<EthereumTransactionAccessListItem>;3498 readonly oddYParity: bool;3499 readonly r: H256;3500 readonly s: H256;3501 }35023503 /** @name PalletDataManagementCall (412) */3504 interface PalletDataManagementCall extends Enum {3505 readonly isBegin: boolean;3506 readonly asBegin: {3507 readonly address: H160;3508 } & Struct;3509 readonly isSetData: boolean;3510 readonly asSetData: {3511 readonly address: H160;3512 readonly data: Vec<ITuple<[H256, H256]>>;3513 } & Struct;3514 readonly isFinish: boolean;3515 readonly asFinish: {3516 readonly address: H160;3517 readonly code: Bytes;3518 } & Struct;3519 readonly isInsertEthLogs: boolean;3520 readonly asInsertEthLogs: {3521 readonly logs: Vec<EthereumLog>;3522 } & Struct;3523 readonly isInsertEvents: boolean;3524 readonly asInsertEvents: {3525 readonly events: Vec<Bytes>;3526 } & Struct;3527 readonly type: 'Begin' | 'SetData' | 'Finish' | 'InsertEthLogs' | 'InsertEvents';3528 }35293530 /** @name PalletMaintenanceCall (416) */3531 interface PalletMaintenanceCall extends Enum {3532 readonly isEnable: boolean;3533 readonly isDisable: boolean;3534 readonly type: 'Enable' | 'Disable';3535 }35363537 /** @name PalletTestUtilsCall (417) */3538 interface PalletTestUtilsCall extends Enum {3539 readonly isEnable: boolean;3540 readonly isSetTestValue: boolean;3541 readonly asSetTestValue: {3542 readonly value: u32;3543 } & Struct;3544 readonly isSetTestValueAndRollback: boolean;3545 readonly asSetTestValueAndRollback: {3546 readonly value: u32;3547 } & Struct;3548 readonly isIncTestValue: boolean;3549 readonly isJustTakeFee: boolean;3550 readonly isBatchAll: boolean;3551 readonly asBatchAll: {3552 readonly calls: Vec<Call>;3553 } & Struct;3554 readonly type: 'Enable' | 'SetTestValue' | 'SetTestValueAndRollback' | 'IncTestValue' | 'JustTakeFee' | 'BatchAll';3555 }35563557 /** @name PalletSudoError (419) */3558 interface PalletSudoError extends Enum {3559 readonly isRequireSudo: boolean;3560 readonly type: 'RequireSudo';3561 }35623563 /** @name OrmlVestingModuleError (421) */3564 interface OrmlVestingModuleError extends Enum {3565 readonly isZeroVestingPeriod: boolean;3566 readonly isZeroVestingPeriodCount: boolean;3567 readonly isInsufficientBalanceToLock: boolean;3568 readonly isTooManyVestingSchedules: boolean;3569 readonly isAmountLow: boolean;3570 readonly isMaxVestingSchedulesExceeded: boolean;3571 readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';3572 }35733574 /** @name OrmlXtokensModuleError (422) */3575 interface OrmlXtokensModuleError extends Enum {3576 readonly isAssetHasNoReserve: boolean;3577 readonly isNotCrossChainTransfer: boolean;3578 readonly isInvalidDest: boolean;3579 readonly isNotCrossChainTransferableCurrency: boolean;3580 readonly isUnweighableMessage: boolean;3581 readonly isXcmExecutionFailed: boolean;3582 readonly isCannotReanchor: boolean;3583 readonly isInvalidAncestry: boolean;3584 readonly isInvalidAsset: boolean;3585 readonly isDestinationNotInvertible: boolean;3586 readonly isBadVersion: boolean;3587 readonly isDistinctReserveForAssetAndFee: boolean;3588 readonly isZeroFee: boolean;3589 readonly isZeroAmount: boolean;3590 readonly isTooManyAssetsBeingSent: boolean;3591 readonly isAssetIndexNonExistent: boolean;3592 readonly isFeeNotEnough: boolean;3593 readonly isNotSupportedMultiLocation: boolean;3594 readonly isMinXcmFeeNotDefined: boolean;3595 readonly type: 'AssetHasNoReserve' | 'NotCrossChainTransfer' | 'InvalidDest' | 'NotCrossChainTransferableCurrency' | 'UnweighableMessage' | 'XcmExecutionFailed' | 'CannotReanchor' | 'InvalidAncestry' | 'InvalidAsset' | 'DestinationNotInvertible' | 'BadVersion' | 'DistinctReserveForAssetAndFee' | 'ZeroFee' | 'ZeroAmount' | 'TooManyAssetsBeingSent' | 'AssetIndexNonExistent' | 'FeeNotEnough' | 'NotSupportedMultiLocation' | 'MinXcmFeeNotDefined';3596 }35973598 /** @name OrmlTokensBalanceLock (425) */3599 interface OrmlTokensBalanceLock extends Struct {3600 readonly id: U8aFixed;3601 readonly amount: u128;3602 }36033604 /** @name OrmlTokensAccountData (427) */3605 interface OrmlTokensAccountData extends Struct {3606 readonly free: u128;3607 readonly reserved: u128;3608 readonly frozen: u128;3609 }36103611 /** @name OrmlTokensReserveData (429) */3612 interface OrmlTokensReserveData extends Struct {3613 readonly id: Null;3614 readonly amount: u128;3615 }36163617 /** @name OrmlTokensModuleError (431) */3618 interface OrmlTokensModuleError extends Enum {3619 readonly isBalanceTooLow: boolean;3620 readonly isAmountIntoBalanceFailed: boolean;3621 readonly isLiquidityRestrictions: boolean;3622 readonly isMaxLocksExceeded: boolean;3623 readonly isKeepAlive: boolean;3624 readonly isExistentialDeposit: boolean;3625 readonly isDeadAccount: boolean;3626 readonly isTooManyReserves: boolean;3627 readonly type: 'BalanceTooLow' | 'AmountIntoBalanceFailed' | 'LiquidityRestrictions' | 'MaxLocksExceeded' | 'KeepAlive' | 'ExistentialDeposit' | 'DeadAccount' | 'TooManyReserves';3628 }36293630 /** @name CumulusPalletXcmpQueueInboundChannelDetails (433) */3631 interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {3632 readonly sender: u32;3633 readonly state: CumulusPalletXcmpQueueInboundState;3634 readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;3635 }36363637 /** @name CumulusPalletXcmpQueueInboundState (434) */3638 interface CumulusPalletXcmpQueueInboundState extends Enum {3639 readonly isOk: boolean;3640 readonly isSuspended: boolean;3641 readonly type: 'Ok' | 'Suspended';3642 }36433644 /** @name PolkadotParachainPrimitivesXcmpMessageFormat (437) */3645 interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {3646 readonly isConcatenatedVersionedXcm: boolean;3647 readonly isConcatenatedEncodedBlob: boolean;3648 readonly isSignals: boolean;3649 readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';3650 }36513652 /** @name CumulusPalletXcmpQueueOutboundChannelDetails (440) */3653 interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {3654 readonly recipient: u32;3655 readonly state: CumulusPalletXcmpQueueOutboundState;3656 readonly signalsExist: bool;3657 readonly firstIndex: u16;3658 readonly lastIndex: u16;3659 }36603661 /** @name CumulusPalletXcmpQueueOutboundState (441) */3662 interface CumulusPalletXcmpQueueOutboundState extends Enum {3663 readonly isOk: boolean;3664 readonly isSuspended: boolean;3665 readonly type: 'Ok' | 'Suspended';3666 }36673668 /** @name CumulusPalletXcmpQueueQueueConfigData (443) */3669 interface CumulusPalletXcmpQueueQueueConfigData extends Struct {3670 readonly suspendThreshold: u32;3671 readonly dropThreshold: u32;3672 readonly resumeThreshold: u32;3673 readonly thresholdWeight: SpWeightsWeightV2Weight;3674 readonly weightRestrictDecay: SpWeightsWeightV2Weight;3675 readonly xcmpMaxIndividualWeight: SpWeightsWeightV2Weight;3676 }36773678 /** @name CumulusPalletXcmpQueueError (445) */3679 interface CumulusPalletXcmpQueueError extends Enum {3680 readonly isFailedToSend: boolean;3681 readonly isBadXcmOrigin: boolean;3682 readonly isBadXcm: boolean;3683 readonly isBadOverweightIndex: boolean;3684 readonly isWeightOverLimit: boolean;3685 readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';3686 }36873688 /** @name PalletXcmError (446) */3689 interface PalletXcmError extends Enum {3690 readonly isUnreachable: boolean;3691 readonly isSendFailure: boolean;3692 readonly isFiltered: boolean;3693 readonly isUnweighableMessage: boolean;3694 readonly isDestinationNotInvertible: boolean;3695 readonly isEmpty: boolean;3696 readonly isCannotReanchor: boolean;3697 readonly isTooManyAssets: boolean;3698 readonly isInvalidOrigin: boolean;3699 readonly isBadVersion: boolean;3700 readonly isBadLocation: boolean;3701 readonly isNoSubscription: boolean;3702 readonly isAlreadySubscribed: boolean;3703 readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';3704 }37053706 /** @name CumulusPalletXcmError (447) */3707 type CumulusPalletXcmError = Null;37083709 /** @name CumulusPalletDmpQueueConfigData (448) */3710 interface CumulusPalletDmpQueueConfigData extends Struct {3711 readonly maxIndividual: SpWeightsWeightV2Weight;3712 }37133714 /** @name CumulusPalletDmpQueuePageIndexData (449) */3715 interface CumulusPalletDmpQueuePageIndexData extends Struct {3716 readonly beginUsed: u32;3717 readonly endUsed: u32;3718 readonly overweightCount: u64;3719 }37203721 /** @name CumulusPalletDmpQueueError (452) */3722 interface CumulusPalletDmpQueueError extends Enum {3723 readonly isUnknown: boolean;3724 readonly isOverLimit: boolean;3725 readonly type: 'Unknown' | 'OverLimit';3726 }37273728 /** @name PalletUniqueError (456) */3729 interface PalletUniqueError extends Enum {3730 readonly isCollectionDecimalPointLimitExceeded: boolean;3731 readonly isEmptyArgument: boolean;3732 readonly isRepartitionCalledOnNonRefungibleCollection: boolean;3733 readonly type: 'CollectionDecimalPointLimitExceeded' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';3734 }37353736 /** @name PalletConfigurationError (457) */3737 interface PalletConfigurationError extends Enum {3738 readonly isInconsistentConfiguration: boolean;3739 readonly type: 'InconsistentConfiguration';3740 }37413742 /** @name UpDataStructsCollection (458) */3743 interface UpDataStructsCollection extends Struct {3744 readonly owner: AccountId32;3745 readonly mode: UpDataStructsCollectionMode;3746 readonly name: Vec<u16>;3747 readonly description: Vec<u16>;3748 readonly tokenPrefix: Bytes;3749 readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;3750 readonly limits: UpDataStructsCollectionLimits;3751 readonly permissions: UpDataStructsCollectionPermissions;3752 readonly flags: U8aFixed;3753 }37543755 /** @name UpDataStructsSponsorshipStateAccountId32 (459) */3756 interface UpDataStructsSponsorshipStateAccountId32 extends Enum {3757 readonly isDisabled: boolean;3758 readonly isUnconfirmed: boolean;3759 readonly asUnconfirmed: AccountId32;3760 readonly isConfirmed: boolean;3761 readonly asConfirmed: AccountId32;3762 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';3763 }37643765 /** @name UpDataStructsProperties (460) */3766 interface UpDataStructsProperties extends Struct {3767 readonly map: UpDataStructsPropertiesMapBoundedVec;3768 readonly consumedSpace: u32;3769 readonly spaceLimit: u32;3770 }37713772 /** @name UpDataStructsPropertiesMapBoundedVec (461) */3773 interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}37743775 /** @name UpDataStructsPropertiesMapPropertyPermission (466) */3776 interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}37773778 /** @name UpDataStructsCollectionStats (473) */3779 interface UpDataStructsCollectionStats extends Struct {3780 readonly created: u32;3781 readonly destroyed: u32;3782 readonly alive: u32;3783 }37843785 /** @name UpDataStructsTokenChild (474) */3786 interface UpDataStructsTokenChild extends Struct {3787 readonly token: u32;3788 readonly collection: u32;3789 }37903791 /** @name PhantomTypeUpDataStructs (475) */3792 interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}37933794 /** @name UpDataStructsTokenData (477) */3795 interface UpDataStructsTokenData extends Struct {3796 readonly properties: Vec<UpDataStructsProperty>;3797 readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;3798 readonly pieces: u128;3799 }38003801 /** @name UpDataStructsRpcCollection (479) */3802 interface UpDataStructsRpcCollection extends Struct {3803 readonly owner: AccountId32;3804 readonly mode: UpDataStructsCollectionMode;3805 readonly name: Vec<u16>;3806 readonly description: Vec<u16>;3807 readonly tokenPrefix: Bytes;3808 readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;3809 readonly limits: UpDataStructsCollectionLimits;3810 readonly permissions: UpDataStructsCollectionPermissions;3811 readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;3812 readonly properties: Vec<UpDataStructsProperty>;3813 readonly readOnly: bool;3814 readonly flags: UpDataStructsRpcCollectionFlags;3815 }38163817 /** @name UpDataStructsRpcCollectionFlags (480) */3818 interface UpDataStructsRpcCollectionFlags extends Struct {3819 readonly foreign: bool;3820 readonly erc721metadata: bool;3821 }38223823 /** @name RmrkTraitsCollectionCollectionInfo (481) */3824 interface RmrkTraitsCollectionCollectionInfo extends Struct {3825 readonly issuer: AccountId32;3826 readonly metadata: Bytes;3827 readonly max: Option<u32>;3828 readonly symbol: Bytes;3829 readonly nftsCount: u32;3830 }38313832 /** @name RmrkTraitsNftNftInfo (482) */3833 interface RmrkTraitsNftNftInfo extends Struct {3834 readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;3835 readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;3836 readonly metadata: Bytes;3837 readonly equipped: bool;3838 readonly pending: bool;3839 }38403841 /** @name RmrkTraitsNftRoyaltyInfo (484) */3842 interface RmrkTraitsNftRoyaltyInfo extends Struct {3843 readonly recipient: AccountId32;3844 readonly amount: Permill;3845 }38463847 /** @name RmrkTraitsResourceResourceInfo (485) */3848 interface RmrkTraitsResourceResourceInfo extends Struct {3849 readonly id: u32;3850 readonly resource: RmrkTraitsResourceResourceTypes;3851 readonly pending: bool;3852 readonly pendingRemoval: bool;3853 }38543855 /** @name RmrkTraitsPropertyPropertyInfo (486) */3856 interface RmrkTraitsPropertyPropertyInfo extends Struct {3857 readonly key: Bytes;3858 readonly value: Bytes;3859 }38603861 /** @name RmrkTraitsBaseBaseInfo (487) */3862 interface RmrkTraitsBaseBaseInfo extends Struct {3863 readonly issuer: AccountId32;3864 readonly baseType: Bytes;3865 readonly symbol: Bytes;3866 }38673868 /** @name RmrkTraitsNftNftChild (488) */3869 interface RmrkTraitsNftNftChild extends Struct {3870 readonly collectionId: u32;3871 readonly nftId: u32;3872 }38733874 /** @name PalletCommonError (490) */3875 interface PalletCommonError extends Enum {3876 readonly isCollectionNotFound: boolean;3877 readonly isMustBeTokenOwner: boolean;3878 readonly isNoPermission: boolean;3879 readonly isCantDestroyNotEmptyCollection: boolean;3880 readonly isPublicMintingNotAllowed: boolean;3881 readonly isAddressNotInAllowlist: boolean;3882 readonly isCollectionNameLimitExceeded: boolean;3883 readonly isCollectionDescriptionLimitExceeded: boolean;3884 readonly isCollectionTokenPrefixLimitExceeded: boolean;3885 readonly isTotalCollectionsLimitExceeded: boolean;3886 readonly isCollectionAdminCountExceeded: boolean;3887 readonly isCollectionLimitBoundsExceeded: boolean;3888 readonly isOwnerPermissionsCantBeReverted: boolean;3889 readonly isTransferNotAllowed: boolean;3890 readonly isAccountTokenLimitExceeded: boolean;3891 readonly isCollectionTokenLimitExceeded: boolean;3892 readonly isMetadataFlagFrozen: boolean;3893 readonly isTokenNotFound: boolean;3894 readonly isTokenValueTooLow: boolean;3895 readonly isApprovedValueTooLow: boolean;3896 readonly isCantApproveMoreThanOwned: boolean;3897 readonly isAddressIsZero: boolean;3898 readonly isUnsupportedOperation: boolean;3899 readonly isNotSufficientFounds: boolean;3900 readonly isUserIsNotAllowedToNest: boolean;3901 readonly isSourceCollectionIsNotAllowedToNest: boolean;3902 readonly isCollectionFieldSizeExceeded: boolean;3903 readonly isNoSpaceForProperty: boolean;3904 readonly isPropertyLimitReached: boolean;3905 readonly isPropertyKeyIsTooLong: boolean;3906 readonly isInvalidCharacterInPropertyKey: boolean;3907 readonly isEmptyPropertyKey: boolean;3908 readonly isCollectionIsExternal: boolean;3909 readonly isCollectionIsInternal: boolean;3910 readonly isConfirmSponsorshipFail: boolean;3911 readonly isUserIsNotCollectionAdmin: boolean;3912 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';3913 }39143915 /** @name PalletFungibleError (492) */3916 interface PalletFungibleError extends Enum {3917 readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;3918 readonly isFungibleItemsHaveNoId: boolean;3919 readonly isFungibleItemsDontHaveData: boolean;3920 readonly isFungibleDisallowsNesting: boolean;3921 readonly isSettingPropertiesNotAllowed: boolean;3922 readonly isSettingAllowanceForAllNotAllowed: boolean;3923 readonly isFungibleTokensAreAlwaysValid: boolean;3924 readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed' | 'SettingAllowanceForAllNotAllowed' | 'FungibleTokensAreAlwaysValid';3925 }39263927 /** @name PalletRefungibleItemData (493) */3928 interface PalletRefungibleItemData extends Struct {3929 readonly constData: Bytes;3930 }39313932 /** @name PalletRefungibleError (498) */3933 interface PalletRefungibleError extends Enum {3934 readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;3935 readonly isWrongRefungiblePieces: boolean;3936 readonly isRepartitionWhileNotOwningAllPieces: boolean;3937 readonly isRefungibleDisallowsNesting: boolean;3938 readonly isSettingPropertiesNotAllowed: boolean;3939 readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';3940 }39413942 /** @name PalletNonfungibleItemData (499) */3943 interface PalletNonfungibleItemData extends Struct {3944 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;3945 }39463947 /** @name UpDataStructsPropertyScope (501) */3948 interface UpDataStructsPropertyScope extends Enum {3949 readonly isNone: boolean;3950 readonly isRmrk: boolean;3951 readonly type: 'None' | 'Rmrk';3952 }39533954 /** @name PalletNonfungibleError (503) */3955 interface PalletNonfungibleError extends Enum {3956 readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;3957 readonly isNonfungibleItemsHaveNoAmount: boolean;3958 readonly isCantBurnNftWithChildren: boolean;3959 readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';3960 }39613962 /** @name PalletStructureError (504) */3963 interface PalletStructureError extends Enum {3964 readonly isOuroborosDetected: boolean;3965 readonly isDepthLimit: boolean;3966 readonly isBreadthLimit: boolean;3967 readonly isTokenNotFound: boolean;3968 readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound';3969 }39703971 /** @name PalletRmrkCoreError (505) */3972 interface PalletRmrkCoreError extends Enum {3973 readonly isCorruptedCollectionType: boolean;3974 readonly isRmrkPropertyKeyIsTooLong: boolean;3975 readonly isRmrkPropertyValueIsTooLong: boolean;3976 readonly isRmrkPropertyIsNotFound: boolean;3977 readonly isUnableToDecodeRmrkData: boolean;3978 readonly isCollectionNotEmpty: boolean;3979 readonly isNoAvailableCollectionId: boolean;3980 readonly isNoAvailableNftId: boolean;3981 readonly isCollectionUnknown: boolean;3982 readonly isNoPermission: boolean;3983 readonly isNonTransferable: boolean;3984 readonly isCollectionFullOrLocked: boolean;3985 readonly isResourceDoesntExist: boolean;3986 readonly isCannotSendToDescendentOrSelf: boolean;3987 readonly isCannotAcceptNonOwnedNft: boolean;3988 readonly isCannotRejectNonOwnedNft: boolean;3989 readonly isCannotRejectNonPendingNft: boolean;3990 readonly isResourceNotPending: boolean;3991 readonly isNoAvailableResourceId: boolean;3992 readonly type: 'CorruptedCollectionType' | 'RmrkPropertyKeyIsTooLong' | 'RmrkPropertyValueIsTooLong' | 'RmrkPropertyIsNotFound' | 'UnableToDecodeRmrkData' | 'CollectionNotEmpty' | 'NoAvailableCollectionId' | 'NoAvailableNftId' | 'CollectionUnknown' | 'NoPermission' | 'NonTransferable' | 'CollectionFullOrLocked' | 'ResourceDoesntExist' | 'CannotSendToDescendentOrSelf' | 'CannotAcceptNonOwnedNft' | 'CannotRejectNonOwnedNft' | 'CannotRejectNonPendingNft' | 'ResourceNotPending' | 'NoAvailableResourceId';3993 }39943995 /** @name PalletRmrkEquipError (507) */3996 interface PalletRmrkEquipError extends Enum {3997 readonly isPermissionError: boolean;3998 readonly isNoAvailableBaseId: boolean;3999 readonly isNoAvailablePartId: boolean;4000 readonly isBaseDoesntExist: boolean;4001 readonly isNeedsDefaultThemeFirst: boolean;4002 readonly isPartDoesntExist: boolean;4003 readonly isNoEquippableOnFixedPart: boolean;4004 readonly type: 'PermissionError' | 'NoAvailableBaseId' | 'NoAvailablePartId' | 'BaseDoesntExist' | 'NeedsDefaultThemeFirst' | 'PartDoesntExist' | 'NoEquippableOnFixedPart';4005 }40064007 /** @name PalletAppPromotionError (513) */4008 interface PalletAppPromotionError extends Enum {4009 readonly isAdminNotSet: boolean;4010 readonly isNoPermission: boolean;4011 readonly isNotSufficientFunds: boolean;4012 readonly isPendingForBlockOverflow: boolean;4013 readonly isSponsorNotSet: boolean;4014 readonly isIncorrectLockedBalanceOperation: boolean;4015 readonly type: 'AdminNotSet' | 'NoPermission' | 'NotSufficientFunds' | 'PendingForBlockOverflow' | 'SponsorNotSet' | 'IncorrectLockedBalanceOperation';4016 }40174018 /** @name PalletForeignAssetsModuleError (514) */4019 interface PalletForeignAssetsModuleError extends Enum {4020 readonly isBadLocation: boolean;4021 readonly isMultiLocationExisted: boolean;4022 readonly isAssetIdNotExists: boolean;4023 readonly isAssetIdExisted: boolean;4024 readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';4025 }40264027 /** @name PalletEvmError (516) */4028 interface PalletEvmError extends Enum {4029 readonly isBalanceLow: boolean;4030 readonly isFeeOverflow: boolean;4031 readonly isPaymentOverflow: boolean;4032 readonly isWithdrawFailed: boolean;4033 readonly isGasPriceTooLow: boolean;4034 readonly isInvalidNonce: boolean;4035 readonly isGasLimitTooLow: boolean;4036 readonly isGasLimitTooHigh: boolean;4037 readonly isUndefined: boolean;4038 readonly isReentrancy: boolean;4039 readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce' | 'GasLimitTooLow' | 'GasLimitTooHigh' | 'Undefined' | 'Reentrancy';4040 }40414042 /** @name FpRpcTransactionStatus (519) */4043 interface FpRpcTransactionStatus extends Struct {4044 readonly transactionHash: H256;4045 readonly transactionIndex: u32;4046 readonly from: H160;4047 readonly to: Option<H160>;4048 readonly contractAddress: Option<H160>;4049 readonly logs: Vec<EthereumLog>;4050 readonly logsBloom: EthbloomBloom;4051 }40524053 /** @name EthbloomBloom (521) */4054 interface EthbloomBloom extends U8aFixed {}40554056 /** @name EthereumReceiptReceiptV3 (523) */4057 interface EthereumReceiptReceiptV3 extends Enum {4058 readonly isLegacy: boolean;4059 readonly asLegacy: EthereumReceiptEip658ReceiptData;4060 readonly isEip2930: boolean;4061 readonly asEip2930: EthereumReceiptEip658ReceiptData;4062 readonly isEip1559: boolean;4063 readonly asEip1559: EthereumReceiptEip658ReceiptData;4064 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';4065 }40664067 /** @name EthereumReceiptEip658ReceiptData (524) */4068 interface EthereumReceiptEip658ReceiptData extends Struct {4069 readonly statusCode: u8;4070 readonly usedGas: U256;4071 readonly logsBloom: EthbloomBloom;4072 readonly logs: Vec<EthereumLog>;4073 }40744075 /** @name EthereumBlock (525) */4076 interface EthereumBlock extends Struct {4077 readonly header: EthereumHeader;4078 readonly transactions: Vec<EthereumTransactionTransactionV2>;4079 readonly ommers: Vec<EthereumHeader>;4080 }40814082 /** @name EthereumHeader (526) */4083 interface EthereumHeader extends Struct {4084 readonly parentHash: H256;4085 readonly ommersHash: H256;4086 readonly beneficiary: H160;4087 readonly stateRoot: H256;4088 readonly transactionsRoot: H256;4089 readonly receiptsRoot: H256;4090 readonly logsBloom: EthbloomBloom;4091 readonly difficulty: U256;4092 readonly number: U256;4093 readonly gasLimit: U256;4094 readonly gasUsed: U256;4095 readonly timestamp: u64;4096 readonly extraData: Bytes;4097 readonly mixHash: H256;4098 readonly nonce: EthereumTypesHashH64;4099 }41004101 /** @name EthereumTypesHashH64 (527) */4102 interface EthereumTypesHashH64 extends U8aFixed {}41034104 /** @name PalletEthereumError (532) */4105 interface PalletEthereumError extends Enum {4106 readonly isInvalidSignature: boolean;4107 readonly isPreLogExists: boolean;4108 readonly type: 'InvalidSignature' | 'PreLogExists';4109 }41104111 /** @name PalletEvmCoderSubstrateError (533) */4112 interface PalletEvmCoderSubstrateError extends Enum {4113 readonly isOutOfGas: boolean;4114 readonly isOutOfFund: boolean;4115 readonly type: 'OutOfGas' | 'OutOfFund';4116 }41174118 /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (534) */4119 interface UpDataStructsSponsorshipStateBasicCrossAccountIdRepr extends Enum {4120 readonly isDisabled: boolean;4121 readonly isUnconfirmed: boolean;4122 readonly asUnconfirmed: PalletEvmAccountBasicCrossAccountIdRepr;4123 readonly isConfirmed: boolean;4124 readonly asConfirmed: PalletEvmAccountBasicCrossAccountIdRepr;4125 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';4126 }41274128 /** @name PalletEvmContractHelpersSponsoringModeT (535) */4129 interface PalletEvmContractHelpersSponsoringModeT extends Enum {4130 readonly isDisabled: boolean;4131 readonly isAllowlisted: boolean;4132 readonly isGenerous: boolean;4133 readonly type: 'Disabled' | 'Allowlisted' | 'Generous';4134 }41354136 /** @name PalletEvmContractHelpersError (541) */4137 interface PalletEvmContractHelpersError extends Enum {4138 readonly isNoPermission: boolean;4139 readonly isNoPendingSponsor: boolean;4140 readonly isTooManyMethodsHaveSponsoredLimit: boolean;4141 readonly type: 'NoPermission' | 'NoPendingSponsor' | 'TooManyMethodsHaveSponsoredLimit';4142 }41434144 /** @name PalletDataManagementError (542) */4145 interface PalletDataManagementError extends Enum {4146 readonly isAccountNotEmpty: boolean;4147 readonly isAccountIsNotMigrating: boolean;4148 readonly isBadEvent: boolean;4149 readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating' | 'BadEvent';4150 }41514152 /** @name PalletMaintenanceError (543) */4153 type PalletMaintenanceError = Null;41544155 /** @name PalletTestUtilsError (544) */4156 interface PalletTestUtilsError extends Enum {4157 readonly isTestPalletDisabled: boolean;4158 readonly isTriggerRollback: boolean;4159 readonly type: 'TestPalletDisabled' | 'TriggerRollback';4160 }41614162 /** @name SpRuntimeMultiSignature (546) */4163 interface SpRuntimeMultiSignature extends Enum {4164 readonly isEd25519: boolean;4165 readonly asEd25519: SpCoreEd25519Signature;4166 readonly isSr25519: boolean;4167 readonly asSr25519: SpCoreSr25519Signature;4168 readonly isEcdsa: boolean;4169 readonly asEcdsa: SpCoreEcdsaSignature;4170 readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';4171 }41724173 /** @name SpCoreEd25519Signature (547) */4174 interface SpCoreEd25519Signature extends U8aFixed {}41754176 /** @name SpCoreSr25519Signature (549) */4177 interface SpCoreSr25519Signature extends U8aFixed {}41784179 /** @name SpCoreEcdsaSignature (550) */4180 interface SpCoreEcdsaSignature extends U8aFixed {}41814182 /** @name FrameSystemExtensionsCheckSpecVersion (553) */4183 type FrameSystemExtensionsCheckSpecVersion = Null;41844185 /** @name FrameSystemExtensionsCheckTxVersion (554) */4186 type FrameSystemExtensionsCheckTxVersion = Null;41874188 /** @name FrameSystemExtensionsCheckGenesis (555) */4189 type FrameSystemExtensionsCheckGenesis = Null;41904191 /** @name FrameSystemExtensionsCheckNonce (558) */4192 interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}41934194 /** @name FrameSystemExtensionsCheckWeight (559) */4195 type FrameSystemExtensionsCheckWeight = Null;41964197 /** @name OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance (560) */4198 type OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance = Null;41994200 /** @name OpalRuntimeRuntimeCommonDataManagementFilterIdentity (561) */4201 type OpalRuntimeRuntimeCommonDataManagementFilterIdentity = Null;42024203 /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (562) */4204 interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}42054206 /** @name OpalRuntimeRuntime (563) */4207 type OpalRuntimeRuntime = Null;42084209 /** @name PalletEthereumFakeTransactionFinalizer (564) */4210 type PalletEthereumFakeTransactionFinalizer = Null;42114212} // declare moduletests/src/pallet-presence.test.tsdiffbeforeafterboth--- a/tests/src/pallet-presence.test.ts
+++ b/tests/src/pallet-presence.test.ts
@@ -32,7 +32,7 @@
'evm',
'evmcodersubstrate',
'evmcontracthelpers',
- 'evmmigration',
+ 'datamanagement',
'evmtransactionpayment',
'ethereum',
'fungible',
@@ -66,7 +66,7 @@
const foreignAssets = 'foreignassets';
const rmrkPallets = ['rmrkcore', 'rmrkequip'];
const appPromotion = 'apppromotion';
- const collatorSelection = ['authorship', 'session', 'collatorselection'];
+ const collatorSelection = ['authorship', 'session', 'collatorselection', 'identity'];
const testUtils = 'testutils';
if (chain.eq('OPAL by UNIQUE')) {
tests/src/util/playgrounds/unique.dev.tsdiffbeforeafterboth--- a/tests/src/util/playgrounds/unique.dev.ts
+++ b/tests/src/util/playgrounds/unique.dev.ts
@@ -92,6 +92,10 @@
extrinsic: {},
payload: {},
},
+ FilterIdentity: {
+ extrinsic: {},
+ payload: {},
+ },
FakeTransactionFinalizer: {
extrinsic: {},
payload: {},