difftreelog
Merge pull request #470 from UniqueNetwork/feature/rework-bulk-refungible-mint
in: master
Rework bulk refungible mint
26 files changed
Cargo.lockdiffbeforeafterboth--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5722,7 +5722,7 @@
[[package]]
name = "pallet-common"
-version = "0.1.3"
+version = "0.1.4"
dependencies = [
"ethereum",
"evm-coder",
@@ -5869,7 +5869,7 @@
[[package]]
name = "pallet-evm-coder-substrate"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"ethereum",
"evm-coder",
@@ -5887,7 +5887,7 @@
[[package]]
name = "pallet-evm-contract-helpers"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"evm-coder",
"fp-evm-mapping",
@@ -6189,7 +6189,7 @@
[[package]]
name = "pallet-nonfungible"
-version = "0.1.2"
+version = "0.1.3"
dependencies = [
"ethereum",
"evm-coder",
@@ -6311,8 +6311,9 @@
[[package]]
name = "pallet-refungible"
-version = "0.2.1"
+version = "0.2.2"
dependencies = [
+ "derivative",
"ethereum",
"evm-coder",
"frame-benchmarking",
@@ -6333,7 +6334,7 @@
[[package]]
name = "pallet-rmrk-core"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"derivative",
"frame-benchmarking",
@@ -6354,7 +6355,7 @@
[[package]]
name = "pallet-rmrk-equip"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6484,7 +6485,7 @@
[[package]]
name = "pallet-structure"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"frame-benchmarking",
"frame-support",
@@ -6629,7 +6630,7 @@
[[package]]
name = "pallet-unique"
-version = "0.1.1"
+version = "0.1.2"
dependencies = [
"ethereum",
"evm-coder",
@@ -12732,7 +12733,7 @@
[[package]]
name = "up-data-structs"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"derivative",
"frame-support",
@@ -12750,7 +12751,7 @@
[[package]]
name = "up-rpc"
-version = "0.1.1"
+version = "0.1.2"
dependencies = [
"pallet-common",
"pallet-evm",
pallets/common/Cargo.tomldiffbeforeafterboth--- a/pallets/common/Cargo.toml
+++ b/pallets/common/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pallet-common"
-version = "0.1.3"
+version = "0.1.4"
license = "GPLv3"
edition = "2021"
pallets/evm-coder-substrate/Cargo.tomldiffbeforeafterboth--- a/pallets/evm-coder-substrate/Cargo.toml
+++ b/pallets/evm-coder-substrate/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pallet-evm-coder-substrate"
-version = "0.1.0"
+version = "0.1.1"
license = "GPLv3"
edition = "2021"
pallets/evm-contract-helpers/Cargo.tomldiffbeforeafterboth--- a/pallets/evm-contract-helpers/Cargo.toml
+++ b/pallets/evm-contract-helpers/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pallet-evm-contract-helpers"
-version = "0.1.0"
+version = "0.1.1"
license = "GPLv3"
edition = "2021"
pallets/inflation/Cargo.tomldiffbeforeafterboth--- a/pallets/inflation/Cargo.toml
+++ b/pallets/inflation/Cargo.toml
@@ -9,7 +9,7 @@
license = 'GPLv3'
name = 'pallet-inflation'
repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.1.0'
+version = "0.1.0"
[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
pallets/nonfungible/Cargo.tomldiffbeforeafterboth--- a/pallets/nonfungible/Cargo.toml
+++ b/pallets/nonfungible/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pallet-nonfungible"
-version = "0.1.2"
+version = "0.1.3"
license = "GPLv3"
edition = "2021"
pallets/proxy-rmrk-core/Cargo.tomldiffbeforeafterboth--- a/pallets/proxy-rmrk-core/Cargo.toml
+++ b/pallets/proxy-rmrk-core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pallet-rmrk-core"
-version = "0.1.0"
+version = "0.1.1"
license = "GPLv3"
edition = "2021"
pallets/proxy-rmrk-equip/Cargo.tomldiffbeforeafterboth--- a/pallets/proxy-rmrk-equip/Cargo.toml
+++ b/pallets/proxy-rmrk-equip/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pallet-rmrk-equip"
-version = "0.1.0"
+version = "0.1.1"
license = "GPLv3"
edition = "2021"
pallets/refungible/CHANGELOG.mddiffbeforeafterboth--- a/pallets/refungible/CHANGELOG.md
+++ b/pallets/refungible/CHANGELOG.md
@@ -2,6 +2,25 @@
All notable changes to this project will be documented in this file.
+<!-- bureaucrate goes here -->
+## [v0.2.2] 2022-08-04
+
+### Product changes
+
+- Now RefungibleMultipleItems may only receive single user on type level.
+
+### Added features
+
+- Implement property RPC 7bf45b532e32daa91f03c157b58874d21b42ae1f
+
+### Other changes
+
+- refactor: Disallow invalid bulk mints 53fec71cf728dddd012257b407ea30441e699f88
+
+`create_multiple_items_ex` was allowing invalid (that will be always
+rejected at runtime level) refungible mint extrinsics, by passing
+multiple users into `RefungibleMultipleItems` call.
+
## [v0.2.1] - 2022-07-27
### New features
pallets/refungible/Cargo.tomldiffbeforeafterboth--- a/pallets/refungible/Cargo.toml
+++ b/pallets/refungible/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pallet-refungible"
-version = "0.2.1"
+version = "0.2.2"
license = "GPLv3"
edition = "2021"
@@ -28,6 +28,7 @@
sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.24" }
+derivative = { version = "2.2.0", features = ["use_core"] }
[features]
default = ["std"]
pallets/refungible/src/common.rsdiffbeforeafterboth--- a/pallets/refungible/src/common.rs
+++ b/pallets/refungible/src/common.rs
@@ -19,8 +19,9 @@
use sp_std::collections::btree_map::BTreeMap;
use frame_support::{dispatch::DispatchResultWithPostInfo, ensure, fail, weights::Weight, traits::Get};
use up_data_structs::{
- CollectionId, TokenId, CreateItemExData, CreateRefungibleExData, budget::Budget, Property,
- PropertyKey, PropertyValue, PropertyKeyPermission, CreateItemData, CollectionPropertiesVec,
+ CollectionId, TokenId, CreateItemExData, budget::Budget, Property, PropertyKey, PropertyValue,
+ PropertyKeyPermission, CollectionPropertiesVec, CreateRefungibleExMultipleOwners,
+ CreateRefungibleExSingleOwner,
};
use pallet_common::{
CommonCollectionOperations, CommonWeightInfo, RefungibleExtensions, with_weight,
@@ -32,7 +33,7 @@
use crate::{
AccountBalance, Allowance, Balance, Config, Error, Owned, Pallet, RefungibleHandle,
- SelfWeightOf, TokenData, weights::WeightInfo, TokensMinted, TotalSupply,
+ SelfWeightOf, weights::WeightInfo, TokensMinted, TotalSupply, CreateItemData,
};
macro_rules! max_weight_of {
@@ -58,11 +59,11 @@
<SelfWeightOf<T>>::create_item()
}
- fn create_multiple_items(data: &[CreateItemData]) -> Weight {
+ fn create_multiple_items(data: &[up_data_structs::CreateItemData]) -> Weight {
<SelfWeightOf<T>>::create_multiple_items(data.len() as u32).saturating_add(
data.iter()
.map(|data| match data {
- CreateItemData::ReFungible(rft_data) => {
+ up_data_structs::CreateItemData::ReFungible(rft_data) => {
properties_weight::<T>(&rft_data.properties)
}
_ => 0,
@@ -152,9 +153,9 @@
fn map_create_data<T: Config>(
data: up_data_structs::CreateItemData,
to: &T::CrossAccountId,
-) -> Result<CreateRefungibleExData<T::CrossAccountId>, DispatchError> {
+) -> Result<CreateItemData<T::CrossAccountId>, DispatchError> {
match data {
- up_data_structs::CreateItemData::ReFungible(data) => Ok(CreateRefungibleExData {
+ up_data_structs::CreateItemData::ReFungible(data) => Ok(CreateItemData {
users: {
let mut out = BTreeMap::new();
out.insert(to.clone(), data.pieces);
@@ -214,12 +215,26 @@
) -> DispatchResultWithPostInfo {
let weight = <CommonWeights<T>>::create_multiple_items_ex(&data);
let data = match data {
- CreateItemExData::RefungibleMultipleOwners(r) => vec![r],
- CreateItemExData::RefungibleMultipleItems(r)
- if r.iter().all(|i| i.users.len() == 1) =>
- {
- r.into_inner()
- }
+ CreateItemExData::RefungibleMultipleOwners(CreateRefungibleExMultipleOwners {
+ users,
+ properties,
+ }) => vec![CreateItemData { users, properties }],
+ CreateItemExData::RefungibleMultipleItems(r) => r
+ .into_inner()
+ .into_iter()
+ .map(
+ |CreateRefungibleExSingleOwner {
+ user,
+ pieces,
+ properties,
+ }| CreateItemData {
+ users: BTreeMap::from([(user, pieces)])
+ .try_into()
+ .expect("limit >= 1"),
+ properties,
+ },
+ )
+ .collect(),
_ => fail!(<Error<T>>::NotRefungibleDataUsedToMintFungibleCollectionToken),
};
@@ -442,16 +457,31 @@
<Pallet<T>>::token_owners(self.id, token).unwrap_or_default()
}
- fn token_property(&self, _token_id: TokenId, _key: &PropertyKey) -> Option<PropertyValue> {
- None
+ fn token_property(&self, token_id: TokenId, key: &PropertyKey) -> Option<PropertyValue> {
+ <Pallet<T>>::token_properties((self.id, token_id))
+ .get(key)
+ .cloned()
}
- fn token_properties(
- &self,
- _token_id: TokenId,
- _keys: Option<Vec<PropertyKey>>,
- ) -> Vec<Property> {
- Vec::new()
+ fn token_properties(&self, token_id: TokenId, keys: Option<Vec<PropertyKey>>) -> Vec<Property> {
+ let properties = <Pallet<T>>::token_properties((self.id, token_id));
+
+ keys.map(|keys| {
+ keys.into_iter()
+ .filter_map(|key| {
+ properties.get(&key).map(|value| Property {
+ key,
+ value: value.clone(),
+ })
+ })
+ .collect()
+ })
+ .unwrap_or_else(|| {
+ properties
+ .into_iter()
+ .map(|(key, value)| Property { key, value })
+ .collect()
+ })
}
fn total_supply(&self) -> u32 {
pallets/refungible/src/erc.rsdiffbeforeafterboth--- a/pallets/refungible/src/erc.rs
+++ b/pallets/refungible/src/erc.rs
@@ -27,7 +27,7 @@
convert::TryInto,
};
use evm_coder::{ToLog, execution::*, generate_stubgen, solidity, solidity_interface, types::*, weight};
-use frame_support::{BoundedBTreeMap, BoundedVec};
+use frame_support::BoundedBTreeMap;
use pallet_common::{
CollectionHandle, CollectionPropertyPermissions,
erc::{
@@ -494,7 +494,7 @@
<Pallet<T>>::create_item(
self,
&caller,
- CreateItemData::<T> {
+ CreateItemData::<T::CrossAccountId> {
users,
properties: CollectionPropertiesVec::default(),
},
@@ -560,7 +560,7 @@
<Pallet<T>>::create_item(
self,
&caller,
- CreateItemData::<T> { users, properties },
+ CreateItemData::<T::CrossAccountId> { users, properties },
&budget,
)
.map_err(dispatch_to_evm::<T>)?;
@@ -717,7 +717,7 @@
.collect::<BTreeMap<_, _>>()
.try_into()
.unwrap();
- let create_item_data = CreateItemData::<T> {
+ let create_item_data = CreateItemData::<T::CrossAccountId> {
users,
properties: CollectionPropertiesVec::default(),
};
@@ -777,7 +777,7 @@
})
.map_err(|e| Error::Revert(alloc::format!("Can't add property: {:?}", e)))?;
- let create_item_data = CreateItemData::<T> {
+ let create_item_data = CreateItemData::<T::CrossAccountId> {
users: users.clone(),
properties,
};
pallets/refungible/src/lib.rsdiffbeforeafterboth--- a/pallets/refungible/src/lib.rs
+++ b/pallets/refungible/src/lib.rs
@@ -93,7 +93,9 @@
use codec::{Encode, Decode, MaxEncodedLen};
use core::ops::Deref;
use evm_coder::ToLog;
-use frame_support::{BoundedVec, ensure, fail, storage::with_transaction, transactional};
+use frame_support::{
+ BoundedVec, ensure, fail, storage::with_transaction, transactional, pallet_prelude::ConstU32,
+};
use pallet_evm::{account::CrossAccountId, Pallet as PalletEvm};
use pallet_evm_coder_substrate::WithRecorder;
use pallet_common::{
@@ -106,11 +108,13 @@
use sp_runtime::{ArithmeticError, DispatchError, DispatchResult, TransactionOutcome};
use sp_std::{vec::Vec, vec, collections::btree_map::BTreeMap};
use up_data_structs::{
- AccessMode, budget::Budget, CollectionId, CreateCollectionData, CreateRefungibleExData,
- CustomDataLimit, mapping::TokenAddressMapping, MAX_REFUNGIBLE_PIECES, TokenId, Property,
+ AccessMode, budget::Budget, CollectionId, CreateCollectionData, CustomDataLimit,
+ mapping::TokenAddressMapping, MAX_REFUNGIBLE_PIECES, MAX_ITEMS_PER_BATCH, TokenId, Property,
PropertyKey, PropertyKeyPermission, PropertyPermission, PropertyScope, PropertyValue,
- TrySetProperty,
+ TrySetProperty, CollectionPropertiesVec,
};
+use frame_support::BoundedBTreeMap;
+use derivative::Derivative;
pub use pallet::*;
#[cfg(feature = "runtime-benchmarks")]
@@ -120,8 +124,13 @@
pub mod erc_token;
pub mod weights;
-pub type CreateItemData<T> =
- CreateRefungibleExData<<T as pallet_evm::account::Config>::CrossAccountId>;
+#[derive(Derivative, Clone)]
+pub struct CreateItemData<CrossAccountId> {
+ #[derivative(Debug(format_with = "bounded::map_debug"))]
+ pub users: BoundedBTreeMap<CrossAccountId, u128, ConstU32<MAX_ITEMS_PER_BATCH>>,
+ #[derivative(Debug(format_with = "bounded::vec_debug"))]
+ pub properties: CollectionPropertiesVec,
+}
pub(crate) type SelfWeightOf<T> = <T as Config>::WeightInfo;
/// Token data, stored independently from other data used to describe it
@@ -873,7 +882,7 @@
pub fn create_multiple_items(
collection: &RefungibleHandle<T>,
sender: &T::CrossAccountId,
- data: Vec<CreateItemData<T>>,
+ data: Vec<CreateItemData<T::CrossAccountId>>,
nesting_budget: &dyn Budget,
) -> DispatchResult {
if !collection.is_owner_or_admin(sender) {
@@ -1213,7 +1222,7 @@
pub fn create_item(
collection: &RefungibleHandle<T>,
sender: &T::CrossAccountId,
- data: CreateItemData<T>,
+ data: CreateItemData<T::CrossAccountId>,
nesting_budget: &dyn Budget,
) -> DispatchResult {
Self::create_multiple_items(collection, sender, vec![data], nesting_budget)
pallets/structure/Cargo.tomldiffbeforeafterboth--- a/pallets/structure/Cargo.toml
+++ b/pallets/structure/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pallet-structure"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
[dependencies]
pallets/unique/Cargo.tomldiffbeforeafterboth--- a/pallets/unique/Cargo.toml
+++ b/pallets/unique/Cargo.toml
@@ -9,7 +9,7 @@
license = 'GPLv3'
name = 'pallet-unique'
repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.1.1'
+version = "0.1.2"
[package.metadata.docs.rs]
targets = ['x86_64-unknown-linux-gnu']
primitives/data-structs/CHANGELOG.mddiffbeforeafterboth--- a/primitives/data-structs/CHANGELOG.md
+++ b/primitives/data-structs/CHANGELOG.md
@@ -2,6 +2,21 @@
All notable changes to this project will be documented in this file.
+<!-- bureaucrate goes here -->
+## [v0.2.1] 2022-08-04
+
+### Product changes
+
+- Now RefungibleMultipleItems may only receive single user on type level.
+
+### Other changes
+
+- refactor: Disallow invalid bulk mints 53fec71cf728dddd012257b407ea30441e699f88
+
+`create_multiple_items_ex` was allowing invalid (that will be always
+rejected at runtime level) refungible mint extrinsics, by passing
+multiple users into `RefungibleMultipleItems` call.
+
## [v0.2.0] - 2022-08-01
### Deprecated
- `CreateReFungibleData::const_data`
@@ -11,4 +26,4 @@
- Type aliases `CollectionName`, `CollectionDescription`, `CollectionTokenPrefix`
## [v0.1.1] - 2022-07-22
### Added
-- Аields with properties to `CreateReFungibleData` and `CreateRefungibleExData`.
\ No newline at end of file
+- Аields with properties to `CreateReFungibleData` and `CreateRefungibleExData`.
primitives/data-structs/Cargo.tomldiffbeforeafterboth--- a/primitives/data-structs/Cargo.toml
+++ b/primitives/data-structs/Cargo.toml
@@ -6,7 +6,7 @@
license = 'GPLv3'
homepage = "https://unique.network"
repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.2.0'
+version = "0.2.1"
[dependencies]
scale-info = { version = "2.0.1", default-features = false, features = [
primitives/data-structs/src/lib.rsdiffbeforeafterboth--- a/primitives/data-structs/src/lib.rs
+++ b/primitives/data-structs/src/lib.rs
@@ -826,13 +826,23 @@
/// Extended data for create ReFungible item.
#[derive(Encode, Decode, MaxEncodedLen, PartialEq, Clone, TypeInfo, Derivative)]
#[derivative(Debug(bound = "CrossAccountId: fmt::Debug + Ord"))]
-pub struct CreateRefungibleExData<CrossAccountId> {
+pub struct CreateRefungibleExMultipleOwners<CrossAccountId> {
#[derivative(Debug(format_with = "bounded::map_debug"))]
pub users: BoundedBTreeMap<CrossAccountId, u128, ConstU32<MAX_ITEMS_PER_BATCH>>,
#[derivative(Debug(format_with = "bounded::vec_debug"))]
pub properties: CollectionPropertiesVec,
}
+/// Extended data for create ReFungible item.
+#[derive(Encode, Decode, MaxEncodedLen, PartialEq, Clone, TypeInfo, Derivative)]
+#[derivative(Debug(bound = "CrossAccountId: fmt::Debug"))]
+pub struct CreateRefungibleExSingleOwner<CrossAccountId> {
+ pub user: CrossAccountId,
+ pub pieces: u128,
+ #[derivative(Debug(format_with = "bounded::vec_debug"))]
+ pub properties: CollectionPropertiesVec,
+}
+
/// Unified extended data for creating item.
#[derive(Encode, Decode, MaxEncodedLen, PartialEq, Clone, TypeInfo, Derivative)]
#[derivative(Debug(bound = "CrossAccountId: fmt::Debug + Ord"))]
@@ -853,12 +863,12 @@
/// many tokens, each may have only one owner
RefungibleMultipleItems(
#[derivative(Debug(format_with = "bounded::vec_debug"))]
- BoundedVec<CreateRefungibleExData<CrossAccountId>, ConstU32<MAX_ITEMS_PER_BATCH>>,
+ BoundedVec<CreateRefungibleExSingleOwner<CrossAccountId>, ConstU32<MAX_ITEMS_PER_BATCH>>,
),
/// Extended data for create ReFungible item in case of
/// single token, which may have many owners
- RefungibleMultipleOwners(CreateRefungibleExData<CrossAccountId>),
+ RefungibleMultipleOwners(CreateRefungibleExMultipleOwners<CrossAccountId>),
}
impl From<CreateNftData> for CreateItemData {
primitives/rmrk-traits/Cargo.tomldiffbeforeafterboth--- a/primitives/rmrk-traits/Cargo.toml
+++ b/primitives/rmrk-traits/Cargo.toml
@@ -6,7 +6,7 @@
license = 'GPLv3'
homepage = "https://unique.network"
repository = 'https://github.com/UniqueNetwork/unique-chain'
-version = '0.1.0'
+version = "0.1.0"
[dependencies]
scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
primitives/rpc/Cargo.tomldiffbeforeafterboth--- a/primitives/rpc/Cargo.toml
+++ b/primitives/rpc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "up-rpc"
-version = "0.1.1"
+version = "0.1.2"
license = "GPLv3"
edition = "2021"
tests/src/createMultipleItemsEx.test.tsdiffbeforeafterboth--- a/tests/src/createMultipleItemsEx.test.ts
+++ b/tests/src/createMultipleItemsEx.test.ts
@@ -16,9 +16,9 @@
import {expect} from 'chai';
import usingApi, {executeTransaction} from './substrate/substrate-api';
-import {addCollectionAdminExpectSuccess, createCollectionExpectSuccess, createCollectionWithPropsExpectSuccess, getBalance, getLastTokenId} from './util/helpers';
+import {addCollectionAdminExpectSuccess, createCollectionExpectSuccess, createCollectionWithPropsExpectSuccess, getBalance, getLastTokenId, getTokenProperties} from './util/helpers';
-describe('Integration Test: createMultipleItemsEx', () => {
+describe.only('Integration Test: createMultipleItemsEx', () => {
it('can initialize multiple NFT with different owners', async () => {
const collection = await createCollectionExpectSuccess({mode: {type: 'NFT'}});
await usingApi(async (api, privateKeyWrapper) => {
@@ -134,12 +134,11 @@
const alice = privateKeyWrapper('//Alice');
const bob = privateKeyWrapper('//Bob');
- const users = new Map();
- users.set(JSON.stringify({Substrate: alice.address}), 50);
- users.set(JSON.stringify({Substrate: bob.address}), 100);
-
await executeTransaction(api, alice, api.tx.unique.createMultipleItemsEx(collection, {
- Fungible: users,
+ Fungible: new Map([
+ [JSON.stringify({Substrate: alice.address}), 50],
+ [JSON.stringify({Substrate: bob.address}), 100],
+ ]),
}));
expect(await getBalance(api, collection, alice.address, 0)).to.equal(50n);
@@ -148,52 +147,71 @@
});
it('can initialize an RFT with multiple owners', async () => {
- const collection = await createCollectionExpectSuccess({mode: {type: 'ReFungible'}});
await usingApi(async (api, privateKeyWrapper) => {
const alice = privateKeyWrapper('//Alice');
const bob = privateKeyWrapper('//Bob');
-
- const users = new Map();
- users.set(JSON.stringify({Substrate: alice.address}), 1);
- users.set(JSON.stringify({Substrate: bob.address}), 2);
+ const collection = await createCollectionExpectSuccess({mode: {type: 'ReFungible'}});
+ await executeTransaction(
+ api,
+ alice,
+ api.tx.unique.setTokenPropertyPermissions(collection, [{key: 'data', permission: {tokenOwner: true}}]),
+ );
await executeTransaction(api, alice, api.tx.unique.createMultipleItemsEx(collection, {
RefungibleMultipleOwners: {
- users: users,
+ users: new Map([
+ [JSON.stringify({Substrate: alice.address}), 1],
+ [JSON.stringify({Substrate: bob.address}), 2],
+ ]),
+ properties: [
+ {key: 'data', value: 'testValue'},
+ ],
},
}));
-
+
const itemsListIndexAfter = await getLastTokenId(api, collection);
expect(itemsListIndexAfter).to.be.equal(1);
expect(await getBalance(api, collection, alice.address, 1)).to.be.equal(1n);
expect(await getBalance(api, collection, bob.address, 1)).to.be.equal(2n);
+ expect((await getTokenProperties(api, collection, 1, ['data']))[0].value).to.be.equal('testValue');
});
});
it('can initialize multiple RFTs with the same owner', async () => {
- const collection = await createCollectionExpectSuccess({mode: {type: 'ReFungible'}});
await usingApi(async (api, privateKeyWrapper) => {
const alice = privateKeyWrapper('//Alice');
-
- const item1User = new Map();
- item1User.set(JSON.stringify({Substrate: alice.address}), 1);
-
- const item2User = new Map();
- item2User.set(JSON.stringify({Substrate: alice.address}), 3);
+ const collection = await createCollectionExpectSuccess({mode: {type: 'ReFungible'}});
+ await executeTransaction(
+ api,
+ alice,
+ api.tx.unique.setTokenPropertyPermissions(collection, [{key: 'data', permission: {tokenOwner: true}}]),
+ );
await executeTransaction(api, alice, api.tx.unique.createMultipleItemsEx(collection, {
RefungibleMultipleItems: [
- {users: item1User},
- {users: item2User},
+ {
+ user: {Substrate: alice.address}, pieces: 1,
+ properties: [
+ {key: 'data', value: 'testValue1'},
+ ],
+ },
+ {
+ user: {Substrate: alice.address}, pieces: 3,
+ properties: [
+ {key: 'data', value: 'testValue2'},
+ ],
+ },
],
}));
-
+
const itemsListIndexAfter = await getLastTokenId(api, collection);
expect(itemsListIndexAfter).to.be.equal(2);
expect(await getBalance(api, collection, alice.address, 1)).to.be.equal(1n);
expect(await getBalance(api, collection, alice.address, 2)).to.be.equal(3n);
+ expect((await getTokenProperties(api, collection, 1, ['data']))[0].value).to.be.equal('testValue1');
+ expect((await getTokenProperties(api, collection, 2, ['data']))[0].value).to.be.equal('testValue2');
});
});
});
@@ -373,7 +391,7 @@
it('fails when trying to set multiple owners when creating multiple refungibles', async () => {
const collection = await createCollectionExpectSuccess({mode: {type: 'ReFungible'}});
-
+
await usingApi(async (api, privateKeyWrapper) => {
const alice = privateKeyWrapper('//Alice');
const bob = privateKeyWrapper('//Bob');
tests/src/interfaces/augment-types.tsdiffbeforeafterboth1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletFungibleError, PalletInflationCall, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTimestampCall, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerCall, PalletUniqueSchedulerError, PalletUniqueSchedulerEvent, PalletUniqueSchedulerScheduledV3, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExData, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipState, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './default';5import type { Data, StorageKey } from '@polkadot/types';6import type { BitVec, Bool, Bytes, I128, I16, I256, I32, I64, I8, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';7import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';8import type { BlockAttestations, IncludedBlocks, MoreAttestations } from '@polkadot/types/interfaces/attestations';9import type { RawAuraPreDigest } from '@polkadot/types/interfaces/aura';10import type { ExtrinsicOrHash, ExtrinsicStatus } from '@polkadot/types/interfaces/author';11import type { UncleEntryItem } from '@polkadot/types/interfaces/authorship';12import type { AllowedSlots, BabeAuthorityWeight, BabeBlockWeight, BabeEpochConfiguration, BabeEquivocationProof, BabeWeight, EpochAuthorship, MaybeRandomness, MaybeVrf, NextConfigDescriptor, NextConfigDescriptorV1, Randomness, RawBabePreDigest, RawBabePreDigestCompat, RawBabePreDigestPrimary, RawBabePreDigestPrimaryTo159, RawBabePreDigestSecondaryPlain, RawBabePreDigestSecondaryTo159, RawBabePreDigestSecondaryVRF, RawBabePreDigestTo159, SlotNumber, VrfData, VrfOutput, VrfProof } from '@polkadot/types/interfaces/babe';13import type { AccountData, BalanceLock, BalanceLockTo212, BalanceStatus, Reasons, ReserveData, ReserveIdentifier, VestingSchedule, WithdrawReasons } from '@polkadot/types/interfaces/balances';14import type { BeefyCommitment, BeefyId, BeefyNextAuthoritySet, BeefyPayload, BeefySignedCommitment, MmrRootHash, ValidatorSetId } from '@polkadot/types/interfaces/beefy';15import type { BridgeMessageId, BridgedBlockHash, BridgedBlockNumber, BridgedHeader, CallOrigin, ChainId, DeliveredMessages, DispatchFeePayment, InboundLaneData, InboundRelayer, InitializationData, LaneId, MessageData, MessageKey, MessageNonce, MessagesDeliveryProofOf, MessagesProofOf, OperatingMode, OutboundLaneData, OutboundMessageFee, OutboundPayload, Parameter, RelayerId, UnrewardedRelayer, UnrewardedRelayersState } from '@polkadot/types/interfaces/bridges';16import type { BlockHash } from '@polkadot/types/interfaces/chain';17import type { PrefixedStorageKey } from '@polkadot/types/interfaces/childstate';18import type { StatementKind } from '@polkadot/types/interfaces/claims';19import type { CollectiveOrigin, MemberCount, ProposalIndex, Votes, VotesTo230 } from '@polkadot/types/interfaces/collective';20import type { AuthorityId, RawVRFOutput } from '@polkadot/types/interfaces/consensus';21import type { AliveContractInfo, CodeHash, CodeSource, CodeUploadRequest, CodeUploadResult, CodeUploadResultValue, ContractCallFlags, ContractCallRequest, ContractExecResult, ContractExecResultOk, ContractExecResultResult, ContractExecResultSuccessTo255, ContractExecResultSuccessTo260, ContractExecResultTo255, ContractExecResultTo260, ContractExecResultTo267, ContractInfo, ContractInstantiateResult, ContractInstantiateResultTo267, ContractInstantiateResultTo299, ContractReturnFlags, ContractStorageKey, DeletedContract, ExecReturnValue, Gas, HostFnWeights, HostFnWeightsTo264, InstantiateRequest, InstantiateRequestV1, InstantiateRequestV2, InstantiateReturnValue, InstantiateReturnValueOk, InstantiateReturnValueTo267, InstructionWeights, Limits, LimitsTo264, PrefabWasmModule, RentProjection, Schedule, ScheduleTo212, ScheduleTo258, ScheduleTo264, SeedOf, StorageDeposit, TombstoneContractInfo, TrieId } from '@polkadot/types/interfaces/contracts';22import type { ContractConstructorSpecLatest, ContractConstructorSpecV0, ContractConstructorSpecV1, ContractConstructorSpecV2, ContractConstructorSpecV3, ContractContractSpecV0, ContractContractSpecV1, ContractContractSpecV2, ContractContractSpecV3, ContractCryptoHasher, ContractDiscriminant, ContractDisplayName, ContractEventParamSpecLatest, ContractEventParamSpecV0, ContractEventParamSpecV2, ContractEventSpecLatest, ContractEventSpecV0, ContractEventSpecV1, ContractEventSpecV2, ContractLayoutArray, ContractLayoutCell, ContractLayoutEnum, ContractLayoutHash, ContractLayoutHashingStrategy, ContractLayoutKey, ContractLayoutStruct, ContractLayoutStructField, ContractMessageParamSpecLatest, ContractMessageParamSpecV0, ContractMessageParamSpecV2, ContractMessageSpecLatest, ContractMessageSpecV0, ContractMessageSpecV1, ContractMessageSpecV2, ContractMetadata, ContractMetadataLatest, ContractMetadataV0, ContractMetadataV1, ContractMetadataV2, ContractMetadataV3, ContractProject, ContractProjectContract, ContractProjectInfo, ContractProjectSource, ContractProjectV0, ContractSelector, ContractStorageLayout, ContractTypeSpec } from '@polkadot/types/interfaces/contractsAbi';23import type { FundIndex, FundInfo, LastContribution, TrieIndex } from '@polkadot/types/interfaces/crowdloan';24import type { ConfigData, MessageId, OverweightIndex, PageCounter, PageIndexData } from '@polkadot/types/interfaces/cumulus';25import type { AccountVote, AccountVoteSplit, AccountVoteStandard, Conviction, Delegations, PreimageStatus, PreimageStatusAvailable, PriorLock, PropIndex, Proposal, ProxyState, ReferendumIndex, ReferendumInfo, ReferendumInfoFinished, ReferendumInfoTo239, ReferendumStatus, Tally, Voting, VotingDelegating, VotingDirect, VotingDirectVote } from '@polkadot/types/interfaces/democracy';26import type { BlockStats } from '@polkadot/types/interfaces/dev';27import type { ApprovalFlag, DefunctVoter, Renouncing, SetIndex, Vote, VoteIndex, VoteThreshold, VoterInfo } from '@polkadot/types/interfaces/elections';28import type { CreatedBlock, ImportedAux } from '@polkadot/types/interfaces/engine';29import type { BlockV0, BlockV1, BlockV2, EIP1559Transaction, EIP2930Transaction, EthAccessList, EthAccessListItem, EthAccount, EthAddress, EthBlock, EthBloom, EthCallRequest, EthFilter, EthFilterAddress, EthFilterChanges, EthFilterTopic, EthFilterTopicEntry, EthFilterTopicInner, EthHeader, EthLog, EthReceipt, EthRichBlock, EthRichHeader, EthStorageProof, EthSubKind, EthSubParams, EthSubResult, EthSyncInfo, EthSyncStatus, EthTransaction, EthTransactionAction, EthTransactionCondition, EthTransactionRequest, EthTransactionSignature, EthTransactionStatus, EthWork, EthereumAccountId, EthereumAddress, EthereumLookupSource, EthereumSignature, LegacyTransaction, TransactionV0, TransactionV1, TransactionV2 } from '@polkadot/types/interfaces/eth';30import type { EvmAccount, EvmLog, EvmVicinity, ExitError, ExitFatal, ExitReason, ExitRevert, ExitSucceed } from '@polkadot/types/interfaces/evm';31import type { AnySignature, EcdsaSignature, Ed25519Signature, Era, Extrinsic, ExtrinsicEra, ExtrinsicPayload, ExtrinsicPayloadUnknown, ExtrinsicPayloadV4, ExtrinsicSignature, ExtrinsicSignatureV4, ExtrinsicUnknown, ExtrinsicV4, ImmortalEra, MortalEra, MultiSignature, Signature, SignerPayload, Sr25519Signature } from '@polkadot/types/interfaces/extrinsics';32import type { AssetOptions, Owner, PermissionLatest, PermissionVersions, PermissionsV1 } from '@polkadot/types/interfaces/genericAsset';33import type { ActiveGilt, ActiveGiltsTotal, ActiveIndex, GiltBid } from '@polkadot/types/interfaces/gilt';34import type { AuthorityIndex, AuthorityList, AuthoritySet, AuthoritySetChange, AuthoritySetChanges, AuthorityWeight, DelayKind, DelayKindBest, EncodedFinalityProofs, ForkTreePendingChange, ForkTreePendingChangeNode, GrandpaCommit, GrandpaEquivocation, GrandpaEquivocationProof, GrandpaEquivocationValue, GrandpaJustification, GrandpaPrecommit, GrandpaPrevote, GrandpaSignedPrecommit, JustificationNotification, KeyOwnerProof, NextAuthority, PendingChange, PendingPause, PendingResume, Precommits, Prevotes, ReportedRoundStates, RoundState, SetId, StoredPendingChange, StoredState } from '@polkadot/types/interfaces/grandpa';35import type { IdentityFields, IdentityInfo, IdentityInfoAdditional, IdentityInfoTo198, IdentityJudgement, RegistrarIndex, RegistrarInfo, Registration, RegistrationJudgement, RegistrationTo198 } from '@polkadot/types/interfaces/identity';36import type { AuthIndex, AuthoritySignature, Heartbeat, HeartbeatTo244, OpaqueMultiaddr, OpaqueNetworkState, OpaquePeerId } from '@polkadot/types/interfaces/imOnline';37import type { CallIndex, LotteryConfig } from '@polkadot/types/interfaces/lottery';38import type { ErrorMetadataLatest, ErrorMetadataV10, ErrorMetadataV11, ErrorMetadataV12, ErrorMetadataV13, ErrorMetadataV14, ErrorMetadataV9, EventMetadataLatest, EventMetadataV10, EventMetadataV11, EventMetadataV12, EventMetadataV13, EventMetadataV14, EventMetadataV9, ExtrinsicMetadataLatest, ExtrinsicMetadataV11, ExtrinsicMetadataV12, ExtrinsicMetadataV13, ExtrinsicMetadataV14, FunctionArgumentMetadataLatest, FunctionArgumentMetadataV10, FunctionArgumentMetadataV11, FunctionArgumentMetadataV12, FunctionArgumentMetadataV13, FunctionArgumentMetadataV14, FunctionArgumentMetadataV9, FunctionMetadataLatest, FunctionMetadataV10, FunctionMetadataV11, FunctionMetadataV12, FunctionMetadataV13, FunctionMetadataV14, FunctionMetadataV9, MetadataAll, MetadataLatest, MetadataV10, MetadataV11, MetadataV12, MetadataV13, MetadataV14, MetadataV9, ModuleConstantMetadataV10, ModuleConstantMetadataV11, ModuleConstantMetadataV12, ModuleConstantMetadataV13, ModuleConstantMetadataV9, ModuleMetadataV10, ModuleMetadataV11, ModuleMetadataV12, ModuleMetadataV13, ModuleMetadataV9, PalletCallMetadataLatest, PalletCallMetadataV14, PalletConstantMetadataLatest, PalletConstantMetadataV14, PalletErrorMetadataLatest, PalletErrorMetadataV14, PalletEventMetadataLatest, PalletEventMetadataV14, PalletMetadataLatest, PalletMetadataV14, PalletStorageMetadataLatest, PalletStorageMetadataV14, PortableType, PortableTypeV14, SignedExtensionMetadataLatest, SignedExtensionMetadataV14, StorageEntryMetadataLatest, StorageEntryMetadataV10, StorageEntryMetadataV11, StorageEntryMetadataV12, StorageEntryMetadataV13, StorageEntryMetadataV14, StorageEntryMetadataV9, StorageEntryModifierLatest, StorageEntryModifierV10, StorageEntryModifierV11, StorageEntryModifierV12, StorageEntryModifierV13, StorageEntryModifierV14, StorageEntryModifierV9, StorageEntryTypeLatest, StorageEntryTypeV10, StorageEntryTypeV11, StorageEntryTypeV12, StorageEntryTypeV13, StorageEntryTypeV14, StorageEntryTypeV9, StorageHasher, StorageHasherV10, StorageHasherV11, StorageHasherV12, StorageHasherV13, StorageHasherV14, StorageHasherV9, StorageMetadataV10, StorageMetadataV11, StorageMetadataV12, StorageMetadataV13, StorageMetadataV9 } from '@polkadot/types/interfaces/metadata';39import type { MmrLeafBatchProof, MmrLeafProof } from '@polkadot/types/interfaces/mmr';40import type { StorageKind } from '@polkadot/types/interfaces/offchain';41import type { DeferredOffenceOf, Kind, OffenceDetails, Offender, OpaqueTimeSlot, ReportIdOf, Reporter } from '@polkadot/types/interfaces/offences';42import type { AbridgedCandidateReceipt, AbridgedHostConfiguration, AbridgedHrmpChannel, AssignmentId, AssignmentKind, AttestedCandidate, AuctionIndex, AuthorityDiscoveryId, AvailabilityBitfield, AvailabilityBitfieldRecord, BackedCandidate, Bidder, BufferedSessionChange, CandidateCommitments, CandidateDescriptor, CandidateHash, CandidateInfo, CandidatePendingAvailability, CandidateReceipt, CollatorId, CollatorSignature, CommittedCandidateReceipt, CoreAssignment, CoreIndex, CoreOccupied, DisputeLocation, DisputeResult, DisputeState, DisputeStatement, DisputeStatementSet, DoubleVoteReport, DownwardMessage, ExplicitDisputeStatement, GlobalValidationData, GlobalValidationSchedule, GroupIndex, HeadData, HostConfiguration, HrmpChannel, HrmpChannelId, HrmpOpenChannelRequest, InboundDownwardMessage, InboundHrmpMessage, InboundHrmpMessages, IncomingParachain, IncomingParachainDeploy, IncomingParachainFixed, InvalidDisputeStatementKind, LeasePeriod, LeasePeriodOf, LocalValidationData, MessageIngestionType, MessageQueueChain, MessagingStateSnapshot, MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, OutboundHrmpMessage, ParaGenesisArgs, ParaId, ParaInfo, ParaLifecycle, ParaPastCodeMeta, ParaScheduling, ParaValidatorIndex, ParachainDispatchOrigin, ParachainInherentData, ParachainProposal, ParachainsInherentData, ParathreadClaim, ParathreadClaimQueue, ParathreadEntry, PersistedValidationData, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, RelayChainBlockNumber, RelayChainHash, RelayHash, Remark, ReplacementTimes, Retriable, Scheduling, ServiceQuality, SessionInfo, SessionInfoValidatorGroup, SignedAvailabilityBitfield, SignedAvailabilityBitfields, SigningContext, SlotRange, SlotRange10, Statement, SubId, SystemInherentData, TransientValidationData, UpgradeGoAhead, UpgradeRestriction, UpwardMessage, ValidDisputeStatementKind, ValidationCode, ValidationCodeHash, ValidationData, ValidationDataType, ValidationFunctionParams, ValidatorSignature, ValidityAttestation, VecInboundHrmpMessage, WinnersData, WinnersData10, WinnersDataTuple, WinnersDataTuple10, WinningData, WinningData10, WinningDataEntry } from '@polkadot/types/interfaces/parachains';43import type { FeeDetails, InclusionFee, RuntimeDispatchInfo } from '@polkadot/types/interfaces/payment';44import type { Approvals } from '@polkadot/types/interfaces/poll';45import type { ProxyAnnouncement, ProxyDefinition, ProxyType } from '@polkadot/types/interfaces/proxy';46import type { AccountStatus, AccountValidity } from '@polkadot/types/interfaces/purchase';47import type { ActiveRecovery, RecoveryConfig } from '@polkadot/types/interfaces/recovery';48import type { RpcMethods } from '@polkadot/types/interfaces/rpc';49import type { AccountId, AccountId20, AccountId32, AccountIdOf, AccountIndex, Address, AssetId, Balance, BalanceOf, Block, BlockNumber, BlockNumberFor, BlockNumberOf, Call, CallHash, CallHashOf, ChangesTrieConfiguration, ChangesTrieSignal, CodecHash, Consensus, ConsensusEngineId, CrateVersion, Digest, DigestItem, EncodedJustification, ExtrinsicsWeight, Fixed128, Fixed64, FixedI128, FixedI64, FixedU128, FixedU64, H1024, H128, H160, H2048, H256, H32, H512, H64, Hash, Header, HeaderPartial, I32F32, Index, IndicesLookupSource, Justification, Justifications, KeyTypeId, KeyValue, LockIdentifier, LookupSource, LookupTarget, ModuleId, Moment, MultiAddress, MultiSigner, OpaqueCall, Origin, OriginCaller, PalletId, PalletVersion, PalletsOrigin, Pays, PerU16, Perbill, Percent, Permill, Perquintill, Phantom, PhantomData, PreRuntime, Releases, RuntimeDbWeight, Seal, SealV0, SignedBlock, SignedBlockWithJustification, SignedBlockWithJustifications, Slot, StorageData, StorageProof, TransactionInfo, TransactionPriority, TransactionStorageProof, U32F32, ValidatorId, ValidatorIdOf, Weight, WeightMultiplier } from '@polkadot/types/interfaces/runtime';50import type { Si0Field, Si0LookupTypeId, Si0Path, Si0Type, Si0TypeDef, Si0TypeDefArray, Si0TypeDefBitSequence, Si0TypeDefCompact, Si0TypeDefComposite, Si0TypeDefPhantom, Si0TypeDefPrimitive, Si0TypeDefSequence, Si0TypeDefTuple, Si0TypeDefVariant, Si0TypeParameter, Si0Variant, Si1Field, Si1LookupTypeId, Si1Path, Si1Type, Si1TypeDef, Si1TypeDefArray, Si1TypeDefBitSequence, Si1TypeDefCompact, Si1TypeDefComposite, Si1TypeDefPrimitive, Si1TypeDefSequence, Si1TypeDefTuple, Si1TypeDefVariant, Si1TypeParameter, Si1Variant, SiField, SiLookupTypeId, SiPath, SiType, SiTypeDef, SiTypeDefArray, SiTypeDefBitSequence, SiTypeDefCompact, SiTypeDefComposite, SiTypeDefPrimitive, SiTypeDefSequence, SiTypeDefTuple, SiTypeDefVariant, SiTypeParameter, SiVariant } from '@polkadot/types/interfaces/scaleInfo';51import type { Period, Priority, SchedulePeriod, SchedulePriority, Scheduled, ScheduledTo254, TaskAddress } from '@polkadot/types/interfaces/scheduler';52import type { BeefyKey, FullIdentification, IdentificationTuple, Keys, MembershipProof, SessionIndex, SessionKeys1, SessionKeys10, SessionKeys10B, SessionKeys2, SessionKeys3, SessionKeys4, SessionKeys5, SessionKeys6, SessionKeys6B, SessionKeys7, SessionKeys7B, SessionKeys8, SessionKeys8B, SessionKeys9, SessionKeys9B, ValidatorCount } from '@polkadot/types/interfaces/session';53import type { Bid, BidKind, SocietyJudgement, SocietyVote, StrikeCount, VouchingStatus } from '@polkadot/types/interfaces/society';54import type { ActiveEraInfo, CompactAssignments, CompactAssignmentsTo257, CompactAssignmentsTo265, CompactAssignmentsWith16, CompactAssignmentsWith24, CompactScore, CompactScoreCompact, ElectionCompute, ElectionPhase, ElectionResult, ElectionScore, ElectionSize, ElectionStatus, EraIndex, EraPoints, EraRewardPoints, EraRewards, Exposure, ExtendedBalance, Forcing, IndividualExposure, KeyType, MomentOf, Nominations, NominatorIndex, NominatorIndexCompact, OffchainAccuracy, OffchainAccuracyCompact, PhragmenScore, Points, RawSolution, RawSolutionTo265, RawSolutionWith16, RawSolutionWith24, ReadySolution, RewardDestination, RewardPoint, RoundSnapshot, SeatHolder, SignedSubmission, SignedSubmissionOf, SignedSubmissionTo276, SlashJournalEntry, SlashingSpans, SlashingSpansTo204, SolutionOrSnapshotSize, SolutionSupport, SolutionSupports, SpanIndex, SpanRecord, StakingLedger, StakingLedgerTo223, StakingLedgerTo240, SubmissionIndicesOf, Supports, UnappliedSlash, UnappliedSlashOther, UnlockChunk, ValidatorIndex, ValidatorIndexCompact, ValidatorPrefs, ValidatorPrefsTo145, ValidatorPrefsTo196, ValidatorPrefsWithBlocked, ValidatorPrefsWithCommission, VoteWeight, Voter } from '@polkadot/types/interfaces/staking';55import type { ApiId, BlockTrace, BlockTraceEvent, BlockTraceEventData, BlockTraceSpan, KeyValueOption, MigrationStatusResult, ReadProof, RuntimeVersion, RuntimeVersionApi, RuntimeVersionPartial, SpecVersion, StorageChangeSet, TraceBlockResponse, TraceError } from '@polkadot/types/interfaces/state';56import type { WeightToFeeCoefficient } from '@polkadot/types/interfaces/support';57import type { AccountInfo, AccountInfoWithDualRefCount, AccountInfoWithProviders, AccountInfoWithRefCount, AccountInfoWithRefCountU8, AccountInfoWithTripleRefCount, ApplyExtrinsicResult, ArithmeticError, BlockLength, BlockWeights, ChainProperties, ChainType, ConsumedWeight, DigestOf, DispatchClass, DispatchError, DispatchErrorModule, DispatchErrorModuleU8, DispatchErrorModuleU8a, DispatchErrorTo198, DispatchInfo, DispatchInfoTo190, DispatchInfoTo244, DispatchOutcome, DispatchResult, DispatchResultOf, DispatchResultTo198, Event, EventId, EventIndex, EventRecord, Health, InvalidTransaction, Key, LastRuntimeUpgradeInfo, NetworkState, NetworkStatePeerset, NetworkStatePeersetInfo, NodeRole, NotConnectedPeer, Peer, PeerEndpoint, PeerEndpointAddr, PeerInfo, PeerPing, PerDispatchClassU32, PerDispatchClassWeight, PerDispatchClassWeightsPerClass, Phase, RawOrigin, RefCount, RefCountTo259, SyncState, SystemOrigin, TokenError, TransactionValidityError, TransactionalError, UnknownTransaction, WeightPerClass } from '@polkadot/types/interfaces/system';58import type { Bounty, BountyIndex, BountyStatus, BountyStatusActive, BountyStatusCuratorProposed, BountyStatusPendingPayout, OpenTip, OpenTipFinderTo225, OpenTipTip, OpenTipTo225, TreasuryProposal } from '@polkadot/types/interfaces/treasury';59import type { Multiplier } from '@polkadot/types/interfaces/txpayment';60import type { ClassDetails, ClassId, ClassMetadata, DepositBalance, DepositBalanceOf, DestroyWitness, InstanceDetails, InstanceId, InstanceMetadata } from '@polkadot/types/interfaces/uniques';61import type { Multisig, Timepoint } from '@polkadot/types/interfaces/utility';62import type { VestingInfo } from '@polkadot/types/interfaces/vesting';63import type { AssetInstance, AssetInstanceV0, AssetInstanceV1, AssetInstanceV2, BodyId, BodyPart, DoubleEncodedCall, Fungibility, FungibilityV0, FungibilityV1, FungibilityV2, InboundStatus, InstructionV2, InteriorMultiLocation, Junction, JunctionV0, JunctionV1, JunctionV2, Junctions, JunctionsV1, JunctionsV2, MultiAsset, MultiAssetFilter, MultiAssetFilterV1, MultiAssetFilterV2, MultiAssetV0, MultiAssetV1, MultiAssetV2, MultiAssets, MultiAssetsV1, MultiAssetsV2, MultiLocation, MultiLocationV0, MultiLocationV1, MultiLocationV2, NetworkId, OriginKindV0, OriginKindV1, OriginKindV2, OutboundStatus, Outcome, QueryId, QueryStatus, QueueConfigData, Response, ResponseV0, ResponseV1, ResponseV2, ResponseV2Error, ResponseV2Result, VersionMigrationStage, VersionedMultiAsset, VersionedMultiAssets, VersionedMultiLocation, VersionedResponse, VersionedXcm, WeightLimitV2, WildFungibility, WildFungibilityV0, WildFungibilityV1, WildFungibilityV2, WildMultiAsset, WildMultiAssetV1, WildMultiAssetV2, Xcm, XcmAssetId, XcmError, XcmErrorV0, XcmErrorV1, XcmErrorV2, XcmOrder, XcmOrderV0, XcmOrderV1, XcmOrderV2, XcmOrigin, XcmOriginKind, XcmV0, XcmV1, XcmV2, XcmVersion, XcmpMessageFormat } from '@polkadot/types/interfaces/xcm';6465declare module '@polkadot/types/types/registry' {66 export interface InterfaceTypes {67 AbridgedCandidateReceipt: AbridgedCandidateReceipt;68 AbridgedHostConfiguration: AbridgedHostConfiguration;69 AbridgedHrmpChannel: AbridgedHrmpChannel;70 AccountData: AccountData;71 AccountId: AccountId;72 AccountId20: AccountId20;73 AccountId32: AccountId32;74 AccountIdOf: AccountIdOf;75 AccountIndex: AccountIndex;76 AccountInfo: AccountInfo;77 AccountInfoWithDualRefCount: AccountInfoWithDualRefCount;78 AccountInfoWithProviders: AccountInfoWithProviders;79 AccountInfoWithRefCount: AccountInfoWithRefCount;80 AccountInfoWithRefCountU8: AccountInfoWithRefCountU8;81 AccountInfoWithTripleRefCount: AccountInfoWithTripleRefCount;82 AccountStatus: AccountStatus;83 AccountValidity: AccountValidity;84 AccountVote: AccountVote;85 AccountVoteSplit: AccountVoteSplit;86 AccountVoteStandard: AccountVoteStandard;87 ActiveEraInfo: ActiveEraInfo;88 ActiveGilt: ActiveGilt;89 ActiveGiltsTotal: ActiveGiltsTotal;90 ActiveIndex: ActiveIndex;91 ActiveRecovery: ActiveRecovery;92 Address: Address;93 AliveContractInfo: AliveContractInfo;94 AllowedSlots: AllowedSlots;95 AnySignature: AnySignature;96 ApiId: ApiId;97 ApplyExtrinsicResult: ApplyExtrinsicResult;98 ApprovalFlag: ApprovalFlag;99 Approvals: Approvals;100 ArithmeticError: ArithmeticError;101 AssetApproval: AssetApproval;102 AssetApprovalKey: AssetApprovalKey;103 AssetBalance: AssetBalance;104 AssetDestroyWitness: AssetDestroyWitness;105 AssetDetails: AssetDetails;106 AssetId: AssetId;107 AssetInstance: AssetInstance;108 AssetInstanceV0: AssetInstanceV0;109 AssetInstanceV1: AssetInstanceV1;110 AssetInstanceV2: AssetInstanceV2;111 AssetMetadata: AssetMetadata;112 AssetOptions: AssetOptions;113 AssignmentId: AssignmentId;114 AssignmentKind: AssignmentKind;115 AttestedCandidate: AttestedCandidate;116 AuctionIndex: AuctionIndex;117 AuthIndex: AuthIndex;118 AuthorityDiscoveryId: AuthorityDiscoveryId;119 AuthorityId: AuthorityId;120 AuthorityIndex: AuthorityIndex;121 AuthorityList: AuthorityList;122 AuthoritySet: AuthoritySet;123 AuthoritySetChange: AuthoritySetChange;124 AuthoritySetChanges: AuthoritySetChanges;125 AuthoritySignature: AuthoritySignature;126 AuthorityWeight: AuthorityWeight;127 AvailabilityBitfield: AvailabilityBitfield;128 AvailabilityBitfieldRecord: AvailabilityBitfieldRecord;129 BabeAuthorityWeight: BabeAuthorityWeight;130 BabeBlockWeight: BabeBlockWeight;131 BabeEpochConfiguration: BabeEpochConfiguration;132 BabeEquivocationProof: BabeEquivocationProof;133 BabeWeight: BabeWeight;134 BackedCandidate: BackedCandidate;135 Balance: Balance;136 BalanceLock: BalanceLock;137 BalanceLockTo212: BalanceLockTo212;138 BalanceOf: BalanceOf;139 BalanceStatus: BalanceStatus;140 BeefyCommitment: BeefyCommitment;141 BeefyId: BeefyId;142 BeefyKey: BeefyKey;143 BeefyNextAuthoritySet: BeefyNextAuthoritySet;144 BeefyPayload: BeefyPayload;145 BeefySignedCommitment: BeefySignedCommitment;146 Bid: Bid;147 Bidder: Bidder;148 BidKind: BidKind;149 BitVec: BitVec;150 Block: Block;151 BlockAttestations: BlockAttestations;152 BlockHash: BlockHash;153 BlockLength: BlockLength;154 BlockNumber: BlockNumber;155 BlockNumberFor: BlockNumberFor;156 BlockNumberOf: BlockNumberOf;157 BlockStats: BlockStats;158 BlockTrace: BlockTrace;159 BlockTraceEvent: BlockTraceEvent;160 BlockTraceEventData: BlockTraceEventData;161 BlockTraceSpan: BlockTraceSpan;162 BlockV0: BlockV0;163 BlockV1: BlockV1;164 BlockV2: BlockV2;165 BlockWeights: BlockWeights;166 BodyId: BodyId;167 BodyPart: BodyPart;168 bool: bool;169 Bool: Bool;170 Bounty: Bounty;171 BountyIndex: BountyIndex;172 BountyStatus: BountyStatus;173 BountyStatusActive: BountyStatusActive;174 BountyStatusCuratorProposed: BountyStatusCuratorProposed;175 BountyStatusPendingPayout: BountyStatusPendingPayout;176 BridgedBlockHash: BridgedBlockHash;177 BridgedBlockNumber: BridgedBlockNumber;178 BridgedHeader: BridgedHeader;179 BridgeMessageId: BridgeMessageId;180 BufferedSessionChange: BufferedSessionChange;181 Bytes: Bytes;182 Call: Call;183 CallHash: CallHash;184 CallHashOf: CallHashOf;185 CallIndex: CallIndex;186 CallOrigin: CallOrigin;187 CandidateCommitments: CandidateCommitments;188 CandidateDescriptor: CandidateDescriptor;189 CandidateHash: CandidateHash;190 CandidateInfo: CandidateInfo;191 CandidatePendingAvailability: CandidatePendingAvailability;192 CandidateReceipt: CandidateReceipt;193 ChainId: ChainId;194 ChainProperties: ChainProperties;195 ChainType: ChainType;196 ChangesTrieConfiguration: ChangesTrieConfiguration;197 ChangesTrieSignal: ChangesTrieSignal;198 ClassDetails: ClassDetails;199 ClassId: ClassId;200 ClassMetadata: ClassMetadata;201 CodecHash: CodecHash;202 CodeHash: CodeHash;203 CodeSource: CodeSource;204 CodeUploadRequest: CodeUploadRequest;205 CodeUploadResult: CodeUploadResult;206 CodeUploadResultValue: CodeUploadResultValue;207 CollatorId: CollatorId;208 CollatorSignature: CollatorSignature;209 CollectiveOrigin: CollectiveOrigin;210 CommittedCandidateReceipt: CommittedCandidateReceipt;211 CompactAssignments: CompactAssignments;212 CompactAssignmentsTo257: CompactAssignmentsTo257;213 CompactAssignmentsTo265: CompactAssignmentsTo265;214 CompactAssignmentsWith16: CompactAssignmentsWith16;215 CompactAssignmentsWith24: CompactAssignmentsWith24;216 CompactScore: CompactScore;217 CompactScoreCompact: CompactScoreCompact;218 ConfigData: ConfigData;219 Consensus: Consensus;220 ConsensusEngineId: ConsensusEngineId;221 ConsumedWeight: ConsumedWeight;222 ContractCallFlags: ContractCallFlags;223 ContractCallRequest: ContractCallRequest;224 ContractConstructorSpecLatest: ContractConstructorSpecLatest;225 ContractConstructorSpecV0: ContractConstructorSpecV0;226 ContractConstructorSpecV1: ContractConstructorSpecV1;227 ContractConstructorSpecV2: ContractConstructorSpecV2;228 ContractConstructorSpecV3: ContractConstructorSpecV3;229 ContractContractSpecV0: ContractContractSpecV0;230 ContractContractSpecV1: ContractContractSpecV1;231 ContractContractSpecV2: ContractContractSpecV2;232 ContractContractSpecV3: ContractContractSpecV3;233 ContractCryptoHasher: ContractCryptoHasher;234 ContractDiscriminant: ContractDiscriminant;235 ContractDisplayName: ContractDisplayName;236 ContractEventParamSpecLatest: ContractEventParamSpecLatest;237 ContractEventParamSpecV0: ContractEventParamSpecV0;238 ContractEventParamSpecV2: ContractEventParamSpecV2;239 ContractEventSpecLatest: ContractEventSpecLatest;240 ContractEventSpecV0: ContractEventSpecV0;241 ContractEventSpecV1: ContractEventSpecV1;242 ContractEventSpecV2: ContractEventSpecV2;243 ContractExecResult: ContractExecResult;244 ContractExecResultOk: ContractExecResultOk;245 ContractExecResultResult: ContractExecResultResult;246 ContractExecResultSuccessTo255: ContractExecResultSuccessTo255;247 ContractExecResultSuccessTo260: ContractExecResultSuccessTo260;248 ContractExecResultTo255: ContractExecResultTo255;249 ContractExecResultTo260: ContractExecResultTo260;250 ContractExecResultTo267: ContractExecResultTo267;251 ContractInfo: ContractInfo;252 ContractInstantiateResult: ContractInstantiateResult;253 ContractInstantiateResultTo267: ContractInstantiateResultTo267;254 ContractInstantiateResultTo299: ContractInstantiateResultTo299;255 ContractLayoutArray: ContractLayoutArray;256 ContractLayoutCell: ContractLayoutCell;257 ContractLayoutEnum: ContractLayoutEnum;258 ContractLayoutHash: ContractLayoutHash;259 ContractLayoutHashingStrategy: ContractLayoutHashingStrategy;260 ContractLayoutKey: ContractLayoutKey;261 ContractLayoutStruct: ContractLayoutStruct;262 ContractLayoutStructField: ContractLayoutStructField;263 ContractMessageParamSpecLatest: ContractMessageParamSpecLatest;264 ContractMessageParamSpecV0: ContractMessageParamSpecV0;265 ContractMessageParamSpecV2: ContractMessageParamSpecV2;266 ContractMessageSpecLatest: ContractMessageSpecLatest;267 ContractMessageSpecV0: ContractMessageSpecV0;268 ContractMessageSpecV1: ContractMessageSpecV1;269 ContractMessageSpecV2: ContractMessageSpecV2;270 ContractMetadata: ContractMetadata;271 ContractMetadataLatest: ContractMetadataLatest;272 ContractMetadataV0: ContractMetadataV0;273 ContractMetadataV1: ContractMetadataV1;274 ContractMetadataV2: ContractMetadataV2;275 ContractMetadataV3: ContractMetadataV3;276 ContractProject: ContractProject;277 ContractProjectContract: ContractProjectContract;278 ContractProjectInfo: ContractProjectInfo;279 ContractProjectSource: ContractProjectSource;280 ContractProjectV0: ContractProjectV0;281 ContractReturnFlags: ContractReturnFlags;282 ContractSelector: ContractSelector;283 ContractStorageKey: ContractStorageKey;284 ContractStorageLayout: ContractStorageLayout;285 ContractTypeSpec: ContractTypeSpec;286 Conviction: Conviction;287 CoreAssignment: CoreAssignment;288 CoreIndex: CoreIndex;289 CoreOccupied: CoreOccupied;290 CrateVersion: CrateVersion;291 CreatedBlock: CreatedBlock;292 CumulusPalletDmpQueueCall: CumulusPalletDmpQueueCall;293 CumulusPalletDmpQueueConfigData: CumulusPalletDmpQueueConfigData;294 CumulusPalletDmpQueueError: CumulusPalletDmpQueueError;295 CumulusPalletDmpQueueEvent: CumulusPalletDmpQueueEvent;296 CumulusPalletDmpQueuePageIndexData: CumulusPalletDmpQueuePageIndexData;297 CumulusPalletParachainSystemCall: CumulusPalletParachainSystemCall;298 CumulusPalletParachainSystemError: CumulusPalletParachainSystemError;299 CumulusPalletParachainSystemEvent: CumulusPalletParachainSystemEvent;300 CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot;301 CumulusPalletXcmCall: CumulusPalletXcmCall;302 CumulusPalletXcmError: CumulusPalletXcmError;303 CumulusPalletXcmEvent: CumulusPalletXcmEvent;304 CumulusPalletXcmOrigin: CumulusPalletXcmOrigin;305 CumulusPalletXcmpQueueCall: CumulusPalletXcmpQueueCall;306 CumulusPalletXcmpQueueError: CumulusPalletXcmpQueueError;307 CumulusPalletXcmpQueueEvent: CumulusPalletXcmpQueueEvent;308 CumulusPalletXcmpQueueInboundChannelDetails: CumulusPalletXcmpQueueInboundChannelDetails;309 CumulusPalletXcmpQueueInboundState: CumulusPalletXcmpQueueInboundState;310 CumulusPalletXcmpQueueOutboundChannelDetails: CumulusPalletXcmpQueueOutboundChannelDetails;311 CumulusPalletXcmpQueueOutboundState: CumulusPalletXcmpQueueOutboundState;312 CumulusPalletXcmpQueueQueueConfigData: CumulusPalletXcmpQueueQueueConfigData;313 CumulusPrimitivesParachainInherentParachainInherentData: CumulusPrimitivesParachainInherentParachainInherentData;314 Data: Data;315 DeferredOffenceOf: DeferredOffenceOf;316 DefunctVoter: DefunctVoter;317 DelayKind: DelayKind;318 DelayKindBest: DelayKindBest;319 Delegations: Delegations;320 DeletedContract: DeletedContract;321 DeliveredMessages: DeliveredMessages;322 DepositBalance: DepositBalance;323 DepositBalanceOf: DepositBalanceOf;324 DestroyWitness: DestroyWitness;325 Digest: Digest;326 DigestItem: DigestItem;327 DigestOf: DigestOf;328 DispatchClass: DispatchClass;329 DispatchError: DispatchError;330 DispatchErrorModule: DispatchErrorModule;331 DispatchErrorModuleU8: DispatchErrorModuleU8;332 DispatchErrorModuleU8a: DispatchErrorModuleU8a;333 DispatchErrorTo198: DispatchErrorTo198;334 DispatchFeePayment: DispatchFeePayment;335 DispatchInfo: DispatchInfo;336 DispatchInfoTo190: DispatchInfoTo190;337 DispatchInfoTo244: DispatchInfoTo244;338 DispatchOutcome: DispatchOutcome;339 DispatchResult: DispatchResult;340 DispatchResultOf: DispatchResultOf;341 DispatchResultTo198: DispatchResultTo198;342 DisputeLocation: DisputeLocation;343 DisputeResult: DisputeResult;344 DisputeState: DisputeState;345 DisputeStatement: DisputeStatement;346 DisputeStatementSet: DisputeStatementSet;347 DoubleEncodedCall: DoubleEncodedCall;348 DoubleVoteReport: DoubleVoteReport;349 DownwardMessage: DownwardMessage;350 EcdsaSignature: EcdsaSignature;351 Ed25519Signature: Ed25519Signature;352 EIP1559Transaction: EIP1559Transaction;353 EIP2930Transaction: EIP2930Transaction;354 ElectionCompute: ElectionCompute;355 ElectionPhase: ElectionPhase;356 ElectionResult: ElectionResult;357 ElectionScore: ElectionScore;358 ElectionSize: ElectionSize;359 ElectionStatus: ElectionStatus;360 EncodedFinalityProofs: EncodedFinalityProofs;361 EncodedJustification: EncodedJustification;362 EpochAuthorship: EpochAuthorship;363 Era: Era;364 EraIndex: EraIndex;365 EraPoints: EraPoints;366 EraRewardPoints: EraRewardPoints;367 EraRewards: EraRewards;368 ErrorMetadataLatest: ErrorMetadataLatest;369 ErrorMetadataV10: ErrorMetadataV10;370 ErrorMetadataV11: ErrorMetadataV11;371 ErrorMetadataV12: ErrorMetadataV12;372 ErrorMetadataV13: ErrorMetadataV13;373 ErrorMetadataV14: ErrorMetadataV14;374 ErrorMetadataV9: ErrorMetadataV9;375 EthAccessList: EthAccessList;376 EthAccessListItem: EthAccessListItem;377 EthAccount: EthAccount;378 EthAddress: EthAddress;379 EthBlock: EthBlock;380 EthBloom: EthBloom;381 EthbloomBloom: EthbloomBloom;382 EthCallRequest: EthCallRequest;383 EthereumAccountId: EthereumAccountId;384 EthereumAddress: EthereumAddress;385 EthereumBlock: EthereumBlock;386 EthereumHeader: EthereumHeader;387 EthereumLog: EthereumLog;388 EthereumLookupSource: EthereumLookupSource;389 EthereumReceiptEip658ReceiptData: EthereumReceiptEip658ReceiptData;390 EthereumReceiptReceiptV3: EthereumReceiptReceiptV3;391 EthereumSignature: EthereumSignature;392 EthereumTransactionAccessListItem: EthereumTransactionAccessListItem;393 EthereumTransactionEip1559Transaction: EthereumTransactionEip1559Transaction;394 EthereumTransactionEip2930Transaction: EthereumTransactionEip2930Transaction;395 EthereumTransactionLegacyTransaction: EthereumTransactionLegacyTransaction;396 EthereumTransactionTransactionAction: EthereumTransactionTransactionAction;397 EthereumTransactionTransactionSignature: EthereumTransactionTransactionSignature;398 EthereumTransactionTransactionV2: EthereumTransactionTransactionV2;399 EthereumTypesHashH64: EthereumTypesHashH64;400 EthFilter: EthFilter;401 EthFilterAddress: EthFilterAddress;402 EthFilterChanges: EthFilterChanges;403 EthFilterTopic: EthFilterTopic;404 EthFilterTopicEntry: EthFilterTopicEntry;405 EthFilterTopicInner: EthFilterTopicInner;406 EthHeader: EthHeader;407 EthLog: EthLog;408 EthReceipt: EthReceipt;409 EthRichBlock: EthRichBlock;410 EthRichHeader: EthRichHeader;411 EthStorageProof: EthStorageProof;412 EthSubKind: EthSubKind;413 EthSubParams: EthSubParams;414 EthSubResult: EthSubResult;415 EthSyncInfo: EthSyncInfo;416 EthSyncStatus: EthSyncStatus;417 EthTransaction: EthTransaction;418 EthTransactionAction: EthTransactionAction;419 EthTransactionCondition: EthTransactionCondition;420 EthTransactionRequest: EthTransactionRequest;421 EthTransactionSignature: EthTransactionSignature;422 EthTransactionStatus: EthTransactionStatus;423 EthWork: EthWork;424 Event: Event;425 EventId: EventId;426 EventIndex: EventIndex;427 EventMetadataLatest: EventMetadataLatest;428 EventMetadataV10: EventMetadataV10;429 EventMetadataV11: EventMetadataV11;430 EventMetadataV12: EventMetadataV12;431 EventMetadataV13: EventMetadataV13;432 EventMetadataV14: EventMetadataV14;433 EventMetadataV9: EventMetadataV9;434 EventRecord: EventRecord;435 EvmAccount: EvmAccount;436 EvmCoreErrorExitError: EvmCoreErrorExitError;437 EvmCoreErrorExitFatal: EvmCoreErrorExitFatal;438 EvmCoreErrorExitReason: EvmCoreErrorExitReason;439 EvmCoreErrorExitRevert: EvmCoreErrorExitRevert;440 EvmCoreErrorExitSucceed: EvmCoreErrorExitSucceed;441 EvmLog: EvmLog;442 EvmVicinity: EvmVicinity;443 ExecReturnValue: ExecReturnValue;444 ExitError: ExitError;445 ExitFatal: ExitFatal;446 ExitReason: ExitReason;447 ExitRevert: ExitRevert;448 ExitSucceed: ExitSucceed;449 ExplicitDisputeStatement: ExplicitDisputeStatement;450 Exposure: Exposure;451 ExtendedBalance: ExtendedBalance;452 Extrinsic: Extrinsic;453 ExtrinsicEra: ExtrinsicEra;454 ExtrinsicMetadataLatest: ExtrinsicMetadataLatest;455 ExtrinsicMetadataV11: ExtrinsicMetadataV11;456 ExtrinsicMetadataV12: ExtrinsicMetadataV12;457 ExtrinsicMetadataV13: ExtrinsicMetadataV13;458 ExtrinsicMetadataV14: ExtrinsicMetadataV14;459 ExtrinsicOrHash: ExtrinsicOrHash;460 ExtrinsicPayload: ExtrinsicPayload;461 ExtrinsicPayloadUnknown: ExtrinsicPayloadUnknown;462 ExtrinsicPayloadV4: ExtrinsicPayloadV4;463 ExtrinsicSignature: ExtrinsicSignature;464 ExtrinsicSignatureV4: ExtrinsicSignatureV4;465 ExtrinsicStatus: ExtrinsicStatus;466 ExtrinsicsWeight: ExtrinsicsWeight;467 ExtrinsicUnknown: ExtrinsicUnknown;468 ExtrinsicV4: ExtrinsicV4;469 FeeDetails: FeeDetails;470 Fixed128: Fixed128;471 Fixed64: Fixed64;472 FixedI128: FixedI128;473 FixedI64: FixedI64;474 FixedU128: FixedU128;475 FixedU64: FixedU64;476 Forcing: Forcing;477 ForkTreePendingChange: ForkTreePendingChange;478 ForkTreePendingChangeNode: ForkTreePendingChangeNode;479 FpRpcTransactionStatus: FpRpcTransactionStatus;480 FrameSupportDispatchRawOrigin: FrameSupportDispatchRawOrigin;481 FrameSupportPalletId: FrameSupportPalletId;482 FrameSupportScheduleLookupError: FrameSupportScheduleLookupError;483 FrameSupportScheduleMaybeHashed: FrameSupportScheduleMaybeHashed;484 FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus;485 FrameSupportWeightsDispatchClass: FrameSupportWeightsDispatchClass;486 FrameSupportWeightsDispatchInfo: FrameSupportWeightsDispatchInfo;487 FrameSupportWeightsPays: FrameSupportWeightsPays;488 FrameSupportWeightsPerDispatchClassU32: FrameSupportWeightsPerDispatchClassU32;489 FrameSupportWeightsPerDispatchClassU64: FrameSupportWeightsPerDispatchClassU64;490 FrameSupportWeightsPerDispatchClassWeightsPerClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;491 FrameSupportWeightsRuntimeDbWeight: FrameSupportWeightsRuntimeDbWeight;492 FrameSystemAccountInfo: FrameSystemAccountInfo;493 FrameSystemCall: FrameSystemCall;494 FrameSystemError: FrameSystemError;495 FrameSystemEvent: FrameSystemEvent;496 FrameSystemEventRecord: FrameSystemEventRecord;497 FrameSystemExtensionsCheckGenesis: FrameSystemExtensionsCheckGenesis;498 FrameSystemExtensionsCheckNonce: FrameSystemExtensionsCheckNonce;499 FrameSystemExtensionsCheckSpecVersion: FrameSystemExtensionsCheckSpecVersion;500 FrameSystemExtensionsCheckWeight: FrameSystemExtensionsCheckWeight;501 FrameSystemLastRuntimeUpgradeInfo: FrameSystemLastRuntimeUpgradeInfo;502 FrameSystemLimitsBlockLength: FrameSystemLimitsBlockLength;503 FrameSystemLimitsBlockWeights: FrameSystemLimitsBlockWeights;504 FrameSystemLimitsWeightsPerClass: FrameSystemLimitsWeightsPerClass;505 FrameSystemPhase: FrameSystemPhase;506 FullIdentification: FullIdentification;507 FunctionArgumentMetadataLatest: FunctionArgumentMetadataLatest;508 FunctionArgumentMetadataV10: FunctionArgumentMetadataV10;509 FunctionArgumentMetadataV11: FunctionArgumentMetadataV11;510 FunctionArgumentMetadataV12: FunctionArgumentMetadataV12;511 FunctionArgumentMetadataV13: FunctionArgumentMetadataV13;512 FunctionArgumentMetadataV14: FunctionArgumentMetadataV14;513 FunctionArgumentMetadataV9: FunctionArgumentMetadataV9;514 FunctionMetadataLatest: FunctionMetadataLatest;515 FunctionMetadataV10: FunctionMetadataV10;516 FunctionMetadataV11: FunctionMetadataV11;517 FunctionMetadataV12: FunctionMetadataV12;518 FunctionMetadataV13: FunctionMetadataV13;519 FunctionMetadataV14: FunctionMetadataV14;520 FunctionMetadataV9: FunctionMetadataV9;521 FundIndex: FundIndex;522 FundInfo: FundInfo;523 Fungibility: Fungibility;524 FungibilityV0: FungibilityV0;525 FungibilityV1: FungibilityV1;526 FungibilityV2: FungibilityV2;527 Gas: Gas;528 GiltBid: GiltBid;529 GlobalValidationData: GlobalValidationData;530 GlobalValidationSchedule: GlobalValidationSchedule;531 GrandpaCommit: GrandpaCommit;532 GrandpaEquivocation: GrandpaEquivocation;533 GrandpaEquivocationProof: GrandpaEquivocationProof;534 GrandpaEquivocationValue: GrandpaEquivocationValue;535 GrandpaJustification: GrandpaJustification;536 GrandpaPrecommit: GrandpaPrecommit;537 GrandpaPrevote: GrandpaPrevote;538 GrandpaSignedPrecommit: GrandpaSignedPrecommit;539 GroupIndex: GroupIndex;540 H1024: H1024;541 H128: H128;542 H160: H160;543 H2048: H2048;544 H256: H256;545 H32: H32;546 H512: H512;547 H64: H64;548 Hash: Hash;549 HeadData: HeadData;550 Header: Header;551 HeaderPartial: HeaderPartial;552 Health: Health;553 Heartbeat: Heartbeat;554 HeartbeatTo244: HeartbeatTo244;555 HostConfiguration: HostConfiguration;556 HostFnWeights: HostFnWeights;557 HostFnWeightsTo264: HostFnWeightsTo264;558 HrmpChannel: HrmpChannel;559 HrmpChannelId: HrmpChannelId;560 HrmpOpenChannelRequest: HrmpOpenChannelRequest;561 i128: i128;562 I128: I128;563 i16: i16;564 I16: I16;565 i256: i256;566 I256: I256;567 i32: i32;568 I32: I32;569 I32F32: I32F32;570 i64: i64;571 I64: I64;572 i8: i8;573 I8: I8;574 IdentificationTuple: IdentificationTuple;575 IdentityFields: IdentityFields;576 IdentityInfo: IdentityInfo;577 IdentityInfoAdditional: IdentityInfoAdditional;578 IdentityInfoTo198: IdentityInfoTo198;579 IdentityJudgement: IdentityJudgement;580 ImmortalEra: ImmortalEra;581 ImportedAux: ImportedAux;582 InboundDownwardMessage: InboundDownwardMessage;583 InboundHrmpMessage: InboundHrmpMessage;584 InboundHrmpMessages: InboundHrmpMessages;585 InboundLaneData: InboundLaneData;586 InboundRelayer: InboundRelayer;587 InboundStatus: InboundStatus;588 IncludedBlocks: IncludedBlocks;589 InclusionFee: InclusionFee;590 IncomingParachain: IncomingParachain;591 IncomingParachainDeploy: IncomingParachainDeploy;592 IncomingParachainFixed: IncomingParachainFixed;593 Index: Index;594 IndicesLookupSource: IndicesLookupSource;595 IndividualExposure: IndividualExposure;596 InitializationData: InitializationData;597 InstanceDetails: InstanceDetails;598 InstanceId: InstanceId;599 InstanceMetadata: InstanceMetadata;600 InstantiateRequest: InstantiateRequest;601 InstantiateRequestV1: InstantiateRequestV1;602 InstantiateRequestV2: InstantiateRequestV2;603 InstantiateReturnValue: InstantiateReturnValue;604 InstantiateReturnValueOk: InstantiateReturnValueOk;605 InstantiateReturnValueTo267: InstantiateReturnValueTo267;606 InstructionV2: InstructionV2;607 InstructionWeights: InstructionWeights;608 InteriorMultiLocation: InteriorMultiLocation;609 InvalidDisputeStatementKind: InvalidDisputeStatementKind;610 InvalidTransaction: InvalidTransaction;611 Json: Json;612 Junction: Junction;613 Junctions: Junctions;614 JunctionsV1: JunctionsV1;615 JunctionsV2: JunctionsV2;616 JunctionV0: JunctionV0;617 JunctionV1: JunctionV1;618 JunctionV2: JunctionV2;619 Justification: Justification;620 JustificationNotification: JustificationNotification;621 Justifications: Justifications;622 Key: Key;623 KeyOwnerProof: KeyOwnerProof;624 Keys: Keys;625 KeyType: KeyType;626 KeyTypeId: KeyTypeId;627 KeyValue: KeyValue;628 KeyValueOption: KeyValueOption;629 Kind: Kind;630 LaneId: LaneId;631 LastContribution: LastContribution;632 LastRuntimeUpgradeInfo: LastRuntimeUpgradeInfo;633 LeasePeriod: LeasePeriod;634 LeasePeriodOf: LeasePeriodOf;635 LegacyTransaction: LegacyTransaction;636 Limits: Limits;637 LimitsTo264: LimitsTo264;638 LocalValidationData: LocalValidationData;639 LockIdentifier: LockIdentifier;640 LookupSource: LookupSource;641 LookupTarget: LookupTarget;642 LotteryConfig: LotteryConfig;643 MaybeRandomness: MaybeRandomness;644 MaybeVrf: MaybeVrf;645 MemberCount: MemberCount;646 MembershipProof: MembershipProof;647 MessageData: MessageData;648 MessageId: MessageId;649 MessageIngestionType: MessageIngestionType;650 MessageKey: MessageKey;651 MessageNonce: MessageNonce;652 MessageQueueChain: MessageQueueChain;653 MessagesDeliveryProofOf: MessagesDeliveryProofOf;654 MessagesProofOf: MessagesProofOf;655 MessagingStateSnapshot: MessagingStateSnapshot;656 MessagingStateSnapshotEgressEntry: MessagingStateSnapshotEgressEntry;657 MetadataAll: MetadataAll;658 MetadataLatest: MetadataLatest;659 MetadataV10: MetadataV10;660 MetadataV11: MetadataV11;661 MetadataV12: MetadataV12;662 MetadataV13: MetadataV13;663 MetadataV14: MetadataV14;664 MetadataV9: MetadataV9;665 MigrationStatusResult: MigrationStatusResult;666 MmrLeafBatchProof: MmrLeafBatchProof;667 MmrLeafProof: MmrLeafProof;668 MmrRootHash: MmrRootHash;669 ModuleConstantMetadataV10: ModuleConstantMetadataV10;670 ModuleConstantMetadataV11: ModuleConstantMetadataV11;671 ModuleConstantMetadataV12: ModuleConstantMetadataV12;672 ModuleConstantMetadataV13: ModuleConstantMetadataV13;673 ModuleConstantMetadataV9: ModuleConstantMetadataV9;674 ModuleId: ModuleId;675 ModuleMetadataV10: ModuleMetadataV10;676 ModuleMetadataV11: ModuleMetadataV11;677 ModuleMetadataV12: ModuleMetadataV12;678 ModuleMetadataV13: ModuleMetadataV13;679 ModuleMetadataV9: ModuleMetadataV9;680 Moment: Moment;681 MomentOf: MomentOf;682 MoreAttestations: MoreAttestations;683 MortalEra: MortalEra;684 MultiAddress: MultiAddress;685 MultiAsset: MultiAsset;686 MultiAssetFilter: MultiAssetFilter;687 MultiAssetFilterV1: MultiAssetFilterV1;688 MultiAssetFilterV2: MultiAssetFilterV2;689 MultiAssets: MultiAssets;690 MultiAssetsV1: MultiAssetsV1;691 MultiAssetsV2: MultiAssetsV2;692 MultiAssetV0: MultiAssetV0;693 MultiAssetV1: MultiAssetV1;694 MultiAssetV2: MultiAssetV2;695 MultiDisputeStatementSet: MultiDisputeStatementSet;696 MultiLocation: MultiLocation;697 MultiLocationV0: MultiLocationV0;698 MultiLocationV1: MultiLocationV1;699 MultiLocationV2: MultiLocationV2;700 Multiplier: Multiplier;701 Multisig: Multisig;702 MultiSignature: MultiSignature;703 MultiSigner: MultiSigner;704 NetworkId: NetworkId;705 NetworkState: NetworkState;706 NetworkStatePeerset: NetworkStatePeerset;707 NetworkStatePeersetInfo: NetworkStatePeersetInfo;708 NewBidder: NewBidder;709 NextAuthority: NextAuthority;710 NextConfigDescriptor: NextConfigDescriptor;711 NextConfigDescriptorV1: NextConfigDescriptorV1;712 NodeRole: NodeRole;713 Nominations: Nominations;714 NominatorIndex: NominatorIndex;715 NominatorIndexCompact: NominatorIndexCompact;716 NotConnectedPeer: NotConnectedPeer;717 Null: Null;718 OffchainAccuracy: OffchainAccuracy;719 OffchainAccuracyCompact: OffchainAccuracyCompact;720 OffenceDetails: OffenceDetails;721 Offender: Offender;722 OpalRuntimeOriginCaller: OpalRuntimeOriginCaller;723 OpalRuntimeRuntime: OpalRuntimeRuntime;724 OpaqueCall: OpaqueCall;725 OpaqueMultiaddr: OpaqueMultiaddr;726 OpaqueNetworkState: OpaqueNetworkState;727 OpaquePeerId: OpaquePeerId;728 OpaqueTimeSlot: OpaqueTimeSlot;729 OpenTip: OpenTip;730 OpenTipFinderTo225: OpenTipFinderTo225;731 OpenTipTip: OpenTipTip;732 OpenTipTo225: OpenTipTo225;733 OperatingMode: OperatingMode;734 OptionBool: OptionBool;735 Origin: Origin;736 OriginCaller: OriginCaller;737 OriginKindV0: OriginKindV0;738 OriginKindV1: OriginKindV1;739 OriginKindV2: OriginKindV2;740 OrmlVestingModuleCall: OrmlVestingModuleCall;741 OrmlVestingModuleError: OrmlVestingModuleError;742 OrmlVestingModuleEvent: OrmlVestingModuleEvent;743 OrmlVestingVestingSchedule: OrmlVestingVestingSchedule;744 OutboundHrmpMessage: OutboundHrmpMessage;745 OutboundLaneData: OutboundLaneData;746 OutboundMessageFee: OutboundMessageFee;747 OutboundPayload: OutboundPayload;748 OutboundStatus: OutboundStatus;749 Outcome: Outcome;750 OverweightIndex: OverweightIndex;751 Owner: Owner;752 PageCounter: PageCounter;753 PageIndexData: PageIndexData;754 PalletBalancesAccountData: PalletBalancesAccountData;755 PalletBalancesBalanceLock: PalletBalancesBalanceLock;756 PalletBalancesCall: PalletBalancesCall;757 PalletBalancesError: PalletBalancesError;758 PalletBalancesEvent: PalletBalancesEvent;759 PalletBalancesReasons: PalletBalancesReasons;760 PalletBalancesReleases: PalletBalancesReleases;761 PalletBalancesReserveData: PalletBalancesReserveData;762 PalletCallMetadataLatest: PalletCallMetadataLatest;763 PalletCallMetadataV14: PalletCallMetadataV14;764 PalletCommonError: PalletCommonError;765 PalletCommonEvent: PalletCommonEvent;766 PalletConstantMetadataLatest: PalletConstantMetadataLatest;767 PalletConstantMetadataV14: PalletConstantMetadataV14;768 PalletErrorMetadataLatest: PalletErrorMetadataLatest;769 PalletErrorMetadataV14: PalletErrorMetadataV14;770 PalletEthereumCall: PalletEthereumCall;771 PalletEthereumError: PalletEthereumError;772 PalletEthereumEvent: PalletEthereumEvent;773 PalletEthereumFakeTransactionFinalizer: PalletEthereumFakeTransactionFinalizer;774 PalletEthereumRawOrigin: PalletEthereumRawOrigin;775 PalletEventMetadataLatest: PalletEventMetadataLatest;776 PalletEventMetadataV14: PalletEventMetadataV14;777 PalletEvmAccountBasicCrossAccountIdRepr: PalletEvmAccountBasicCrossAccountIdRepr;778 PalletEvmCall: PalletEvmCall;779 PalletEvmCoderSubstrateError: PalletEvmCoderSubstrateError;780 PalletEvmContractHelpersError: PalletEvmContractHelpersError;781 PalletEvmContractHelpersSponsoringModeT: PalletEvmContractHelpersSponsoringModeT;782 PalletEvmError: PalletEvmError;783 PalletEvmEvent: PalletEvmEvent;784 PalletEvmMigrationCall: PalletEvmMigrationCall;785 PalletEvmMigrationError: PalletEvmMigrationError;786 PalletFungibleError: PalletFungibleError;787 PalletId: PalletId;788 PalletInflationCall: PalletInflationCall;789 PalletMetadataLatest: PalletMetadataLatest;790 PalletMetadataV14: PalletMetadataV14;791 PalletNonfungibleError: PalletNonfungibleError;792 PalletNonfungibleItemData: PalletNonfungibleItemData;793 PalletRefungibleError: PalletRefungibleError;794 PalletRefungibleItemData: PalletRefungibleItemData;795 PalletRmrkCoreCall: PalletRmrkCoreCall;796 PalletRmrkCoreError: PalletRmrkCoreError;797 PalletRmrkCoreEvent: PalletRmrkCoreEvent;798 PalletRmrkEquipCall: PalletRmrkEquipCall;799 PalletRmrkEquipError: PalletRmrkEquipError;800 PalletRmrkEquipEvent: PalletRmrkEquipEvent;801 PalletsOrigin: PalletsOrigin;802 PalletStorageMetadataLatest: PalletStorageMetadataLatest;803 PalletStorageMetadataV14: PalletStorageMetadataV14;804 PalletStructureCall: PalletStructureCall;805 PalletStructureError: PalletStructureError;806 PalletStructureEvent: PalletStructureEvent;807 PalletSudoCall: PalletSudoCall;808 PalletSudoError: PalletSudoError;809 PalletSudoEvent: PalletSudoEvent;810 PalletTemplateTransactionPaymentCall: PalletTemplateTransactionPaymentCall;811 PalletTemplateTransactionPaymentChargeTransactionPayment: PalletTemplateTransactionPaymentChargeTransactionPayment;812 PalletTimestampCall: PalletTimestampCall;813 PalletTransactionPaymentReleases: PalletTransactionPaymentReleases;814 PalletTreasuryCall: PalletTreasuryCall;815 PalletTreasuryError: PalletTreasuryError;816 PalletTreasuryEvent: PalletTreasuryEvent;817 PalletTreasuryProposal: PalletTreasuryProposal;818 PalletUniqueCall: PalletUniqueCall;819 PalletUniqueError: PalletUniqueError;820 PalletUniqueRawEvent: PalletUniqueRawEvent;821 PalletUniqueSchedulerCall: PalletUniqueSchedulerCall;822 PalletUniqueSchedulerError: PalletUniqueSchedulerError;823 PalletUniqueSchedulerEvent: PalletUniqueSchedulerEvent;824 PalletUniqueSchedulerScheduledV3: PalletUniqueSchedulerScheduledV3;825 PalletVersion: PalletVersion;826 PalletXcmCall: PalletXcmCall;827 PalletXcmError: PalletXcmError;828 PalletXcmEvent: PalletXcmEvent;829 PalletXcmOrigin: PalletXcmOrigin;830 ParachainDispatchOrigin: ParachainDispatchOrigin;831 ParachainInherentData: ParachainInherentData;832 ParachainProposal: ParachainProposal;833 ParachainsInherentData: ParachainsInherentData;834 ParaGenesisArgs: ParaGenesisArgs;835 ParaId: ParaId;836 ParaInfo: ParaInfo;837 ParaLifecycle: ParaLifecycle;838 Parameter: Parameter;839 ParaPastCodeMeta: ParaPastCodeMeta;840 ParaScheduling: ParaScheduling;841 ParathreadClaim: ParathreadClaim;842 ParathreadClaimQueue: ParathreadClaimQueue;843 ParathreadEntry: ParathreadEntry;844 ParaValidatorIndex: ParaValidatorIndex;845 Pays: Pays;846 Peer: Peer;847 PeerEndpoint: PeerEndpoint;848 PeerEndpointAddr: PeerEndpointAddr;849 PeerInfo: PeerInfo;850 PeerPing: PeerPing;851 PendingChange: PendingChange;852 PendingPause: PendingPause;853 PendingResume: PendingResume;854 Perbill: Perbill;855 Percent: Percent;856 PerDispatchClassU32: PerDispatchClassU32;857 PerDispatchClassWeight: PerDispatchClassWeight;858 PerDispatchClassWeightsPerClass: PerDispatchClassWeightsPerClass;859 Period: Period;860 Permill: Permill;861 PermissionLatest: PermissionLatest;862 PermissionsV1: PermissionsV1;863 PermissionVersions: PermissionVersions;864 Perquintill: Perquintill;865 PersistedValidationData: PersistedValidationData;866 PerU16: PerU16;867 Phantom: Phantom;868 PhantomData: PhantomData;869 PhantomTypeUpDataStructs: PhantomTypeUpDataStructs;870 Phase: Phase;871 PhragmenScore: PhragmenScore;872 Points: Points;873 PolkadotCorePrimitivesInboundDownwardMessage: PolkadotCorePrimitivesInboundDownwardMessage;874 PolkadotCorePrimitivesInboundHrmpMessage: PolkadotCorePrimitivesInboundHrmpMessage;875 PolkadotCorePrimitivesOutboundHrmpMessage: PolkadotCorePrimitivesOutboundHrmpMessage;876 PolkadotParachainPrimitivesXcmpMessageFormat: PolkadotParachainPrimitivesXcmpMessageFormat;877 PolkadotPrimitivesV2AbridgedHostConfiguration: PolkadotPrimitivesV2AbridgedHostConfiguration;878 PolkadotPrimitivesV2AbridgedHrmpChannel: PolkadotPrimitivesV2AbridgedHrmpChannel;879 PolkadotPrimitivesV2PersistedValidationData: PolkadotPrimitivesV2PersistedValidationData;880 PolkadotPrimitivesV2UpgradeRestriction: PolkadotPrimitivesV2UpgradeRestriction;881 PortableType: PortableType;882 PortableTypeV14: PortableTypeV14;883 Precommits: Precommits;884 PrefabWasmModule: PrefabWasmModule;885 PrefixedStorageKey: PrefixedStorageKey;886 PreimageStatus: PreimageStatus;887 PreimageStatusAvailable: PreimageStatusAvailable;888 PreRuntime: PreRuntime;889 Prevotes: Prevotes;890 Priority: Priority;891 PriorLock: PriorLock;892 PropIndex: PropIndex;893 Proposal: Proposal;894 ProposalIndex: ProposalIndex;895 ProxyAnnouncement: ProxyAnnouncement;896 ProxyDefinition: ProxyDefinition;897 ProxyState: ProxyState;898 ProxyType: ProxyType;899 QueryId: QueryId;900 QueryStatus: QueryStatus;901 QueueConfigData: QueueConfigData;902 QueuedParathread: QueuedParathread;903 Randomness: Randomness;904 Raw: Raw;905 RawAuraPreDigest: RawAuraPreDigest;906 RawBabePreDigest: RawBabePreDigest;907 RawBabePreDigestCompat: RawBabePreDigestCompat;908 RawBabePreDigestPrimary: RawBabePreDigestPrimary;909 RawBabePreDigestPrimaryTo159: RawBabePreDigestPrimaryTo159;910 RawBabePreDigestSecondaryPlain: RawBabePreDigestSecondaryPlain;911 RawBabePreDigestSecondaryTo159: RawBabePreDigestSecondaryTo159;912 RawBabePreDigestSecondaryVRF: RawBabePreDigestSecondaryVRF;913 RawBabePreDigestTo159: RawBabePreDigestTo159;914 RawOrigin: RawOrigin;915 RawSolution: RawSolution;916 RawSolutionTo265: RawSolutionTo265;917 RawSolutionWith16: RawSolutionWith16;918 RawSolutionWith24: RawSolutionWith24;919 RawVRFOutput: RawVRFOutput;920 ReadProof: ReadProof;921 ReadySolution: ReadySolution;922 Reasons: Reasons;923 RecoveryConfig: RecoveryConfig;924 RefCount: RefCount;925 RefCountTo259: RefCountTo259;926 ReferendumIndex: ReferendumIndex;927 ReferendumInfo: ReferendumInfo;928 ReferendumInfoFinished: ReferendumInfoFinished;929 ReferendumInfoTo239: ReferendumInfoTo239;930 ReferendumStatus: ReferendumStatus;931 RegisteredParachainInfo: RegisteredParachainInfo;932 RegistrarIndex: RegistrarIndex;933 RegistrarInfo: RegistrarInfo;934 Registration: Registration;935 RegistrationJudgement: RegistrationJudgement;936 RegistrationTo198: RegistrationTo198;937 RelayBlockNumber: RelayBlockNumber;938 RelayChainBlockNumber: RelayChainBlockNumber;939 RelayChainHash: RelayChainHash;940 RelayerId: RelayerId;941 RelayHash: RelayHash;942 Releases: Releases;943 Remark: Remark;944 Renouncing: Renouncing;945 RentProjection: RentProjection;946 ReplacementTimes: ReplacementTimes;947 ReportedRoundStates: ReportedRoundStates;948 Reporter: Reporter;949 ReportIdOf: ReportIdOf;950 ReserveData: ReserveData;951 ReserveIdentifier: ReserveIdentifier;952 Response: Response;953 ResponseV0: ResponseV0;954 ResponseV1: ResponseV1;955 ResponseV2: ResponseV2;956 ResponseV2Error: ResponseV2Error;957 ResponseV2Result: ResponseV2Result;958 Retriable: Retriable;959 RewardDestination: RewardDestination;960 RewardPoint: RewardPoint;961 RmrkTraitsBaseBaseInfo: RmrkTraitsBaseBaseInfo;962 RmrkTraitsCollectionCollectionInfo: RmrkTraitsCollectionCollectionInfo;963 RmrkTraitsNftAccountIdOrCollectionNftTuple: RmrkTraitsNftAccountIdOrCollectionNftTuple;964 RmrkTraitsNftNftChild: RmrkTraitsNftNftChild;965 RmrkTraitsNftNftInfo: RmrkTraitsNftNftInfo;966 RmrkTraitsNftRoyaltyInfo: RmrkTraitsNftRoyaltyInfo;967 RmrkTraitsPartEquippableList: RmrkTraitsPartEquippableList;968 RmrkTraitsPartFixedPart: RmrkTraitsPartFixedPart;969 RmrkTraitsPartPartType: RmrkTraitsPartPartType;970 RmrkTraitsPartSlotPart: RmrkTraitsPartSlotPart;971 RmrkTraitsPropertyPropertyInfo: RmrkTraitsPropertyPropertyInfo;972 RmrkTraitsResourceBasicResource: RmrkTraitsResourceBasicResource;973 RmrkTraitsResourceComposableResource: RmrkTraitsResourceComposableResource;974 RmrkTraitsResourceResourceInfo: RmrkTraitsResourceResourceInfo;975 RmrkTraitsResourceResourceTypes: RmrkTraitsResourceResourceTypes;976 RmrkTraitsResourceSlotResource: RmrkTraitsResourceSlotResource;977 RmrkTraitsTheme: RmrkTraitsTheme;978 RmrkTraitsThemeThemeProperty: RmrkTraitsThemeThemeProperty;979 RoundSnapshot: RoundSnapshot;980 RoundState: RoundState;981 RpcMethods: RpcMethods;982 RuntimeDbWeight: RuntimeDbWeight;983 RuntimeDispatchInfo: RuntimeDispatchInfo;984 RuntimeVersion: RuntimeVersion;985 RuntimeVersionApi: RuntimeVersionApi;986 RuntimeVersionPartial: RuntimeVersionPartial;987 Schedule: Schedule;988 Scheduled: Scheduled;989 ScheduledTo254: ScheduledTo254;990 SchedulePeriod: SchedulePeriod;991 SchedulePriority: SchedulePriority;992 ScheduleTo212: ScheduleTo212;993 ScheduleTo258: ScheduleTo258;994 ScheduleTo264: ScheduleTo264;995 Scheduling: Scheduling;996 Seal: Seal;997 SealV0: SealV0;998 SeatHolder: SeatHolder;999 SeedOf: SeedOf;1000 ServiceQuality: ServiceQuality;1001 SessionIndex: SessionIndex;1002 SessionInfo: SessionInfo;1003 SessionInfoValidatorGroup: SessionInfoValidatorGroup;1004 SessionKeys1: SessionKeys1;1005 SessionKeys10: SessionKeys10;1006 SessionKeys10B: SessionKeys10B;1007 SessionKeys2: SessionKeys2;1008 SessionKeys3: SessionKeys3;1009 SessionKeys4: SessionKeys4;1010 SessionKeys5: SessionKeys5;1011 SessionKeys6: SessionKeys6;1012 SessionKeys6B: SessionKeys6B;1013 SessionKeys7: SessionKeys7;1014 SessionKeys7B: SessionKeys7B;1015 SessionKeys8: SessionKeys8;1016 SessionKeys8B: SessionKeys8B;1017 SessionKeys9: SessionKeys9;1018 SessionKeys9B: SessionKeys9B;1019 SetId: SetId;1020 SetIndex: SetIndex;1021 Si0Field: Si0Field;1022 Si0LookupTypeId: Si0LookupTypeId;1023 Si0Path: Si0Path;1024 Si0Type: Si0Type;1025 Si0TypeDef: Si0TypeDef;1026 Si0TypeDefArray: Si0TypeDefArray;1027 Si0TypeDefBitSequence: Si0TypeDefBitSequence;1028 Si0TypeDefCompact: Si0TypeDefCompact;1029 Si0TypeDefComposite: Si0TypeDefComposite;1030 Si0TypeDefPhantom: Si0TypeDefPhantom;1031 Si0TypeDefPrimitive: Si0TypeDefPrimitive;1032 Si0TypeDefSequence: Si0TypeDefSequence;1033 Si0TypeDefTuple: Si0TypeDefTuple;1034 Si0TypeDefVariant: Si0TypeDefVariant;1035 Si0TypeParameter: Si0TypeParameter;1036 Si0Variant: Si0Variant;1037 Si1Field: Si1Field;1038 Si1LookupTypeId: Si1LookupTypeId;1039 Si1Path: Si1Path;1040 Si1Type: Si1Type;1041 Si1TypeDef: Si1TypeDef;1042 Si1TypeDefArray: Si1TypeDefArray;1043 Si1TypeDefBitSequence: Si1TypeDefBitSequence;1044 Si1TypeDefCompact: Si1TypeDefCompact;1045 Si1TypeDefComposite: Si1TypeDefComposite;1046 Si1TypeDefPrimitive: Si1TypeDefPrimitive;1047 Si1TypeDefSequence: Si1TypeDefSequence;1048 Si1TypeDefTuple: Si1TypeDefTuple;1049 Si1TypeDefVariant: Si1TypeDefVariant;1050 Si1TypeParameter: Si1TypeParameter;1051 Si1Variant: Si1Variant;1052 SiField: SiField;1053 Signature: Signature;1054 SignedAvailabilityBitfield: SignedAvailabilityBitfield;1055 SignedAvailabilityBitfields: SignedAvailabilityBitfields;1056 SignedBlock: SignedBlock;1057 SignedBlockWithJustification: SignedBlockWithJustification;1058 SignedBlockWithJustifications: SignedBlockWithJustifications;1059 SignedExtensionMetadataLatest: SignedExtensionMetadataLatest;1060 SignedExtensionMetadataV14: SignedExtensionMetadataV14;1061 SignedSubmission: SignedSubmission;1062 SignedSubmissionOf: SignedSubmissionOf;1063 SignedSubmissionTo276: SignedSubmissionTo276;1064 SignerPayload: SignerPayload;1065 SigningContext: SigningContext;1066 SiLookupTypeId: SiLookupTypeId;1067 SiPath: SiPath;1068 SiType: SiType;1069 SiTypeDef: SiTypeDef;1070 SiTypeDefArray: SiTypeDefArray;1071 SiTypeDefBitSequence: SiTypeDefBitSequence;1072 SiTypeDefCompact: SiTypeDefCompact;1073 SiTypeDefComposite: SiTypeDefComposite;1074 SiTypeDefPrimitive: SiTypeDefPrimitive;1075 SiTypeDefSequence: SiTypeDefSequence;1076 SiTypeDefTuple: SiTypeDefTuple;1077 SiTypeDefVariant: SiTypeDefVariant;1078 SiTypeParameter: SiTypeParameter;1079 SiVariant: SiVariant;1080 SlashingSpans: SlashingSpans;1081 SlashingSpansTo204: SlashingSpansTo204;1082 SlashJournalEntry: SlashJournalEntry;1083 Slot: Slot;1084 SlotNumber: SlotNumber;1085 SlotRange: SlotRange;1086 SlotRange10: SlotRange10;1087 SocietyJudgement: SocietyJudgement;1088 SocietyVote: SocietyVote;1089 SolutionOrSnapshotSize: SolutionOrSnapshotSize;1090 SolutionSupport: SolutionSupport;1091 SolutionSupports: SolutionSupports;1092 SpanIndex: SpanIndex;1093 SpanRecord: SpanRecord;1094 SpCoreEcdsaSignature: SpCoreEcdsaSignature;1095 SpCoreEd25519Signature: SpCoreEd25519Signature;1096 SpCoreSr25519Signature: SpCoreSr25519Signature;1097 SpCoreVoid: SpCoreVoid;1098 SpecVersion: SpecVersion;1099 SpRuntimeArithmeticError: SpRuntimeArithmeticError;1100 SpRuntimeDigest: SpRuntimeDigest;1101 SpRuntimeDigestDigestItem: SpRuntimeDigestDigestItem;1102 SpRuntimeDispatchError: SpRuntimeDispatchError;1103 SpRuntimeModuleError: SpRuntimeModuleError;1104 SpRuntimeMultiSignature: SpRuntimeMultiSignature;1105 SpRuntimeTokenError: SpRuntimeTokenError;1106 SpRuntimeTransactionalError: SpRuntimeTransactionalError;1107 SpTrieStorageProof: SpTrieStorageProof;1108 SpVersionRuntimeVersion: SpVersionRuntimeVersion;1109 Sr25519Signature: Sr25519Signature;1110 StakingLedger: StakingLedger;1111 StakingLedgerTo223: StakingLedgerTo223;1112 StakingLedgerTo240: StakingLedgerTo240;1113 Statement: Statement;1114 StatementKind: StatementKind;1115 StorageChangeSet: StorageChangeSet;1116 StorageData: StorageData;1117 StorageDeposit: StorageDeposit;1118 StorageEntryMetadataLatest: StorageEntryMetadataLatest;1119 StorageEntryMetadataV10: StorageEntryMetadataV10;1120 StorageEntryMetadataV11: StorageEntryMetadataV11;1121 StorageEntryMetadataV12: StorageEntryMetadataV12;1122 StorageEntryMetadataV13: StorageEntryMetadataV13;1123 StorageEntryMetadataV14: StorageEntryMetadataV14;1124 StorageEntryMetadataV9: StorageEntryMetadataV9;1125 StorageEntryModifierLatest: StorageEntryModifierLatest;1126 StorageEntryModifierV10: StorageEntryModifierV10;1127 StorageEntryModifierV11: StorageEntryModifierV11;1128 StorageEntryModifierV12: StorageEntryModifierV12;1129 StorageEntryModifierV13: StorageEntryModifierV13;1130 StorageEntryModifierV14: StorageEntryModifierV14;1131 StorageEntryModifierV9: StorageEntryModifierV9;1132 StorageEntryTypeLatest: StorageEntryTypeLatest;1133 StorageEntryTypeV10: StorageEntryTypeV10;1134 StorageEntryTypeV11: StorageEntryTypeV11;1135 StorageEntryTypeV12: StorageEntryTypeV12;1136 StorageEntryTypeV13: StorageEntryTypeV13;1137 StorageEntryTypeV14: StorageEntryTypeV14;1138 StorageEntryTypeV9: StorageEntryTypeV9;1139 StorageHasher: StorageHasher;1140 StorageHasherV10: StorageHasherV10;1141 StorageHasherV11: StorageHasherV11;1142 StorageHasherV12: StorageHasherV12;1143 StorageHasherV13: StorageHasherV13;1144 StorageHasherV14: StorageHasherV14;1145 StorageHasherV9: StorageHasherV9;1146 StorageKey: StorageKey;1147 StorageKind: StorageKind;1148 StorageMetadataV10: StorageMetadataV10;1149 StorageMetadataV11: StorageMetadataV11;1150 StorageMetadataV12: StorageMetadataV12;1151 StorageMetadataV13: StorageMetadataV13;1152 StorageMetadataV9: StorageMetadataV9;1153 StorageProof: StorageProof;1154 StoredPendingChange: StoredPendingChange;1155 StoredState: StoredState;1156 StrikeCount: StrikeCount;1157 SubId: SubId;1158 SubmissionIndicesOf: SubmissionIndicesOf;1159 Supports: Supports;1160 SyncState: SyncState;1161 SystemInherentData: SystemInherentData;1162 SystemOrigin: SystemOrigin;1163 Tally: Tally;1164 TaskAddress: TaskAddress;1165 TAssetBalance: TAssetBalance;1166 TAssetDepositBalance: TAssetDepositBalance;1167 Text: Text;1168 Timepoint: Timepoint;1169 TokenError: TokenError;1170 TombstoneContractInfo: TombstoneContractInfo;1171 TraceBlockResponse: TraceBlockResponse;1172 TraceError: TraceError;1173 TransactionalError: TransactionalError;1174 TransactionInfo: TransactionInfo;1175 TransactionPriority: TransactionPriority;1176 TransactionStorageProof: TransactionStorageProof;1177 TransactionV0: TransactionV0;1178 TransactionV1: TransactionV1;1179 TransactionV2: TransactionV2;1180 TransactionValidityError: TransactionValidityError;1181 TransientValidationData: TransientValidationData;1182 TreasuryProposal: TreasuryProposal;1183 TrieId: TrieId;1184 TrieIndex: TrieIndex;1185 Type: Type;1186 u128: u128;1187 U128: U128;1188 u16: u16;1189 U16: U16;1190 u256: u256;1191 U256: U256;1192 u32: u32;1193 U32: U32;1194 U32F32: U32F32;1195 u64: u64;1196 U64: U64;1197 u8: u8;1198 U8: U8;1199 UnappliedSlash: UnappliedSlash;1200 UnappliedSlashOther: UnappliedSlashOther;1201 UncleEntryItem: UncleEntryItem;1202 UnknownTransaction: UnknownTransaction;1203 UnlockChunk: UnlockChunk;1204 UnrewardedRelayer: UnrewardedRelayer;1205 UnrewardedRelayersState: UnrewardedRelayersState;1206 UpDataStructsAccessMode: UpDataStructsAccessMode;1207 UpDataStructsCollection: UpDataStructsCollection;1208 UpDataStructsCollectionLimits: UpDataStructsCollectionLimits;1209 UpDataStructsCollectionMode: UpDataStructsCollectionMode;1210 UpDataStructsCollectionPermissions: UpDataStructsCollectionPermissions;1211 UpDataStructsCollectionStats: UpDataStructsCollectionStats;1212 UpDataStructsCreateCollectionData: UpDataStructsCreateCollectionData;1213 UpDataStructsCreateFungibleData: UpDataStructsCreateFungibleData;1214 UpDataStructsCreateItemData: UpDataStructsCreateItemData;1215 UpDataStructsCreateItemExData: UpDataStructsCreateItemExData;1216 UpDataStructsCreateNftData: UpDataStructsCreateNftData;1217 UpDataStructsCreateNftExData: UpDataStructsCreateNftExData;1218 UpDataStructsCreateReFungibleData: UpDataStructsCreateReFungibleData;1219 UpDataStructsCreateRefungibleExData: UpDataStructsCreateRefungibleExData;1220 UpDataStructsNestingPermissions: UpDataStructsNestingPermissions;1221 UpDataStructsOwnerRestrictedSet: UpDataStructsOwnerRestrictedSet;1222 UpDataStructsProperties: UpDataStructsProperties;1223 UpDataStructsPropertiesMapBoundedVec: UpDataStructsPropertiesMapBoundedVec;1224 UpDataStructsPropertiesMapPropertyPermission: UpDataStructsPropertiesMapPropertyPermission;1225 UpDataStructsProperty: UpDataStructsProperty;1226 UpDataStructsPropertyKeyPermission: UpDataStructsPropertyKeyPermission;1227 UpDataStructsPropertyPermission: UpDataStructsPropertyPermission;1228 UpDataStructsPropertyScope: UpDataStructsPropertyScope;1229 UpDataStructsRpcCollection: UpDataStructsRpcCollection;1230 UpDataStructsSponsoringRateLimit: UpDataStructsSponsoringRateLimit;1231 UpDataStructsSponsorshipState: UpDataStructsSponsorshipState;1232 UpDataStructsTokenChild: UpDataStructsTokenChild;1233 UpDataStructsTokenData: UpDataStructsTokenData;1234 UpgradeGoAhead: UpgradeGoAhead;1235 UpgradeRestriction: UpgradeRestriction;1236 UpwardMessage: UpwardMessage;1237 usize: usize;1238 USize: USize;1239 ValidationCode: ValidationCode;1240 ValidationCodeHash: ValidationCodeHash;1241 ValidationData: ValidationData;1242 ValidationDataType: ValidationDataType;1243 ValidationFunctionParams: ValidationFunctionParams;1244 ValidatorCount: ValidatorCount;1245 ValidatorId: ValidatorId;1246 ValidatorIdOf: ValidatorIdOf;1247 ValidatorIndex: ValidatorIndex;1248 ValidatorIndexCompact: ValidatorIndexCompact;1249 ValidatorPrefs: ValidatorPrefs;1250 ValidatorPrefsTo145: ValidatorPrefsTo145;1251 ValidatorPrefsTo196: ValidatorPrefsTo196;1252 ValidatorPrefsWithBlocked: ValidatorPrefsWithBlocked;1253 ValidatorPrefsWithCommission: ValidatorPrefsWithCommission;1254 ValidatorSetId: ValidatorSetId;1255 ValidatorSignature: ValidatorSignature;1256 ValidDisputeStatementKind: ValidDisputeStatementKind;1257 ValidityAttestation: ValidityAttestation;1258 VecInboundHrmpMessage: VecInboundHrmpMessage;1259 VersionedMultiAsset: VersionedMultiAsset;1260 VersionedMultiAssets: VersionedMultiAssets;1261 VersionedMultiLocation: VersionedMultiLocation;1262 VersionedResponse: VersionedResponse;1263 VersionedXcm: VersionedXcm;1264 VersionMigrationStage: VersionMigrationStage;1265 VestingInfo: VestingInfo;1266 VestingSchedule: VestingSchedule;1267 Vote: Vote;1268 VoteIndex: VoteIndex;1269 Voter: Voter;1270 VoterInfo: VoterInfo;1271 Votes: Votes;1272 VotesTo230: VotesTo230;1273 VoteThreshold: VoteThreshold;1274 VoteWeight: VoteWeight;1275 Voting: Voting;1276 VotingDelegating: VotingDelegating;1277 VotingDirect: VotingDirect;1278 VotingDirectVote: VotingDirectVote;1279 VouchingStatus: VouchingStatus;1280 VrfData: VrfData;1281 VrfOutput: VrfOutput;1282 VrfProof: VrfProof;1283 Weight: Weight;1284 WeightLimitV2: WeightLimitV2;1285 WeightMultiplier: WeightMultiplier;1286 WeightPerClass: WeightPerClass;1287 WeightToFeeCoefficient: WeightToFeeCoefficient;1288 WildFungibility: WildFungibility;1289 WildFungibilityV0: WildFungibilityV0;1290 WildFungibilityV1: WildFungibilityV1;1291 WildFungibilityV2: WildFungibilityV2;1292 WildMultiAsset: WildMultiAsset;1293 WildMultiAssetV1: WildMultiAssetV1;1294 WildMultiAssetV2: WildMultiAssetV2;1295 WinnersData: WinnersData;1296 WinnersData10: WinnersData10;1297 WinnersDataTuple: WinnersDataTuple;1298 WinnersDataTuple10: WinnersDataTuple10;1299 WinningData: WinningData;1300 WinningData10: WinningData10;1301 WinningDataEntry: WinningDataEntry;1302 WithdrawReasons: WithdrawReasons;1303 Xcm: Xcm;1304 XcmAssetId: XcmAssetId;1305 XcmDoubleEncoded: XcmDoubleEncoded;1306 XcmError: XcmError;1307 XcmErrorV0: XcmErrorV0;1308 XcmErrorV1: XcmErrorV1;1309 XcmErrorV2: XcmErrorV2;1310 XcmOrder: XcmOrder;1311 XcmOrderV0: XcmOrderV0;1312 XcmOrderV1: XcmOrderV1;1313 XcmOrderV2: XcmOrderV2;1314 XcmOrigin: XcmOrigin;1315 XcmOriginKind: XcmOriginKind;1316 XcmpMessageFormat: XcmpMessageFormat;1317 XcmV0: XcmV0;1318 XcmV0Junction: XcmV0Junction;1319 XcmV0JunctionBodyId: XcmV0JunctionBodyId;1320 XcmV0JunctionBodyPart: XcmV0JunctionBodyPart;1321 XcmV0JunctionNetworkId: XcmV0JunctionNetworkId;1322 XcmV0MultiAsset: XcmV0MultiAsset;1323 XcmV0MultiLocation: XcmV0MultiLocation;1324 XcmV0Order: XcmV0Order;1325 XcmV0OriginKind: XcmV0OriginKind;1326 XcmV0Response: XcmV0Response;1327 XcmV0Xcm: XcmV0Xcm;1328 XcmV1: XcmV1;1329 XcmV1Junction: XcmV1Junction;1330 XcmV1MultiAsset: XcmV1MultiAsset;1331 XcmV1MultiassetAssetId: XcmV1MultiassetAssetId;1332 XcmV1MultiassetAssetInstance: XcmV1MultiassetAssetInstance;1333 XcmV1MultiassetFungibility: XcmV1MultiassetFungibility;1334 XcmV1MultiassetMultiAssetFilter: XcmV1MultiassetMultiAssetFilter;1335 XcmV1MultiassetMultiAssets: XcmV1MultiassetMultiAssets;1336 XcmV1MultiassetWildFungibility: XcmV1MultiassetWildFungibility;1337 XcmV1MultiassetWildMultiAsset: XcmV1MultiassetWildMultiAsset;1338 XcmV1MultiLocation: XcmV1MultiLocation;1339 XcmV1MultilocationJunctions: XcmV1MultilocationJunctions;1340 XcmV1Order: XcmV1Order;1341 XcmV1Response: XcmV1Response;1342 XcmV1Xcm: XcmV1Xcm;1343 XcmV2: XcmV2;1344 XcmV2Instruction: XcmV2Instruction;1345 XcmV2Response: XcmV2Response;1346 XcmV2TraitsError: XcmV2TraitsError;1347 XcmV2TraitsOutcome: XcmV2TraitsOutcome;1348 XcmV2WeightLimit: XcmV2WeightLimit;1349 XcmV2Xcm: XcmV2Xcm;1350 XcmVersion: XcmVersion;1351 XcmVersionedMultiAssets: XcmVersionedMultiAssets;1352 XcmVersionedMultiLocation: XcmVersionedMultiLocation;1353 XcmVersionedXcm: XcmVersionedXcm;1354 } // InterfaceTypes1355} // declare module1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletFungibleError, PalletInflationCall, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTimestampCall, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerCall, PalletUniqueSchedulerError, PalletUniqueSchedulerEvent, PalletUniqueSchedulerScheduledV3, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipState, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './default';5import type { Data, StorageKey } from '@polkadot/types';6import type { BitVec, Bool, Bytes, I128, I16, I256, I32, I64, I8, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';7import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';8import type { BlockAttestations, IncludedBlocks, MoreAttestations } from '@polkadot/types/interfaces/attestations';9import type { RawAuraPreDigest } from '@polkadot/types/interfaces/aura';10import type { ExtrinsicOrHash, ExtrinsicStatus } from '@polkadot/types/interfaces/author';11import type { UncleEntryItem } from '@polkadot/types/interfaces/authorship';12import type { AllowedSlots, BabeAuthorityWeight, BabeBlockWeight, BabeEpochConfiguration, BabeEquivocationProof, BabeWeight, EpochAuthorship, MaybeRandomness, MaybeVrf, NextConfigDescriptor, NextConfigDescriptorV1, Randomness, RawBabePreDigest, RawBabePreDigestCompat, RawBabePreDigestPrimary, RawBabePreDigestPrimaryTo159, RawBabePreDigestSecondaryPlain, RawBabePreDigestSecondaryTo159, RawBabePreDigestSecondaryVRF, RawBabePreDigestTo159, SlotNumber, VrfData, VrfOutput, VrfProof } from '@polkadot/types/interfaces/babe';13import type { AccountData, BalanceLock, BalanceLockTo212, BalanceStatus, Reasons, ReserveData, ReserveIdentifier, VestingSchedule, WithdrawReasons } from '@polkadot/types/interfaces/balances';14import type { BeefyCommitment, BeefyId, BeefyNextAuthoritySet, BeefyPayload, BeefySignedCommitment, MmrRootHash, ValidatorSetId } from '@polkadot/types/interfaces/beefy';15import type { BridgeMessageId, BridgedBlockHash, BridgedBlockNumber, BridgedHeader, CallOrigin, ChainId, DeliveredMessages, DispatchFeePayment, InboundLaneData, InboundRelayer, InitializationData, LaneId, MessageData, MessageKey, MessageNonce, MessagesDeliveryProofOf, MessagesProofOf, OperatingMode, OutboundLaneData, OutboundMessageFee, OutboundPayload, Parameter, RelayerId, UnrewardedRelayer, UnrewardedRelayersState } from '@polkadot/types/interfaces/bridges';16import type { BlockHash } from '@polkadot/types/interfaces/chain';17import type { PrefixedStorageKey } from '@polkadot/types/interfaces/childstate';18import type { StatementKind } from '@polkadot/types/interfaces/claims';19import type { CollectiveOrigin, MemberCount, ProposalIndex, Votes, VotesTo230 } from '@polkadot/types/interfaces/collective';20import type { AuthorityId, RawVRFOutput } from '@polkadot/types/interfaces/consensus';21import type { AliveContractInfo, CodeHash, CodeSource, CodeUploadRequest, CodeUploadResult, CodeUploadResultValue, ContractCallFlags, ContractCallRequest, ContractExecResult, ContractExecResultOk, ContractExecResultResult, ContractExecResultSuccessTo255, ContractExecResultSuccessTo260, ContractExecResultTo255, ContractExecResultTo260, ContractExecResultTo267, ContractInfo, ContractInstantiateResult, ContractInstantiateResultTo267, ContractInstantiateResultTo299, ContractReturnFlags, ContractStorageKey, DeletedContract, ExecReturnValue, Gas, HostFnWeights, HostFnWeightsTo264, InstantiateRequest, InstantiateRequestV1, InstantiateRequestV2, InstantiateReturnValue, InstantiateReturnValueOk, InstantiateReturnValueTo267, InstructionWeights, Limits, LimitsTo264, PrefabWasmModule, RentProjection, Schedule, ScheduleTo212, ScheduleTo258, ScheduleTo264, SeedOf, StorageDeposit, TombstoneContractInfo, TrieId } from '@polkadot/types/interfaces/contracts';22import type { ContractConstructorSpecLatest, ContractConstructorSpecV0, ContractConstructorSpecV1, ContractConstructorSpecV2, ContractConstructorSpecV3, ContractContractSpecV0, ContractContractSpecV1, ContractContractSpecV2, ContractContractSpecV3, ContractCryptoHasher, ContractDiscriminant, ContractDisplayName, ContractEventParamSpecLatest, ContractEventParamSpecV0, ContractEventParamSpecV2, ContractEventSpecLatest, ContractEventSpecV0, ContractEventSpecV1, ContractEventSpecV2, ContractLayoutArray, ContractLayoutCell, ContractLayoutEnum, ContractLayoutHash, ContractLayoutHashingStrategy, ContractLayoutKey, ContractLayoutStruct, ContractLayoutStructField, ContractMessageParamSpecLatest, ContractMessageParamSpecV0, ContractMessageParamSpecV2, ContractMessageSpecLatest, ContractMessageSpecV0, ContractMessageSpecV1, ContractMessageSpecV2, ContractMetadata, ContractMetadataLatest, ContractMetadataV0, ContractMetadataV1, ContractMetadataV2, ContractMetadataV3, ContractProject, ContractProjectContract, ContractProjectInfo, ContractProjectSource, ContractProjectV0, ContractSelector, ContractStorageLayout, ContractTypeSpec } from '@polkadot/types/interfaces/contractsAbi';23import type { FundIndex, FundInfo, LastContribution, TrieIndex } from '@polkadot/types/interfaces/crowdloan';24import type { ConfigData, MessageId, OverweightIndex, PageCounter, PageIndexData } from '@polkadot/types/interfaces/cumulus';25import type { AccountVote, AccountVoteSplit, AccountVoteStandard, Conviction, Delegations, PreimageStatus, PreimageStatusAvailable, PriorLock, PropIndex, Proposal, ProxyState, ReferendumIndex, ReferendumInfo, ReferendumInfoFinished, ReferendumInfoTo239, ReferendumStatus, Tally, Voting, VotingDelegating, VotingDirect, VotingDirectVote } from '@polkadot/types/interfaces/democracy';26import type { BlockStats } from '@polkadot/types/interfaces/dev';27import type { ApprovalFlag, DefunctVoter, Renouncing, SetIndex, Vote, VoteIndex, VoteThreshold, VoterInfo } from '@polkadot/types/interfaces/elections';28import type { CreatedBlock, ImportedAux } from '@polkadot/types/interfaces/engine';29import type { BlockV0, BlockV1, BlockV2, EIP1559Transaction, EIP2930Transaction, EthAccessList, EthAccessListItem, EthAccount, EthAddress, EthBlock, EthBloom, EthCallRequest, EthFilter, EthFilterAddress, EthFilterChanges, EthFilterTopic, EthFilterTopicEntry, EthFilterTopicInner, EthHeader, EthLog, EthReceipt, EthRichBlock, EthRichHeader, EthStorageProof, EthSubKind, EthSubParams, EthSubResult, EthSyncInfo, EthSyncStatus, EthTransaction, EthTransactionAction, EthTransactionCondition, EthTransactionRequest, EthTransactionSignature, EthTransactionStatus, EthWork, EthereumAccountId, EthereumAddress, EthereumLookupSource, EthereumSignature, LegacyTransaction, TransactionV0, TransactionV1, TransactionV2 } from '@polkadot/types/interfaces/eth';30import type { EvmAccount, EvmLog, EvmVicinity, ExitError, ExitFatal, ExitReason, ExitRevert, ExitSucceed } from '@polkadot/types/interfaces/evm';31import type { AnySignature, EcdsaSignature, Ed25519Signature, Era, Extrinsic, ExtrinsicEra, ExtrinsicPayload, ExtrinsicPayloadUnknown, ExtrinsicPayloadV4, ExtrinsicSignature, ExtrinsicSignatureV4, ExtrinsicUnknown, ExtrinsicV4, ImmortalEra, MortalEra, MultiSignature, Signature, SignerPayload, Sr25519Signature } from '@polkadot/types/interfaces/extrinsics';32import type { AssetOptions, Owner, PermissionLatest, PermissionVersions, PermissionsV1 } from '@polkadot/types/interfaces/genericAsset';33import type { ActiveGilt, ActiveGiltsTotal, ActiveIndex, GiltBid } from '@polkadot/types/interfaces/gilt';34import type { AuthorityIndex, AuthorityList, AuthoritySet, AuthoritySetChange, AuthoritySetChanges, AuthorityWeight, DelayKind, DelayKindBest, EncodedFinalityProofs, ForkTreePendingChange, ForkTreePendingChangeNode, GrandpaCommit, GrandpaEquivocation, GrandpaEquivocationProof, GrandpaEquivocationValue, GrandpaJustification, GrandpaPrecommit, GrandpaPrevote, GrandpaSignedPrecommit, JustificationNotification, KeyOwnerProof, NextAuthority, PendingChange, PendingPause, PendingResume, Precommits, Prevotes, ReportedRoundStates, RoundState, SetId, StoredPendingChange, StoredState } from '@polkadot/types/interfaces/grandpa';35import type { IdentityFields, IdentityInfo, IdentityInfoAdditional, IdentityInfoTo198, IdentityJudgement, RegistrarIndex, RegistrarInfo, Registration, RegistrationJudgement, RegistrationTo198 } from '@polkadot/types/interfaces/identity';36import type { AuthIndex, AuthoritySignature, Heartbeat, HeartbeatTo244, OpaqueMultiaddr, OpaqueNetworkState, OpaquePeerId } from '@polkadot/types/interfaces/imOnline';37import type { CallIndex, LotteryConfig } from '@polkadot/types/interfaces/lottery';38import type { ErrorMetadataLatest, ErrorMetadataV10, ErrorMetadataV11, ErrorMetadataV12, ErrorMetadataV13, ErrorMetadataV14, ErrorMetadataV9, EventMetadataLatest, EventMetadataV10, EventMetadataV11, EventMetadataV12, EventMetadataV13, EventMetadataV14, EventMetadataV9, ExtrinsicMetadataLatest, ExtrinsicMetadataV11, ExtrinsicMetadataV12, ExtrinsicMetadataV13, ExtrinsicMetadataV14, FunctionArgumentMetadataLatest, FunctionArgumentMetadataV10, FunctionArgumentMetadataV11, FunctionArgumentMetadataV12, FunctionArgumentMetadataV13, FunctionArgumentMetadataV14, FunctionArgumentMetadataV9, FunctionMetadataLatest, FunctionMetadataV10, FunctionMetadataV11, FunctionMetadataV12, FunctionMetadataV13, FunctionMetadataV14, FunctionMetadataV9, MetadataAll, MetadataLatest, MetadataV10, MetadataV11, MetadataV12, MetadataV13, MetadataV14, MetadataV9, ModuleConstantMetadataV10, ModuleConstantMetadataV11, ModuleConstantMetadataV12, ModuleConstantMetadataV13, ModuleConstantMetadataV9, ModuleMetadataV10, ModuleMetadataV11, ModuleMetadataV12, ModuleMetadataV13, ModuleMetadataV9, PalletCallMetadataLatest, PalletCallMetadataV14, PalletConstantMetadataLatest, PalletConstantMetadataV14, PalletErrorMetadataLatest, PalletErrorMetadataV14, PalletEventMetadataLatest, PalletEventMetadataV14, PalletMetadataLatest, PalletMetadataV14, PalletStorageMetadataLatest, PalletStorageMetadataV14, PortableType, PortableTypeV14, SignedExtensionMetadataLatest, SignedExtensionMetadataV14, StorageEntryMetadataLatest, StorageEntryMetadataV10, StorageEntryMetadataV11, StorageEntryMetadataV12, StorageEntryMetadataV13, StorageEntryMetadataV14, StorageEntryMetadataV9, StorageEntryModifierLatest, StorageEntryModifierV10, StorageEntryModifierV11, StorageEntryModifierV12, StorageEntryModifierV13, StorageEntryModifierV14, StorageEntryModifierV9, StorageEntryTypeLatest, StorageEntryTypeV10, StorageEntryTypeV11, StorageEntryTypeV12, StorageEntryTypeV13, StorageEntryTypeV14, StorageEntryTypeV9, StorageHasher, StorageHasherV10, StorageHasherV11, StorageHasherV12, StorageHasherV13, StorageHasherV14, StorageHasherV9, StorageMetadataV10, StorageMetadataV11, StorageMetadataV12, StorageMetadataV13, StorageMetadataV9 } from '@polkadot/types/interfaces/metadata';39import type { MmrLeafBatchProof, MmrLeafProof } from '@polkadot/types/interfaces/mmr';40import type { StorageKind } from '@polkadot/types/interfaces/offchain';41import type { DeferredOffenceOf, Kind, OffenceDetails, Offender, OpaqueTimeSlot, ReportIdOf, Reporter } from '@polkadot/types/interfaces/offences';42import type { AbridgedCandidateReceipt, AbridgedHostConfiguration, AbridgedHrmpChannel, AssignmentId, AssignmentKind, AttestedCandidate, AuctionIndex, AuthorityDiscoveryId, AvailabilityBitfield, AvailabilityBitfieldRecord, BackedCandidate, Bidder, BufferedSessionChange, CandidateCommitments, CandidateDescriptor, CandidateHash, CandidateInfo, CandidatePendingAvailability, CandidateReceipt, CollatorId, CollatorSignature, CommittedCandidateReceipt, CoreAssignment, CoreIndex, CoreOccupied, DisputeLocation, DisputeResult, DisputeState, DisputeStatement, DisputeStatementSet, DoubleVoteReport, DownwardMessage, ExplicitDisputeStatement, GlobalValidationData, GlobalValidationSchedule, GroupIndex, HeadData, HostConfiguration, HrmpChannel, HrmpChannelId, HrmpOpenChannelRequest, InboundDownwardMessage, InboundHrmpMessage, InboundHrmpMessages, IncomingParachain, IncomingParachainDeploy, IncomingParachainFixed, InvalidDisputeStatementKind, LeasePeriod, LeasePeriodOf, LocalValidationData, MessageIngestionType, MessageQueueChain, MessagingStateSnapshot, MessagingStateSnapshotEgressEntry, MultiDisputeStatementSet, NewBidder, OutboundHrmpMessage, ParaGenesisArgs, ParaId, ParaInfo, ParaLifecycle, ParaPastCodeMeta, ParaScheduling, ParaValidatorIndex, ParachainDispatchOrigin, ParachainInherentData, ParachainProposal, ParachainsInherentData, ParathreadClaim, ParathreadClaimQueue, ParathreadEntry, PersistedValidationData, QueuedParathread, RegisteredParachainInfo, RelayBlockNumber, RelayChainBlockNumber, RelayChainHash, RelayHash, Remark, ReplacementTimes, Retriable, Scheduling, ServiceQuality, SessionInfo, SessionInfoValidatorGroup, SignedAvailabilityBitfield, SignedAvailabilityBitfields, SigningContext, SlotRange, SlotRange10, Statement, SubId, SystemInherentData, TransientValidationData, UpgradeGoAhead, UpgradeRestriction, UpwardMessage, ValidDisputeStatementKind, ValidationCode, ValidationCodeHash, ValidationData, ValidationDataType, ValidationFunctionParams, ValidatorSignature, ValidityAttestation, VecInboundHrmpMessage, WinnersData, WinnersData10, WinnersDataTuple, WinnersDataTuple10, WinningData, WinningData10, WinningDataEntry } from '@polkadot/types/interfaces/parachains';43import type { FeeDetails, InclusionFee, RuntimeDispatchInfo } from '@polkadot/types/interfaces/payment';44import type { Approvals } from '@polkadot/types/interfaces/poll';45import type { ProxyAnnouncement, ProxyDefinition, ProxyType } from '@polkadot/types/interfaces/proxy';46import type { AccountStatus, AccountValidity } from '@polkadot/types/interfaces/purchase';47import type { ActiveRecovery, RecoveryConfig } from '@polkadot/types/interfaces/recovery';48import type { RpcMethods } from '@polkadot/types/interfaces/rpc';49import type { AccountId, AccountId20, AccountId32, AccountIdOf, AccountIndex, Address, AssetId, Balance, BalanceOf, Block, BlockNumber, BlockNumberFor, BlockNumberOf, Call, CallHash, CallHashOf, ChangesTrieConfiguration, ChangesTrieSignal, CodecHash, Consensus, ConsensusEngineId, CrateVersion, Digest, DigestItem, EncodedJustification, ExtrinsicsWeight, Fixed128, Fixed64, FixedI128, FixedI64, FixedU128, FixedU64, H1024, H128, H160, H2048, H256, H32, H512, H64, Hash, Header, HeaderPartial, I32F32, Index, IndicesLookupSource, Justification, Justifications, KeyTypeId, KeyValue, LockIdentifier, LookupSource, LookupTarget, ModuleId, Moment, MultiAddress, MultiSigner, OpaqueCall, Origin, OriginCaller, PalletId, PalletVersion, PalletsOrigin, Pays, PerU16, Perbill, Percent, Permill, Perquintill, Phantom, PhantomData, PreRuntime, Releases, RuntimeDbWeight, Seal, SealV0, SignedBlock, SignedBlockWithJustification, SignedBlockWithJustifications, Slot, StorageData, StorageProof, TransactionInfo, TransactionPriority, TransactionStorageProof, U32F32, ValidatorId, ValidatorIdOf, Weight, WeightMultiplier } from '@polkadot/types/interfaces/runtime';50import type { Si0Field, Si0LookupTypeId, Si0Path, Si0Type, Si0TypeDef, Si0TypeDefArray, Si0TypeDefBitSequence, Si0TypeDefCompact, Si0TypeDefComposite, Si0TypeDefPhantom, Si0TypeDefPrimitive, Si0TypeDefSequence, Si0TypeDefTuple, Si0TypeDefVariant, Si0TypeParameter, Si0Variant, Si1Field, Si1LookupTypeId, Si1Path, Si1Type, Si1TypeDef, Si1TypeDefArray, Si1TypeDefBitSequence, Si1TypeDefCompact, Si1TypeDefComposite, Si1TypeDefPrimitive, Si1TypeDefSequence, Si1TypeDefTuple, Si1TypeDefVariant, Si1TypeParameter, Si1Variant, SiField, SiLookupTypeId, SiPath, SiType, SiTypeDef, SiTypeDefArray, SiTypeDefBitSequence, SiTypeDefCompact, SiTypeDefComposite, SiTypeDefPrimitive, SiTypeDefSequence, SiTypeDefTuple, SiTypeDefVariant, SiTypeParameter, SiVariant } from '@polkadot/types/interfaces/scaleInfo';51import type { Period, Priority, SchedulePeriod, SchedulePriority, Scheduled, ScheduledTo254, TaskAddress } from '@polkadot/types/interfaces/scheduler';52import type { BeefyKey, FullIdentification, IdentificationTuple, Keys, MembershipProof, SessionIndex, SessionKeys1, SessionKeys10, SessionKeys10B, SessionKeys2, SessionKeys3, SessionKeys4, SessionKeys5, SessionKeys6, SessionKeys6B, SessionKeys7, SessionKeys7B, SessionKeys8, SessionKeys8B, SessionKeys9, SessionKeys9B, ValidatorCount } from '@polkadot/types/interfaces/session';53import type { Bid, BidKind, SocietyJudgement, SocietyVote, StrikeCount, VouchingStatus } from '@polkadot/types/interfaces/society';54import type { ActiveEraInfo, CompactAssignments, CompactAssignmentsTo257, CompactAssignmentsTo265, CompactAssignmentsWith16, CompactAssignmentsWith24, CompactScore, CompactScoreCompact, ElectionCompute, ElectionPhase, ElectionResult, ElectionScore, ElectionSize, ElectionStatus, EraIndex, EraPoints, EraRewardPoints, EraRewards, Exposure, ExtendedBalance, Forcing, IndividualExposure, KeyType, MomentOf, Nominations, NominatorIndex, NominatorIndexCompact, OffchainAccuracy, OffchainAccuracyCompact, PhragmenScore, Points, RawSolution, RawSolutionTo265, RawSolutionWith16, RawSolutionWith24, ReadySolution, RewardDestination, RewardPoint, RoundSnapshot, SeatHolder, SignedSubmission, SignedSubmissionOf, SignedSubmissionTo276, SlashJournalEntry, SlashingSpans, SlashingSpansTo204, SolutionOrSnapshotSize, SolutionSupport, SolutionSupports, SpanIndex, SpanRecord, StakingLedger, StakingLedgerTo223, StakingLedgerTo240, SubmissionIndicesOf, Supports, UnappliedSlash, UnappliedSlashOther, UnlockChunk, ValidatorIndex, ValidatorIndexCompact, ValidatorPrefs, ValidatorPrefsTo145, ValidatorPrefsTo196, ValidatorPrefsWithBlocked, ValidatorPrefsWithCommission, VoteWeight, Voter } from '@polkadot/types/interfaces/staking';55import type { ApiId, BlockTrace, BlockTraceEvent, BlockTraceEventData, BlockTraceSpan, KeyValueOption, MigrationStatusResult, ReadProof, RuntimeVersion, RuntimeVersionApi, RuntimeVersionPartial, SpecVersion, StorageChangeSet, TraceBlockResponse, TraceError } from '@polkadot/types/interfaces/state';56import type { WeightToFeeCoefficient } from '@polkadot/types/interfaces/support';57import type { AccountInfo, AccountInfoWithDualRefCount, AccountInfoWithProviders, AccountInfoWithRefCount, AccountInfoWithRefCountU8, AccountInfoWithTripleRefCount, ApplyExtrinsicResult, ArithmeticError, BlockLength, BlockWeights, ChainProperties, ChainType, ConsumedWeight, DigestOf, DispatchClass, DispatchError, DispatchErrorModule, DispatchErrorModuleU8, DispatchErrorModuleU8a, DispatchErrorTo198, DispatchInfo, DispatchInfoTo190, DispatchInfoTo244, DispatchOutcome, DispatchResult, DispatchResultOf, DispatchResultTo198, Event, EventId, EventIndex, EventRecord, Health, InvalidTransaction, Key, LastRuntimeUpgradeInfo, NetworkState, NetworkStatePeerset, NetworkStatePeersetInfo, NodeRole, NotConnectedPeer, Peer, PeerEndpoint, PeerEndpointAddr, PeerInfo, PeerPing, PerDispatchClassU32, PerDispatchClassWeight, PerDispatchClassWeightsPerClass, Phase, RawOrigin, RefCount, RefCountTo259, SyncState, SystemOrigin, TokenError, TransactionValidityError, TransactionalError, UnknownTransaction, WeightPerClass } from '@polkadot/types/interfaces/system';58import type { Bounty, BountyIndex, BountyStatus, BountyStatusActive, BountyStatusCuratorProposed, BountyStatusPendingPayout, OpenTip, OpenTipFinderTo225, OpenTipTip, OpenTipTo225, TreasuryProposal } from '@polkadot/types/interfaces/treasury';59import type { Multiplier } from '@polkadot/types/interfaces/txpayment';60import type { ClassDetails, ClassId, ClassMetadata, DepositBalance, DepositBalanceOf, DestroyWitness, InstanceDetails, InstanceId, InstanceMetadata } from '@polkadot/types/interfaces/uniques';61import type { Multisig, Timepoint } from '@polkadot/types/interfaces/utility';62import type { VestingInfo } from '@polkadot/types/interfaces/vesting';63import type { AssetInstance, AssetInstanceV0, AssetInstanceV1, AssetInstanceV2, BodyId, BodyPart, DoubleEncodedCall, Fungibility, FungibilityV0, FungibilityV1, FungibilityV2, InboundStatus, InstructionV2, InteriorMultiLocation, Junction, JunctionV0, JunctionV1, JunctionV2, Junctions, JunctionsV1, JunctionsV2, MultiAsset, MultiAssetFilter, MultiAssetFilterV1, MultiAssetFilterV2, MultiAssetV0, MultiAssetV1, MultiAssetV2, MultiAssets, MultiAssetsV1, MultiAssetsV2, MultiLocation, MultiLocationV0, MultiLocationV1, MultiLocationV2, NetworkId, OriginKindV0, OriginKindV1, OriginKindV2, OutboundStatus, Outcome, QueryId, QueryStatus, QueueConfigData, Response, ResponseV0, ResponseV1, ResponseV2, ResponseV2Error, ResponseV2Result, VersionMigrationStage, VersionedMultiAsset, VersionedMultiAssets, VersionedMultiLocation, VersionedResponse, VersionedXcm, WeightLimitV2, WildFungibility, WildFungibilityV0, WildFungibilityV1, WildFungibilityV2, WildMultiAsset, WildMultiAssetV1, WildMultiAssetV2, Xcm, XcmAssetId, XcmError, XcmErrorV0, XcmErrorV1, XcmErrorV2, XcmOrder, XcmOrderV0, XcmOrderV1, XcmOrderV2, XcmOrigin, XcmOriginKind, XcmV0, XcmV1, XcmV2, XcmVersion, XcmpMessageFormat } from '@polkadot/types/interfaces/xcm';6465declare module '@polkadot/types/types/registry' {66 export interface InterfaceTypes {67 AbridgedCandidateReceipt: AbridgedCandidateReceipt;68 AbridgedHostConfiguration: AbridgedHostConfiguration;69 AbridgedHrmpChannel: AbridgedHrmpChannel;70 AccountData: AccountData;71 AccountId: AccountId;72 AccountId20: AccountId20;73 AccountId32: AccountId32;74 AccountIdOf: AccountIdOf;75 AccountIndex: AccountIndex;76 AccountInfo: AccountInfo;77 AccountInfoWithDualRefCount: AccountInfoWithDualRefCount;78 AccountInfoWithProviders: AccountInfoWithProviders;79 AccountInfoWithRefCount: AccountInfoWithRefCount;80 AccountInfoWithRefCountU8: AccountInfoWithRefCountU8;81 AccountInfoWithTripleRefCount: AccountInfoWithTripleRefCount;82 AccountStatus: AccountStatus;83 AccountValidity: AccountValidity;84 AccountVote: AccountVote;85 AccountVoteSplit: AccountVoteSplit;86 AccountVoteStandard: AccountVoteStandard;87 ActiveEraInfo: ActiveEraInfo;88 ActiveGilt: ActiveGilt;89 ActiveGiltsTotal: ActiveGiltsTotal;90 ActiveIndex: ActiveIndex;91 ActiveRecovery: ActiveRecovery;92 Address: Address;93 AliveContractInfo: AliveContractInfo;94 AllowedSlots: AllowedSlots;95 AnySignature: AnySignature;96 ApiId: ApiId;97 ApplyExtrinsicResult: ApplyExtrinsicResult;98 ApprovalFlag: ApprovalFlag;99 Approvals: Approvals;100 ArithmeticError: ArithmeticError;101 AssetApproval: AssetApproval;102 AssetApprovalKey: AssetApprovalKey;103 AssetBalance: AssetBalance;104 AssetDestroyWitness: AssetDestroyWitness;105 AssetDetails: AssetDetails;106 AssetId: AssetId;107 AssetInstance: AssetInstance;108 AssetInstanceV0: AssetInstanceV0;109 AssetInstanceV1: AssetInstanceV1;110 AssetInstanceV2: AssetInstanceV2;111 AssetMetadata: AssetMetadata;112 AssetOptions: AssetOptions;113 AssignmentId: AssignmentId;114 AssignmentKind: AssignmentKind;115 AttestedCandidate: AttestedCandidate;116 AuctionIndex: AuctionIndex;117 AuthIndex: AuthIndex;118 AuthorityDiscoveryId: AuthorityDiscoveryId;119 AuthorityId: AuthorityId;120 AuthorityIndex: AuthorityIndex;121 AuthorityList: AuthorityList;122 AuthoritySet: AuthoritySet;123 AuthoritySetChange: AuthoritySetChange;124 AuthoritySetChanges: AuthoritySetChanges;125 AuthoritySignature: AuthoritySignature;126 AuthorityWeight: AuthorityWeight;127 AvailabilityBitfield: AvailabilityBitfield;128 AvailabilityBitfieldRecord: AvailabilityBitfieldRecord;129 BabeAuthorityWeight: BabeAuthorityWeight;130 BabeBlockWeight: BabeBlockWeight;131 BabeEpochConfiguration: BabeEpochConfiguration;132 BabeEquivocationProof: BabeEquivocationProof;133 BabeWeight: BabeWeight;134 BackedCandidate: BackedCandidate;135 Balance: Balance;136 BalanceLock: BalanceLock;137 BalanceLockTo212: BalanceLockTo212;138 BalanceOf: BalanceOf;139 BalanceStatus: BalanceStatus;140 BeefyCommitment: BeefyCommitment;141 BeefyId: BeefyId;142 BeefyKey: BeefyKey;143 BeefyNextAuthoritySet: BeefyNextAuthoritySet;144 BeefyPayload: BeefyPayload;145 BeefySignedCommitment: BeefySignedCommitment;146 Bid: Bid;147 Bidder: Bidder;148 BidKind: BidKind;149 BitVec: BitVec;150 Block: Block;151 BlockAttestations: BlockAttestations;152 BlockHash: BlockHash;153 BlockLength: BlockLength;154 BlockNumber: BlockNumber;155 BlockNumberFor: BlockNumberFor;156 BlockNumberOf: BlockNumberOf;157 BlockStats: BlockStats;158 BlockTrace: BlockTrace;159 BlockTraceEvent: BlockTraceEvent;160 BlockTraceEventData: BlockTraceEventData;161 BlockTraceSpan: BlockTraceSpan;162 BlockV0: BlockV0;163 BlockV1: BlockV1;164 BlockV2: BlockV2;165 BlockWeights: BlockWeights;166 BodyId: BodyId;167 BodyPart: BodyPart;168 bool: bool;169 Bool: Bool;170 Bounty: Bounty;171 BountyIndex: BountyIndex;172 BountyStatus: BountyStatus;173 BountyStatusActive: BountyStatusActive;174 BountyStatusCuratorProposed: BountyStatusCuratorProposed;175 BountyStatusPendingPayout: BountyStatusPendingPayout;176 BridgedBlockHash: BridgedBlockHash;177 BridgedBlockNumber: BridgedBlockNumber;178 BridgedHeader: BridgedHeader;179 BridgeMessageId: BridgeMessageId;180 BufferedSessionChange: BufferedSessionChange;181 Bytes: Bytes;182 Call: Call;183 CallHash: CallHash;184 CallHashOf: CallHashOf;185 CallIndex: CallIndex;186 CallOrigin: CallOrigin;187 CandidateCommitments: CandidateCommitments;188 CandidateDescriptor: CandidateDescriptor;189 CandidateHash: CandidateHash;190 CandidateInfo: CandidateInfo;191 CandidatePendingAvailability: CandidatePendingAvailability;192 CandidateReceipt: CandidateReceipt;193 ChainId: ChainId;194 ChainProperties: ChainProperties;195 ChainType: ChainType;196 ChangesTrieConfiguration: ChangesTrieConfiguration;197 ChangesTrieSignal: ChangesTrieSignal;198 ClassDetails: ClassDetails;199 ClassId: ClassId;200 ClassMetadata: ClassMetadata;201 CodecHash: CodecHash;202 CodeHash: CodeHash;203 CodeSource: CodeSource;204 CodeUploadRequest: CodeUploadRequest;205 CodeUploadResult: CodeUploadResult;206 CodeUploadResultValue: CodeUploadResultValue;207 CollatorId: CollatorId;208 CollatorSignature: CollatorSignature;209 CollectiveOrigin: CollectiveOrigin;210 CommittedCandidateReceipt: CommittedCandidateReceipt;211 CompactAssignments: CompactAssignments;212 CompactAssignmentsTo257: CompactAssignmentsTo257;213 CompactAssignmentsTo265: CompactAssignmentsTo265;214 CompactAssignmentsWith16: CompactAssignmentsWith16;215 CompactAssignmentsWith24: CompactAssignmentsWith24;216 CompactScore: CompactScore;217 CompactScoreCompact: CompactScoreCompact;218 ConfigData: ConfigData;219 Consensus: Consensus;220 ConsensusEngineId: ConsensusEngineId;221 ConsumedWeight: ConsumedWeight;222 ContractCallFlags: ContractCallFlags;223 ContractCallRequest: ContractCallRequest;224 ContractConstructorSpecLatest: ContractConstructorSpecLatest;225 ContractConstructorSpecV0: ContractConstructorSpecV0;226 ContractConstructorSpecV1: ContractConstructorSpecV1;227 ContractConstructorSpecV2: ContractConstructorSpecV2;228 ContractConstructorSpecV3: ContractConstructorSpecV3;229 ContractContractSpecV0: ContractContractSpecV0;230 ContractContractSpecV1: ContractContractSpecV1;231 ContractContractSpecV2: ContractContractSpecV2;232 ContractContractSpecV3: ContractContractSpecV3;233 ContractCryptoHasher: ContractCryptoHasher;234 ContractDiscriminant: ContractDiscriminant;235 ContractDisplayName: ContractDisplayName;236 ContractEventParamSpecLatest: ContractEventParamSpecLatest;237 ContractEventParamSpecV0: ContractEventParamSpecV0;238 ContractEventParamSpecV2: ContractEventParamSpecV2;239 ContractEventSpecLatest: ContractEventSpecLatest;240 ContractEventSpecV0: ContractEventSpecV0;241 ContractEventSpecV1: ContractEventSpecV1;242 ContractEventSpecV2: ContractEventSpecV2;243 ContractExecResult: ContractExecResult;244 ContractExecResultOk: ContractExecResultOk;245 ContractExecResultResult: ContractExecResultResult;246 ContractExecResultSuccessTo255: ContractExecResultSuccessTo255;247 ContractExecResultSuccessTo260: ContractExecResultSuccessTo260;248 ContractExecResultTo255: ContractExecResultTo255;249 ContractExecResultTo260: ContractExecResultTo260;250 ContractExecResultTo267: ContractExecResultTo267;251 ContractInfo: ContractInfo;252 ContractInstantiateResult: ContractInstantiateResult;253 ContractInstantiateResultTo267: ContractInstantiateResultTo267;254 ContractInstantiateResultTo299: ContractInstantiateResultTo299;255 ContractLayoutArray: ContractLayoutArray;256 ContractLayoutCell: ContractLayoutCell;257 ContractLayoutEnum: ContractLayoutEnum;258 ContractLayoutHash: ContractLayoutHash;259 ContractLayoutHashingStrategy: ContractLayoutHashingStrategy;260 ContractLayoutKey: ContractLayoutKey;261 ContractLayoutStruct: ContractLayoutStruct;262 ContractLayoutStructField: ContractLayoutStructField;263 ContractMessageParamSpecLatest: ContractMessageParamSpecLatest;264 ContractMessageParamSpecV0: ContractMessageParamSpecV0;265 ContractMessageParamSpecV2: ContractMessageParamSpecV2;266 ContractMessageSpecLatest: ContractMessageSpecLatest;267 ContractMessageSpecV0: ContractMessageSpecV0;268 ContractMessageSpecV1: ContractMessageSpecV1;269 ContractMessageSpecV2: ContractMessageSpecV2;270 ContractMetadata: ContractMetadata;271 ContractMetadataLatest: ContractMetadataLatest;272 ContractMetadataV0: ContractMetadataV0;273 ContractMetadataV1: ContractMetadataV1;274 ContractMetadataV2: ContractMetadataV2;275 ContractMetadataV3: ContractMetadataV3;276 ContractProject: ContractProject;277 ContractProjectContract: ContractProjectContract;278 ContractProjectInfo: ContractProjectInfo;279 ContractProjectSource: ContractProjectSource;280 ContractProjectV0: ContractProjectV0;281 ContractReturnFlags: ContractReturnFlags;282 ContractSelector: ContractSelector;283 ContractStorageKey: ContractStorageKey;284 ContractStorageLayout: ContractStorageLayout;285 ContractTypeSpec: ContractTypeSpec;286 Conviction: Conviction;287 CoreAssignment: CoreAssignment;288 CoreIndex: CoreIndex;289 CoreOccupied: CoreOccupied;290 CrateVersion: CrateVersion;291 CreatedBlock: CreatedBlock;292 CumulusPalletDmpQueueCall: CumulusPalletDmpQueueCall;293 CumulusPalletDmpQueueConfigData: CumulusPalletDmpQueueConfigData;294 CumulusPalletDmpQueueError: CumulusPalletDmpQueueError;295 CumulusPalletDmpQueueEvent: CumulusPalletDmpQueueEvent;296 CumulusPalletDmpQueuePageIndexData: CumulusPalletDmpQueuePageIndexData;297 CumulusPalletParachainSystemCall: CumulusPalletParachainSystemCall;298 CumulusPalletParachainSystemError: CumulusPalletParachainSystemError;299 CumulusPalletParachainSystemEvent: CumulusPalletParachainSystemEvent;300 CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot;301 CumulusPalletXcmCall: CumulusPalletXcmCall;302 CumulusPalletXcmError: CumulusPalletXcmError;303 CumulusPalletXcmEvent: CumulusPalletXcmEvent;304 CumulusPalletXcmOrigin: CumulusPalletXcmOrigin;305 CumulusPalletXcmpQueueCall: CumulusPalletXcmpQueueCall;306 CumulusPalletXcmpQueueError: CumulusPalletXcmpQueueError;307 CumulusPalletXcmpQueueEvent: CumulusPalletXcmpQueueEvent;308 CumulusPalletXcmpQueueInboundChannelDetails: CumulusPalletXcmpQueueInboundChannelDetails;309 CumulusPalletXcmpQueueInboundState: CumulusPalletXcmpQueueInboundState;310 CumulusPalletXcmpQueueOutboundChannelDetails: CumulusPalletXcmpQueueOutboundChannelDetails;311 CumulusPalletXcmpQueueOutboundState: CumulusPalletXcmpQueueOutboundState;312 CumulusPalletXcmpQueueQueueConfigData: CumulusPalletXcmpQueueQueueConfigData;313 CumulusPrimitivesParachainInherentParachainInherentData: CumulusPrimitivesParachainInherentParachainInherentData;314 Data: Data;315 DeferredOffenceOf: DeferredOffenceOf;316 DefunctVoter: DefunctVoter;317 DelayKind: DelayKind;318 DelayKindBest: DelayKindBest;319 Delegations: Delegations;320 DeletedContract: DeletedContract;321 DeliveredMessages: DeliveredMessages;322 DepositBalance: DepositBalance;323 DepositBalanceOf: DepositBalanceOf;324 DestroyWitness: DestroyWitness;325 Digest: Digest;326 DigestItem: DigestItem;327 DigestOf: DigestOf;328 DispatchClass: DispatchClass;329 DispatchError: DispatchError;330 DispatchErrorModule: DispatchErrorModule;331 DispatchErrorModuleU8: DispatchErrorModuleU8;332 DispatchErrorModuleU8a: DispatchErrorModuleU8a;333 DispatchErrorTo198: DispatchErrorTo198;334 DispatchFeePayment: DispatchFeePayment;335 DispatchInfo: DispatchInfo;336 DispatchInfoTo190: DispatchInfoTo190;337 DispatchInfoTo244: DispatchInfoTo244;338 DispatchOutcome: DispatchOutcome;339 DispatchResult: DispatchResult;340 DispatchResultOf: DispatchResultOf;341 DispatchResultTo198: DispatchResultTo198;342 DisputeLocation: DisputeLocation;343 DisputeResult: DisputeResult;344 DisputeState: DisputeState;345 DisputeStatement: DisputeStatement;346 DisputeStatementSet: DisputeStatementSet;347 DoubleEncodedCall: DoubleEncodedCall;348 DoubleVoteReport: DoubleVoteReport;349 DownwardMessage: DownwardMessage;350 EcdsaSignature: EcdsaSignature;351 Ed25519Signature: Ed25519Signature;352 EIP1559Transaction: EIP1559Transaction;353 EIP2930Transaction: EIP2930Transaction;354 ElectionCompute: ElectionCompute;355 ElectionPhase: ElectionPhase;356 ElectionResult: ElectionResult;357 ElectionScore: ElectionScore;358 ElectionSize: ElectionSize;359 ElectionStatus: ElectionStatus;360 EncodedFinalityProofs: EncodedFinalityProofs;361 EncodedJustification: EncodedJustification;362 EpochAuthorship: EpochAuthorship;363 Era: Era;364 EraIndex: EraIndex;365 EraPoints: EraPoints;366 EraRewardPoints: EraRewardPoints;367 EraRewards: EraRewards;368 ErrorMetadataLatest: ErrorMetadataLatest;369 ErrorMetadataV10: ErrorMetadataV10;370 ErrorMetadataV11: ErrorMetadataV11;371 ErrorMetadataV12: ErrorMetadataV12;372 ErrorMetadataV13: ErrorMetadataV13;373 ErrorMetadataV14: ErrorMetadataV14;374 ErrorMetadataV9: ErrorMetadataV9;375 EthAccessList: EthAccessList;376 EthAccessListItem: EthAccessListItem;377 EthAccount: EthAccount;378 EthAddress: EthAddress;379 EthBlock: EthBlock;380 EthBloom: EthBloom;381 EthbloomBloom: EthbloomBloom;382 EthCallRequest: EthCallRequest;383 EthereumAccountId: EthereumAccountId;384 EthereumAddress: EthereumAddress;385 EthereumBlock: EthereumBlock;386 EthereumHeader: EthereumHeader;387 EthereumLog: EthereumLog;388 EthereumLookupSource: EthereumLookupSource;389 EthereumReceiptEip658ReceiptData: EthereumReceiptEip658ReceiptData;390 EthereumReceiptReceiptV3: EthereumReceiptReceiptV3;391 EthereumSignature: EthereumSignature;392 EthereumTransactionAccessListItem: EthereumTransactionAccessListItem;393 EthereumTransactionEip1559Transaction: EthereumTransactionEip1559Transaction;394 EthereumTransactionEip2930Transaction: EthereumTransactionEip2930Transaction;395 EthereumTransactionLegacyTransaction: EthereumTransactionLegacyTransaction;396 EthereumTransactionTransactionAction: EthereumTransactionTransactionAction;397 EthereumTransactionTransactionSignature: EthereumTransactionTransactionSignature;398 EthereumTransactionTransactionV2: EthereumTransactionTransactionV2;399 EthereumTypesHashH64: EthereumTypesHashH64;400 EthFilter: EthFilter;401 EthFilterAddress: EthFilterAddress;402 EthFilterChanges: EthFilterChanges;403 EthFilterTopic: EthFilterTopic;404 EthFilterTopicEntry: EthFilterTopicEntry;405 EthFilterTopicInner: EthFilterTopicInner;406 EthHeader: EthHeader;407 EthLog: EthLog;408 EthReceipt: EthReceipt;409 EthRichBlock: EthRichBlock;410 EthRichHeader: EthRichHeader;411 EthStorageProof: EthStorageProof;412 EthSubKind: EthSubKind;413 EthSubParams: EthSubParams;414 EthSubResult: EthSubResult;415 EthSyncInfo: EthSyncInfo;416 EthSyncStatus: EthSyncStatus;417 EthTransaction: EthTransaction;418 EthTransactionAction: EthTransactionAction;419 EthTransactionCondition: EthTransactionCondition;420 EthTransactionRequest: EthTransactionRequest;421 EthTransactionSignature: EthTransactionSignature;422 EthTransactionStatus: EthTransactionStatus;423 EthWork: EthWork;424 Event: Event;425 EventId: EventId;426 EventIndex: EventIndex;427 EventMetadataLatest: EventMetadataLatest;428 EventMetadataV10: EventMetadataV10;429 EventMetadataV11: EventMetadataV11;430 EventMetadataV12: EventMetadataV12;431 EventMetadataV13: EventMetadataV13;432 EventMetadataV14: EventMetadataV14;433 EventMetadataV9: EventMetadataV9;434 EventRecord: EventRecord;435 EvmAccount: EvmAccount;436 EvmCoreErrorExitError: EvmCoreErrorExitError;437 EvmCoreErrorExitFatal: EvmCoreErrorExitFatal;438 EvmCoreErrorExitReason: EvmCoreErrorExitReason;439 EvmCoreErrorExitRevert: EvmCoreErrorExitRevert;440 EvmCoreErrorExitSucceed: EvmCoreErrorExitSucceed;441 EvmLog: EvmLog;442 EvmVicinity: EvmVicinity;443 ExecReturnValue: ExecReturnValue;444 ExitError: ExitError;445 ExitFatal: ExitFatal;446 ExitReason: ExitReason;447 ExitRevert: ExitRevert;448 ExitSucceed: ExitSucceed;449 ExplicitDisputeStatement: ExplicitDisputeStatement;450 Exposure: Exposure;451 ExtendedBalance: ExtendedBalance;452 Extrinsic: Extrinsic;453 ExtrinsicEra: ExtrinsicEra;454 ExtrinsicMetadataLatest: ExtrinsicMetadataLatest;455 ExtrinsicMetadataV11: ExtrinsicMetadataV11;456 ExtrinsicMetadataV12: ExtrinsicMetadataV12;457 ExtrinsicMetadataV13: ExtrinsicMetadataV13;458 ExtrinsicMetadataV14: ExtrinsicMetadataV14;459 ExtrinsicOrHash: ExtrinsicOrHash;460 ExtrinsicPayload: ExtrinsicPayload;461 ExtrinsicPayloadUnknown: ExtrinsicPayloadUnknown;462 ExtrinsicPayloadV4: ExtrinsicPayloadV4;463 ExtrinsicSignature: ExtrinsicSignature;464 ExtrinsicSignatureV4: ExtrinsicSignatureV4;465 ExtrinsicStatus: ExtrinsicStatus;466 ExtrinsicsWeight: ExtrinsicsWeight;467 ExtrinsicUnknown: ExtrinsicUnknown;468 ExtrinsicV4: ExtrinsicV4;469 FeeDetails: FeeDetails;470 Fixed128: Fixed128;471 Fixed64: Fixed64;472 FixedI128: FixedI128;473 FixedI64: FixedI64;474 FixedU128: FixedU128;475 FixedU64: FixedU64;476 Forcing: Forcing;477 ForkTreePendingChange: ForkTreePendingChange;478 ForkTreePendingChangeNode: ForkTreePendingChangeNode;479 FpRpcTransactionStatus: FpRpcTransactionStatus;480 FrameSupportDispatchRawOrigin: FrameSupportDispatchRawOrigin;481 FrameSupportPalletId: FrameSupportPalletId;482 FrameSupportScheduleLookupError: FrameSupportScheduleLookupError;483 FrameSupportScheduleMaybeHashed: FrameSupportScheduleMaybeHashed;484 FrameSupportTokensMiscBalanceStatus: FrameSupportTokensMiscBalanceStatus;485 FrameSupportWeightsDispatchClass: FrameSupportWeightsDispatchClass;486 FrameSupportWeightsDispatchInfo: FrameSupportWeightsDispatchInfo;487 FrameSupportWeightsPays: FrameSupportWeightsPays;488 FrameSupportWeightsPerDispatchClassU32: FrameSupportWeightsPerDispatchClassU32;489 FrameSupportWeightsPerDispatchClassU64: FrameSupportWeightsPerDispatchClassU64;490 FrameSupportWeightsPerDispatchClassWeightsPerClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;491 FrameSupportWeightsRuntimeDbWeight: FrameSupportWeightsRuntimeDbWeight;492 FrameSystemAccountInfo: FrameSystemAccountInfo;493 FrameSystemCall: FrameSystemCall;494 FrameSystemError: FrameSystemError;495 FrameSystemEvent: FrameSystemEvent;496 FrameSystemEventRecord: FrameSystemEventRecord;497 FrameSystemExtensionsCheckGenesis: FrameSystemExtensionsCheckGenesis;498 FrameSystemExtensionsCheckNonce: FrameSystemExtensionsCheckNonce;499 FrameSystemExtensionsCheckSpecVersion: FrameSystemExtensionsCheckSpecVersion;500 FrameSystemExtensionsCheckWeight: FrameSystemExtensionsCheckWeight;501 FrameSystemLastRuntimeUpgradeInfo: FrameSystemLastRuntimeUpgradeInfo;502 FrameSystemLimitsBlockLength: FrameSystemLimitsBlockLength;503 FrameSystemLimitsBlockWeights: FrameSystemLimitsBlockWeights;504 FrameSystemLimitsWeightsPerClass: FrameSystemLimitsWeightsPerClass;505 FrameSystemPhase: FrameSystemPhase;506 FullIdentification: FullIdentification;507 FunctionArgumentMetadataLatest: FunctionArgumentMetadataLatest;508 FunctionArgumentMetadataV10: FunctionArgumentMetadataV10;509 FunctionArgumentMetadataV11: FunctionArgumentMetadataV11;510 FunctionArgumentMetadataV12: FunctionArgumentMetadataV12;511 FunctionArgumentMetadataV13: FunctionArgumentMetadataV13;512 FunctionArgumentMetadataV14: FunctionArgumentMetadataV14;513 FunctionArgumentMetadataV9: FunctionArgumentMetadataV9;514 FunctionMetadataLatest: FunctionMetadataLatest;515 FunctionMetadataV10: FunctionMetadataV10;516 FunctionMetadataV11: FunctionMetadataV11;517 FunctionMetadataV12: FunctionMetadataV12;518 FunctionMetadataV13: FunctionMetadataV13;519 FunctionMetadataV14: FunctionMetadataV14;520 FunctionMetadataV9: FunctionMetadataV9;521 FundIndex: FundIndex;522 FundInfo: FundInfo;523 Fungibility: Fungibility;524 FungibilityV0: FungibilityV0;525 FungibilityV1: FungibilityV1;526 FungibilityV2: FungibilityV2;527 Gas: Gas;528 GiltBid: GiltBid;529 GlobalValidationData: GlobalValidationData;530 GlobalValidationSchedule: GlobalValidationSchedule;531 GrandpaCommit: GrandpaCommit;532 GrandpaEquivocation: GrandpaEquivocation;533 GrandpaEquivocationProof: GrandpaEquivocationProof;534 GrandpaEquivocationValue: GrandpaEquivocationValue;535 GrandpaJustification: GrandpaJustification;536 GrandpaPrecommit: GrandpaPrecommit;537 GrandpaPrevote: GrandpaPrevote;538 GrandpaSignedPrecommit: GrandpaSignedPrecommit;539 GroupIndex: GroupIndex;540 H1024: H1024;541 H128: H128;542 H160: H160;543 H2048: H2048;544 H256: H256;545 H32: H32;546 H512: H512;547 H64: H64;548 Hash: Hash;549 HeadData: HeadData;550 Header: Header;551 HeaderPartial: HeaderPartial;552 Health: Health;553 Heartbeat: Heartbeat;554 HeartbeatTo244: HeartbeatTo244;555 HostConfiguration: HostConfiguration;556 HostFnWeights: HostFnWeights;557 HostFnWeightsTo264: HostFnWeightsTo264;558 HrmpChannel: HrmpChannel;559 HrmpChannelId: HrmpChannelId;560 HrmpOpenChannelRequest: HrmpOpenChannelRequest;561 i128: i128;562 I128: I128;563 i16: i16;564 I16: I16;565 i256: i256;566 I256: I256;567 i32: i32;568 I32: I32;569 I32F32: I32F32;570 i64: i64;571 I64: I64;572 i8: i8;573 I8: I8;574 IdentificationTuple: IdentificationTuple;575 IdentityFields: IdentityFields;576 IdentityInfo: IdentityInfo;577 IdentityInfoAdditional: IdentityInfoAdditional;578 IdentityInfoTo198: IdentityInfoTo198;579 IdentityJudgement: IdentityJudgement;580 ImmortalEra: ImmortalEra;581 ImportedAux: ImportedAux;582 InboundDownwardMessage: InboundDownwardMessage;583 InboundHrmpMessage: InboundHrmpMessage;584 InboundHrmpMessages: InboundHrmpMessages;585 InboundLaneData: InboundLaneData;586 InboundRelayer: InboundRelayer;587 InboundStatus: InboundStatus;588 IncludedBlocks: IncludedBlocks;589 InclusionFee: InclusionFee;590 IncomingParachain: IncomingParachain;591 IncomingParachainDeploy: IncomingParachainDeploy;592 IncomingParachainFixed: IncomingParachainFixed;593 Index: Index;594 IndicesLookupSource: IndicesLookupSource;595 IndividualExposure: IndividualExposure;596 InitializationData: InitializationData;597 InstanceDetails: InstanceDetails;598 InstanceId: InstanceId;599 InstanceMetadata: InstanceMetadata;600 InstantiateRequest: InstantiateRequest;601 InstantiateRequestV1: InstantiateRequestV1;602 InstantiateRequestV2: InstantiateRequestV2;603 InstantiateReturnValue: InstantiateReturnValue;604 InstantiateReturnValueOk: InstantiateReturnValueOk;605 InstantiateReturnValueTo267: InstantiateReturnValueTo267;606 InstructionV2: InstructionV2;607 InstructionWeights: InstructionWeights;608 InteriorMultiLocation: InteriorMultiLocation;609 InvalidDisputeStatementKind: InvalidDisputeStatementKind;610 InvalidTransaction: InvalidTransaction;611 Json: Json;612 Junction: Junction;613 Junctions: Junctions;614 JunctionsV1: JunctionsV1;615 JunctionsV2: JunctionsV2;616 JunctionV0: JunctionV0;617 JunctionV1: JunctionV1;618 JunctionV2: JunctionV2;619 Justification: Justification;620 JustificationNotification: JustificationNotification;621 Justifications: Justifications;622 Key: Key;623 KeyOwnerProof: KeyOwnerProof;624 Keys: Keys;625 KeyType: KeyType;626 KeyTypeId: KeyTypeId;627 KeyValue: KeyValue;628 KeyValueOption: KeyValueOption;629 Kind: Kind;630 LaneId: LaneId;631 LastContribution: LastContribution;632 LastRuntimeUpgradeInfo: LastRuntimeUpgradeInfo;633 LeasePeriod: LeasePeriod;634 LeasePeriodOf: LeasePeriodOf;635 LegacyTransaction: LegacyTransaction;636 Limits: Limits;637 LimitsTo264: LimitsTo264;638 LocalValidationData: LocalValidationData;639 LockIdentifier: LockIdentifier;640 LookupSource: LookupSource;641 LookupTarget: LookupTarget;642 LotteryConfig: LotteryConfig;643 MaybeRandomness: MaybeRandomness;644 MaybeVrf: MaybeVrf;645 MemberCount: MemberCount;646 MembershipProof: MembershipProof;647 MessageData: MessageData;648 MessageId: MessageId;649 MessageIngestionType: MessageIngestionType;650 MessageKey: MessageKey;651 MessageNonce: MessageNonce;652 MessageQueueChain: MessageQueueChain;653 MessagesDeliveryProofOf: MessagesDeliveryProofOf;654 MessagesProofOf: MessagesProofOf;655 MessagingStateSnapshot: MessagingStateSnapshot;656 MessagingStateSnapshotEgressEntry: MessagingStateSnapshotEgressEntry;657 MetadataAll: MetadataAll;658 MetadataLatest: MetadataLatest;659 MetadataV10: MetadataV10;660 MetadataV11: MetadataV11;661 MetadataV12: MetadataV12;662 MetadataV13: MetadataV13;663 MetadataV14: MetadataV14;664 MetadataV9: MetadataV9;665 MigrationStatusResult: MigrationStatusResult;666 MmrLeafBatchProof: MmrLeafBatchProof;667 MmrLeafProof: MmrLeafProof;668 MmrRootHash: MmrRootHash;669 ModuleConstantMetadataV10: ModuleConstantMetadataV10;670 ModuleConstantMetadataV11: ModuleConstantMetadataV11;671 ModuleConstantMetadataV12: ModuleConstantMetadataV12;672 ModuleConstantMetadataV13: ModuleConstantMetadataV13;673 ModuleConstantMetadataV9: ModuleConstantMetadataV9;674 ModuleId: ModuleId;675 ModuleMetadataV10: ModuleMetadataV10;676 ModuleMetadataV11: ModuleMetadataV11;677 ModuleMetadataV12: ModuleMetadataV12;678 ModuleMetadataV13: ModuleMetadataV13;679 ModuleMetadataV9: ModuleMetadataV9;680 Moment: Moment;681 MomentOf: MomentOf;682 MoreAttestations: MoreAttestations;683 MortalEra: MortalEra;684 MultiAddress: MultiAddress;685 MultiAsset: MultiAsset;686 MultiAssetFilter: MultiAssetFilter;687 MultiAssetFilterV1: MultiAssetFilterV1;688 MultiAssetFilterV2: MultiAssetFilterV2;689 MultiAssets: MultiAssets;690 MultiAssetsV1: MultiAssetsV1;691 MultiAssetsV2: MultiAssetsV2;692 MultiAssetV0: MultiAssetV0;693 MultiAssetV1: MultiAssetV1;694 MultiAssetV2: MultiAssetV2;695 MultiDisputeStatementSet: MultiDisputeStatementSet;696 MultiLocation: MultiLocation;697 MultiLocationV0: MultiLocationV0;698 MultiLocationV1: MultiLocationV1;699 MultiLocationV2: MultiLocationV2;700 Multiplier: Multiplier;701 Multisig: Multisig;702 MultiSignature: MultiSignature;703 MultiSigner: MultiSigner;704 NetworkId: NetworkId;705 NetworkState: NetworkState;706 NetworkStatePeerset: NetworkStatePeerset;707 NetworkStatePeersetInfo: NetworkStatePeersetInfo;708 NewBidder: NewBidder;709 NextAuthority: NextAuthority;710 NextConfigDescriptor: NextConfigDescriptor;711 NextConfigDescriptorV1: NextConfigDescriptorV1;712 NodeRole: NodeRole;713 Nominations: Nominations;714 NominatorIndex: NominatorIndex;715 NominatorIndexCompact: NominatorIndexCompact;716 NotConnectedPeer: NotConnectedPeer;717 Null: Null;718 OffchainAccuracy: OffchainAccuracy;719 OffchainAccuracyCompact: OffchainAccuracyCompact;720 OffenceDetails: OffenceDetails;721 Offender: Offender;722 OpalRuntimeOriginCaller: OpalRuntimeOriginCaller;723 OpalRuntimeRuntime: OpalRuntimeRuntime;724 OpaqueCall: OpaqueCall;725 OpaqueMultiaddr: OpaqueMultiaddr;726 OpaqueNetworkState: OpaqueNetworkState;727 OpaquePeerId: OpaquePeerId;728 OpaqueTimeSlot: OpaqueTimeSlot;729 OpenTip: OpenTip;730 OpenTipFinderTo225: OpenTipFinderTo225;731 OpenTipTip: OpenTipTip;732 OpenTipTo225: OpenTipTo225;733 OperatingMode: OperatingMode;734 OptionBool: OptionBool;735 Origin: Origin;736 OriginCaller: OriginCaller;737 OriginKindV0: OriginKindV0;738 OriginKindV1: OriginKindV1;739 OriginKindV2: OriginKindV2;740 OrmlVestingModuleCall: OrmlVestingModuleCall;741 OrmlVestingModuleError: OrmlVestingModuleError;742 OrmlVestingModuleEvent: OrmlVestingModuleEvent;743 OrmlVestingVestingSchedule: OrmlVestingVestingSchedule;744 OutboundHrmpMessage: OutboundHrmpMessage;745 OutboundLaneData: OutboundLaneData;746 OutboundMessageFee: OutboundMessageFee;747 OutboundPayload: OutboundPayload;748 OutboundStatus: OutboundStatus;749 Outcome: Outcome;750 OverweightIndex: OverweightIndex;751 Owner: Owner;752 PageCounter: PageCounter;753 PageIndexData: PageIndexData;754 PalletBalancesAccountData: PalletBalancesAccountData;755 PalletBalancesBalanceLock: PalletBalancesBalanceLock;756 PalletBalancesCall: PalletBalancesCall;757 PalletBalancesError: PalletBalancesError;758 PalletBalancesEvent: PalletBalancesEvent;759 PalletBalancesReasons: PalletBalancesReasons;760 PalletBalancesReleases: PalletBalancesReleases;761 PalletBalancesReserveData: PalletBalancesReserveData;762 PalletCallMetadataLatest: PalletCallMetadataLatest;763 PalletCallMetadataV14: PalletCallMetadataV14;764 PalletCommonError: PalletCommonError;765 PalletCommonEvent: PalletCommonEvent;766 PalletConstantMetadataLatest: PalletConstantMetadataLatest;767 PalletConstantMetadataV14: PalletConstantMetadataV14;768 PalletErrorMetadataLatest: PalletErrorMetadataLatest;769 PalletErrorMetadataV14: PalletErrorMetadataV14;770 PalletEthereumCall: PalletEthereumCall;771 PalletEthereumError: PalletEthereumError;772 PalletEthereumEvent: PalletEthereumEvent;773 PalletEthereumFakeTransactionFinalizer: PalletEthereumFakeTransactionFinalizer;774 PalletEthereumRawOrigin: PalletEthereumRawOrigin;775 PalletEventMetadataLatest: PalletEventMetadataLatest;776 PalletEventMetadataV14: PalletEventMetadataV14;777 PalletEvmAccountBasicCrossAccountIdRepr: PalletEvmAccountBasicCrossAccountIdRepr;778 PalletEvmCall: PalletEvmCall;779 PalletEvmCoderSubstrateError: PalletEvmCoderSubstrateError;780 PalletEvmContractHelpersError: PalletEvmContractHelpersError;781 PalletEvmContractHelpersSponsoringModeT: PalletEvmContractHelpersSponsoringModeT;782 PalletEvmError: PalletEvmError;783 PalletEvmEvent: PalletEvmEvent;784 PalletEvmMigrationCall: PalletEvmMigrationCall;785 PalletEvmMigrationError: PalletEvmMigrationError;786 PalletFungibleError: PalletFungibleError;787 PalletId: PalletId;788 PalletInflationCall: PalletInflationCall;789 PalletMetadataLatest: PalletMetadataLatest;790 PalletMetadataV14: PalletMetadataV14;791 PalletNonfungibleError: PalletNonfungibleError;792 PalletNonfungibleItemData: PalletNonfungibleItemData;793 PalletRefungibleError: PalletRefungibleError;794 PalletRefungibleItemData: PalletRefungibleItemData;795 PalletRmrkCoreCall: PalletRmrkCoreCall;796 PalletRmrkCoreError: PalletRmrkCoreError;797 PalletRmrkCoreEvent: PalletRmrkCoreEvent;798 PalletRmrkEquipCall: PalletRmrkEquipCall;799 PalletRmrkEquipError: PalletRmrkEquipError;800 PalletRmrkEquipEvent: PalletRmrkEquipEvent;801 PalletsOrigin: PalletsOrigin;802 PalletStorageMetadataLatest: PalletStorageMetadataLatest;803 PalletStorageMetadataV14: PalletStorageMetadataV14;804 PalletStructureCall: PalletStructureCall;805 PalletStructureError: PalletStructureError;806 PalletStructureEvent: PalletStructureEvent;807 PalletSudoCall: PalletSudoCall;808 PalletSudoError: PalletSudoError;809 PalletSudoEvent: PalletSudoEvent;810 PalletTemplateTransactionPaymentCall: PalletTemplateTransactionPaymentCall;811 PalletTemplateTransactionPaymentChargeTransactionPayment: PalletTemplateTransactionPaymentChargeTransactionPayment;812 PalletTimestampCall: PalletTimestampCall;813 PalletTransactionPaymentReleases: PalletTransactionPaymentReleases;814 PalletTreasuryCall: PalletTreasuryCall;815 PalletTreasuryError: PalletTreasuryError;816 PalletTreasuryEvent: PalletTreasuryEvent;817 PalletTreasuryProposal: PalletTreasuryProposal;818 PalletUniqueCall: PalletUniqueCall;819 PalletUniqueError: PalletUniqueError;820 PalletUniqueRawEvent: PalletUniqueRawEvent;821 PalletUniqueSchedulerCall: PalletUniqueSchedulerCall;822 PalletUniqueSchedulerError: PalletUniqueSchedulerError;823 PalletUniqueSchedulerEvent: PalletUniqueSchedulerEvent;824 PalletUniqueSchedulerScheduledV3: PalletUniqueSchedulerScheduledV3;825 PalletVersion: PalletVersion;826 PalletXcmCall: PalletXcmCall;827 PalletXcmError: PalletXcmError;828 PalletXcmEvent: PalletXcmEvent;829 PalletXcmOrigin: PalletXcmOrigin;830 ParachainDispatchOrigin: ParachainDispatchOrigin;831 ParachainInherentData: ParachainInherentData;832 ParachainProposal: ParachainProposal;833 ParachainsInherentData: ParachainsInherentData;834 ParaGenesisArgs: ParaGenesisArgs;835 ParaId: ParaId;836 ParaInfo: ParaInfo;837 ParaLifecycle: ParaLifecycle;838 Parameter: Parameter;839 ParaPastCodeMeta: ParaPastCodeMeta;840 ParaScheduling: ParaScheduling;841 ParathreadClaim: ParathreadClaim;842 ParathreadClaimQueue: ParathreadClaimQueue;843 ParathreadEntry: ParathreadEntry;844 ParaValidatorIndex: ParaValidatorIndex;845 Pays: Pays;846 Peer: Peer;847 PeerEndpoint: PeerEndpoint;848 PeerEndpointAddr: PeerEndpointAddr;849 PeerInfo: PeerInfo;850 PeerPing: PeerPing;851 PendingChange: PendingChange;852 PendingPause: PendingPause;853 PendingResume: PendingResume;854 Perbill: Perbill;855 Percent: Percent;856 PerDispatchClassU32: PerDispatchClassU32;857 PerDispatchClassWeight: PerDispatchClassWeight;858 PerDispatchClassWeightsPerClass: PerDispatchClassWeightsPerClass;859 Period: Period;860 Permill: Permill;861 PermissionLatest: PermissionLatest;862 PermissionsV1: PermissionsV1;863 PermissionVersions: PermissionVersions;864 Perquintill: Perquintill;865 PersistedValidationData: PersistedValidationData;866 PerU16: PerU16;867 Phantom: Phantom;868 PhantomData: PhantomData;869 PhantomTypeUpDataStructs: PhantomTypeUpDataStructs;870 Phase: Phase;871 PhragmenScore: PhragmenScore;872 Points: Points;873 PolkadotCorePrimitivesInboundDownwardMessage: PolkadotCorePrimitivesInboundDownwardMessage;874 PolkadotCorePrimitivesInboundHrmpMessage: PolkadotCorePrimitivesInboundHrmpMessage;875 PolkadotCorePrimitivesOutboundHrmpMessage: PolkadotCorePrimitivesOutboundHrmpMessage;876 PolkadotParachainPrimitivesXcmpMessageFormat: PolkadotParachainPrimitivesXcmpMessageFormat;877 PolkadotPrimitivesV2AbridgedHostConfiguration: PolkadotPrimitivesV2AbridgedHostConfiguration;878 PolkadotPrimitivesV2AbridgedHrmpChannel: PolkadotPrimitivesV2AbridgedHrmpChannel;879 PolkadotPrimitivesV2PersistedValidationData: PolkadotPrimitivesV2PersistedValidationData;880 PolkadotPrimitivesV2UpgradeRestriction: PolkadotPrimitivesV2UpgradeRestriction;881 PortableType: PortableType;882 PortableTypeV14: PortableTypeV14;883 Precommits: Precommits;884 PrefabWasmModule: PrefabWasmModule;885 PrefixedStorageKey: PrefixedStorageKey;886 PreimageStatus: PreimageStatus;887 PreimageStatusAvailable: PreimageStatusAvailable;888 PreRuntime: PreRuntime;889 Prevotes: Prevotes;890 Priority: Priority;891 PriorLock: PriorLock;892 PropIndex: PropIndex;893 Proposal: Proposal;894 ProposalIndex: ProposalIndex;895 ProxyAnnouncement: ProxyAnnouncement;896 ProxyDefinition: ProxyDefinition;897 ProxyState: ProxyState;898 ProxyType: ProxyType;899 QueryId: QueryId;900 QueryStatus: QueryStatus;901 QueueConfigData: QueueConfigData;902 QueuedParathread: QueuedParathread;903 Randomness: Randomness;904 Raw: Raw;905 RawAuraPreDigest: RawAuraPreDigest;906 RawBabePreDigest: RawBabePreDigest;907 RawBabePreDigestCompat: RawBabePreDigestCompat;908 RawBabePreDigestPrimary: RawBabePreDigestPrimary;909 RawBabePreDigestPrimaryTo159: RawBabePreDigestPrimaryTo159;910 RawBabePreDigestSecondaryPlain: RawBabePreDigestSecondaryPlain;911 RawBabePreDigestSecondaryTo159: RawBabePreDigestSecondaryTo159;912 RawBabePreDigestSecondaryVRF: RawBabePreDigestSecondaryVRF;913 RawBabePreDigestTo159: RawBabePreDigestTo159;914 RawOrigin: RawOrigin;915 RawSolution: RawSolution;916 RawSolutionTo265: RawSolutionTo265;917 RawSolutionWith16: RawSolutionWith16;918 RawSolutionWith24: RawSolutionWith24;919 RawVRFOutput: RawVRFOutput;920 ReadProof: ReadProof;921 ReadySolution: ReadySolution;922 Reasons: Reasons;923 RecoveryConfig: RecoveryConfig;924 RefCount: RefCount;925 RefCountTo259: RefCountTo259;926 ReferendumIndex: ReferendumIndex;927 ReferendumInfo: ReferendumInfo;928 ReferendumInfoFinished: ReferendumInfoFinished;929 ReferendumInfoTo239: ReferendumInfoTo239;930 ReferendumStatus: ReferendumStatus;931 RegisteredParachainInfo: RegisteredParachainInfo;932 RegistrarIndex: RegistrarIndex;933 RegistrarInfo: RegistrarInfo;934 Registration: Registration;935 RegistrationJudgement: RegistrationJudgement;936 RegistrationTo198: RegistrationTo198;937 RelayBlockNumber: RelayBlockNumber;938 RelayChainBlockNumber: RelayChainBlockNumber;939 RelayChainHash: RelayChainHash;940 RelayerId: RelayerId;941 RelayHash: RelayHash;942 Releases: Releases;943 Remark: Remark;944 Renouncing: Renouncing;945 RentProjection: RentProjection;946 ReplacementTimes: ReplacementTimes;947 ReportedRoundStates: ReportedRoundStates;948 Reporter: Reporter;949 ReportIdOf: ReportIdOf;950 ReserveData: ReserveData;951 ReserveIdentifier: ReserveIdentifier;952 Response: Response;953 ResponseV0: ResponseV0;954 ResponseV1: ResponseV1;955 ResponseV2: ResponseV2;956 ResponseV2Error: ResponseV2Error;957 ResponseV2Result: ResponseV2Result;958 Retriable: Retriable;959 RewardDestination: RewardDestination;960 RewardPoint: RewardPoint;961 RmrkTraitsBaseBaseInfo: RmrkTraitsBaseBaseInfo;962 RmrkTraitsCollectionCollectionInfo: RmrkTraitsCollectionCollectionInfo;963 RmrkTraitsNftAccountIdOrCollectionNftTuple: RmrkTraitsNftAccountIdOrCollectionNftTuple;964 RmrkTraitsNftNftChild: RmrkTraitsNftNftChild;965 RmrkTraitsNftNftInfo: RmrkTraitsNftNftInfo;966 RmrkTraitsNftRoyaltyInfo: RmrkTraitsNftRoyaltyInfo;967 RmrkTraitsPartEquippableList: RmrkTraitsPartEquippableList;968 RmrkTraitsPartFixedPart: RmrkTraitsPartFixedPart;969 RmrkTraitsPartPartType: RmrkTraitsPartPartType;970 RmrkTraitsPartSlotPart: RmrkTraitsPartSlotPart;971 RmrkTraitsPropertyPropertyInfo: RmrkTraitsPropertyPropertyInfo;972 RmrkTraitsResourceBasicResource: RmrkTraitsResourceBasicResource;973 RmrkTraitsResourceComposableResource: RmrkTraitsResourceComposableResource;974 RmrkTraitsResourceResourceInfo: RmrkTraitsResourceResourceInfo;975 RmrkTraitsResourceResourceTypes: RmrkTraitsResourceResourceTypes;976 RmrkTraitsResourceSlotResource: RmrkTraitsResourceSlotResource;977 RmrkTraitsTheme: RmrkTraitsTheme;978 RmrkTraitsThemeThemeProperty: RmrkTraitsThemeThemeProperty;979 RoundSnapshot: RoundSnapshot;980 RoundState: RoundState;981 RpcMethods: RpcMethods;982 RuntimeDbWeight: RuntimeDbWeight;983 RuntimeDispatchInfo: RuntimeDispatchInfo;984 RuntimeVersion: RuntimeVersion;985 RuntimeVersionApi: RuntimeVersionApi;986 RuntimeVersionPartial: RuntimeVersionPartial;987 Schedule: Schedule;988 Scheduled: Scheduled;989 ScheduledTo254: ScheduledTo254;990 SchedulePeriod: SchedulePeriod;991 SchedulePriority: SchedulePriority;992 ScheduleTo212: ScheduleTo212;993 ScheduleTo258: ScheduleTo258;994 ScheduleTo264: ScheduleTo264;995 Scheduling: Scheduling;996 Seal: Seal;997 SealV0: SealV0;998 SeatHolder: SeatHolder;999 SeedOf: SeedOf;1000 ServiceQuality: ServiceQuality;1001 SessionIndex: SessionIndex;1002 SessionInfo: SessionInfo;1003 SessionInfoValidatorGroup: SessionInfoValidatorGroup;1004 SessionKeys1: SessionKeys1;1005 SessionKeys10: SessionKeys10;1006 SessionKeys10B: SessionKeys10B;1007 SessionKeys2: SessionKeys2;1008 SessionKeys3: SessionKeys3;1009 SessionKeys4: SessionKeys4;1010 SessionKeys5: SessionKeys5;1011 SessionKeys6: SessionKeys6;1012 SessionKeys6B: SessionKeys6B;1013 SessionKeys7: SessionKeys7;1014 SessionKeys7B: SessionKeys7B;1015 SessionKeys8: SessionKeys8;1016 SessionKeys8B: SessionKeys8B;1017 SessionKeys9: SessionKeys9;1018 SessionKeys9B: SessionKeys9B;1019 SetId: SetId;1020 SetIndex: SetIndex;1021 Si0Field: Si0Field;1022 Si0LookupTypeId: Si0LookupTypeId;1023 Si0Path: Si0Path;1024 Si0Type: Si0Type;1025 Si0TypeDef: Si0TypeDef;1026 Si0TypeDefArray: Si0TypeDefArray;1027 Si0TypeDefBitSequence: Si0TypeDefBitSequence;1028 Si0TypeDefCompact: Si0TypeDefCompact;1029 Si0TypeDefComposite: Si0TypeDefComposite;1030 Si0TypeDefPhantom: Si0TypeDefPhantom;1031 Si0TypeDefPrimitive: Si0TypeDefPrimitive;1032 Si0TypeDefSequence: Si0TypeDefSequence;1033 Si0TypeDefTuple: Si0TypeDefTuple;1034 Si0TypeDefVariant: Si0TypeDefVariant;1035 Si0TypeParameter: Si0TypeParameter;1036 Si0Variant: Si0Variant;1037 Si1Field: Si1Field;1038 Si1LookupTypeId: Si1LookupTypeId;1039 Si1Path: Si1Path;1040 Si1Type: Si1Type;1041 Si1TypeDef: Si1TypeDef;1042 Si1TypeDefArray: Si1TypeDefArray;1043 Si1TypeDefBitSequence: Si1TypeDefBitSequence;1044 Si1TypeDefCompact: Si1TypeDefCompact;1045 Si1TypeDefComposite: Si1TypeDefComposite;1046 Si1TypeDefPrimitive: Si1TypeDefPrimitive;1047 Si1TypeDefSequence: Si1TypeDefSequence;1048 Si1TypeDefTuple: Si1TypeDefTuple;1049 Si1TypeDefVariant: Si1TypeDefVariant;1050 Si1TypeParameter: Si1TypeParameter;1051 Si1Variant: Si1Variant;1052 SiField: SiField;1053 Signature: Signature;1054 SignedAvailabilityBitfield: SignedAvailabilityBitfield;1055 SignedAvailabilityBitfields: SignedAvailabilityBitfields;1056 SignedBlock: SignedBlock;1057 SignedBlockWithJustification: SignedBlockWithJustification;1058 SignedBlockWithJustifications: SignedBlockWithJustifications;1059 SignedExtensionMetadataLatest: SignedExtensionMetadataLatest;1060 SignedExtensionMetadataV14: SignedExtensionMetadataV14;1061 SignedSubmission: SignedSubmission;1062 SignedSubmissionOf: SignedSubmissionOf;1063 SignedSubmissionTo276: SignedSubmissionTo276;1064 SignerPayload: SignerPayload;1065 SigningContext: SigningContext;1066 SiLookupTypeId: SiLookupTypeId;1067 SiPath: SiPath;1068 SiType: SiType;1069 SiTypeDef: SiTypeDef;1070 SiTypeDefArray: SiTypeDefArray;1071 SiTypeDefBitSequence: SiTypeDefBitSequence;1072 SiTypeDefCompact: SiTypeDefCompact;1073 SiTypeDefComposite: SiTypeDefComposite;1074 SiTypeDefPrimitive: SiTypeDefPrimitive;1075 SiTypeDefSequence: SiTypeDefSequence;1076 SiTypeDefTuple: SiTypeDefTuple;1077 SiTypeDefVariant: SiTypeDefVariant;1078 SiTypeParameter: SiTypeParameter;1079 SiVariant: SiVariant;1080 SlashingSpans: SlashingSpans;1081 SlashingSpansTo204: SlashingSpansTo204;1082 SlashJournalEntry: SlashJournalEntry;1083 Slot: Slot;1084 SlotNumber: SlotNumber;1085 SlotRange: SlotRange;1086 SlotRange10: SlotRange10;1087 SocietyJudgement: SocietyJudgement;1088 SocietyVote: SocietyVote;1089 SolutionOrSnapshotSize: SolutionOrSnapshotSize;1090 SolutionSupport: SolutionSupport;1091 SolutionSupports: SolutionSupports;1092 SpanIndex: SpanIndex;1093 SpanRecord: SpanRecord;1094 SpCoreEcdsaSignature: SpCoreEcdsaSignature;1095 SpCoreEd25519Signature: SpCoreEd25519Signature;1096 SpCoreSr25519Signature: SpCoreSr25519Signature;1097 SpCoreVoid: SpCoreVoid;1098 SpecVersion: SpecVersion;1099 SpRuntimeArithmeticError: SpRuntimeArithmeticError;1100 SpRuntimeDigest: SpRuntimeDigest;1101 SpRuntimeDigestDigestItem: SpRuntimeDigestDigestItem;1102 SpRuntimeDispatchError: SpRuntimeDispatchError;1103 SpRuntimeModuleError: SpRuntimeModuleError;1104 SpRuntimeMultiSignature: SpRuntimeMultiSignature;1105 SpRuntimeTokenError: SpRuntimeTokenError;1106 SpRuntimeTransactionalError: SpRuntimeTransactionalError;1107 SpTrieStorageProof: SpTrieStorageProof;1108 SpVersionRuntimeVersion: SpVersionRuntimeVersion;1109 Sr25519Signature: Sr25519Signature;1110 StakingLedger: StakingLedger;1111 StakingLedgerTo223: StakingLedgerTo223;1112 StakingLedgerTo240: StakingLedgerTo240;1113 Statement: Statement;1114 StatementKind: StatementKind;1115 StorageChangeSet: StorageChangeSet;1116 StorageData: StorageData;1117 StorageDeposit: StorageDeposit;1118 StorageEntryMetadataLatest: StorageEntryMetadataLatest;1119 StorageEntryMetadataV10: StorageEntryMetadataV10;1120 StorageEntryMetadataV11: StorageEntryMetadataV11;1121 StorageEntryMetadataV12: StorageEntryMetadataV12;1122 StorageEntryMetadataV13: StorageEntryMetadataV13;1123 StorageEntryMetadataV14: StorageEntryMetadataV14;1124 StorageEntryMetadataV9: StorageEntryMetadataV9;1125 StorageEntryModifierLatest: StorageEntryModifierLatest;1126 StorageEntryModifierV10: StorageEntryModifierV10;1127 StorageEntryModifierV11: StorageEntryModifierV11;1128 StorageEntryModifierV12: StorageEntryModifierV12;1129 StorageEntryModifierV13: StorageEntryModifierV13;1130 StorageEntryModifierV14: StorageEntryModifierV14;1131 StorageEntryModifierV9: StorageEntryModifierV9;1132 StorageEntryTypeLatest: StorageEntryTypeLatest;1133 StorageEntryTypeV10: StorageEntryTypeV10;1134 StorageEntryTypeV11: StorageEntryTypeV11;1135 StorageEntryTypeV12: StorageEntryTypeV12;1136 StorageEntryTypeV13: StorageEntryTypeV13;1137 StorageEntryTypeV14: StorageEntryTypeV14;1138 StorageEntryTypeV9: StorageEntryTypeV9;1139 StorageHasher: StorageHasher;1140 StorageHasherV10: StorageHasherV10;1141 StorageHasherV11: StorageHasherV11;1142 StorageHasherV12: StorageHasherV12;1143 StorageHasherV13: StorageHasherV13;1144 StorageHasherV14: StorageHasherV14;1145 StorageHasherV9: StorageHasherV9;1146 StorageKey: StorageKey;1147 StorageKind: StorageKind;1148 StorageMetadataV10: StorageMetadataV10;1149 StorageMetadataV11: StorageMetadataV11;1150 StorageMetadataV12: StorageMetadataV12;1151 StorageMetadataV13: StorageMetadataV13;1152 StorageMetadataV9: StorageMetadataV9;1153 StorageProof: StorageProof;1154 StoredPendingChange: StoredPendingChange;1155 StoredState: StoredState;1156 StrikeCount: StrikeCount;1157 SubId: SubId;1158 SubmissionIndicesOf: SubmissionIndicesOf;1159 Supports: Supports;1160 SyncState: SyncState;1161 SystemInherentData: SystemInherentData;1162 SystemOrigin: SystemOrigin;1163 Tally: Tally;1164 TaskAddress: TaskAddress;1165 TAssetBalance: TAssetBalance;1166 TAssetDepositBalance: TAssetDepositBalance;1167 Text: Text;1168 Timepoint: Timepoint;1169 TokenError: TokenError;1170 TombstoneContractInfo: TombstoneContractInfo;1171 TraceBlockResponse: TraceBlockResponse;1172 TraceError: TraceError;1173 TransactionalError: TransactionalError;1174 TransactionInfo: TransactionInfo;1175 TransactionPriority: TransactionPriority;1176 TransactionStorageProof: TransactionStorageProof;1177 TransactionV0: TransactionV0;1178 TransactionV1: TransactionV1;1179 TransactionV2: TransactionV2;1180 TransactionValidityError: TransactionValidityError;1181 TransientValidationData: TransientValidationData;1182 TreasuryProposal: TreasuryProposal;1183 TrieId: TrieId;1184 TrieIndex: TrieIndex;1185 Type: Type;1186 u128: u128;1187 U128: U128;1188 u16: u16;1189 U16: U16;1190 u256: u256;1191 U256: U256;1192 u32: u32;1193 U32: U32;1194 U32F32: U32F32;1195 u64: u64;1196 U64: U64;1197 u8: u8;1198 U8: U8;1199 UnappliedSlash: UnappliedSlash;1200 UnappliedSlashOther: UnappliedSlashOther;1201 UncleEntryItem: UncleEntryItem;1202 UnknownTransaction: UnknownTransaction;1203 UnlockChunk: UnlockChunk;1204 UnrewardedRelayer: UnrewardedRelayer;1205 UnrewardedRelayersState: UnrewardedRelayersState;1206 UpDataStructsAccessMode: UpDataStructsAccessMode;1207 UpDataStructsCollection: UpDataStructsCollection;1208 UpDataStructsCollectionLimits: UpDataStructsCollectionLimits;1209 UpDataStructsCollectionMode: UpDataStructsCollectionMode;1210 UpDataStructsCollectionPermissions: UpDataStructsCollectionPermissions;1211 UpDataStructsCollectionStats: UpDataStructsCollectionStats;1212 UpDataStructsCreateCollectionData: UpDataStructsCreateCollectionData;1213 UpDataStructsCreateFungibleData: UpDataStructsCreateFungibleData;1214 UpDataStructsCreateItemData: UpDataStructsCreateItemData;1215 UpDataStructsCreateItemExData: UpDataStructsCreateItemExData;1216 UpDataStructsCreateNftData: UpDataStructsCreateNftData;1217 UpDataStructsCreateNftExData: UpDataStructsCreateNftExData;1218 UpDataStructsCreateReFungibleData: UpDataStructsCreateReFungibleData;1219 UpDataStructsCreateRefungibleExMultipleOwners: UpDataStructsCreateRefungibleExMultipleOwners;1220 UpDataStructsCreateRefungibleExSingleOwner: UpDataStructsCreateRefungibleExSingleOwner;1221 UpDataStructsNestingPermissions: UpDataStructsNestingPermissions;1222 UpDataStructsOwnerRestrictedSet: UpDataStructsOwnerRestrictedSet;1223 UpDataStructsProperties: UpDataStructsProperties;1224 UpDataStructsPropertiesMapBoundedVec: UpDataStructsPropertiesMapBoundedVec;1225 UpDataStructsPropertiesMapPropertyPermission: UpDataStructsPropertiesMapPropertyPermission;1226 UpDataStructsProperty: UpDataStructsProperty;1227 UpDataStructsPropertyKeyPermission: UpDataStructsPropertyKeyPermission;1228 UpDataStructsPropertyPermission: UpDataStructsPropertyPermission;1229 UpDataStructsPropertyScope: UpDataStructsPropertyScope;1230 UpDataStructsRpcCollection: UpDataStructsRpcCollection;1231 UpDataStructsSponsoringRateLimit: UpDataStructsSponsoringRateLimit;1232 UpDataStructsSponsorshipState: UpDataStructsSponsorshipState;1233 UpDataStructsTokenChild: UpDataStructsTokenChild;1234 UpDataStructsTokenData: UpDataStructsTokenData;1235 UpgradeGoAhead: UpgradeGoAhead;1236 UpgradeRestriction: UpgradeRestriction;1237 UpwardMessage: UpwardMessage;1238 usize: usize;1239 USize: USize;1240 ValidationCode: ValidationCode;1241 ValidationCodeHash: ValidationCodeHash;1242 ValidationData: ValidationData;1243 ValidationDataType: ValidationDataType;1244 ValidationFunctionParams: ValidationFunctionParams;1245 ValidatorCount: ValidatorCount;1246 ValidatorId: ValidatorId;1247 ValidatorIdOf: ValidatorIdOf;1248 ValidatorIndex: ValidatorIndex;1249 ValidatorIndexCompact: ValidatorIndexCompact;1250 ValidatorPrefs: ValidatorPrefs;1251 ValidatorPrefsTo145: ValidatorPrefsTo145;1252 ValidatorPrefsTo196: ValidatorPrefsTo196;1253 ValidatorPrefsWithBlocked: ValidatorPrefsWithBlocked;1254 ValidatorPrefsWithCommission: ValidatorPrefsWithCommission;1255 ValidatorSetId: ValidatorSetId;1256 ValidatorSignature: ValidatorSignature;1257 ValidDisputeStatementKind: ValidDisputeStatementKind;1258 ValidityAttestation: ValidityAttestation;1259 VecInboundHrmpMessage: VecInboundHrmpMessage;1260 VersionedMultiAsset: VersionedMultiAsset;1261 VersionedMultiAssets: VersionedMultiAssets;1262 VersionedMultiLocation: VersionedMultiLocation;1263 VersionedResponse: VersionedResponse;1264 VersionedXcm: VersionedXcm;1265 VersionMigrationStage: VersionMigrationStage;1266 VestingInfo: VestingInfo;1267 VestingSchedule: VestingSchedule;1268 Vote: Vote;1269 VoteIndex: VoteIndex;1270 Voter: Voter;1271 VoterInfo: VoterInfo;1272 Votes: Votes;1273 VotesTo230: VotesTo230;1274 VoteThreshold: VoteThreshold;1275 VoteWeight: VoteWeight;1276 Voting: Voting;1277 VotingDelegating: VotingDelegating;1278 VotingDirect: VotingDirect;1279 VotingDirectVote: VotingDirectVote;1280 VouchingStatus: VouchingStatus;1281 VrfData: VrfData;1282 VrfOutput: VrfOutput;1283 VrfProof: VrfProof;1284 Weight: Weight;1285 WeightLimitV2: WeightLimitV2;1286 WeightMultiplier: WeightMultiplier;1287 WeightPerClass: WeightPerClass;1288 WeightToFeeCoefficient: WeightToFeeCoefficient;1289 WildFungibility: WildFungibility;1290 WildFungibilityV0: WildFungibilityV0;1291 WildFungibilityV1: WildFungibilityV1;1292 WildFungibilityV2: WildFungibilityV2;1293 WildMultiAsset: WildMultiAsset;1294 WildMultiAssetV1: WildMultiAssetV1;1295 WildMultiAssetV2: WildMultiAssetV2;1296 WinnersData: WinnersData;1297 WinnersData10: WinnersData10;1298 WinnersDataTuple: WinnersDataTuple;1299 WinnersDataTuple10: WinnersDataTuple10;1300 WinningData: WinningData;1301 WinningData10: WinningData10;1302 WinningDataEntry: WinningDataEntry;1303 WithdrawReasons: WithdrawReasons;1304 Xcm: Xcm;1305 XcmAssetId: XcmAssetId;1306 XcmDoubleEncoded: XcmDoubleEncoded;1307 XcmError: XcmError;1308 XcmErrorV0: XcmErrorV0;1309 XcmErrorV1: XcmErrorV1;1310 XcmErrorV2: XcmErrorV2;1311 XcmOrder: XcmOrder;1312 XcmOrderV0: XcmOrderV0;1313 XcmOrderV1: XcmOrderV1;1314 XcmOrderV2: XcmOrderV2;1315 XcmOrigin: XcmOrigin;1316 XcmOriginKind: XcmOriginKind;1317 XcmpMessageFormat: XcmpMessageFormat;1318 XcmV0: XcmV0;1319 XcmV0Junction: XcmV0Junction;1320 XcmV0JunctionBodyId: XcmV0JunctionBodyId;1321 XcmV0JunctionBodyPart: XcmV0JunctionBodyPart;1322 XcmV0JunctionNetworkId: XcmV0JunctionNetworkId;1323 XcmV0MultiAsset: XcmV0MultiAsset;1324 XcmV0MultiLocation: XcmV0MultiLocation;1325 XcmV0Order: XcmV0Order;1326 XcmV0OriginKind: XcmV0OriginKind;1327 XcmV0Response: XcmV0Response;1328 XcmV0Xcm: XcmV0Xcm;1329 XcmV1: XcmV1;1330 XcmV1Junction: XcmV1Junction;1331 XcmV1MultiAsset: XcmV1MultiAsset;1332 XcmV1MultiassetAssetId: XcmV1MultiassetAssetId;1333 XcmV1MultiassetAssetInstance: XcmV1MultiassetAssetInstance;1334 XcmV1MultiassetFungibility: XcmV1MultiassetFungibility;1335 XcmV1MultiassetMultiAssetFilter: XcmV1MultiassetMultiAssetFilter;1336 XcmV1MultiassetMultiAssets: XcmV1MultiassetMultiAssets;1337 XcmV1MultiassetWildFungibility: XcmV1MultiassetWildFungibility;1338 XcmV1MultiassetWildMultiAsset: XcmV1MultiassetWildMultiAsset;1339 XcmV1MultiLocation: XcmV1MultiLocation;1340 XcmV1MultilocationJunctions: XcmV1MultilocationJunctions;1341 XcmV1Order: XcmV1Order;1342 XcmV1Response: XcmV1Response;1343 XcmV1Xcm: XcmV1Xcm;1344 XcmV2: XcmV2;1345 XcmV2Instruction: XcmV2Instruction;1346 XcmV2Response: XcmV2Response;1347 XcmV2TraitsError: XcmV2TraitsError;1348 XcmV2TraitsOutcome: XcmV2TraitsOutcome;1349 XcmV2WeightLimit: XcmV2WeightLimit;1350 XcmV2Xcm: XcmV2Xcm;1351 XcmVersion: XcmVersion;1352 XcmVersionedMultiAssets: XcmVersionedMultiAssets;1353 XcmVersionedMultiLocation: XcmVersionedMultiLocation;1354 XcmVersionedXcm: XcmVersionedXcm;1355 } // InterfaceTypes1356} // declare moduletests/src/interfaces/default/types.tsdiffbeforeafterboth--- a/tests/src/interfaces/default/types.ts
+++ b/tests/src/interfaces/default/types.ts
@@ -2439,9 +2439,9 @@
readonly isFungible: boolean;
readonly asFungible: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr,u128>;
readonly isRefungibleMultipleItems: boolean;
- readonly asRefungibleMultipleItems: Vec<UpDataStructsCreateRefungibleExData>;
+ readonly asRefungibleMultipleItems: Vec<UpDataStructsCreateRefungibleExSingleOwner>;
readonly isRefungibleMultipleOwners: boolean;
- readonly asRefungibleMultipleOwners: UpDataStructsCreateRefungibleExData;
+ readonly asRefungibleMultipleOwners: UpDataStructsCreateRefungibleExMultipleOwners;
readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';
}
@@ -2462,12 +2462,19 @@
readonly properties: Vec<UpDataStructsProperty>;
}
-/** @name UpDataStructsCreateRefungibleExData */
-export interface UpDataStructsCreateRefungibleExData extends Struct {
+/** @name UpDataStructsCreateRefungibleExMultipleOwners */
+export interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {
readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;
readonly properties: Vec<UpDataStructsProperty>;
}
+/** @name UpDataStructsCreateRefungibleExSingleOwner */
+export interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {
+ readonly user: PalletEvmAccountBasicCrossAccountIdRepr;
+ readonly pieces: u128;
+ readonly properties: Vec<UpDataStructsProperty>;
+}
+
/** @name UpDataStructsNestingPermissions */
export interface UpDataStructsNestingPermissions extends Struct {
readonly tokenOwner: bool;
tests/src/interfaces/lookup.tsdiffbeforeafterboth--- a/tests/src/interfaces/lookup.ts
+++ b/tests/src/interfaces/lookup.ts
@@ -1511,8 +1511,8 @@
_enum: {
NFT: 'Vec<UpDataStructsCreateNftExData>',
Fungible: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',
- RefungibleMultipleItems: 'Vec<UpDataStructsCreateRefungibleExData>',
- RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExData'
+ RefungibleMultipleItems: 'Vec<UpDataStructsCreateRefungibleExSingleOwner>',
+ RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExMultipleOwners'
}
},
/**
@@ -1523,14 +1523,22 @@
owner: 'PalletEvmAccountBasicCrossAccountIdRepr'
},
/**
- * Lookup201: up_data_structs::CreateRefungibleExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+ * Lookup201: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+ **/
+ UpDataStructsCreateRefungibleExSingleOwner: {
+ user: 'PalletEvmAccountBasicCrossAccountIdRepr',
+ pieces: 'u128',
+ properties: 'Vec<UpDataStructsProperty>'
+ },
+ /**
+ * Lookup203: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
**/
- UpDataStructsCreateRefungibleExData: {
+ UpDataStructsCreateRefungibleExMultipleOwners: {
users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',
properties: 'Vec<UpDataStructsProperty>'
},
/**
- * Lookup203: pallet_unique_scheduler::pallet::Call<T>
+ * Lookup204: pallet_unique_scheduler::pallet::Call<T>
**/
PalletUniqueSchedulerCall: {
_enum: {
@@ -1554,7 +1562,7 @@
}
},
/**
- * Lookup205: frame_support::traits::schedule::MaybeHashed<opal_runtime::Call, primitive_types::H256>
+ * Lookup206: frame_support::traits::schedule::MaybeHashed<opal_runtime::Call, primitive_types::H256>
**/
FrameSupportScheduleMaybeHashed: {
_enum: {
@@ -1563,15 +1571,15 @@
}
},
/**
- * Lookup206: pallet_template_transaction_payment::Call<T>
+ * Lookup207: pallet_template_transaction_payment::Call<T>
**/
PalletTemplateTransactionPaymentCall: 'Null',
/**
- * Lookup207: pallet_structure::pallet::Call<T>
+ * Lookup208: pallet_structure::pallet::Call<T>
**/
PalletStructureCall: 'Null',
/**
- * Lookup208: pallet_rmrk_core::pallet::Call<T>
+ * Lookup209: pallet_rmrk_core::pallet::Call<T>
**/
PalletRmrkCoreCall: {
_enum: {
@@ -1662,7 +1670,7 @@
}
},
/**
- * Lookup214: rmrk_traits::resource::ResourceTypes<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>
+ * Lookup215: rmrk_traits::resource::ResourceTypes<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsResourceResourceTypes: {
_enum: {
@@ -1672,7 +1680,7 @@
}
},
/**
- * Lookup216: rmrk_traits::resource::BasicResource<frame_support::storage::bounded_vec::BoundedVec<T, S>>
+ * Lookup217: rmrk_traits::resource::BasicResource<frame_support::storage::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsResourceBasicResource: {
src: 'Option<Bytes>',
@@ -1681,7 +1689,7 @@
thumb: 'Option<Bytes>'
},
/**
- * Lookup218: rmrk_traits::resource::ComposableResource<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>
+ * Lookup219: rmrk_traits::resource::ComposableResource<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsResourceComposableResource: {
parts: 'Vec<u32>',
@@ -1692,7 +1700,7 @@
thumb: 'Option<Bytes>'
},
/**
- * Lookup219: rmrk_traits::resource::SlotResource<frame_support::storage::bounded_vec::BoundedVec<T, S>>
+ * Lookup220: rmrk_traits::resource::SlotResource<frame_support::storage::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsResourceSlotResource: {
base: 'u32',
@@ -1703,7 +1711,7 @@
thumb: 'Option<Bytes>'
},
/**
- * Lookup221: rmrk_traits::nft::AccountIdOrCollectionNftTuple<sp_core::crypto::AccountId32>
+ * Lookup222: rmrk_traits::nft::AccountIdOrCollectionNftTuple<sp_core::crypto::AccountId32>
**/
RmrkTraitsNftAccountIdOrCollectionNftTuple: {
_enum: {
@@ -1712,7 +1720,7 @@
}
},
/**
- * Lookup225: pallet_rmrk_equip::pallet::Call<T>
+ * Lookup226: pallet_rmrk_equip::pallet::Call<T>
**/
PalletRmrkEquipCall: {
_enum: {
@@ -1733,7 +1741,7 @@
}
},
/**
- * Lookup228: rmrk_traits::part::PartType<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>
+ * Lookup229: rmrk_traits::part::PartType<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsPartPartType: {
_enum: {
@@ -1742,7 +1750,7 @@
}
},
/**
- * Lookup230: rmrk_traits::part::FixedPart<frame_support::storage::bounded_vec::BoundedVec<T, S>>
+ * Lookup231: rmrk_traits::part::FixedPart<frame_support::storage::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsPartFixedPart: {
id: 'u32',
@@ -1750,7 +1758,7 @@
src: 'Bytes'
},
/**
- * Lookup231: rmrk_traits::part::SlotPart<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>
+ * Lookup232: rmrk_traits::part::SlotPart<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsPartSlotPart: {
id: 'u32',
@@ -1759,7 +1767,7 @@
z: 'u32'
},
/**
- * Lookup232: rmrk_traits::part::EquippableList<frame_support::storage::bounded_vec::BoundedVec<T, S>>
+ * Lookup233: rmrk_traits::part::EquippableList<frame_support::storage::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsPartEquippableList: {
_enum: {
@@ -1769,7 +1777,7 @@
}
},
/**
- * Lookup234: rmrk_traits::theme::Theme<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<rmrk_traits::theme::ThemeProperty<frame_support::storage::bounded_vec::BoundedVec<T, S>>, S>>
+ * Lookup235: rmrk_traits::theme::Theme<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<rmrk_traits::theme::ThemeProperty<frame_support::storage::bounded_vec::BoundedVec<T, S>>, S>>
**/
RmrkTraitsTheme: {
name: 'Bytes',
@@ -1777,14 +1785,14 @@
inherit: 'bool'
},
/**
- * Lookup236: rmrk_traits::theme::ThemeProperty<frame_support::storage::bounded_vec::BoundedVec<T, S>>
+ * Lookup237: rmrk_traits::theme::ThemeProperty<frame_support::storage::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsThemeThemeProperty: {
key: 'Bytes',
value: 'Bytes'
},
/**
- * Lookup238: pallet_evm::pallet::Call<T>
+ * Lookup239: pallet_evm::pallet::Call<T>
**/
PalletEvmCall: {
_enum: {
@@ -1827,7 +1835,7 @@
}
},
/**
- * Lookup244: pallet_ethereum::pallet::Call<T>
+ * Lookup245: pallet_ethereum::pallet::Call<T>
**/
PalletEthereumCall: {
_enum: {
@@ -1837,7 +1845,7 @@
}
},
/**
- * Lookup245: ethereum::transaction::TransactionV2
+ * Lookup246: ethereum::transaction::TransactionV2
**/
EthereumTransactionTransactionV2: {
_enum: {
@@ -1847,7 +1855,7 @@
}
},
/**
- * Lookup246: ethereum::transaction::LegacyTransaction
+ * Lookup247: ethereum::transaction::LegacyTransaction
**/
EthereumTransactionLegacyTransaction: {
nonce: 'U256',
@@ -1859,7 +1867,7 @@
signature: 'EthereumTransactionTransactionSignature'
},
/**
- * Lookup247: ethereum::transaction::TransactionAction
+ * Lookup248: ethereum::transaction::TransactionAction
**/
EthereumTransactionTransactionAction: {
_enum: {
@@ -1868,7 +1876,7 @@
}
},
/**
- * Lookup248: ethereum::transaction::TransactionSignature
+ * Lookup249: ethereum::transaction::TransactionSignature
**/
EthereumTransactionTransactionSignature: {
v: 'u64',
@@ -1876,7 +1884,7 @@
s: 'H256'
},
/**
- * Lookup250: ethereum::transaction::EIP2930Transaction
+ * Lookup251: ethereum::transaction::EIP2930Transaction
**/
EthereumTransactionEip2930Transaction: {
chainId: 'u64',
@@ -1892,14 +1900,14 @@
s: 'H256'
},
/**
- * Lookup252: ethereum::transaction::AccessListItem
+ * Lookup253: ethereum::transaction::AccessListItem
**/
EthereumTransactionAccessListItem: {
address: 'H160',
storageKeys: 'Vec<H256>'
},
/**
- * Lookup253: ethereum::transaction::EIP1559Transaction
+ * Lookup254: ethereum::transaction::EIP1559Transaction
**/
EthereumTransactionEip1559Transaction: {
chainId: 'u64',
@@ -1916,7 +1924,7 @@
s: 'H256'
},
/**
- * Lookup254: pallet_evm_migration::pallet::Call<T>
+ * Lookup255: pallet_evm_migration::pallet::Call<T>
**/
PalletEvmMigrationCall: {
_enum: {
@@ -1934,7 +1942,7 @@
}
},
/**
- * Lookup257: pallet_sudo::pallet::Event<T>
+ * Lookup258: pallet_sudo::pallet::Event<T>
**/
PalletSudoEvent: {
_enum: {
@@ -1950,7 +1958,7 @@
}
},
/**
- * Lookup259: sp_runtime::DispatchError
+ * Lookup260: sp_runtime::DispatchError
**/
SpRuntimeDispatchError: {
_enum: {
@@ -1967,38 +1975,38 @@
}
},
/**
- * Lookup260: sp_runtime::ModuleError
+ * Lookup261: sp_runtime::ModuleError
**/
SpRuntimeModuleError: {
index: 'u8',
error: '[u8;4]'
},
/**
- * Lookup261: sp_runtime::TokenError
+ * Lookup262: sp_runtime::TokenError
**/
SpRuntimeTokenError: {
_enum: ['NoFunds', 'WouldDie', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported']
},
/**
- * Lookup262: sp_runtime::ArithmeticError
+ * Lookup263: sp_runtime::ArithmeticError
**/
SpRuntimeArithmeticError: {
_enum: ['Underflow', 'Overflow', 'DivisionByZero']
},
/**
- * Lookup263: sp_runtime::TransactionalError
+ * Lookup264: sp_runtime::TransactionalError
**/
SpRuntimeTransactionalError: {
_enum: ['LimitReached', 'NoLayer']
},
/**
- * Lookup264: pallet_sudo::pallet::Error<T>
+ * Lookup265: pallet_sudo::pallet::Error<T>
**/
PalletSudoError: {
_enum: ['RequireSudo']
},
/**
- * Lookup265: frame_system::AccountInfo<Index, pallet_balances::AccountData<Balance>>
+ * Lookup266: frame_system::AccountInfo<Index, pallet_balances::AccountData<Balance>>
**/
FrameSystemAccountInfo: {
nonce: 'u32',
@@ -2008,7 +2016,7 @@
data: 'PalletBalancesAccountData'
},
/**
- * Lookup266: frame_support::weights::PerDispatchClass<T>
+ * Lookup267: frame_support::weights::PerDispatchClass<T>
**/
FrameSupportWeightsPerDispatchClassU64: {
normal: 'u64',
@@ -2016,13 +2024,13 @@
mandatory: 'u64'
},
/**
- * Lookup267: sp_runtime::generic::digest::Digest
+ * Lookup268: sp_runtime::generic::digest::Digest
**/
SpRuntimeDigest: {
logs: 'Vec<SpRuntimeDigestDigestItem>'
},
/**
- * Lookup269: sp_runtime::generic::digest::DigestItem
+ * Lookup270: sp_runtime::generic::digest::DigestItem
**/
SpRuntimeDigestDigestItem: {
_enum: {
@@ -2038,7 +2046,7 @@
}
},
/**
- * Lookup271: frame_system::EventRecord<opal_runtime::Event, primitive_types::H256>
+ * Lookup272: frame_system::EventRecord<opal_runtime::Event, primitive_types::H256>
**/
FrameSystemEventRecord: {
phase: 'FrameSystemPhase',
@@ -2046,7 +2054,7 @@
topics: 'Vec<H256>'
},
/**
- * Lookup273: frame_system::pallet::Event<T>
+ * Lookup274: frame_system::pallet::Event<T>
**/
FrameSystemEvent: {
_enum: {
@@ -2074,7 +2082,7 @@
}
},
/**
- * Lookup274: frame_support::weights::DispatchInfo
+ * Lookup275: frame_support::weights::DispatchInfo
**/
FrameSupportWeightsDispatchInfo: {
weight: 'u64',
@@ -2082,19 +2090,19 @@
paysFee: 'FrameSupportWeightsPays'
},
/**
- * Lookup275: frame_support::weights::DispatchClass
+ * Lookup276: frame_support::weights::DispatchClass
**/
FrameSupportWeightsDispatchClass: {
_enum: ['Normal', 'Operational', 'Mandatory']
},
/**
- * Lookup276: frame_support::weights::Pays
+ * Lookup277: frame_support::weights::Pays
**/
FrameSupportWeightsPays: {
_enum: ['Yes', 'No']
},
/**
- * Lookup277: orml_vesting::module::Event<T>
+ * Lookup278: orml_vesting::module::Event<T>
**/
OrmlVestingModuleEvent: {
_enum: {
@@ -2113,7 +2121,7 @@
}
},
/**
- * Lookup278: cumulus_pallet_xcmp_queue::pallet::Event<T>
+ * Lookup279: cumulus_pallet_xcmp_queue::pallet::Event<T>
**/
CumulusPalletXcmpQueueEvent: {
_enum: {
@@ -2128,7 +2136,7 @@
}
},
/**
- * Lookup279: pallet_xcm::pallet::Event<T>
+ * Lookup280: pallet_xcm::pallet::Event<T>
**/
PalletXcmEvent: {
_enum: {
@@ -2151,7 +2159,7 @@
}
},
/**
- * Lookup280: xcm::v2::traits::Outcome
+ * Lookup281: xcm::v2::traits::Outcome
**/
XcmV2TraitsOutcome: {
_enum: {
@@ -2161,7 +2169,7 @@
}
},
/**
- * Lookup282: cumulus_pallet_xcm::pallet::Event<T>
+ * Lookup283: cumulus_pallet_xcm::pallet::Event<T>
**/
CumulusPalletXcmEvent: {
_enum: {
@@ -2171,7 +2179,7 @@
}
},
/**
- * Lookup283: cumulus_pallet_dmp_queue::pallet::Event<T>
+ * Lookup284: cumulus_pallet_dmp_queue::pallet::Event<T>
**/
CumulusPalletDmpQueueEvent: {
_enum: {
@@ -2202,7 +2210,7 @@
}
},
/**
- * Lookup284: pallet_unique::RawEvent<sp_core::crypto::AccountId32, pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+ * Lookup285: pallet_unique::RawEvent<sp_core::crypto::AccountId32, pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
**/
PalletUniqueRawEvent: {
_enum: {
@@ -2219,7 +2227,7 @@
}
},
/**
- * Lookup285: pallet_unique_scheduler::pallet::Event<T>
+ * Lookup286: pallet_unique_scheduler::pallet::Event<T>
**/
PalletUniqueSchedulerEvent: {
_enum: {
@@ -2244,13 +2252,13 @@
}
},
/**
- * Lookup287: frame_support::traits::schedule::LookupError
+ * Lookup288: frame_support::traits::schedule::LookupError
**/
FrameSupportScheduleLookupError: {
_enum: ['Unknown', 'BadFormat']
},
/**
- * Lookup288: pallet_common::pallet::Event<T>
+ * Lookup289: pallet_common::pallet::Event<T>
**/
PalletCommonEvent: {
_enum: {
@@ -2268,7 +2276,7 @@
}
},
/**
- * Lookup289: pallet_structure::pallet::Event<T>
+ * Lookup290: pallet_structure::pallet::Event<T>
**/
PalletStructureEvent: {
_enum: {
@@ -2276,7 +2284,7 @@
}
},
/**
- * Lookup290: pallet_rmrk_core::pallet::Event<T>
+ * Lookup291: pallet_rmrk_core::pallet::Event<T>
**/
PalletRmrkCoreEvent: {
_enum: {
@@ -2353,7 +2361,7 @@
}
},
/**
- * Lookup291: pallet_rmrk_equip::pallet::Event<T>
+ * Lookup292: pallet_rmrk_equip::pallet::Event<T>
**/
PalletRmrkEquipEvent: {
_enum: {
@@ -2368,7 +2376,7 @@
}
},
/**
- * Lookup292: pallet_evm::pallet::Event<T>
+ * Lookup293: pallet_evm::pallet::Event<T>
**/
PalletEvmEvent: {
_enum: {
@@ -2382,7 +2390,7 @@
}
},
/**
- * Lookup293: ethereum::log::Log
+ * Lookup294: ethereum::log::Log
**/
EthereumLog: {
address: 'H160',
@@ -2390,7 +2398,7 @@
data: 'Bytes'
},
/**
- * Lookup294: pallet_ethereum::pallet::Event
+ * Lookup295: pallet_ethereum::pallet::Event
**/
PalletEthereumEvent: {
_enum: {
@@ -2398,7 +2406,7 @@
}
},
/**
- * Lookup295: evm_core::error::ExitReason
+ * Lookup296: evm_core::error::ExitReason
**/
EvmCoreErrorExitReason: {
_enum: {
@@ -2409,13 +2417,13 @@
}
},
/**
- * Lookup296: evm_core::error::ExitSucceed
+ * Lookup297: evm_core::error::ExitSucceed
**/
EvmCoreErrorExitSucceed: {
_enum: ['Stopped', 'Returned', 'Suicided']
},
/**
- * Lookup297: evm_core::error::ExitError
+ * Lookup298: evm_core::error::ExitError
**/
EvmCoreErrorExitError: {
_enum: {
@@ -2437,13 +2445,13 @@
}
},
/**
- * Lookup300: evm_core::error::ExitRevert
+ * Lookup301: evm_core::error::ExitRevert
**/
EvmCoreErrorExitRevert: {
_enum: ['Reverted']
},
/**
- * Lookup301: evm_core::error::ExitFatal
+ * Lookup302: evm_core::error::ExitFatal
**/
EvmCoreErrorExitFatal: {
_enum: {
@@ -2454,7 +2462,7 @@
}
},
/**
- * Lookup302: frame_system::Phase
+ * Lookup303: frame_system::Phase
**/
FrameSystemPhase: {
_enum: {
@@ -2464,14 +2472,14 @@
}
},
/**
- * Lookup304: frame_system::LastRuntimeUpgradeInfo
+ * Lookup305: frame_system::LastRuntimeUpgradeInfo
**/
FrameSystemLastRuntimeUpgradeInfo: {
specVersion: 'Compact<u32>',
specName: 'Text'
},
/**
- * Lookup305: frame_system::limits::BlockWeights
+ * Lookup306: frame_system::limits::BlockWeights
**/
FrameSystemLimitsBlockWeights: {
baseBlock: 'u64',
@@ -2479,7 +2487,7 @@
perClass: 'FrameSupportWeightsPerDispatchClassWeightsPerClass'
},
/**
- * Lookup306: frame_support::weights::PerDispatchClass<frame_system::limits::WeightsPerClass>
+ * Lookup307: frame_support::weights::PerDispatchClass<frame_system::limits::WeightsPerClass>
**/
FrameSupportWeightsPerDispatchClassWeightsPerClass: {
normal: 'FrameSystemLimitsWeightsPerClass',
@@ -2487,7 +2495,7 @@
mandatory: 'FrameSystemLimitsWeightsPerClass'
},
/**
- * Lookup307: frame_system::limits::WeightsPerClass
+ * Lookup308: frame_system::limits::WeightsPerClass
**/
FrameSystemLimitsWeightsPerClass: {
baseExtrinsic: 'u64',
@@ -2496,13 +2504,13 @@
reserved: 'Option<u64>'
},
/**
- * Lookup309: frame_system::limits::BlockLength
+ * Lookup310: frame_system::limits::BlockLength
**/
FrameSystemLimitsBlockLength: {
max: 'FrameSupportWeightsPerDispatchClassU32'
},
/**
- * Lookup310: frame_support::weights::PerDispatchClass<T>
+ * Lookup311: frame_support::weights::PerDispatchClass<T>
**/
FrameSupportWeightsPerDispatchClassU32: {
normal: 'u32',
@@ -2510,14 +2518,14 @@
mandatory: 'u32'
},
/**
- * Lookup311: frame_support::weights::RuntimeDbWeight
+ * Lookup312: frame_support::weights::RuntimeDbWeight
**/
FrameSupportWeightsRuntimeDbWeight: {
read: 'u64',
write: 'u64'
},
/**
- * Lookup312: sp_version::RuntimeVersion
+ * Lookup313: sp_version::RuntimeVersion
**/
SpVersionRuntimeVersion: {
specName: 'Text',
@@ -2530,19 +2538,19 @@
stateVersion: 'u8'
},
/**
- * Lookup316: frame_system::pallet::Error<T>
+ * Lookup317: frame_system::pallet::Error<T>
**/
FrameSystemError: {
_enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']
},
/**
- * Lookup318: orml_vesting::module::Error<T>
+ * Lookup319: orml_vesting::module::Error<T>
**/
OrmlVestingModuleError: {
_enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']
},
/**
- * Lookup320: cumulus_pallet_xcmp_queue::InboundChannelDetails
+ * Lookup321: cumulus_pallet_xcmp_queue::InboundChannelDetails
**/
CumulusPalletXcmpQueueInboundChannelDetails: {
sender: 'u32',
@@ -2550,19 +2558,19 @@
messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'
},
/**
- * Lookup321: cumulus_pallet_xcmp_queue::InboundState
+ * Lookup322: cumulus_pallet_xcmp_queue::InboundState
**/
CumulusPalletXcmpQueueInboundState: {
_enum: ['Ok', 'Suspended']
},
/**
- * Lookup324: polkadot_parachain::primitives::XcmpMessageFormat
+ * Lookup325: polkadot_parachain::primitives::XcmpMessageFormat
**/
PolkadotParachainPrimitivesXcmpMessageFormat: {
_enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']
},
/**
- * Lookup327: cumulus_pallet_xcmp_queue::OutboundChannelDetails
+ * Lookup328: cumulus_pallet_xcmp_queue::OutboundChannelDetails
**/
CumulusPalletXcmpQueueOutboundChannelDetails: {
recipient: 'u32',
@@ -2572,13 +2580,13 @@
lastIndex: 'u16'
},
/**
- * Lookup328: cumulus_pallet_xcmp_queue::OutboundState
+ * Lookup329: cumulus_pallet_xcmp_queue::OutboundState
**/
CumulusPalletXcmpQueueOutboundState: {
_enum: ['Ok', 'Suspended']
},
/**
- * Lookup330: cumulus_pallet_xcmp_queue::QueueConfigData
+ * Lookup331: cumulus_pallet_xcmp_queue::QueueConfigData
**/
CumulusPalletXcmpQueueQueueConfigData: {
suspendThreshold: 'u32',
@@ -2589,29 +2597,29 @@
xcmpMaxIndividualWeight: 'u64'
},
/**
- * Lookup332: cumulus_pallet_xcmp_queue::pallet::Error<T>
+ * Lookup333: cumulus_pallet_xcmp_queue::pallet::Error<T>
**/
CumulusPalletXcmpQueueError: {
_enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']
},
/**
- * Lookup333: pallet_xcm::pallet::Error<T>
+ * Lookup334: pallet_xcm::pallet::Error<T>
**/
PalletXcmError: {
_enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']
},
/**
- * Lookup334: cumulus_pallet_xcm::pallet::Error<T>
+ * Lookup335: cumulus_pallet_xcm::pallet::Error<T>
**/
CumulusPalletXcmError: 'Null',
/**
- * Lookup335: cumulus_pallet_dmp_queue::ConfigData
+ * Lookup336: cumulus_pallet_dmp_queue::ConfigData
**/
CumulusPalletDmpQueueConfigData: {
maxIndividual: 'u64'
},
/**
- * Lookup336: cumulus_pallet_dmp_queue::PageIndexData
+ * Lookup337: cumulus_pallet_dmp_queue::PageIndexData
**/
CumulusPalletDmpQueuePageIndexData: {
beginUsed: 'u32',
@@ -2619,19 +2627,19 @@
overweightCount: 'u64'
},
/**
- * Lookup339: cumulus_pallet_dmp_queue::pallet::Error<T>
+ * Lookup340: cumulus_pallet_dmp_queue::pallet::Error<T>
**/
CumulusPalletDmpQueueError: {
_enum: ['Unknown', 'OverLimit']
},
/**
- * Lookup343: pallet_unique::Error<T>
+ * Lookup344: pallet_unique::Error<T>
**/
PalletUniqueError: {
_enum: ['CollectionDecimalPointLimitExceeded', 'ConfirmUnsetSponsorFail', 'EmptyArgument', 'RepartitionCalledOnNonRefungibleCollection']
},
/**
- * Lookup346: pallet_unique_scheduler::ScheduledV3<frame_support::traits::schedule::MaybeHashed<opal_runtime::Call, primitive_types::H256>, BlockNumber, opal_runtime::OriginCaller, sp_core::crypto::AccountId32>
+ * Lookup347: pallet_unique_scheduler::ScheduledV3<frame_support::traits::schedule::MaybeHashed<opal_runtime::Call, primitive_types::H256>, BlockNumber, opal_runtime::OriginCaller, sp_core::crypto::AccountId32>
**/
PalletUniqueSchedulerScheduledV3: {
maybeId: 'Option<[u8;16]>',
@@ -2641,7 +2649,7 @@
origin: 'OpalRuntimeOriginCaller'
},
/**
- * Lookup347: opal_runtime::OriginCaller
+ * Lookup348: opal_runtime::OriginCaller
**/
OpalRuntimeOriginCaller: {
_enum: {
@@ -2750,7 +2758,7 @@
}
},
/**
- * Lookup348: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
+ * Lookup349: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
**/
FrameSupportDispatchRawOrigin: {
_enum: {
@@ -2760,7 +2768,7 @@
}
},
/**
- * Lookup349: pallet_xcm::pallet::Origin
+ * Lookup350: pallet_xcm::pallet::Origin
**/
PalletXcmOrigin: {
_enum: {
@@ -2769,7 +2777,7 @@
}
},
/**
- * Lookup350: cumulus_pallet_xcm::pallet::Origin
+ * Lookup351: cumulus_pallet_xcm::pallet::Origin
**/
CumulusPalletXcmOrigin: {
_enum: {
@@ -2778,7 +2786,7 @@
}
},
/**
- * Lookup351: pallet_ethereum::RawOrigin
+ * Lookup352: pallet_ethereum::RawOrigin
**/
PalletEthereumRawOrigin: {
_enum: {
@@ -2786,17 +2794,17 @@
}
},
/**
- * Lookup352: sp_core::Void
+ * Lookup353: sp_core::Void
**/
SpCoreVoid: 'Null',
/**
- * Lookup353: pallet_unique_scheduler::pallet::Error<T>
+ * Lookup354: pallet_unique_scheduler::pallet::Error<T>
**/
PalletUniqueSchedulerError: {
_enum: ['FailedToSchedule', 'NotFound', 'TargetBlockNumberInPast', 'RescheduleNoChange']
},
/**
- * Lookup354: up_data_structs::Collection<sp_core::crypto::AccountId32>
+ * Lookup355: up_data_structs::Collection<sp_core::crypto::AccountId32>
**/
UpDataStructsCollection: {
owner: 'AccountId32',
@@ -2810,7 +2818,7 @@
externalCollection: 'bool'
},
/**
- * Lookup355: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>
+ * Lookup356: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>
**/
UpDataStructsSponsorshipState: {
_enum: {
@@ -2820,7 +2828,7 @@
}
},
/**
- * Lookup356: up_data_structs::Properties
+ * Lookup357: up_data_structs::Properties
**/
UpDataStructsProperties: {
map: 'UpDataStructsPropertiesMapBoundedVec',
@@ -2828,15 +2836,15 @@
spaceLimit: 'u32'
},
/**
- * Lookup357: up_data_structs::PropertiesMap<frame_support::storage::bounded_vec::BoundedVec<T, S>>
+ * Lookup358: up_data_structs::PropertiesMap<frame_support::storage::bounded_vec::BoundedVec<T, S>>
**/
UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',
/**
- * Lookup362: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>
+ * Lookup363: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>
**/
UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',
/**
- * Lookup369: up_data_structs::CollectionStats
+ * Lookup370: up_data_structs::CollectionStats
**/
UpDataStructsCollectionStats: {
created: 'u32',
@@ -2844,18 +2852,18 @@
alive: 'u32'
},
/**
- * Lookup370: up_data_structs::TokenChild
+ * Lookup371: up_data_structs::TokenChild
**/
UpDataStructsTokenChild: {
token: 'u32',
collection: 'u32'
},
/**
- * Lookup371: PhantomType::up_data_structs<T>
+ * Lookup372: PhantomType::up_data_structs<T>
**/
PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild);0]',
/**
- * Lookup373: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+ * Lookup374: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
**/
UpDataStructsTokenData: {
properties: 'Vec<UpDataStructsProperty>',
@@ -2863,7 +2871,7 @@
pieces: 'u128'
},
/**
- * Lookup375: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>
+ * Lookup376: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>
**/
UpDataStructsRpcCollection: {
owner: 'AccountId32',
@@ -2879,7 +2887,7 @@
readOnly: 'bool'
},
/**
- * Lookup376: rmrk_traits::collection::CollectionInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>
+ * Lookup377: rmrk_traits::collection::CollectionInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>
**/
RmrkTraitsCollectionCollectionInfo: {
issuer: 'AccountId32',
@@ -2889,7 +2897,7 @@
nftsCount: 'u32'
},
/**
- * Lookup377: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, frame_support::storage::bounded_vec::BoundedVec<T, S>>
+ * Lookup378: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, frame_support::storage::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsNftNftInfo: {
owner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',
@@ -2899,14 +2907,14 @@
pending: 'bool'
},
/**
- * Lookup379: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>
+ * Lookup380: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>
**/
RmrkTraitsNftRoyaltyInfo: {
recipient: 'AccountId32',
amount: 'Permill'
},
/**
- * Lookup380: rmrk_traits::resource::ResourceInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>
+ * Lookup381: rmrk_traits::resource::ResourceInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsResourceResourceInfo: {
id: 'u32',
@@ -2915,14 +2923,14 @@
pendingRemoval: 'bool'
},
/**
- * Lookup381: rmrk_traits::property::PropertyInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>
+ * Lookup382: rmrk_traits::property::PropertyInfo<frame_support::storage::bounded_vec::BoundedVec<T, S>, frame_support::storage::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsPropertyPropertyInfo: {
key: 'Bytes',
value: 'Bytes'
},
/**
- * Lookup382: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, frame_support::storage::bounded_vec::BoundedVec<T, S>>
+ * Lookup383: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, frame_support::storage::bounded_vec::BoundedVec<T, S>>
**/
RmrkTraitsBaseBaseInfo: {
issuer: 'AccountId32',
@@ -2930,80 +2938,80 @@
symbol: 'Bytes'
},
/**
- * Lookup383: rmrk_traits::nft::NftChild
+ * Lookup384: rmrk_traits::nft::NftChild
**/
RmrkTraitsNftNftChild: {
collectionId: 'u32',
nftId: 'u32'
},
/**
- * Lookup385: pallet_common::pallet::Error<T>
+ * Lookup386: 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']
},
/**
- * Lookup387: pallet_fungible::pallet::Error<T>
+ * Lookup388: pallet_fungible::pallet::Error<T>
**/
PalletFungibleError: {
_enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed']
},
/**
- * Lookup388: pallet_refungible::ItemData
+ * Lookup389: pallet_refungible::ItemData
**/
PalletRefungibleItemData: {
constData: 'Bytes'
},
/**
- * Lookup393: pallet_refungible::pallet::Error<T>
+ * Lookup394: pallet_refungible::pallet::Error<T>
**/
PalletRefungibleError: {
_enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']
},
/**
- * Lookup394: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+ * Lookup395: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
**/
PalletNonfungibleItemData: {
owner: 'PalletEvmAccountBasicCrossAccountIdRepr'
},
/**
- * Lookup396: up_data_structs::PropertyScope
+ * Lookup397: up_data_structs::PropertyScope
**/
UpDataStructsPropertyScope: {
_enum: ['None', 'Rmrk']
},
/**
- * Lookup398: pallet_nonfungible::pallet::Error<T>
+ * Lookup399: pallet_nonfungible::pallet::Error<T>
**/
PalletNonfungibleError: {
_enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']
},
/**
- * Lookup399: pallet_structure::pallet::Error<T>
+ * Lookup400: pallet_structure::pallet::Error<T>
**/
PalletStructureError: {
_enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound']
},
/**
- * Lookup400: pallet_rmrk_core::pallet::Error<T>
+ * Lookup401: 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']
},
/**
- * Lookup402: pallet_rmrk_equip::pallet::Error<T>
+ * Lookup403: pallet_rmrk_equip::pallet::Error<T>
**/
PalletRmrkEquipError: {
_enum: ['PermissionError', 'NoAvailableBaseId', 'NoAvailablePartId', 'BaseDoesntExist', 'NeedsDefaultThemeFirst', 'PartDoesntExist', 'NoEquippableOnFixedPart']
},
/**
- * Lookup405: pallet_evm::pallet::Error<T>
+ * Lookup406: pallet_evm::pallet::Error<T>
**/
PalletEvmError: {
_enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce']
},
/**
- * Lookup408: fp_rpc::TransactionStatus
+ * Lookup409: fp_rpc::TransactionStatus
**/
FpRpcTransactionStatus: {
transactionHash: 'H256',
@@ -3015,11 +3023,11 @@
logsBloom: 'EthbloomBloom'
},
/**
- * Lookup410: ethbloom::Bloom
+ * Lookup411: ethbloom::Bloom
**/
EthbloomBloom: '[u8;256]',
/**
- * Lookup412: ethereum::receipt::ReceiptV3
+ * Lookup413: ethereum::receipt::ReceiptV3
**/
EthereumReceiptReceiptV3: {
_enum: {
@@ -3029,7 +3037,7 @@
}
},
/**
- * Lookup413: ethereum::receipt::EIP658ReceiptData
+ * Lookup414: ethereum::receipt::EIP658ReceiptData
**/
EthereumReceiptEip658ReceiptData: {
statusCode: 'u8',
@@ -3038,7 +3046,7 @@
logs: 'Vec<EthereumLog>'
},
/**
- * Lookup414: ethereum::block::Block<ethereum::transaction::TransactionV2>
+ * Lookup415: ethereum::block::Block<ethereum::transaction::TransactionV2>
**/
EthereumBlock: {
header: 'EthereumHeader',
@@ -3046,7 +3054,7 @@
ommers: 'Vec<EthereumHeader>'
},
/**
- * Lookup415: ethereum::header::Header
+ * Lookup416: ethereum::header::Header
**/
EthereumHeader: {
parentHash: 'H256',
@@ -3066,41 +3074,41 @@
nonce: 'EthereumTypesHashH64'
},
/**
- * Lookup416: ethereum_types::hash::H64
+ * Lookup417: ethereum_types::hash::H64
**/
EthereumTypesHashH64: '[u8;8]',
/**
- * Lookup421: pallet_ethereum::pallet::Error<T>
+ * Lookup422: pallet_ethereum::pallet::Error<T>
**/
PalletEthereumError: {
_enum: ['InvalidSignature', 'PreLogExists']
},
/**
- * Lookup422: pallet_evm_coder_substrate::pallet::Error<T>
+ * Lookup423: pallet_evm_coder_substrate::pallet::Error<T>
**/
PalletEvmCoderSubstrateError: {
_enum: ['OutOfGas', 'OutOfFund']
},
/**
- * Lookup423: pallet_evm_contract_helpers::SponsoringModeT
+ * Lookup424: pallet_evm_contract_helpers::SponsoringModeT
**/
PalletEvmContractHelpersSponsoringModeT: {
_enum: ['Disabled', 'Allowlisted', 'Generous']
},
/**
- * Lookup425: pallet_evm_contract_helpers::pallet::Error<T>
+ * Lookup426: pallet_evm_contract_helpers::pallet::Error<T>
**/
PalletEvmContractHelpersError: {
_enum: ['NoPermission']
},
/**
- * Lookup426: pallet_evm_migration::pallet::Error<T>
+ * Lookup427: pallet_evm_migration::pallet::Error<T>
**/
PalletEvmMigrationError: {
_enum: ['AccountNotEmpty', 'AccountIsNotMigrating']
},
/**
- * Lookup428: sp_runtime::MultiSignature
+ * Lookup429: sp_runtime::MultiSignature
**/
SpRuntimeMultiSignature: {
_enum: {
@@ -3110,43 +3118,43 @@
}
},
/**
- * Lookup429: sp_core::ed25519::Signature
+ * Lookup430: sp_core::ed25519::Signature
**/
SpCoreEd25519Signature: '[u8;64]',
/**
- * Lookup431: sp_core::sr25519::Signature
+ * Lookup432: sp_core::sr25519::Signature
**/
SpCoreSr25519Signature: '[u8;64]',
/**
- * Lookup432: sp_core::ecdsa::Signature
+ * Lookup433: sp_core::ecdsa::Signature
**/
SpCoreEcdsaSignature: '[u8;65]',
/**
- * Lookup435: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
+ * Lookup436: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
**/
FrameSystemExtensionsCheckSpecVersion: 'Null',
/**
- * Lookup436: frame_system::extensions::check_genesis::CheckGenesis<T>
+ * Lookup437: frame_system::extensions::check_genesis::CheckGenesis<T>
**/
FrameSystemExtensionsCheckGenesis: 'Null',
/**
- * Lookup439: frame_system::extensions::check_nonce::CheckNonce<T>
+ * Lookup440: frame_system::extensions::check_nonce::CheckNonce<T>
**/
FrameSystemExtensionsCheckNonce: 'Compact<u32>',
/**
- * Lookup440: frame_system::extensions::check_weight::CheckWeight<T>
+ * Lookup441: frame_system::extensions::check_weight::CheckWeight<T>
**/
FrameSystemExtensionsCheckWeight: 'Null',
/**
- * Lookup441: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
+ * Lookup442: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
**/
PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
/**
- * Lookup442: opal_runtime::Runtime
+ * Lookup443: opal_runtime::Runtime
**/
OpalRuntimeRuntime: 'Null',
/**
- * Lookup443: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
+ * Lookup444: 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
@@ -1,7 +1,7 @@
// Auto-generated via `yarn polkadot-types-from-defs`, do not edit
/* eslint-disable */
-import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletFungibleError, PalletInflationCall, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTimestampCall, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerCall, PalletUniqueSchedulerError, PalletUniqueSchedulerEvent, PalletUniqueSchedulerScheduledV3, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExData, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipState, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
+import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCommonError, PalletCommonEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEthereumRawOrigin, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletFungibleError, PalletInflationCall, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTimestampCall, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletUniqueRawEvent, PalletUniqueSchedulerCall, PalletUniqueSchedulerError, PalletUniqueSchedulerEvent, PalletUniqueSchedulerScheduledV3, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmOrigin, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Signature, SpCoreVoid, SpRuntimeArithmeticError, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipState, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
declare module '@polkadot/types/types/registry' {
export interface InterfaceTypes {
@@ -194,7 +194,8 @@
UpDataStructsCreateNftData: UpDataStructsCreateNftData;
UpDataStructsCreateNftExData: UpDataStructsCreateNftExData;
UpDataStructsCreateReFungibleData: UpDataStructsCreateReFungibleData;
- UpDataStructsCreateRefungibleExData: UpDataStructsCreateRefungibleExData;
+ UpDataStructsCreateRefungibleExMultipleOwners: UpDataStructsCreateRefungibleExMultipleOwners;
+ UpDataStructsCreateRefungibleExSingleOwner: UpDataStructsCreateRefungibleExSingleOwner;
UpDataStructsNestingPermissions: UpDataStructsNestingPermissions;
UpDataStructsOwnerRestrictedSet: UpDataStructsOwnerRestrictedSet;
UpDataStructsProperties: UpDataStructsProperties;
tests/src/interfaces/types-lookup.tsdiffbeforeafterboth--- a/tests/src/interfaces/types-lookup.ts
+++ b/tests/src/interfaces/types-lookup.ts
@@ -1638,9 +1638,9 @@
readonly isFungible: boolean;
readonly asFungible: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;
readonly isRefungibleMultipleItems: boolean;
- readonly asRefungibleMultipleItems: Vec<UpDataStructsCreateRefungibleExData>;
+ readonly asRefungibleMultipleItems: Vec<UpDataStructsCreateRefungibleExSingleOwner>;
readonly isRefungibleMultipleOwners: boolean;
- readonly asRefungibleMultipleOwners: UpDataStructsCreateRefungibleExData;
+ readonly asRefungibleMultipleOwners: UpDataStructsCreateRefungibleExMultipleOwners;
readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';
}
@@ -1650,13 +1650,20 @@
readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;
}
- /** @name UpDataStructsCreateRefungibleExData (201) */
- export interface UpDataStructsCreateRefungibleExData extends Struct {
+ /** @name UpDataStructsCreateRefungibleExSingleOwner (201) */
+ export interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {
+ readonly user: PalletEvmAccountBasicCrossAccountIdRepr;
+ readonly pieces: u128;
+ readonly properties: Vec<UpDataStructsProperty>;
+ }
+
+ /** @name UpDataStructsCreateRefungibleExMultipleOwners (203) */
+ export interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {
readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;
readonly properties: Vec<UpDataStructsProperty>;
}
- /** @name PalletUniqueSchedulerCall (203) */
+ /** @name PalletUniqueSchedulerCall (204) */
export interface PalletUniqueSchedulerCall extends Enum {
readonly isScheduleNamed: boolean;
readonly asScheduleNamed: {
@@ -1681,7 +1688,7 @@
readonly type: 'ScheduleNamed' | 'CancelNamed' | 'ScheduleNamedAfter';
}
- /** @name FrameSupportScheduleMaybeHashed (205) */
+ /** @name FrameSupportScheduleMaybeHashed (206) */
export interface FrameSupportScheduleMaybeHashed extends Enum {
readonly isValue: boolean;
readonly asValue: Call;
@@ -1690,13 +1697,13 @@
readonly type: 'Value' | 'Hash';
}
- /** @name PalletTemplateTransactionPaymentCall (206) */
+ /** @name PalletTemplateTransactionPaymentCall (207) */
export type PalletTemplateTransactionPaymentCall = Null;
- /** @name PalletStructureCall (207) */
+ /** @name PalletStructureCall (208) */
export type PalletStructureCall = Null;
- /** @name PalletRmrkCoreCall (208) */
+ /** @name PalletRmrkCoreCall (209) */
export interface PalletRmrkCoreCall extends Enum {
readonly isCreateCollection: boolean;
readonly asCreateCollection: {
@@ -1802,7 +1809,7 @@
readonly type: 'CreateCollection' | 'DestroyCollection' | 'ChangeCollectionIssuer' | 'LockCollection' | 'MintNft' | 'BurnNft' | 'Send' | 'AcceptNft' | 'RejectNft' | 'AcceptResource' | 'AcceptResourceRemoval' | 'SetProperty' | 'SetPriority' | 'AddBasicResource' | 'AddComposableResource' | 'AddSlotResource' | 'RemoveResource';
}
- /** @name RmrkTraitsResourceResourceTypes (214) */
+ /** @name RmrkTraitsResourceResourceTypes (215) */
export interface RmrkTraitsResourceResourceTypes extends Enum {
readonly isBasic: boolean;
readonly asBasic: RmrkTraitsResourceBasicResource;
@@ -1813,7 +1820,7 @@
readonly type: 'Basic' | 'Composable' | 'Slot';
}
- /** @name RmrkTraitsResourceBasicResource (216) */
+ /** @name RmrkTraitsResourceBasicResource (217) */
export interface RmrkTraitsResourceBasicResource extends Struct {
readonly src: Option<Bytes>;
readonly metadata: Option<Bytes>;
@@ -1821,7 +1828,7 @@
readonly thumb: Option<Bytes>;
}
- /** @name RmrkTraitsResourceComposableResource (218) */
+ /** @name RmrkTraitsResourceComposableResource (219) */
export interface RmrkTraitsResourceComposableResource extends Struct {
readonly parts: Vec<u32>;
readonly base: u32;
@@ -1831,7 +1838,7 @@
readonly thumb: Option<Bytes>;
}
- /** @name RmrkTraitsResourceSlotResource (219) */
+ /** @name RmrkTraitsResourceSlotResource (220) */
export interface RmrkTraitsResourceSlotResource extends Struct {
readonly base: u32;
readonly src: Option<Bytes>;
@@ -1841,7 +1848,7 @@
readonly thumb: Option<Bytes>;
}
- /** @name RmrkTraitsNftAccountIdOrCollectionNftTuple (221) */
+ /** @name RmrkTraitsNftAccountIdOrCollectionNftTuple (222) */
export interface RmrkTraitsNftAccountIdOrCollectionNftTuple extends Enum {
readonly isAccountId: boolean;
readonly asAccountId: AccountId32;
@@ -1850,7 +1857,7 @@
readonly type: 'AccountId' | 'CollectionAndNftTuple';
}
- /** @name PalletRmrkEquipCall (225) */
+ /** @name PalletRmrkEquipCall (226) */
export interface PalletRmrkEquipCall extends Enum {
readonly isCreateBase: boolean;
readonly asCreateBase: {
@@ -1872,7 +1879,7 @@
readonly type: 'CreateBase' | 'ThemeAdd' | 'Equippable';
}
- /** @name RmrkTraitsPartPartType (228) */
+ /** @name RmrkTraitsPartPartType (229) */
export interface RmrkTraitsPartPartType extends Enum {
readonly isFixedPart: boolean;
readonly asFixedPart: RmrkTraitsPartFixedPart;
@@ -1881,14 +1888,14 @@
readonly type: 'FixedPart' | 'SlotPart';
}
- /** @name RmrkTraitsPartFixedPart (230) */
+ /** @name RmrkTraitsPartFixedPart (231) */
export interface RmrkTraitsPartFixedPart extends Struct {
readonly id: u32;
readonly z: u32;
readonly src: Bytes;
}
- /** @name RmrkTraitsPartSlotPart (231) */
+ /** @name RmrkTraitsPartSlotPart (232) */
export interface RmrkTraitsPartSlotPart extends Struct {
readonly id: u32;
readonly equippable: RmrkTraitsPartEquippableList;
@@ -1896,7 +1903,7 @@
readonly z: u32;
}
- /** @name RmrkTraitsPartEquippableList (232) */
+ /** @name RmrkTraitsPartEquippableList (233) */
export interface RmrkTraitsPartEquippableList extends Enum {
readonly isAll: boolean;
readonly isEmpty: boolean;
@@ -1905,20 +1912,20 @@
readonly type: 'All' | 'Empty' | 'Custom';
}
- /** @name RmrkTraitsTheme (234) */
+ /** @name RmrkTraitsTheme (235) */
export interface RmrkTraitsTheme extends Struct {
readonly name: Bytes;
readonly properties: Vec<RmrkTraitsThemeThemeProperty>;
readonly inherit: bool;
}
- /** @name RmrkTraitsThemeThemeProperty (236) */
+ /** @name RmrkTraitsThemeThemeProperty (237) */
export interface RmrkTraitsThemeThemeProperty extends Struct {
readonly key: Bytes;
readonly value: Bytes;
}
- /** @name PalletEvmCall (238) */
+ /** @name PalletEvmCall (239) */
export interface PalletEvmCall extends Enum {
readonly isWithdraw: boolean;
readonly asWithdraw: {
@@ -1963,7 +1970,7 @@
readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';
}
- /** @name PalletEthereumCall (244) */
+ /** @name PalletEthereumCall (245) */
export interface PalletEthereumCall extends Enum {
readonly isTransact: boolean;
readonly asTransact: {
@@ -1972,7 +1979,7 @@
readonly type: 'Transact';
}
- /** @name EthereumTransactionTransactionV2 (245) */
+ /** @name EthereumTransactionTransactionV2 (246) */
export interface EthereumTransactionTransactionV2 extends Enum {
readonly isLegacy: boolean;
readonly asLegacy: EthereumTransactionLegacyTransaction;
@@ -1983,7 +1990,7 @@
readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';
}
- /** @name EthereumTransactionLegacyTransaction (246) */
+ /** @name EthereumTransactionLegacyTransaction (247) */
export interface EthereumTransactionLegacyTransaction extends Struct {
readonly nonce: U256;
readonly gasPrice: U256;
@@ -1994,7 +2001,7 @@
readonly signature: EthereumTransactionTransactionSignature;
}
- /** @name EthereumTransactionTransactionAction (247) */
+ /** @name EthereumTransactionTransactionAction (248) */
export interface EthereumTransactionTransactionAction extends Enum {
readonly isCall: boolean;
readonly asCall: H160;
@@ -2002,14 +2009,14 @@
readonly type: 'Call' | 'Create';
}
- /** @name EthereumTransactionTransactionSignature (248) */
+ /** @name EthereumTransactionTransactionSignature (249) */
export interface EthereumTransactionTransactionSignature extends Struct {
readonly v: u64;
readonly r: H256;
readonly s: H256;
}
- /** @name EthereumTransactionEip2930Transaction (250) */
+ /** @name EthereumTransactionEip2930Transaction (251) */
export interface EthereumTransactionEip2930Transaction extends Struct {
readonly chainId: u64;
readonly nonce: U256;
@@ -2024,13 +2031,13 @@
readonly s: H256;
}
- /** @name EthereumTransactionAccessListItem (252) */
+ /** @name EthereumTransactionAccessListItem (253) */
export interface EthereumTransactionAccessListItem extends Struct {
readonly address: H160;
readonly storageKeys: Vec<H256>;
}
- /** @name EthereumTransactionEip1559Transaction (253) */
+ /** @name EthereumTransactionEip1559Transaction (254) */
export interface EthereumTransactionEip1559Transaction extends Struct {
readonly chainId: u64;
readonly nonce: U256;
@@ -2046,7 +2053,7 @@
readonly s: H256;
}
- /** @name PalletEvmMigrationCall (254) */
+ /** @name PalletEvmMigrationCall (255) */
export interface PalletEvmMigrationCall extends Enum {
readonly isBegin: boolean;
readonly asBegin: {
@@ -2065,7 +2072,7 @@
readonly type: 'Begin' | 'SetData' | 'Finish';
}
- /** @name PalletSudoEvent (257) */
+ /** @name PalletSudoEvent (258) */
export interface PalletSudoEvent extends Enum {
readonly isSudid: boolean;
readonly asSudid: {
@@ -2082,7 +2089,7 @@
readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';
}
- /** @name SpRuntimeDispatchError (259) */
+ /** @name SpRuntimeDispatchError (260) */
export interface SpRuntimeDispatchError extends Enum {
readonly isOther: boolean;
readonly isCannotLookup: boolean;
@@ -2101,13 +2108,13 @@
readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional';
}
- /** @name SpRuntimeModuleError (260) */
+ /** @name SpRuntimeModuleError (261) */
export interface SpRuntimeModuleError extends Struct {
readonly index: u8;
readonly error: U8aFixed;
}
- /** @name SpRuntimeTokenError (261) */
+ /** @name SpRuntimeTokenError (262) */
export interface SpRuntimeTokenError extends Enum {
readonly isNoFunds: boolean;
readonly isWouldDie: boolean;
@@ -2119,7 +2126,7 @@
readonly type: 'NoFunds' | 'WouldDie' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported';
}
- /** @name SpRuntimeArithmeticError (262) */
+ /** @name SpRuntimeArithmeticError (263) */
export interface SpRuntimeArithmeticError extends Enum {
readonly isUnderflow: boolean;
readonly isOverflow: boolean;
@@ -2127,20 +2134,20 @@
readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';
}
- /** @name SpRuntimeTransactionalError (263) */
+ /** @name SpRuntimeTransactionalError (264) */
export interface SpRuntimeTransactionalError extends Enum {
readonly isLimitReached: boolean;
readonly isNoLayer: boolean;
readonly type: 'LimitReached' | 'NoLayer';
}
- /** @name PalletSudoError (264) */
+ /** @name PalletSudoError (265) */
export interface PalletSudoError extends Enum {
readonly isRequireSudo: boolean;
readonly type: 'RequireSudo';
}
- /** @name FrameSystemAccountInfo (265) */
+ /** @name FrameSystemAccountInfo (266) */
export interface FrameSystemAccountInfo extends Struct {
readonly nonce: u32;
readonly consumers: u32;
@@ -2149,19 +2156,19 @@
readonly data: PalletBalancesAccountData;
}
- /** @name FrameSupportWeightsPerDispatchClassU64 (266) */
+ /** @name FrameSupportWeightsPerDispatchClassU64 (267) */
export interface FrameSupportWeightsPerDispatchClassU64 extends Struct {
readonly normal: u64;
readonly operational: u64;
readonly mandatory: u64;
}
- /** @name SpRuntimeDigest (267) */
+ /** @name SpRuntimeDigest (268) */
export interface SpRuntimeDigest extends Struct {
readonly logs: Vec<SpRuntimeDigestDigestItem>;
}
- /** @name SpRuntimeDigestDigestItem (269) */
+ /** @name SpRuntimeDigestDigestItem (270) */
export interface SpRuntimeDigestDigestItem extends Enum {
readonly isOther: boolean;
readonly asOther: Bytes;
@@ -2175,14 +2182,14 @@
readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';
}
- /** @name FrameSystemEventRecord (271) */
+ /** @name FrameSystemEventRecord (272) */
export interface FrameSystemEventRecord extends Struct {
readonly phase: FrameSystemPhase;
readonly event: Event;
readonly topics: Vec<H256>;
}
- /** @name FrameSystemEvent (273) */
+ /** @name FrameSystemEvent (274) */
export interface FrameSystemEvent extends Enum {
readonly isExtrinsicSuccess: boolean;
readonly asExtrinsicSuccess: {
@@ -2210,14 +2217,14 @@
readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked';
}
- /** @name FrameSupportWeightsDispatchInfo (274) */
+ /** @name FrameSupportWeightsDispatchInfo (275) */
export interface FrameSupportWeightsDispatchInfo extends Struct {
readonly weight: u64;
readonly class: FrameSupportWeightsDispatchClass;
readonly paysFee: FrameSupportWeightsPays;
}
- /** @name FrameSupportWeightsDispatchClass (275) */
+ /** @name FrameSupportWeightsDispatchClass (276) */
export interface FrameSupportWeightsDispatchClass extends Enum {
readonly isNormal: boolean;
readonly isOperational: boolean;
@@ -2225,14 +2232,14 @@
readonly type: 'Normal' | 'Operational' | 'Mandatory';
}
- /** @name FrameSupportWeightsPays (276) */
+ /** @name FrameSupportWeightsPays (277) */
export interface FrameSupportWeightsPays extends Enum {
readonly isYes: boolean;
readonly isNo: boolean;
readonly type: 'Yes' | 'No';
}
- /** @name OrmlVestingModuleEvent (277) */
+ /** @name OrmlVestingModuleEvent (278) */
export interface OrmlVestingModuleEvent extends Enum {
readonly isVestingScheduleAdded: boolean;
readonly asVestingScheduleAdded: {
@@ -2252,7 +2259,7 @@
readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';
}
- /** @name CumulusPalletXcmpQueueEvent (278) */
+ /** @name CumulusPalletXcmpQueueEvent (279) */
export interface CumulusPalletXcmpQueueEvent extends Enum {
readonly isSuccess: boolean;
readonly asSuccess: Option<H256>;
@@ -2273,7 +2280,7 @@
readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';
}
- /** @name PalletXcmEvent (279) */
+ /** @name PalletXcmEvent (280) */
export interface PalletXcmEvent extends Enum {
readonly isAttempted: boolean;
readonly asAttempted: XcmV2TraitsOutcome;
@@ -2310,7 +2317,7 @@
readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail';
}
- /** @name XcmV2TraitsOutcome (280) */
+ /** @name XcmV2TraitsOutcome (281) */
export interface XcmV2TraitsOutcome extends Enum {
readonly isComplete: boolean;
readonly asComplete: u64;
@@ -2321,7 +2328,7 @@
readonly type: 'Complete' | 'Incomplete' | 'Error';
}
- /** @name CumulusPalletXcmEvent (282) */
+ /** @name CumulusPalletXcmEvent (283) */
export interface CumulusPalletXcmEvent extends Enum {
readonly isInvalidFormat: boolean;
readonly asInvalidFormat: U8aFixed;
@@ -2332,7 +2339,7 @@
readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';
}
- /** @name CumulusPalletDmpQueueEvent (283) */
+ /** @name CumulusPalletDmpQueueEvent (284) */
export interface CumulusPalletDmpQueueEvent extends Enum {
readonly isInvalidFormat: boolean;
readonly asInvalidFormat: {
@@ -2367,7 +2374,7 @@
readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';
}
- /** @name PalletUniqueRawEvent (284) */
+ /** @name PalletUniqueRawEvent (285) */
export interface PalletUniqueRawEvent extends Enum {
readonly isCollectionSponsorRemoved: boolean;
readonly asCollectionSponsorRemoved: u32;
@@ -2392,7 +2399,7 @@
readonly type: 'CollectionSponsorRemoved' | 'CollectionAdminAdded' | 'CollectionOwnedChanged' | 'CollectionSponsorSet' | 'SponsorshipConfirmed' | 'CollectionAdminRemoved' | 'AllowListAddressRemoved' | 'AllowListAddressAdded' | 'CollectionLimitSet' | 'CollectionPermissionSet';
}
- /** @name PalletUniqueSchedulerEvent (285) */
+ /** @name PalletUniqueSchedulerEvent (286) */
export interface PalletUniqueSchedulerEvent extends Enum {
readonly isScheduled: boolean;
readonly asScheduled: {
@@ -2419,14 +2426,14 @@
readonly type: 'Scheduled' | 'Canceled' | 'Dispatched' | 'CallLookupFailed';
}
- /** @name FrameSupportScheduleLookupError (287) */
+ /** @name FrameSupportScheduleLookupError (288) */
export interface FrameSupportScheduleLookupError extends Enum {
readonly isUnknown: boolean;
readonly isBadFormat: boolean;
readonly type: 'Unknown' | 'BadFormat';
}
- /** @name PalletCommonEvent (288) */
+ /** @name PalletCommonEvent (289) */
export interface PalletCommonEvent extends Enum {
readonly isCollectionCreated: boolean;
readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;
@@ -2453,14 +2460,14 @@
readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved' | 'CollectionPropertySet' | 'CollectionPropertyDeleted' | 'TokenPropertySet' | 'TokenPropertyDeleted' | 'PropertyPermissionSet';
}
- /** @name PalletStructureEvent (289) */
+ /** @name PalletStructureEvent (290) */
export interface PalletStructureEvent extends Enum {
readonly isExecuted: boolean;
readonly asExecuted: Result<Null, SpRuntimeDispatchError>;
readonly type: 'Executed';
}
- /** @name PalletRmrkCoreEvent (290) */
+ /** @name PalletRmrkCoreEvent (291) */
export interface PalletRmrkCoreEvent extends Enum {
readonly isCollectionCreated: boolean;
readonly asCollectionCreated: {
@@ -2550,7 +2557,7 @@
readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'IssuerChanged' | 'CollectionLocked' | 'NftMinted' | 'NftBurned' | 'NftSent' | 'NftAccepted' | 'NftRejected' | 'PropertySet' | 'ResourceAdded' | 'ResourceRemoval' | 'ResourceAccepted' | 'ResourceRemovalAccepted' | 'PrioritySet';
}
- /** @name PalletRmrkEquipEvent (291) */
+ /** @name PalletRmrkEquipEvent (292) */
export interface PalletRmrkEquipEvent extends Enum {
readonly isBaseCreated: boolean;
readonly asBaseCreated: {
@@ -2565,7 +2572,7 @@
readonly type: 'BaseCreated' | 'EquippablesUpdated';
}
- /** @name PalletEvmEvent (292) */
+ /** @name PalletEvmEvent (293) */
export interface PalletEvmEvent extends Enum {
readonly isLog: boolean;
readonly asLog: EthereumLog;
@@ -2584,21 +2591,21 @@
readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed' | 'BalanceDeposit' | 'BalanceWithdraw';
}
- /** @name EthereumLog (293) */
+ /** @name EthereumLog (294) */
export interface EthereumLog extends Struct {
readonly address: H160;
readonly topics: Vec<H256>;
readonly data: Bytes;
}
- /** @name PalletEthereumEvent (294) */
+ /** @name PalletEthereumEvent (295) */
export interface PalletEthereumEvent extends Enum {
readonly isExecuted: boolean;
readonly asExecuted: ITuple<[H160, H160, H256, EvmCoreErrorExitReason]>;
readonly type: 'Executed';
}
- /** @name EvmCoreErrorExitReason (295) */
+ /** @name EvmCoreErrorExitReason (296) */
export interface EvmCoreErrorExitReason extends Enum {
readonly isSucceed: boolean;
readonly asSucceed: EvmCoreErrorExitSucceed;
@@ -2611,7 +2618,7 @@
readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';
}
- /** @name EvmCoreErrorExitSucceed (296) */
+ /** @name EvmCoreErrorExitSucceed (297) */
export interface EvmCoreErrorExitSucceed extends Enum {
readonly isStopped: boolean;
readonly isReturned: boolean;
@@ -2619,7 +2626,7 @@
readonly type: 'Stopped' | 'Returned' | 'Suicided';
}
- /** @name EvmCoreErrorExitError (297) */
+ /** @name EvmCoreErrorExitError (298) */
export interface EvmCoreErrorExitError extends Enum {
readonly isStackUnderflow: boolean;
readonly isStackOverflow: boolean;
@@ -2640,13 +2647,13 @@
readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';
}
- /** @name EvmCoreErrorExitRevert (300) */
+ /** @name EvmCoreErrorExitRevert (301) */
export interface EvmCoreErrorExitRevert extends Enum {
readonly isReverted: boolean;
readonly type: 'Reverted';
}
- /** @name EvmCoreErrorExitFatal (301) */
+ /** @name EvmCoreErrorExitFatal (302) */
export interface EvmCoreErrorExitFatal extends Enum {
readonly isNotSupported: boolean;
readonly isUnhandledInterrupt: boolean;
@@ -2657,7 +2664,7 @@
readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';
}
- /** @name FrameSystemPhase (302) */
+ /** @name FrameSystemPhase (303) */
export interface FrameSystemPhase extends Enum {
readonly isApplyExtrinsic: boolean;
readonly asApplyExtrinsic: u32;
@@ -2666,27 +2673,27 @@
readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
}
- /** @name FrameSystemLastRuntimeUpgradeInfo (304) */
+ /** @name FrameSystemLastRuntimeUpgradeInfo (305) */
export interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
readonly specVersion: Compact<u32>;
readonly specName: Text;
}
- /** @name FrameSystemLimitsBlockWeights (305) */
+ /** @name FrameSystemLimitsBlockWeights (306) */
export interface FrameSystemLimitsBlockWeights extends Struct {
readonly baseBlock: u64;
readonly maxBlock: u64;
readonly perClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;
}
- /** @name FrameSupportWeightsPerDispatchClassWeightsPerClass (306) */
+ /** @name FrameSupportWeightsPerDispatchClassWeightsPerClass (307) */
export interface FrameSupportWeightsPerDispatchClassWeightsPerClass extends Struct {
readonly normal: FrameSystemLimitsWeightsPerClass;
readonly operational: FrameSystemLimitsWeightsPerClass;
readonly mandatory: FrameSystemLimitsWeightsPerClass;
}
- /** @name FrameSystemLimitsWeightsPerClass (307) */
+ /** @name FrameSystemLimitsWeightsPerClass (308) */
export interface FrameSystemLimitsWeightsPerClass extends Struct {
readonly baseExtrinsic: u64;
readonly maxExtrinsic: Option<u64>;
@@ -2694,25 +2701,25 @@
readonly reserved: Option<u64>;
}
- /** @name FrameSystemLimitsBlockLength (309) */
+ /** @name FrameSystemLimitsBlockLength (310) */
export interface FrameSystemLimitsBlockLength extends Struct {
readonly max: FrameSupportWeightsPerDispatchClassU32;
}
- /** @name FrameSupportWeightsPerDispatchClassU32 (310) */
+ /** @name FrameSupportWeightsPerDispatchClassU32 (311) */
export interface FrameSupportWeightsPerDispatchClassU32 extends Struct {
readonly normal: u32;
readonly operational: u32;
readonly mandatory: u32;
}
- /** @name FrameSupportWeightsRuntimeDbWeight (311) */
+ /** @name FrameSupportWeightsRuntimeDbWeight (312) */
export interface FrameSupportWeightsRuntimeDbWeight extends Struct {
readonly read: u64;
readonly write: u64;
}
- /** @name SpVersionRuntimeVersion (312) */
+ /** @name SpVersionRuntimeVersion (313) */
export interface SpVersionRuntimeVersion extends Struct {
readonly specName: Text;
readonly implName: Text;
@@ -2724,7 +2731,7 @@
readonly stateVersion: u8;
}
- /** @name FrameSystemError (316) */
+ /** @name FrameSystemError (317) */
export interface FrameSystemError extends Enum {
readonly isInvalidSpecName: boolean;
readonly isSpecVersionNeedsToIncrease: boolean;
@@ -2735,7 +2742,7 @@
readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';
}
- /** @name OrmlVestingModuleError (318) */
+ /** @name OrmlVestingModuleError (319) */
export interface OrmlVestingModuleError extends Enum {
readonly isZeroVestingPeriod: boolean;
readonly isZeroVestingPeriodCount: boolean;
@@ -2746,21 +2753,21 @@
readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';
}
- /** @name CumulusPalletXcmpQueueInboundChannelDetails (320) */
+ /** @name CumulusPalletXcmpQueueInboundChannelDetails (321) */
export interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {
readonly sender: u32;
readonly state: CumulusPalletXcmpQueueInboundState;
readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;
}
- /** @name CumulusPalletXcmpQueueInboundState (321) */
+ /** @name CumulusPalletXcmpQueueInboundState (322) */
export interface CumulusPalletXcmpQueueInboundState extends Enum {
readonly isOk: boolean;
readonly isSuspended: boolean;
readonly type: 'Ok' | 'Suspended';
}
- /** @name PolkadotParachainPrimitivesXcmpMessageFormat (324) */
+ /** @name PolkadotParachainPrimitivesXcmpMessageFormat (325) */
export interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {
readonly isConcatenatedVersionedXcm: boolean;
readonly isConcatenatedEncodedBlob: boolean;
@@ -2768,7 +2775,7 @@
readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';
}
- /** @name CumulusPalletXcmpQueueOutboundChannelDetails (327) */
+ /** @name CumulusPalletXcmpQueueOutboundChannelDetails (328) */
export interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {
readonly recipient: u32;
readonly state: CumulusPalletXcmpQueueOutboundState;
@@ -2777,14 +2784,14 @@
readonly lastIndex: u16;
}
- /** @name CumulusPalletXcmpQueueOutboundState (328) */
+ /** @name CumulusPalletXcmpQueueOutboundState (329) */
export interface CumulusPalletXcmpQueueOutboundState extends Enum {
readonly isOk: boolean;
readonly isSuspended: boolean;
readonly type: 'Ok' | 'Suspended';
}
- /** @name CumulusPalletXcmpQueueQueueConfigData (330) */
+ /** @name CumulusPalletXcmpQueueQueueConfigData (331) */
export interface CumulusPalletXcmpQueueQueueConfigData extends Struct {
readonly suspendThreshold: u32;
readonly dropThreshold: u32;
@@ -2794,7 +2801,7 @@
readonly xcmpMaxIndividualWeight: u64;
}
- /** @name CumulusPalletXcmpQueueError (332) */
+ /** @name CumulusPalletXcmpQueueError (333) */
export interface CumulusPalletXcmpQueueError extends Enum {
readonly isFailedToSend: boolean;
readonly isBadXcmOrigin: boolean;
@@ -2804,7 +2811,7 @@
readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';
}
- /** @name PalletXcmError (333) */
+ /** @name PalletXcmError (334) */
export interface PalletXcmError extends Enum {
readonly isUnreachable: boolean;
readonly isSendFailure: boolean;
@@ -2822,29 +2829,29 @@
readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';
}
- /** @name CumulusPalletXcmError (334) */
+ /** @name CumulusPalletXcmError (335) */
export type CumulusPalletXcmError = Null;
- /** @name CumulusPalletDmpQueueConfigData (335) */
+ /** @name CumulusPalletDmpQueueConfigData (336) */
export interface CumulusPalletDmpQueueConfigData extends Struct {
readonly maxIndividual: u64;
}
- /** @name CumulusPalletDmpQueuePageIndexData (336) */
+ /** @name CumulusPalletDmpQueuePageIndexData (337) */
export interface CumulusPalletDmpQueuePageIndexData extends Struct {
readonly beginUsed: u32;
readonly endUsed: u32;
readonly overweightCount: u64;
}
- /** @name CumulusPalletDmpQueueError (339) */
+ /** @name CumulusPalletDmpQueueError (340) */
export interface CumulusPalletDmpQueueError extends Enum {
readonly isUnknown: boolean;
readonly isOverLimit: boolean;
readonly type: 'Unknown' | 'OverLimit';
}
- /** @name PalletUniqueError (343) */
+ /** @name PalletUniqueError (344) */
export interface PalletUniqueError extends Enum {
readonly isCollectionDecimalPointLimitExceeded: boolean;
readonly isConfirmUnsetSponsorFail: boolean;
@@ -2853,7 +2860,7 @@
readonly type: 'CollectionDecimalPointLimitExceeded' | 'ConfirmUnsetSponsorFail' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';
}
- /** @name PalletUniqueSchedulerScheduledV3 (346) */
+ /** @name PalletUniqueSchedulerScheduledV3 (347) */
export interface PalletUniqueSchedulerScheduledV3 extends Struct {
readonly maybeId: Option<U8aFixed>;
readonly priority: u8;
@@ -2862,7 +2869,7 @@
readonly origin: OpalRuntimeOriginCaller;
}
- /** @name OpalRuntimeOriginCaller (347) */
+ /** @name OpalRuntimeOriginCaller (348) */
export interface OpalRuntimeOriginCaller extends Enum {
readonly isVoid: boolean;
readonly isSystem: boolean;
@@ -2876,7 +2883,7 @@
readonly type: 'Void' | 'System' | 'PolkadotXcm' | 'CumulusXcm' | 'Ethereum';
}
- /** @name FrameSupportDispatchRawOrigin (348) */
+ /** @name FrameSupportDispatchRawOrigin (349) */
export interface FrameSupportDispatchRawOrigin extends Enum {
readonly isRoot: boolean;
readonly isSigned: boolean;
@@ -2885,7 +2892,7 @@
readonly type: 'Root' | 'Signed' | 'None';
}
- /** @name PalletXcmOrigin (349) */
+ /** @name PalletXcmOrigin (350) */
export interface PalletXcmOrigin extends Enum {
readonly isXcm: boolean;
readonly asXcm: XcmV1MultiLocation;
@@ -2894,7 +2901,7 @@
readonly type: 'Xcm' | 'Response';
}
- /** @name CumulusPalletXcmOrigin (350) */
+ /** @name CumulusPalletXcmOrigin (351) */
export interface CumulusPalletXcmOrigin extends Enum {
readonly isRelay: boolean;
readonly isSiblingParachain: boolean;
@@ -2902,17 +2909,17 @@
readonly type: 'Relay' | 'SiblingParachain';
}
- /** @name PalletEthereumRawOrigin (351) */
+ /** @name PalletEthereumRawOrigin (352) */
export interface PalletEthereumRawOrigin extends Enum {
readonly isEthereumTransaction: boolean;
readonly asEthereumTransaction: H160;
readonly type: 'EthereumTransaction';
}
- /** @name SpCoreVoid (352) */
+ /** @name SpCoreVoid (353) */
export type SpCoreVoid = Null;
- /** @name PalletUniqueSchedulerError (353) */
+ /** @name PalletUniqueSchedulerError (354) */
export interface PalletUniqueSchedulerError extends Enum {
readonly isFailedToSchedule: boolean;
readonly isNotFound: boolean;
@@ -2921,7 +2928,7 @@
readonly type: 'FailedToSchedule' | 'NotFound' | 'TargetBlockNumberInPast' | 'RescheduleNoChange';
}
- /** @name UpDataStructsCollection (354) */
+ /** @name UpDataStructsCollection (355) */
export interface UpDataStructsCollection extends Struct {
readonly owner: AccountId32;
readonly mode: UpDataStructsCollectionMode;
@@ -2934,7 +2941,7 @@
readonly externalCollection: bool;
}
- /** @name UpDataStructsSponsorshipState (355) */
+ /** @name UpDataStructsSponsorshipState (356) */
export interface UpDataStructsSponsorshipState extends Enum {
readonly isDisabled: boolean;
readonly isUnconfirmed: boolean;
@@ -2944,43 +2951,43 @@
readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';
}
- /** @name UpDataStructsProperties (356) */
+ /** @name UpDataStructsProperties (357) */
export interface UpDataStructsProperties extends Struct {
readonly map: UpDataStructsPropertiesMapBoundedVec;
readonly consumedSpace: u32;
readonly spaceLimit: u32;
}
- /** @name UpDataStructsPropertiesMapBoundedVec (357) */
+ /** @name UpDataStructsPropertiesMapBoundedVec (358) */
export interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}
- /** @name UpDataStructsPropertiesMapPropertyPermission (362) */
+ /** @name UpDataStructsPropertiesMapPropertyPermission (363) */
export interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}
- /** @name UpDataStructsCollectionStats (369) */
+ /** @name UpDataStructsCollectionStats (370) */
export interface UpDataStructsCollectionStats extends Struct {
readonly created: u32;
readonly destroyed: u32;
readonly alive: u32;
}
- /** @name UpDataStructsTokenChild (370) */
+ /** @name UpDataStructsTokenChild (371) */
export interface UpDataStructsTokenChild extends Struct {
readonly token: u32;
readonly collection: u32;
}
- /** @name PhantomTypeUpDataStructs (371) */
+ /** @name PhantomTypeUpDataStructs (372) */
export interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}
- /** @name UpDataStructsTokenData (373) */
+ /** @name UpDataStructsTokenData (374) */
export interface UpDataStructsTokenData extends Struct {
readonly properties: Vec<UpDataStructsProperty>;
readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;
readonly pieces: u128;
}
- /** @name UpDataStructsRpcCollection (375) */
+ /** @name UpDataStructsRpcCollection (376) */
export interface UpDataStructsRpcCollection extends Struct {
readonly owner: AccountId32;
readonly mode: UpDataStructsCollectionMode;
@@ -2995,7 +3002,7 @@
readonly readOnly: bool;
}
- /** @name RmrkTraitsCollectionCollectionInfo (376) */
+ /** @name RmrkTraitsCollectionCollectionInfo (377) */
export interface RmrkTraitsCollectionCollectionInfo extends Struct {
readonly issuer: AccountId32;
readonly metadata: Bytes;
@@ -3004,7 +3011,7 @@
readonly nftsCount: u32;
}
- /** @name RmrkTraitsNftNftInfo (377) */
+ /** @name RmrkTraitsNftNftInfo (378) */
export interface RmrkTraitsNftNftInfo extends Struct {
readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;
readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;
@@ -3013,13 +3020,13 @@
readonly pending: bool;
}
- /** @name RmrkTraitsNftRoyaltyInfo (379) */
+ /** @name RmrkTraitsNftRoyaltyInfo (380) */
export interface RmrkTraitsNftRoyaltyInfo extends Struct {
readonly recipient: AccountId32;
readonly amount: Permill;
}
- /** @name RmrkTraitsResourceResourceInfo (380) */
+ /** @name RmrkTraitsResourceResourceInfo (381) */
export interface RmrkTraitsResourceResourceInfo extends Struct {
readonly id: u32;
readonly resource: RmrkTraitsResourceResourceTypes;
@@ -3027,26 +3034,26 @@
readonly pendingRemoval: bool;
}
- /** @name RmrkTraitsPropertyPropertyInfo (381) */
+ /** @name RmrkTraitsPropertyPropertyInfo (382) */
export interface RmrkTraitsPropertyPropertyInfo extends Struct {
readonly key: Bytes;
readonly value: Bytes;
}
- /** @name RmrkTraitsBaseBaseInfo (382) */
+ /** @name RmrkTraitsBaseBaseInfo (383) */
export interface RmrkTraitsBaseBaseInfo extends Struct {
readonly issuer: AccountId32;
readonly baseType: Bytes;
readonly symbol: Bytes;
}
- /** @name RmrkTraitsNftNftChild (383) */
+ /** @name RmrkTraitsNftNftChild (384) */
export interface RmrkTraitsNftNftChild extends Struct {
readonly collectionId: u32;
readonly nftId: u32;
}
- /** @name PalletCommonError (385) */
+ /** @name PalletCommonError (386) */
export interface PalletCommonError extends Enum {
readonly isCollectionNotFound: boolean;
readonly isMustBeTokenOwner: boolean;
@@ -3085,7 +3092,7 @@
readonly type: 'CollectionNotFound' | 'MustBeTokenOwner' | 'NoPermission' | 'CantDestroyNotEmptyCollection' | 'PublicMintingNotAllowed' | 'AddressNotInAllowlist' | 'CollectionNameLimitExceeded' | 'CollectionDescriptionLimitExceeded' | 'CollectionTokenPrefixLimitExceeded' | 'TotalCollectionsLimitExceeded' | 'CollectionAdminCountExceeded' | 'CollectionLimitBoundsExceeded' | 'OwnerPermissionsCantBeReverted' | 'TransferNotAllowed' | 'AccountTokenLimitExceeded' | 'CollectionTokenLimitExceeded' | 'MetadataFlagFrozen' | 'TokenNotFound' | 'TokenValueTooLow' | 'ApprovedValueTooLow' | 'CantApproveMoreThanOwned' | 'AddressIsZero' | 'UnsupportedOperation' | 'NotSufficientFounds' | 'UserIsNotAllowedToNest' | 'SourceCollectionIsNotAllowedToNest' | 'CollectionFieldSizeExceeded' | 'NoSpaceForProperty' | 'PropertyLimitReached' | 'PropertyKeyIsTooLong' | 'InvalidCharacterInPropertyKey' | 'EmptyPropertyKey' | 'CollectionIsExternal' | 'CollectionIsInternal';
}
- /** @name PalletFungibleError (387) */
+ /** @name PalletFungibleError (388) */
export interface PalletFungibleError extends Enum {
readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;
readonly isFungibleItemsHaveNoId: boolean;
@@ -3095,12 +3102,12 @@
readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';
}
- /** @name PalletRefungibleItemData (388) */
+ /** @name PalletRefungibleItemData (389) */
export interface PalletRefungibleItemData extends Struct {
readonly constData: Bytes;
}
- /** @name PalletRefungibleError (393) */
+ /** @name PalletRefungibleError (394) */
export interface PalletRefungibleError extends Enum {
readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;
readonly isWrongRefungiblePieces: boolean;
@@ -3110,19 +3117,19 @@
readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';
}
- /** @name PalletNonfungibleItemData (394) */
+ /** @name PalletNonfungibleItemData (395) */
export interface PalletNonfungibleItemData extends Struct {
readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;
}
- /** @name UpDataStructsPropertyScope (396) */
+ /** @name UpDataStructsPropertyScope (397) */
export interface UpDataStructsPropertyScope extends Enum {
readonly isNone: boolean;
readonly isRmrk: boolean;
readonly type: 'None' | 'Rmrk';
}
- /** @name PalletNonfungibleError (398) */
+ /** @name PalletNonfungibleError (399) */
export interface PalletNonfungibleError extends Enum {
readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;
readonly isNonfungibleItemsHaveNoAmount: boolean;
@@ -3130,7 +3137,7 @@
readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';
}
- /** @name PalletStructureError (399) */
+ /** @name PalletStructureError (400) */
export interface PalletStructureError extends Enum {
readonly isOuroborosDetected: boolean;
readonly isDepthLimit: boolean;
@@ -3139,7 +3146,7 @@
readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound';
}
- /** @name PalletRmrkCoreError (400) */
+ /** @name PalletRmrkCoreError (401) */
export interface PalletRmrkCoreError extends Enum {
readonly isCorruptedCollectionType: boolean;
readonly isRmrkPropertyKeyIsTooLong: boolean;
@@ -3163,7 +3170,7 @@
readonly type: 'CorruptedCollectionType' | 'RmrkPropertyKeyIsTooLong' | 'RmrkPropertyValueIsTooLong' | 'RmrkPropertyIsNotFound' | 'UnableToDecodeRmrkData' | 'CollectionNotEmpty' | 'NoAvailableCollectionId' | 'NoAvailableNftId' | 'CollectionUnknown' | 'NoPermission' | 'NonTransferable' | 'CollectionFullOrLocked' | 'ResourceDoesntExist' | 'CannotSendToDescendentOrSelf' | 'CannotAcceptNonOwnedNft' | 'CannotRejectNonOwnedNft' | 'CannotRejectNonPendingNft' | 'ResourceNotPending' | 'NoAvailableResourceId';
}
- /** @name PalletRmrkEquipError (402) */
+ /** @name PalletRmrkEquipError (403) */
export interface PalletRmrkEquipError extends Enum {
readonly isPermissionError: boolean;
readonly isNoAvailableBaseId: boolean;
@@ -3175,7 +3182,7 @@
readonly type: 'PermissionError' | 'NoAvailableBaseId' | 'NoAvailablePartId' | 'BaseDoesntExist' | 'NeedsDefaultThemeFirst' | 'PartDoesntExist' | 'NoEquippableOnFixedPart';
}
- /** @name PalletEvmError (405) */
+ /** @name PalletEvmError (406) */
export interface PalletEvmError extends Enum {
readonly isBalanceLow: boolean;
readonly isFeeOverflow: boolean;
@@ -3186,7 +3193,7 @@
readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce';
}
- /** @name FpRpcTransactionStatus (408) */
+ /** @name FpRpcTransactionStatus (409) */
export interface FpRpcTransactionStatus extends Struct {
readonly transactionHash: H256;
readonly transactionIndex: u32;
@@ -3197,10 +3204,10 @@
readonly logsBloom: EthbloomBloom;
}
- /** @name EthbloomBloom (410) */
+ /** @name EthbloomBloom (411) */
export interface EthbloomBloom extends U8aFixed {}
- /** @name EthereumReceiptReceiptV3 (412) */
+ /** @name EthereumReceiptReceiptV3 (413) */
export interface EthereumReceiptReceiptV3 extends Enum {
readonly isLegacy: boolean;
readonly asLegacy: EthereumReceiptEip658ReceiptData;
@@ -3211,7 +3218,7 @@
readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';
}
- /** @name EthereumReceiptEip658ReceiptData (413) */
+ /** @name EthereumReceiptEip658ReceiptData (414) */
export interface EthereumReceiptEip658ReceiptData extends Struct {
readonly statusCode: u8;
readonly usedGas: U256;
@@ -3219,14 +3226,14 @@
readonly logs: Vec<EthereumLog>;
}
- /** @name EthereumBlock (414) */
+ /** @name EthereumBlock (415) */
export interface EthereumBlock extends Struct {
readonly header: EthereumHeader;
readonly transactions: Vec<EthereumTransactionTransactionV2>;
readonly ommers: Vec<EthereumHeader>;
}
- /** @name EthereumHeader (415) */
+ /** @name EthereumHeader (416) */
export interface EthereumHeader extends Struct {
readonly parentHash: H256;
readonly ommersHash: H256;
@@ -3245,24 +3252,24 @@
readonly nonce: EthereumTypesHashH64;
}
- /** @name EthereumTypesHashH64 (416) */
+ /** @name EthereumTypesHashH64 (417) */
export interface EthereumTypesHashH64 extends U8aFixed {}
- /** @name PalletEthereumError (421) */
+ /** @name PalletEthereumError (422) */
export interface PalletEthereumError extends Enum {
readonly isInvalidSignature: boolean;
readonly isPreLogExists: boolean;
readonly type: 'InvalidSignature' | 'PreLogExists';
}
- /** @name PalletEvmCoderSubstrateError (422) */
+ /** @name PalletEvmCoderSubstrateError (423) */
export interface PalletEvmCoderSubstrateError extends Enum {
readonly isOutOfGas: boolean;
readonly isOutOfFund: boolean;
readonly type: 'OutOfGas' | 'OutOfFund';
}
- /** @name PalletEvmContractHelpersSponsoringModeT (423) */
+ /** @name PalletEvmContractHelpersSponsoringModeT (424) */
export interface PalletEvmContractHelpersSponsoringModeT extends Enum {
readonly isDisabled: boolean;
readonly isAllowlisted: boolean;
@@ -3270,20 +3277,20 @@
readonly type: 'Disabled' | 'Allowlisted' | 'Generous';
}
- /** @name PalletEvmContractHelpersError (425) */
+ /** @name PalletEvmContractHelpersError (426) */
export interface PalletEvmContractHelpersError extends Enum {
readonly isNoPermission: boolean;
readonly type: 'NoPermission';
}
- /** @name PalletEvmMigrationError (426) */
+ /** @name PalletEvmMigrationError (427) */
export interface PalletEvmMigrationError extends Enum {
readonly isAccountNotEmpty: boolean;
readonly isAccountIsNotMigrating: boolean;
readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating';
}
- /** @name SpRuntimeMultiSignature (428) */
+ /** @name SpRuntimeMultiSignature (429) */
export interface SpRuntimeMultiSignature extends Enum {
readonly isEd25519: boolean;
readonly asEd25519: SpCoreEd25519Signature;
@@ -3294,34 +3301,34 @@
readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';
}
- /** @name SpCoreEd25519Signature (429) */
+ /** @name SpCoreEd25519Signature (430) */
export interface SpCoreEd25519Signature extends U8aFixed {}
- /** @name SpCoreSr25519Signature (431) */
+ /** @name SpCoreSr25519Signature (432) */
export interface SpCoreSr25519Signature extends U8aFixed {}
- /** @name SpCoreEcdsaSignature (432) */
+ /** @name SpCoreEcdsaSignature (433) */
export interface SpCoreEcdsaSignature extends U8aFixed {}
- /** @name FrameSystemExtensionsCheckSpecVersion (435) */
+ /** @name FrameSystemExtensionsCheckSpecVersion (436) */
export type FrameSystemExtensionsCheckSpecVersion = Null;
- /** @name FrameSystemExtensionsCheckGenesis (436) */
+ /** @name FrameSystemExtensionsCheckGenesis (437) */
export type FrameSystemExtensionsCheckGenesis = Null;
- /** @name FrameSystemExtensionsCheckNonce (439) */
+ /** @name FrameSystemExtensionsCheckNonce (440) */
export interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}
- /** @name FrameSystemExtensionsCheckWeight (440) */
+ /** @name FrameSystemExtensionsCheckWeight (441) */
export type FrameSystemExtensionsCheckWeight = Null;
- /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (441) */
+ /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (442) */
export interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}
- /** @name OpalRuntimeRuntime (442) */
+ /** @name OpalRuntimeRuntime (443) */
export type OpalRuntimeRuntime = Null;
- /** @name PalletEthereumFakeTransactionFinalizer (443) */
+ /** @name PalletEthereumFakeTransactionFinalizer (444) */
export type PalletEthereumFakeTransactionFinalizer = Null;
} // declare module