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.tsdiffbeforeafterboth--- a/tests/src/interfaces/augment-types.ts
+++ b/tests/src/interfaces/augment-types.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 './default';
+import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmOrigin, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchRawOrigin, FrameSupportPalletId, FrameSupportScheduleLookupError, FrameSupportScheduleMaybeHashed, FrameSupportTokensMiscBalanceStatus, FrameSupportWeightsDispatchClass, FrameSupportWeightsDispatchInfo, FrameSupportWeightsPays, FrameSupportWeightsPerDispatchClassU32, FrameSupportWeightsPerDispatchClassU64, FrameSupportWeightsPerDispatchClassWeightsPerClass, FrameSupportWeightsRuntimeDbWeight, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeOriginCaller, OpalRuntimeRuntime, 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';
import type { Data, StorageKey } from '@polkadot/types';
import 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';
import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';
@@ -1216,7 +1216,8 @@
UpDataStructsCreateNftData: UpDataStructsCreateNftData;
UpDataStructsCreateNftExData: UpDataStructsCreateNftExData;
UpDataStructsCreateReFungibleData: UpDataStructsCreateReFungibleData;
- UpDataStructsCreateRefungibleExData: UpDataStructsCreateRefungibleExData;
+ UpDataStructsCreateRefungibleExMultipleOwners: UpDataStructsCreateRefungibleExMultipleOwners;
+ UpDataStructsCreateRefungibleExSingleOwner: UpDataStructsCreateRefungibleExSingleOwner;
UpDataStructsNestingPermissions: UpDataStructsNestingPermissions;
UpDataStructsOwnerRestrictedSet: UpDataStructsOwnerRestrictedSet;
UpDataStructsProperties: UpDataStructsProperties;
tests/src/interfaces/default/types.tsdiffbeforeafterboth1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';5import type { ITuple } from '@polkadot/types-codec/types';6import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';7import type { Event } from '@polkadot/types/interfaces/system';89/** @name CumulusPalletDmpQueueCall */10export interface CumulusPalletDmpQueueCall extends Enum {11 readonly isServiceOverweight: boolean;12 readonly asServiceOverweight: {13 readonly index: u64;14 readonly weightLimit: u64;15 } & Struct;16 readonly type: 'ServiceOverweight';17}1819/** @name CumulusPalletDmpQueueConfigData */20export interface CumulusPalletDmpQueueConfigData extends Struct {21 readonly maxIndividual: u64;22}2324/** @name CumulusPalletDmpQueueError */25export interface CumulusPalletDmpQueueError extends Enum {26 readonly isUnknown: boolean;27 readonly isOverLimit: boolean;28 readonly type: 'Unknown' | 'OverLimit';29}3031/** @name CumulusPalletDmpQueueEvent */32export interface CumulusPalletDmpQueueEvent extends Enum {33 readonly isInvalidFormat: boolean;34 readonly asInvalidFormat: {35 readonly messageId: U8aFixed;36 } & Struct;37 readonly isUnsupportedVersion: boolean;38 readonly asUnsupportedVersion: {39 readonly messageId: U8aFixed;40 } & Struct;41 readonly isExecutedDownward: boolean;42 readonly asExecutedDownward: {43 readonly messageId: U8aFixed;44 readonly outcome: XcmV2TraitsOutcome;45 } & Struct;46 readonly isWeightExhausted: boolean;47 readonly asWeightExhausted: {48 readonly messageId: U8aFixed;49 readonly remainingWeight: u64;50 readonly requiredWeight: u64;51 } & Struct;52 readonly isOverweightEnqueued: boolean;53 readonly asOverweightEnqueued: {54 readonly messageId: U8aFixed;55 readonly overweightIndex: u64;56 readonly requiredWeight: u64;57 } & Struct;58 readonly isOverweightServiced: boolean;59 readonly asOverweightServiced: {60 readonly overweightIndex: u64;61 readonly weightUsed: u64;62 } & Struct;63 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';64}6566/** @name CumulusPalletDmpQueuePageIndexData */67export interface CumulusPalletDmpQueuePageIndexData extends Struct {68 readonly beginUsed: u32;69 readonly endUsed: u32;70 readonly overweightCount: u64;71}7273/** @name CumulusPalletParachainSystemCall */74export interface CumulusPalletParachainSystemCall extends Enum {75 readonly isSetValidationData: boolean;76 readonly asSetValidationData: {77 readonly data: CumulusPrimitivesParachainInherentParachainInherentData;78 } & Struct;79 readonly isSudoSendUpwardMessage: boolean;80 readonly asSudoSendUpwardMessage: {81 readonly message: Bytes;82 } & Struct;83 readonly isAuthorizeUpgrade: boolean;84 readonly asAuthorizeUpgrade: {85 readonly codeHash: H256;86 } & Struct;87 readonly isEnactAuthorizedUpgrade: boolean;88 readonly asEnactAuthorizedUpgrade: {89 readonly code: Bytes;90 } & Struct;91 readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';92}9394/** @name CumulusPalletParachainSystemError */95export interface CumulusPalletParachainSystemError extends Enum {96 readonly isOverlappingUpgrades: boolean;97 readonly isProhibitedByPolkadot: boolean;98 readonly isTooBig: boolean;99 readonly isValidationDataNotAvailable: boolean;100 readonly isHostConfigurationNotAvailable: boolean;101 readonly isNotScheduled: boolean;102 readonly isNothingAuthorized: boolean;103 readonly isUnauthorized: boolean;104 readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';105}106107/** @name CumulusPalletParachainSystemEvent */108export interface CumulusPalletParachainSystemEvent extends Enum {109 readonly isValidationFunctionStored: boolean;110 readonly isValidationFunctionApplied: boolean;111 readonly asValidationFunctionApplied: {112 readonly relayChainBlockNum: u32;113 } & Struct;114 readonly isValidationFunctionDiscarded: boolean;115 readonly isUpgradeAuthorized: boolean;116 readonly asUpgradeAuthorized: {117 readonly codeHash: H256;118 } & Struct;119 readonly isDownwardMessagesReceived: boolean;120 readonly asDownwardMessagesReceived: {121 readonly count: u32;122 } & Struct;123 readonly isDownwardMessagesProcessed: boolean;124 readonly asDownwardMessagesProcessed: {125 readonly weightUsed: u64;126 readonly dmqHead: H256;127 } & Struct;128 readonly type: 'ValidationFunctionStored' | 'ValidationFunctionApplied' | 'ValidationFunctionDiscarded' | 'UpgradeAuthorized' | 'DownwardMessagesReceived' | 'DownwardMessagesProcessed';129}130131/** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot */132export interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {133 readonly dmqMqcHead: H256;134 readonly relayDispatchQueueSize: ITuple<[u32, u32]>;135 readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;136 readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;137}138139/** @name CumulusPalletXcmCall */140export interface CumulusPalletXcmCall extends Null {}141142/** @name CumulusPalletXcmError */143export interface CumulusPalletXcmError extends Null {}144145/** @name CumulusPalletXcmEvent */146export interface CumulusPalletXcmEvent extends Enum {147 readonly isInvalidFormat: boolean;148 readonly asInvalidFormat: U8aFixed;149 readonly isUnsupportedVersion: boolean;150 readonly asUnsupportedVersion: U8aFixed;151 readonly isExecutedDownward: boolean;152 readonly asExecutedDownward: ITuple<[U8aFixed, XcmV2TraitsOutcome]>;153 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';154}155156/** @name CumulusPalletXcmOrigin */157export interface CumulusPalletXcmOrigin extends Enum {158 readonly isRelay: boolean;159 readonly isSiblingParachain: boolean;160 readonly asSiblingParachain: u32;161 readonly type: 'Relay' | 'SiblingParachain';162}163164/** @name CumulusPalletXcmpQueueCall */165export interface CumulusPalletXcmpQueueCall extends Enum {166 readonly isServiceOverweight: boolean;167 readonly asServiceOverweight: {168 readonly index: u64;169 readonly weightLimit: u64;170 } & Struct;171 readonly isSuspendXcmExecution: boolean;172 readonly isResumeXcmExecution: boolean;173 readonly isUpdateSuspendThreshold: boolean;174 readonly asUpdateSuspendThreshold: {175 readonly new_: u32;176 } & Struct;177 readonly isUpdateDropThreshold: boolean;178 readonly asUpdateDropThreshold: {179 readonly new_: u32;180 } & Struct;181 readonly isUpdateResumeThreshold: boolean;182 readonly asUpdateResumeThreshold: {183 readonly new_: u32;184 } & Struct;185 readonly isUpdateThresholdWeight: boolean;186 readonly asUpdateThresholdWeight: {187 readonly new_: u64;188 } & Struct;189 readonly isUpdateWeightRestrictDecay: boolean;190 readonly asUpdateWeightRestrictDecay: {191 readonly new_: u64;192 } & Struct;193 readonly isUpdateXcmpMaxIndividualWeight: boolean;194 readonly asUpdateXcmpMaxIndividualWeight: {195 readonly new_: u64;196 } & Struct;197 readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';198}199200/** @name CumulusPalletXcmpQueueError */201export interface CumulusPalletXcmpQueueError extends Enum {202 readonly isFailedToSend: boolean;203 readonly isBadXcmOrigin: boolean;204 readonly isBadXcm: boolean;205 readonly isBadOverweightIndex: boolean;206 readonly isWeightOverLimit: boolean;207 readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';208}209210/** @name CumulusPalletXcmpQueueEvent */211export interface CumulusPalletXcmpQueueEvent extends Enum {212 readonly isSuccess: boolean;213 readonly asSuccess: Option<H256>;214 readonly isFail: boolean;215 readonly asFail: ITuple<[Option<H256>, XcmV2TraitsError]>;216 readonly isBadVersion: boolean;217 readonly asBadVersion: Option<H256>;218 readonly isBadFormat: boolean;219 readonly asBadFormat: Option<H256>;220 readonly isUpwardMessageSent: boolean;221 readonly asUpwardMessageSent: Option<H256>;222 readonly isXcmpMessageSent: boolean;223 readonly asXcmpMessageSent: Option<H256>;224 readonly isOverweightEnqueued: boolean;225 readonly asOverweightEnqueued: ITuple<[u32, u32, u64, u64]>;226 readonly isOverweightServiced: boolean;227 readonly asOverweightServiced: ITuple<[u64, u64]>;228 readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';229}230231/** @name CumulusPalletXcmpQueueInboundChannelDetails */232export interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {233 readonly sender: u32;234 readonly state: CumulusPalletXcmpQueueInboundState;235 readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;236}237238/** @name CumulusPalletXcmpQueueInboundState */239export interface CumulusPalletXcmpQueueInboundState extends Enum {240 readonly isOk: boolean;241 readonly isSuspended: boolean;242 readonly type: 'Ok' | 'Suspended';243}244245/** @name CumulusPalletXcmpQueueOutboundChannelDetails */246export interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {247 readonly recipient: u32;248 readonly state: CumulusPalletXcmpQueueOutboundState;249 readonly signalsExist: bool;250 readonly firstIndex: u16;251 readonly lastIndex: u16;252}253254/** @name CumulusPalletXcmpQueueOutboundState */255export interface CumulusPalletXcmpQueueOutboundState extends Enum {256 readonly isOk: boolean;257 readonly isSuspended: boolean;258 readonly type: 'Ok' | 'Suspended';259}260261/** @name CumulusPalletXcmpQueueQueueConfigData */262export interface CumulusPalletXcmpQueueQueueConfigData extends Struct {263 readonly suspendThreshold: u32;264 readonly dropThreshold: u32;265 readonly resumeThreshold: u32;266 readonly thresholdWeight: u64;267 readonly weightRestrictDecay: u64;268 readonly xcmpMaxIndividualWeight: u64;269}270271/** @name CumulusPrimitivesParachainInherentParachainInherentData */272export interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {273 readonly validationData: PolkadotPrimitivesV2PersistedValidationData;274 readonly relayChainState: SpTrieStorageProof;275 readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;276 readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;277}278279/** @name EthbloomBloom */280export interface EthbloomBloom extends U8aFixed {}281282/** @name EthereumBlock */283export interface EthereumBlock extends Struct {284 readonly header: EthereumHeader;285 readonly transactions: Vec<EthereumTransactionTransactionV2>;286 readonly ommers: Vec<EthereumHeader>;287}288289/** @name EthereumHeader */290export interface EthereumHeader extends Struct {291 readonly parentHash: H256;292 readonly ommersHash: H256;293 readonly beneficiary: H160;294 readonly stateRoot: H256;295 readonly transactionsRoot: H256;296 readonly receiptsRoot: H256;297 readonly logsBloom: EthbloomBloom;298 readonly difficulty: U256;299 readonly number: U256;300 readonly gasLimit: U256;301 readonly gasUsed: U256;302 readonly timestamp: u64;303 readonly extraData: Bytes;304 readonly mixHash: H256;305 readonly nonce: EthereumTypesHashH64;306}307308/** @name EthereumLog */309export interface EthereumLog extends Struct {310 readonly address: H160;311 readonly topics: Vec<H256>;312 readonly data: Bytes;313}314315/** @name EthereumReceiptEip658ReceiptData */316export interface EthereumReceiptEip658ReceiptData extends Struct {317 readonly statusCode: u8;318 readonly usedGas: U256;319 readonly logsBloom: EthbloomBloom;320 readonly logs: Vec<EthereumLog>;321}322323/** @name EthereumReceiptReceiptV3 */324export interface EthereumReceiptReceiptV3 extends Enum {325 readonly isLegacy: boolean;326 readonly asLegacy: EthereumReceiptEip658ReceiptData;327 readonly isEip2930: boolean;328 readonly asEip2930: EthereumReceiptEip658ReceiptData;329 readonly isEip1559: boolean;330 readonly asEip1559: EthereumReceiptEip658ReceiptData;331 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';332}333334/** @name EthereumTransactionAccessListItem */335export interface EthereumTransactionAccessListItem extends Struct {336 readonly address: H160;337 readonly storageKeys: Vec<H256>;338}339340/** @name EthereumTransactionEip1559Transaction */341export interface EthereumTransactionEip1559Transaction extends Struct {342 readonly chainId: u64;343 readonly nonce: U256;344 readonly maxPriorityFeePerGas: U256;345 readonly maxFeePerGas: U256;346 readonly gasLimit: U256;347 readonly action: EthereumTransactionTransactionAction;348 readonly value: U256;349 readonly input: Bytes;350 readonly accessList: Vec<EthereumTransactionAccessListItem>;351 readonly oddYParity: bool;352 readonly r: H256;353 readonly s: H256;354}355356/** @name EthereumTransactionEip2930Transaction */357export interface EthereumTransactionEip2930Transaction extends Struct {358 readonly chainId: u64;359 readonly nonce: U256;360 readonly gasPrice: U256;361 readonly gasLimit: U256;362 readonly action: EthereumTransactionTransactionAction;363 readonly value: U256;364 readonly input: Bytes;365 readonly accessList: Vec<EthereumTransactionAccessListItem>;366 readonly oddYParity: bool;367 readonly r: H256;368 readonly s: H256;369}370371/** @name EthereumTransactionLegacyTransaction */372export interface EthereumTransactionLegacyTransaction extends Struct {373 readonly nonce: U256;374 readonly gasPrice: U256;375 readonly gasLimit: U256;376 readonly action: EthereumTransactionTransactionAction;377 readonly value: U256;378 readonly input: Bytes;379 readonly signature: EthereumTransactionTransactionSignature;380}381382/** @name EthereumTransactionTransactionAction */383export interface EthereumTransactionTransactionAction extends Enum {384 readonly isCall: boolean;385 readonly asCall: H160;386 readonly isCreate: boolean;387 readonly type: 'Call' | 'Create';388}389390/** @name EthereumTransactionTransactionSignature */391export interface EthereumTransactionTransactionSignature extends Struct {392 readonly v: u64;393 readonly r: H256;394 readonly s: H256;395}396397/** @name EthereumTransactionTransactionV2 */398export interface EthereumTransactionTransactionV2 extends Enum {399 readonly isLegacy: boolean;400 readonly asLegacy: EthereumTransactionLegacyTransaction;401 readonly isEip2930: boolean;402 readonly asEip2930: EthereumTransactionEip2930Transaction;403 readonly isEip1559: boolean;404 readonly asEip1559: EthereumTransactionEip1559Transaction;405 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';406}407408/** @name EthereumTypesHashH64 */409export interface EthereumTypesHashH64 extends U8aFixed {}410411/** @name EvmCoreErrorExitError */412export interface EvmCoreErrorExitError extends Enum {413 readonly isStackUnderflow: boolean;414 readonly isStackOverflow: boolean;415 readonly isInvalidJump: boolean;416 readonly isInvalidRange: boolean;417 readonly isDesignatedInvalid: boolean;418 readonly isCallTooDeep: boolean;419 readonly isCreateCollision: boolean;420 readonly isCreateContractLimit: boolean;421 readonly isOutOfOffset: boolean;422 readonly isOutOfGas: boolean;423 readonly isOutOfFund: boolean;424 readonly isPcUnderflow: boolean;425 readonly isCreateEmpty: boolean;426 readonly isOther: boolean;427 readonly asOther: Text;428 readonly isInvalidCode: boolean;429 readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';430}431432/** @name EvmCoreErrorExitFatal */433export interface EvmCoreErrorExitFatal extends Enum {434 readonly isNotSupported: boolean;435 readonly isUnhandledInterrupt: boolean;436 readonly isCallErrorAsFatal: boolean;437 readonly asCallErrorAsFatal: EvmCoreErrorExitError;438 readonly isOther: boolean;439 readonly asOther: Text;440 readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';441}442443/** @name EvmCoreErrorExitReason */444export interface EvmCoreErrorExitReason extends Enum {445 readonly isSucceed: boolean;446 readonly asSucceed: EvmCoreErrorExitSucceed;447 readonly isError: boolean;448 readonly asError: EvmCoreErrorExitError;449 readonly isRevert: boolean;450 readonly asRevert: EvmCoreErrorExitRevert;451 readonly isFatal: boolean;452 readonly asFatal: EvmCoreErrorExitFatal;453 readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';454}455456/** @name EvmCoreErrorExitRevert */457export interface EvmCoreErrorExitRevert extends Enum {458 readonly isReverted: boolean;459 readonly type: 'Reverted';460}461462/** @name EvmCoreErrorExitSucceed */463export interface EvmCoreErrorExitSucceed extends Enum {464 readonly isStopped: boolean;465 readonly isReturned: boolean;466 readonly isSuicided: boolean;467 readonly type: 'Stopped' | 'Returned' | 'Suicided';468}469470/** @name FpRpcTransactionStatus */471export interface FpRpcTransactionStatus extends Struct {472 readonly transactionHash: H256;473 readonly transactionIndex: u32;474 readonly from: H160;475 readonly to: Option<H160>;476 readonly contractAddress: Option<H160>;477 readonly logs: Vec<EthereumLog>;478 readonly logsBloom: EthbloomBloom;479}480481/** @name FrameSupportDispatchRawOrigin */482export interface FrameSupportDispatchRawOrigin extends Enum {483 readonly isRoot: boolean;484 readonly isSigned: boolean;485 readonly asSigned: AccountId32;486 readonly isNone: boolean;487 readonly type: 'Root' | 'Signed' | 'None';488}489490/** @name FrameSupportPalletId */491export interface FrameSupportPalletId extends U8aFixed {}492493/** @name FrameSupportScheduleLookupError */494export interface FrameSupportScheduleLookupError extends Enum {495 readonly isUnknown: boolean;496 readonly isBadFormat: boolean;497 readonly type: 'Unknown' | 'BadFormat';498}499500/** @name FrameSupportScheduleMaybeHashed */501export interface FrameSupportScheduleMaybeHashed extends Enum {502 readonly isValue: boolean;503 readonly asValue: Call;504 readonly isHash: boolean;505 readonly asHash: H256;506 readonly type: 'Value' | 'Hash';507}508509/** @name FrameSupportTokensMiscBalanceStatus */510export interface FrameSupportTokensMiscBalanceStatus extends Enum {511 readonly isFree: boolean;512 readonly isReserved: boolean;513 readonly type: 'Free' | 'Reserved';514}515516/** @name FrameSupportWeightsDispatchClass */517export interface FrameSupportWeightsDispatchClass extends Enum {518 readonly isNormal: boolean;519 readonly isOperational: boolean;520 readonly isMandatory: boolean;521 readonly type: 'Normal' | 'Operational' | 'Mandatory';522}523524/** @name FrameSupportWeightsDispatchInfo */525export interface FrameSupportWeightsDispatchInfo extends Struct {526 readonly weight: u64;527 readonly class: FrameSupportWeightsDispatchClass;528 readonly paysFee: FrameSupportWeightsPays;529}530531/** @name FrameSupportWeightsPays */532export interface FrameSupportWeightsPays extends Enum {533 readonly isYes: boolean;534 readonly isNo: boolean;535 readonly type: 'Yes' | 'No';536}537538/** @name FrameSupportWeightsPerDispatchClassU32 */539export interface FrameSupportWeightsPerDispatchClassU32 extends Struct {540 readonly normal: u32;541 readonly operational: u32;542 readonly mandatory: u32;543}544545/** @name FrameSupportWeightsPerDispatchClassU64 */546export interface FrameSupportWeightsPerDispatchClassU64 extends Struct {547 readonly normal: u64;548 readonly operational: u64;549 readonly mandatory: u64;550}551552/** @name FrameSupportWeightsPerDispatchClassWeightsPerClass */553export interface FrameSupportWeightsPerDispatchClassWeightsPerClass extends Struct {554 readonly normal: FrameSystemLimitsWeightsPerClass;555 readonly operational: FrameSystemLimitsWeightsPerClass;556 readonly mandatory: FrameSystemLimitsWeightsPerClass;557}558559/** @name FrameSupportWeightsRuntimeDbWeight */560export interface FrameSupportWeightsRuntimeDbWeight extends Struct {561 readonly read: u64;562 readonly write: u64;563}564565/** @name FrameSystemAccountInfo */566export interface FrameSystemAccountInfo extends Struct {567 readonly nonce: u32;568 readonly consumers: u32;569 readonly providers: u32;570 readonly sufficients: u32;571 readonly data: PalletBalancesAccountData;572}573574/** @name FrameSystemCall */575export interface FrameSystemCall extends Enum {576 readonly isFillBlock: boolean;577 readonly asFillBlock: {578 readonly ratio: Perbill;579 } & Struct;580 readonly isRemark: boolean;581 readonly asRemark: {582 readonly remark: Bytes;583 } & Struct;584 readonly isSetHeapPages: boolean;585 readonly asSetHeapPages: {586 readonly pages: u64;587 } & Struct;588 readonly isSetCode: boolean;589 readonly asSetCode: {590 readonly code: Bytes;591 } & Struct;592 readonly isSetCodeWithoutChecks: boolean;593 readonly asSetCodeWithoutChecks: {594 readonly code: Bytes;595 } & Struct;596 readonly isSetStorage: boolean;597 readonly asSetStorage: {598 readonly items: Vec<ITuple<[Bytes, Bytes]>>;599 } & Struct;600 readonly isKillStorage: boolean;601 readonly asKillStorage: {602 readonly keys_: Vec<Bytes>;603 } & Struct;604 readonly isKillPrefix: boolean;605 readonly asKillPrefix: {606 readonly prefix: Bytes;607 readonly subkeys: u32;608 } & Struct;609 readonly isRemarkWithEvent: boolean;610 readonly asRemarkWithEvent: {611 readonly remark: Bytes;612 } & Struct;613 readonly type: 'FillBlock' | 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';614}615616/** @name FrameSystemError */617export interface FrameSystemError extends Enum {618 readonly isInvalidSpecName: boolean;619 readonly isSpecVersionNeedsToIncrease: boolean;620 readonly isFailedToExtractRuntimeVersion: boolean;621 readonly isNonDefaultComposite: boolean;622 readonly isNonZeroRefCount: boolean;623 readonly isCallFiltered: boolean;624 readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';625}626627/** @name FrameSystemEvent */628export interface FrameSystemEvent extends Enum {629 readonly isExtrinsicSuccess: boolean;630 readonly asExtrinsicSuccess: {631 readonly dispatchInfo: FrameSupportWeightsDispatchInfo;632 } & Struct;633 readonly isExtrinsicFailed: boolean;634 readonly asExtrinsicFailed: {635 readonly dispatchError: SpRuntimeDispatchError;636 readonly dispatchInfo: FrameSupportWeightsDispatchInfo;637 } & Struct;638 readonly isCodeUpdated: boolean;639 readonly isNewAccount: boolean;640 readonly asNewAccount: {641 readonly account: AccountId32;642 } & Struct;643 readonly isKilledAccount: boolean;644 readonly asKilledAccount: {645 readonly account: AccountId32;646 } & Struct;647 readonly isRemarked: boolean;648 readonly asRemarked: {649 readonly sender: AccountId32;650 readonly hash_: H256;651 } & Struct;652 readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked';653}654655/** @name FrameSystemEventRecord */656export interface FrameSystemEventRecord extends Struct {657 readonly phase: FrameSystemPhase;658 readonly event: Event;659 readonly topics: Vec<H256>;660}661662/** @name FrameSystemExtensionsCheckGenesis */663export interface FrameSystemExtensionsCheckGenesis extends Null {}664665/** @name FrameSystemExtensionsCheckNonce */666export interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}667668/** @name FrameSystemExtensionsCheckSpecVersion */669export interface FrameSystemExtensionsCheckSpecVersion extends Null {}670671/** @name FrameSystemExtensionsCheckWeight */672export interface FrameSystemExtensionsCheckWeight extends Null {}673674/** @name FrameSystemLastRuntimeUpgradeInfo */675export interface FrameSystemLastRuntimeUpgradeInfo extends Struct {676 readonly specVersion: Compact<u32>;677 readonly specName: Text;678}679680/** @name FrameSystemLimitsBlockLength */681export interface FrameSystemLimitsBlockLength extends Struct {682 readonly max: FrameSupportWeightsPerDispatchClassU32;683}684685/** @name FrameSystemLimitsBlockWeights */686export interface FrameSystemLimitsBlockWeights extends Struct {687 readonly baseBlock: u64;688 readonly maxBlock: u64;689 readonly perClass: FrameSupportWeightsPerDispatchClassWeightsPerClass;690}691692/** @name FrameSystemLimitsWeightsPerClass */693export interface FrameSystemLimitsWeightsPerClass extends Struct {694 readonly baseExtrinsic: u64;695 readonly maxExtrinsic: Option<u64>;696 readonly maxTotal: Option<u64>;697 readonly reserved: Option<u64>;698}699700/** @name FrameSystemPhase */701export interface FrameSystemPhase extends Enum {702 readonly isApplyExtrinsic: boolean;703 readonly asApplyExtrinsic: u32;704 readonly isFinalization: boolean;705 readonly isInitialization: boolean;706 readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';707}708709/** @name OpalRuntimeOriginCaller */710export interface OpalRuntimeOriginCaller extends Enum {711 readonly isVoid: boolean;712 readonly asVoid: SpCoreVoid;713 readonly isSystem: boolean;714 readonly asSystem: FrameSupportDispatchRawOrigin;715 readonly isPolkadotXcm: boolean;716 readonly asPolkadotXcm: PalletXcmOrigin;717 readonly isCumulusXcm: boolean;718 readonly asCumulusXcm: CumulusPalletXcmOrigin;719 readonly isEthereum: boolean;720 readonly asEthereum: PalletEthereumRawOrigin;721 readonly type: 'Void' | 'System' | 'PolkadotXcm' | 'CumulusXcm' | 'Ethereum';722}723724/** @name OpalRuntimeRuntime */725export interface OpalRuntimeRuntime extends Null {}726727/** @name OrmlVestingModuleCall */728export interface OrmlVestingModuleCall extends Enum {729 readonly isClaim: boolean;730 readonly isVestedTransfer: boolean;731 readonly asVestedTransfer: {732 readonly dest: MultiAddress;733 readonly schedule: OrmlVestingVestingSchedule;734 } & Struct;735 readonly isUpdateVestingSchedules: boolean;736 readonly asUpdateVestingSchedules: {737 readonly who: MultiAddress;738 readonly vestingSchedules: Vec<OrmlVestingVestingSchedule>;739 } & Struct;740 readonly isClaimFor: boolean;741 readonly asClaimFor: {742 readonly dest: MultiAddress;743 } & Struct;744 readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';745}746747/** @name OrmlVestingModuleError */748export interface OrmlVestingModuleError extends Enum {749 readonly isZeroVestingPeriod: boolean;750 readonly isZeroVestingPeriodCount: boolean;751 readonly isInsufficientBalanceToLock: boolean;752 readonly isTooManyVestingSchedules: boolean;753 readonly isAmountLow: boolean;754 readonly isMaxVestingSchedulesExceeded: boolean;755 readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';756}757758/** @name OrmlVestingModuleEvent */759export interface OrmlVestingModuleEvent extends Enum {760 readonly isVestingScheduleAdded: boolean;761 readonly asVestingScheduleAdded: {762 readonly from: AccountId32;763 readonly to: AccountId32;764 readonly vestingSchedule: OrmlVestingVestingSchedule;765 } & Struct;766 readonly isClaimed: boolean;767 readonly asClaimed: {768 readonly who: AccountId32;769 readonly amount: u128;770 } & Struct;771 readonly isVestingSchedulesUpdated: boolean;772 readonly asVestingSchedulesUpdated: {773 readonly who: AccountId32;774 } & Struct;775 readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';776}777778/** @name OrmlVestingVestingSchedule */779export interface OrmlVestingVestingSchedule extends Struct {780 readonly start: u32;781 readonly period: u32;782 readonly periodCount: u32;783 readonly perPeriod: Compact<u128>;784}785786/** @name PalletBalancesAccountData */787export interface PalletBalancesAccountData extends Struct {788 readonly free: u128;789 readonly reserved: u128;790 readonly miscFrozen: u128;791 readonly feeFrozen: u128;792}793794/** @name PalletBalancesBalanceLock */795export interface PalletBalancesBalanceLock extends Struct {796 readonly id: U8aFixed;797 readonly amount: u128;798 readonly reasons: PalletBalancesReasons;799}800801/** @name PalletBalancesCall */802export interface PalletBalancesCall extends Enum {803 readonly isTransfer: boolean;804 readonly asTransfer: {805 readonly dest: MultiAddress;806 readonly value: Compact<u128>;807 } & Struct;808 readonly isSetBalance: boolean;809 readonly asSetBalance: {810 readonly who: MultiAddress;811 readonly newFree: Compact<u128>;812 readonly newReserved: Compact<u128>;813 } & Struct;814 readonly isForceTransfer: boolean;815 readonly asForceTransfer: {816 readonly source: MultiAddress;817 readonly dest: MultiAddress;818 readonly value: Compact<u128>;819 } & Struct;820 readonly isTransferKeepAlive: boolean;821 readonly asTransferKeepAlive: {822 readonly dest: MultiAddress;823 readonly value: Compact<u128>;824 } & Struct;825 readonly isTransferAll: boolean;826 readonly asTransferAll: {827 readonly dest: MultiAddress;828 readonly keepAlive: bool;829 } & Struct;830 readonly isForceUnreserve: boolean;831 readonly asForceUnreserve: {832 readonly who: MultiAddress;833 readonly amount: u128;834 } & Struct;835 readonly type: 'Transfer' | 'SetBalance' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve';836}837838/** @name PalletBalancesError */839export interface PalletBalancesError extends Enum {840 readonly isVestingBalance: boolean;841 readonly isLiquidityRestrictions: boolean;842 readonly isInsufficientBalance: boolean;843 readonly isExistentialDeposit: boolean;844 readonly isKeepAlive: boolean;845 readonly isExistingVestingSchedule: boolean;846 readonly isDeadAccount: boolean;847 readonly isTooManyReserves: boolean;848 readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'KeepAlive' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves';849}850851/** @name PalletBalancesEvent */852export interface PalletBalancesEvent extends Enum {853 readonly isEndowed: boolean;854 readonly asEndowed: {855 readonly account: AccountId32;856 readonly freeBalance: u128;857 } & Struct;858 readonly isDustLost: boolean;859 readonly asDustLost: {860 readonly account: AccountId32;861 readonly amount: u128;862 } & Struct;863 readonly isTransfer: boolean;864 readonly asTransfer: {865 readonly from: AccountId32;866 readonly to: AccountId32;867 readonly amount: u128;868 } & Struct;869 readonly isBalanceSet: boolean;870 readonly asBalanceSet: {871 readonly who: AccountId32;872 readonly free: u128;873 readonly reserved: u128;874 } & Struct;875 readonly isReserved: boolean;876 readonly asReserved: {877 readonly who: AccountId32;878 readonly amount: u128;879 } & Struct;880 readonly isUnreserved: boolean;881 readonly asUnreserved: {882 readonly who: AccountId32;883 readonly amount: u128;884 } & Struct;885 readonly isReserveRepatriated: boolean;886 readonly asReserveRepatriated: {887 readonly from: AccountId32;888 readonly to: AccountId32;889 readonly amount: u128;890 readonly destinationStatus: FrameSupportTokensMiscBalanceStatus;891 } & Struct;892 readonly isDeposit: boolean;893 readonly asDeposit: {894 readonly who: AccountId32;895 readonly amount: u128;896 } & Struct;897 readonly isWithdraw: boolean;898 readonly asWithdraw: {899 readonly who: AccountId32;900 readonly amount: u128;901 } & Struct;902 readonly isSlashed: boolean;903 readonly asSlashed: {904 readonly who: AccountId32;905 readonly amount: u128;906 } & Struct;907 readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'BalanceSet' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'Deposit' | 'Withdraw' | 'Slashed';908}909910/** @name PalletBalancesReasons */911export interface PalletBalancesReasons extends Enum {912 readonly isFee: boolean;913 readonly isMisc: boolean;914 readonly isAll: boolean;915 readonly type: 'Fee' | 'Misc' | 'All';916}917918/** @name PalletBalancesReleases */919export interface PalletBalancesReleases extends Enum {920 readonly isV100: boolean;921 readonly isV200: boolean;922 readonly type: 'V100' | 'V200';923}924925/** @name PalletBalancesReserveData */926export interface PalletBalancesReserveData extends Struct {927 readonly id: U8aFixed;928 readonly amount: u128;929}930931/** @name PalletCommonError */932export interface PalletCommonError extends Enum {933 readonly isCollectionNotFound: boolean;934 readonly isMustBeTokenOwner: boolean;935 readonly isNoPermission: boolean;936 readonly isCantDestroyNotEmptyCollection: boolean;937 readonly isPublicMintingNotAllowed: boolean;938 readonly isAddressNotInAllowlist: boolean;939 readonly isCollectionNameLimitExceeded: boolean;940 readonly isCollectionDescriptionLimitExceeded: boolean;941 readonly isCollectionTokenPrefixLimitExceeded: boolean;942 readonly isTotalCollectionsLimitExceeded: boolean;943 readonly isCollectionAdminCountExceeded: boolean;944 readonly isCollectionLimitBoundsExceeded: boolean;945 readonly isOwnerPermissionsCantBeReverted: boolean;946 readonly isTransferNotAllowed: boolean;947 readonly isAccountTokenLimitExceeded: boolean;948 readonly isCollectionTokenLimitExceeded: boolean;949 readonly isMetadataFlagFrozen: boolean;950 readonly isTokenNotFound: boolean;951 readonly isTokenValueTooLow: boolean;952 readonly isApprovedValueTooLow: boolean;953 readonly isCantApproveMoreThanOwned: boolean;954 readonly isAddressIsZero: boolean;955 readonly isUnsupportedOperation: boolean;956 readonly isNotSufficientFounds: boolean;957 readonly isUserIsNotAllowedToNest: boolean;958 readonly isSourceCollectionIsNotAllowedToNest: boolean;959 readonly isCollectionFieldSizeExceeded: boolean;960 readonly isNoSpaceForProperty: boolean;961 readonly isPropertyLimitReached: boolean;962 readonly isPropertyKeyIsTooLong: boolean;963 readonly isInvalidCharacterInPropertyKey: boolean;964 readonly isEmptyPropertyKey: boolean;965 readonly isCollectionIsExternal: boolean;966 readonly isCollectionIsInternal: boolean;967 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';968}969970/** @name PalletCommonEvent */971export interface PalletCommonEvent extends Enum {972 readonly isCollectionCreated: boolean;973 readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;974 readonly isCollectionDestroyed: boolean;975 readonly asCollectionDestroyed: u32;976 readonly isItemCreated: boolean;977 readonly asItemCreated: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;978 readonly isItemDestroyed: boolean;979 readonly asItemDestroyed: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;980 readonly isTransfer: boolean;981 readonly asTransfer: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;982 readonly isApproved: boolean;983 readonly asApproved: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;984 readonly isCollectionPropertySet: boolean;985 readonly asCollectionPropertySet: ITuple<[u32, Bytes]>;986 readonly isCollectionPropertyDeleted: boolean;987 readonly asCollectionPropertyDeleted: ITuple<[u32, Bytes]>;988 readonly isTokenPropertySet: boolean;989 readonly asTokenPropertySet: ITuple<[u32, u32, Bytes]>;990 readonly isTokenPropertyDeleted: boolean;991 readonly asTokenPropertyDeleted: ITuple<[u32, u32, Bytes]>;992 readonly isPropertyPermissionSet: boolean;993 readonly asPropertyPermissionSet: ITuple<[u32, Bytes]>;994 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved' | 'CollectionPropertySet' | 'CollectionPropertyDeleted' | 'TokenPropertySet' | 'TokenPropertyDeleted' | 'PropertyPermissionSet';995}996997/** @name PalletEthereumCall */998export interface PalletEthereumCall extends Enum {999 readonly isTransact: boolean;1000 readonly asTransact: {1001 readonly transaction: EthereumTransactionTransactionV2;1002 } & Struct;1003 readonly type: 'Transact';1004}10051006/** @name PalletEthereumError */1007export interface PalletEthereumError extends Enum {1008 readonly isInvalidSignature: boolean;1009 readonly isPreLogExists: boolean;1010 readonly type: 'InvalidSignature' | 'PreLogExists';1011}10121013/** @name PalletEthereumEvent */1014export interface PalletEthereumEvent extends Enum {1015 readonly isExecuted: boolean;1016 readonly asExecuted: ITuple<[H160, H160, H256, EvmCoreErrorExitReason]>;1017 readonly type: 'Executed';1018}10191020/** @name PalletEthereumFakeTransactionFinalizer */1021export interface PalletEthereumFakeTransactionFinalizer extends Null {}10221023/** @name PalletEthereumRawOrigin */1024export interface PalletEthereumRawOrigin extends Enum {1025 readonly isEthereumTransaction: boolean;1026 readonly asEthereumTransaction: H160;1027 readonly type: 'EthereumTransaction';1028}10291030/** @name PalletEvmAccountBasicCrossAccountIdRepr */1031export interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {1032 readonly isSubstrate: boolean;1033 readonly asSubstrate: AccountId32;1034 readonly isEthereum: boolean;1035 readonly asEthereum: H160;1036 readonly type: 'Substrate' | 'Ethereum';1037}10381039/** @name PalletEvmCall */1040export interface PalletEvmCall extends Enum {1041 readonly isWithdraw: boolean;1042 readonly asWithdraw: {1043 readonly address: H160;1044 readonly value: u128;1045 } & Struct;1046 readonly isCall: boolean;1047 readonly asCall: {1048 readonly source: H160;1049 readonly target: H160;1050 readonly input: Bytes;1051 readonly value: U256;1052 readonly gasLimit: u64;1053 readonly maxFeePerGas: U256;1054 readonly maxPriorityFeePerGas: Option<U256>;1055 readonly nonce: Option<U256>;1056 readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1057 } & Struct;1058 readonly isCreate: boolean;1059 readonly asCreate: {1060 readonly source: H160;1061 readonly init: Bytes;1062 readonly value: U256;1063 readonly gasLimit: u64;1064 readonly maxFeePerGas: U256;1065 readonly maxPriorityFeePerGas: Option<U256>;1066 readonly nonce: Option<U256>;1067 readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1068 } & Struct;1069 readonly isCreate2: boolean;1070 readonly asCreate2: {1071 readonly source: H160;1072 readonly init: Bytes;1073 readonly salt: H256;1074 readonly value: U256;1075 readonly gasLimit: u64;1076 readonly maxFeePerGas: U256;1077 readonly maxPriorityFeePerGas: Option<U256>;1078 readonly nonce: Option<U256>;1079 readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1080 } & Struct;1081 readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';1082}10831084/** @name PalletEvmCoderSubstrateError */1085export interface PalletEvmCoderSubstrateError extends Enum {1086 readonly isOutOfGas: boolean;1087 readonly isOutOfFund: boolean;1088 readonly type: 'OutOfGas' | 'OutOfFund';1089}10901091/** @name PalletEvmContractHelpersError */1092export interface PalletEvmContractHelpersError extends Enum {1093 readonly isNoPermission: boolean;1094 readonly type: 'NoPermission';1095}10961097/** @name PalletEvmContractHelpersSponsoringModeT */1098export interface PalletEvmContractHelpersSponsoringModeT extends Enum {1099 readonly isDisabled: boolean;1100 readonly isAllowlisted: boolean;1101 readonly isGenerous: boolean;1102 readonly type: 'Disabled' | 'Allowlisted' | 'Generous';1103}11041105/** @name PalletEvmError */1106export interface PalletEvmError extends Enum {1107 readonly isBalanceLow: boolean;1108 readonly isFeeOverflow: boolean;1109 readonly isPaymentOverflow: boolean;1110 readonly isWithdrawFailed: boolean;1111 readonly isGasPriceTooLow: boolean;1112 readonly isInvalidNonce: boolean;1113 readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce';1114}11151116/** @name PalletEvmEvent */1117export interface PalletEvmEvent extends Enum {1118 readonly isLog: boolean;1119 readonly asLog: EthereumLog;1120 readonly isCreated: boolean;1121 readonly asCreated: H160;1122 readonly isCreatedFailed: boolean;1123 readonly asCreatedFailed: H160;1124 readonly isExecuted: boolean;1125 readonly asExecuted: H160;1126 readonly isExecutedFailed: boolean;1127 readonly asExecutedFailed: H160;1128 readonly isBalanceDeposit: boolean;1129 readonly asBalanceDeposit: ITuple<[AccountId32, H160, U256]>;1130 readonly isBalanceWithdraw: boolean;1131 readonly asBalanceWithdraw: ITuple<[AccountId32, H160, U256]>;1132 readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed' | 'BalanceDeposit' | 'BalanceWithdraw';1133}11341135/** @name PalletEvmMigrationCall */1136export interface PalletEvmMigrationCall extends Enum {1137 readonly isBegin: boolean;1138 readonly asBegin: {1139 readonly address: H160;1140 } & Struct;1141 readonly isSetData: boolean;1142 readonly asSetData: {1143 readonly address: H160;1144 readonly data: Vec<ITuple<[H256, H256]>>;1145 } & Struct;1146 readonly isFinish: boolean;1147 readonly asFinish: {1148 readonly address: H160;1149 readonly code: Bytes;1150 } & Struct;1151 readonly type: 'Begin' | 'SetData' | 'Finish';1152}11531154/** @name PalletEvmMigrationError */1155export interface PalletEvmMigrationError extends Enum {1156 readonly isAccountNotEmpty: boolean;1157 readonly isAccountIsNotMigrating: boolean;1158 readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating';1159}11601161/** @name PalletFungibleError */1162export interface PalletFungibleError extends Enum {1163 readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;1164 readonly isFungibleItemsHaveNoId: boolean;1165 readonly isFungibleItemsDontHaveData: boolean;1166 readonly isFungibleDisallowsNesting: boolean;1167 readonly isSettingPropertiesNotAllowed: boolean;1168 readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';1169}11701171/** @name PalletInflationCall */1172export interface PalletInflationCall extends Enum {1173 readonly isStartInflation: boolean;1174 readonly asStartInflation: {1175 readonly inflationStartRelayBlock: u32;1176 } & Struct;1177 readonly type: 'StartInflation';1178}11791180/** @name PalletNonfungibleError */1181export interface PalletNonfungibleError extends Enum {1182 readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;1183 readonly isNonfungibleItemsHaveNoAmount: boolean;1184 readonly isCantBurnNftWithChildren: boolean;1185 readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';1186}11871188/** @name PalletNonfungibleItemData */1189export interface PalletNonfungibleItemData extends Struct {1190 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;1191}11921193/** @name PalletRefungibleError */1194export interface PalletRefungibleError extends Enum {1195 readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;1196 readonly isWrongRefungiblePieces: boolean;1197 readonly isRepartitionWhileNotOwningAllPieces: boolean;1198 readonly isRefungibleDisallowsNesting: boolean;1199 readonly isSettingPropertiesNotAllowed: boolean;1200 readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';1201}12021203/** @name PalletRefungibleItemData */1204export interface PalletRefungibleItemData extends Struct {1205 readonly constData: Bytes;1206}12071208/** @name PalletRmrkCoreCall */1209export interface PalletRmrkCoreCall extends Enum {1210 readonly isCreateCollection: boolean;1211 readonly asCreateCollection: {1212 readonly metadata: Bytes;1213 readonly max: Option<u32>;1214 readonly symbol: Bytes;1215 } & Struct;1216 readonly isDestroyCollection: boolean;1217 readonly asDestroyCollection: {1218 readonly collectionId: u32;1219 } & Struct;1220 readonly isChangeCollectionIssuer: boolean;1221 readonly asChangeCollectionIssuer: {1222 readonly collectionId: u32;1223 readonly newIssuer: MultiAddress;1224 } & Struct;1225 readonly isLockCollection: boolean;1226 readonly asLockCollection: {1227 readonly collectionId: u32;1228 } & Struct;1229 readonly isMintNft: boolean;1230 readonly asMintNft: {1231 readonly owner: Option<AccountId32>;1232 readonly collectionId: u32;1233 readonly recipient: Option<AccountId32>;1234 readonly royaltyAmount: Option<Permill>;1235 readonly metadata: Bytes;1236 readonly transferable: bool;1237 readonly resources: Option<Vec<RmrkTraitsResourceResourceTypes>>;1238 } & Struct;1239 readonly isBurnNft: boolean;1240 readonly asBurnNft: {1241 readonly collectionId: u32;1242 readonly nftId: u32;1243 readonly maxBurns: u32;1244 } & Struct;1245 readonly isSend: boolean;1246 readonly asSend: {1247 readonly rmrkCollectionId: u32;1248 readonly rmrkNftId: u32;1249 readonly newOwner: RmrkTraitsNftAccountIdOrCollectionNftTuple;1250 } & Struct;1251 readonly isAcceptNft: boolean;1252 readonly asAcceptNft: {1253 readonly rmrkCollectionId: u32;1254 readonly rmrkNftId: u32;1255 readonly newOwner: RmrkTraitsNftAccountIdOrCollectionNftTuple;1256 } & Struct;1257 readonly isRejectNft: boolean;1258 readonly asRejectNft: {1259 readonly rmrkCollectionId: u32;1260 readonly rmrkNftId: u32;1261 } & Struct;1262 readonly isAcceptResource: boolean;1263 readonly asAcceptResource: {1264 readonly rmrkCollectionId: u32;1265 readonly rmrkNftId: u32;1266 readonly resourceId: u32;1267 } & Struct;1268 readonly isAcceptResourceRemoval: boolean;1269 readonly asAcceptResourceRemoval: {1270 readonly rmrkCollectionId: u32;1271 readonly rmrkNftId: u32;1272 readonly resourceId: u32;1273 } & Struct;1274 readonly isSetProperty: boolean;1275 readonly asSetProperty: {1276 readonly rmrkCollectionId: Compact<u32>;1277 readonly maybeNftId: Option<u32>;1278 readonly key: Bytes;1279 readonly value: Bytes;1280 } & Struct;1281 readonly isSetPriority: boolean;1282 readonly asSetPriority: {1283 readonly rmrkCollectionId: u32;1284 readonly rmrkNftId: u32;1285 readonly priorities: Vec<u32>;1286 } & Struct;1287 readonly isAddBasicResource: boolean;1288 readonly asAddBasicResource: {1289 readonly rmrkCollectionId: u32;1290 readonly nftId: u32;1291 readonly resource: RmrkTraitsResourceBasicResource;1292 } & Struct;1293 readonly isAddComposableResource: boolean;1294 readonly asAddComposableResource: {1295 readonly rmrkCollectionId: u32;1296 readonly nftId: u32;1297 readonly resource: RmrkTraitsResourceComposableResource;1298 } & Struct;1299 readonly isAddSlotResource: boolean;1300 readonly asAddSlotResource: {1301 readonly rmrkCollectionId: u32;1302 readonly nftId: u32;1303 readonly resource: RmrkTraitsResourceSlotResource;1304 } & Struct;1305 readonly isRemoveResource: boolean;1306 readonly asRemoveResource: {1307 readonly rmrkCollectionId: u32;1308 readonly nftId: u32;1309 readonly resourceId: u32;1310 } & Struct;1311 readonly type: 'CreateCollection' | 'DestroyCollection' | 'ChangeCollectionIssuer' | 'LockCollection' | 'MintNft' | 'BurnNft' | 'Send' | 'AcceptNft' | 'RejectNft' | 'AcceptResource' | 'AcceptResourceRemoval' | 'SetProperty' | 'SetPriority' | 'AddBasicResource' | 'AddComposableResource' | 'AddSlotResource' | 'RemoveResource';1312}13131314/** @name PalletRmrkCoreError */1315export interface PalletRmrkCoreError extends Enum {1316 readonly isCorruptedCollectionType: boolean;1317 readonly isRmrkPropertyKeyIsTooLong: boolean;1318 readonly isRmrkPropertyValueIsTooLong: boolean;1319 readonly isRmrkPropertyIsNotFound: boolean;1320 readonly isUnableToDecodeRmrkData: boolean;1321 readonly isCollectionNotEmpty: boolean;1322 readonly isNoAvailableCollectionId: boolean;1323 readonly isNoAvailableNftId: boolean;1324 readonly isCollectionUnknown: boolean;1325 readonly isNoPermission: boolean;1326 readonly isNonTransferable: boolean;1327 readonly isCollectionFullOrLocked: boolean;1328 readonly isResourceDoesntExist: boolean;1329 readonly isCannotSendToDescendentOrSelf: boolean;1330 readonly isCannotAcceptNonOwnedNft: boolean;1331 readonly isCannotRejectNonOwnedNft: boolean;1332 readonly isCannotRejectNonPendingNft: boolean;1333 readonly isResourceNotPending: boolean;1334 readonly isNoAvailableResourceId: boolean;1335 readonly type: 'CorruptedCollectionType' | 'RmrkPropertyKeyIsTooLong' | 'RmrkPropertyValueIsTooLong' | 'RmrkPropertyIsNotFound' | 'UnableToDecodeRmrkData' | 'CollectionNotEmpty' | 'NoAvailableCollectionId' | 'NoAvailableNftId' | 'CollectionUnknown' | 'NoPermission' | 'NonTransferable' | 'CollectionFullOrLocked' | 'ResourceDoesntExist' | 'CannotSendToDescendentOrSelf' | 'CannotAcceptNonOwnedNft' | 'CannotRejectNonOwnedNft' | 'CannotRejectNonPendingNft' | 'ResourceNotPending' | 'NoAvailableResourceId';1336}13371338/** @name PalletRmrkCoreEvent */1339export interface PalletRmrkCoreEvent extends Enum {1340 readonly isCollectionCreated: boolean;1341 readonly asCollectionCreated: {1342 readonly issuer: AccountId32;1343 readonly collectionId: u32;1344 } & Struct;1345 readonly isCollectionDestroyed: boolean;1346 readonly asCollectionDestroyed: {1347 readonly issuer: AccountId32;1348 readonly collectionId: u32;1349 } & Struct;1350 readonly isIssuerChanged: boolean;1351 readonly asIssuerChanged: {1352 readonly oldIssuer: AccountId32;1353 readonly newIssuer: AccountId32;1354 readonly collectionId: u32;1355 } & Struct;1356 readonly isCollectionLocked: boolean;1357 readonly asCollectionLocked: {1358 readonly issuer: AccountId32;1359 readonly collectionId: u32;1360 } & Struct;1361 readonly isNftMinted: boolean;1362 readonly asNftMinted: {1363 readonly owner: AccountId32;1364 readonly collectionId: u32;1365 readonly nftId: u32;1366 } & Struct;1367 readonly isNftBurned: boolean;1368 readonly asNftBurned: {1369 readonly owner: AccountId32;1370 readonly nftId: u32;1371 } & Struct;1372 readonly isNftSent: boolean;1373 readonly asNftSent: {1374 readonly sender: AccountId32;1375 readonly recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple;1376 readonly collectionId: u32;1377 readonly nftId: u32;1378 readonly approvalRequired: bool;1379 } & Struct;1380 readonly isNftAccepted: boolean;1381 readonly asNftAccepted: {1382 readonly sender: AccountId32;1383 readonly recipient: RmrkTraitsNftAccountIdOrCollectionNftTuple;1384 readonly collectionId: u32;1385 readonly nftId: u32;1386 } & Struct;1387 readonly isNftRejected: boolean;1388 readonly asNftRejected: {1389 readonly sender: AccountId32;1390 readonly collectionId: u32;1391 readonly nftId: u32;1392 } & Struct;1393 readonly isPropertySet: boolean;1394 readonly asPropertySet: {1395 readonly collectionId: u32;1396 readonly maybeNftId: Option<u32>;1397 readonly key: Bytes;1398 readonly value: Bytes;1399 } & Struct;1400 readonly isResourceAdded: boolean;1401 readonly asResourceAdded: {1402 readonly nftId: u32;1403 readonly resourceId: u32;1404 } & Struct;1405 readonly isResourceRemoval: boolean;1406 readonly asResourceRemoval: {1407 readonly nftId: u32;1408 readonly resourceId: u32;1409 } & Struct;1410 readonly isResourceAccepted: boolean;1411 readonly asResourceAccepted: {1412 readonly nftId: u32;1413 readonly resourceId: u32;1414 } & Struct;1415 readonly isResourceRemovalAccepted: boolean;1416 readonly asResourceRemovalAccepted: {1417 readonly nftId: u32;1418 readonly resourceId: u32;1419 } & Struct;1420 readonly isPrioritySet: boolean;1421 readonly asPrioritySet: {1422 readonly collectionId: u32;1423 readonly nftId: u32;1424 } & Struct;1425 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'IssuerChanged' | 'CollectionLocked' | 'NftMinted' | 'NftBurned' | 'NftSent' | 'NftAccepted' | 'NftRejected' | 'PropertySet' | 'ResourceAdded' | 'ResourceRemoval' | 'ResourceAccepted' | 'ResourceRemovalAccepted' | 'PrioritySet';1426}14271428/** @name PalletRmrkEquipCall */1429export interface PalletRmrkEquipCall extends Enum {1430 readonly isCreateBase: boolean;1431 readonly asCreateBase: {1432 readonly baseType: Bytes;1433 readonly symbol: Bytes;1434 readonly parts: Vec<RmrkTraitsPartPartType>;1435 } & Struct;1436 readonly isThemeAdd: boolean;1437 readonly asThemeAdd: {1438 readonly baseId: u32;1439 readonly theme: RmrkTraitsTheme;1440 } & Struct;1441 readonly isEquippable: boolean;1442 readonly asEquippable: {1443 readonly baseId: u32;1444 readonly slotId: u32;1445 readonly equippables: RmrkTraitsPartEquippableList;1446 } & Struct;1447 readonly type: 'CreateBase' | 'ThemeAdd' | 'Equippable';1448}14491450/** @name PalletRmrkEquipError */1451export interface PalletRmrkEquipError extends Enum {1452 readonly isPermissionError: boolean;1453 readonly isNoAvailableBaseId: boolean;1454 readonly isNoAvailablePartId: boolean;1455 readonly isBaseDoesntExist: boolean;1456 readonly isNeedsDefaultThemeFirst: boolean;1457 readonly isPartDoesntExist: boolean;1458 readonly isNoEquippableOnFixedPart: boolean;1459 readonly type: 'PermissionError' | 'NoAvailableBaseId' | 'NoAvailablePartId' | 'BaseDoesntExist' | 'NeedsDefaultThemeFirst' | 'PartDoesntExist' | 'NoEquippableOnFixedPart';1460}14611462/** @name PalletRmrkEquipEvent */1463export interface PalletRmrkEquipEvent extends Enum {1464 readonly isBaseCreated: boolean;1465 readonly asBaseCreated: {1466 readonly issuer: AccountId32;1467 readonly baseId: u32;1468 } & Struct;1469 readonly isEquippablesUpdated: boolean;1470 readonly asEquippablesUpdated: {1471 readonly baseId: u32;1472 readonly slotId: u32;1473 } & Struct;1474 readonly type: 'BaseCreated' | 'EquippablesUpdated';1475}14761477/** @name PalletStructureCall */1478export interface PalletStructureCall extends Null {}14791480/** @name PalletStructureError */1481export interface PalletStructureError extends Enum {1482 readonly isOuroborosDetected: boolean;1483 readonly isDepthLimit: boolean;1484 readonly isBreadthLimit: boolean;1485 readonly isTokenNotFound: boolean;1486 readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound';1487}14881489/** @name PalletStructureEvent */1490export interface PalletStructureEvent extends Enum {1491 readonly isExecuted: boolean;1492 readonly asExecuted: Result<Null, SpRuntimeDispatchError>;1493 readonly type: 'Executed';1494}14951496/** @name PalletSudoCall */1497export interface PalletSudoCall extends Enum {1498 readonly isSudo: boolean;1499 readonly asSudo: {1500 readonly call: Call;1501 } & Struct;1502 readonly isSudoUncheckedWeight: boolean;1503 readonly asSudoUncheckedWeight: {1504 readonly call: Call;1505 readonly weight: u64;1506 } & Struct;1507 readonly isSetKey: boolean;1508 readonly asSetKey: {1509 readonly new_: MultiAddress;1510 } & Struct;1511 readonly isSudoAs: boolean;1512 readonly asSudoAs: {1513 readonly who: MultiAddress;1514 readonly call: Call;1515 } & Struct;1516 readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';1517}15181519/** @name PalletSudoError */1520export interface PalletSudoError extends Enum {1521 readonly isRequireSudo: boolean;1522 readonly type: 'RequireSudo';1523}15241525/** @name PalletSudoEvent */1526export interface PalletSudoEvent extends Enum {1527 readonly isSudid: boolean;1528 readonly asSudid: {1529 readonly sudoResult: Result<Null, SpRuntimeDispatchError>;1530 } & Struct;1531 readonly isKeyChanged: boolean;1532 readonly asKeyChanged: {1533 readonly oldSudoer: Option<AccountId32>;1534 } & Struct;1535 readonly isSudoAsDone: boolean;1536 readonly asSudoAsDone: {1537 readonly sudoResult: Result<Null, SpRuntimeDispatchError>;1538 } & Struct;1539 readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';1540}15411542/** @name PalletTemplateTransactionPaymentCall */1543export interface PalletTemplateTransactionPaymentCall extends Null {}15441545/** @name PalletTemplateTransactionPaymentChargeTransactionPayment */1546export interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}15471548/** @name PalletTimestampCall */1549export interface PalletTimestampCall extends Enum {1550 readonly isSet: boolean;1551 readonly asSet: {1552 readonly now: Compact<u64>;1553 } & Struct;1554 readonly type: 'Set';1555}15561557/** @name PalletTransactionPaymentReleases */1558export interface PalletTransactionPaymentReleases extends Enum {1559 readonly isV1Ancient: boolean;1560 readonly isV2: boolean;1561 readonly type: 'V1Ancient' | 'V2';1562}15631564/** @name PalletTreasuryCall */1565export interface PalletTreasuryCall extends Enum {1566 readonly isProposeSpend: boolean;1567 readonly asProposeSpend: {1568 readonly value: Compact<u128>;1569 readonly beneficiary: MultiAddress;1570 } & Struct;1571 readonly isRejectProposal: boolean;1572 readonly asRejectProposal: {1573 readonly proposalId: Compact<u32>;1574 } & Struct;1575 readonly isApproveProposal: boolean;1576 readonly asApproveProposal: {1577 readonly proposalId: Compact<u32>;1578 } & Struct;1579 readonly isRemoveApproval: boolean;1580 readonly asRemoveApproval: {1581 readonly proposalId: Compact<u32>;1582 } & Struct;1583 readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal' | 'RemoveApproval';1584}15851586/** @name PalletTreasuryError */1587export interface PalletTreasuryError extends Enum {1588 readonly isInsufficientProposersBalance: boolean;1589 readonly isInvalidIndex: boolean;1590 readonly isTooManyApprovals: boolean;1591 readonly isProposalNotApproved: boolean;1592 readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals' | 'ProposalNotApproved';1593}15941595/** @name PalletTreasuryEvent */1596export interface PalletTreasuryEvent extends Enum {1597 readonly isProposed: boolean;1598 readonly asProposed: {1599 readonly proposalIndex: u32;1600 } & Struct;1601 readonly isSpending: boolean;1602 readonly asSpending: {1603 readonly budgetRemaining: u128;1604 } & Struct;1605 readonly isAwarded: boolean;1606 readonly asAwarded: {1607 readonly proposalIndex: u32;1608 readonly award: u128;1609 readonly account: AccountId32;1610 } & Struct;1611 readonly isRejected: boolean;1612 readonly asRejected: {1613 readonly proposalIndex: u32;1614 readonly slashed: u128;1615 } & Struct;1616 readonly isBurnt: boolean;1617 readonly asBurnt: {1618 readonly burntFunds: u128;1619 } & Struct;1620 readonly isRollover: boolean;1621 readonly asRollover: {1622 readonly rolloverBalance: u128;1623 } & Struct;1624 readonly isDeposit: boolean;1625 readonly asDeposit: {1626 readonly value: u128;1627 } & Struct;1628 readonly type: 'Proposed' | 'Spending' | 'Awarded' | 'Rejected' | 'Burnt' | 'Rollover' | 'Deposit';1629}16301631/** @name PalletTreasuryProposal */1632export interface PalletTreasuryProposal extends Struct {1633 readonly proposer: AccountId32;1634 readonly value: u128;1635 readonly beneficiary: AccountId32;1636 readonly bond: u128;1637}16381639/** @name PalletUniqueCall */1640export interface PalletUniqueCall extends Enum {1641 readonly isCreateCollection: boolean;1642 readonly asCreateCollection: {1643 readonly collectionName: Vec<u16>;1644 readonly collectionDescription: Vec<u16>;1645 readonly tokenPrefix: Bytes;1646 readonly mode: UpDataStructsCollectionMode;1647 } & Struct;1648 readonly isCreateCollectionEx: boolean;1649 readonly asCreateCollectionEx: {1650 readonly data: UpDataStructsCreateCollectionData;1651 } & Struct;1652 readonly isDestroyCollection: boolean;1653 readonly asDestroyCollection: {1654 readonly collectionId: u32;1655 } & Struct;1656 readonly isAddToAllowList: boolean;1657 readonly asAddToAllowList: {1658 readonly collectionId: u32;1659 readonly address: PalletEvmAccountBasicCrossAccountIdRepr;1660 } & Struct;1661 readonly isRemoveFromAllowList: boolean;1662 readonly asRemoveFromAllowList: {1663 readonly collectionId: u32;1664 readonly address: PalletEvmAccountBasicCrossAccountIdRepr;1665 } & Struct;1666 readonly isChangeCollectionOwner: boolean;1667 readonly asChangeCollectionOwner: {1668 readonly collectionId: u32;1669 readonly newOwner: AccountId32;1670 } & Struct;1671 readonly isAddCollectionAdmin: boolean;1672 readonly asAddCollectionAdmin: {1673 readonly collectionId: u32;1674 readonly newAdmin: PalletEvmAccountBasicCrossAccountIdRepr;1675 } & Struct;1676 readonly isRemoveCollectionAdmin: boolean;1677 readonly asRemoveCollectionAdmin: {1678 readonly collectionId: u32;1679 readonly accountId: PalletEvmAccountBasicCrossAccountIdRepr;1680 } & Struct;1681 readonly isSetCollectionSponsor: boolean;1682 readonly asSetCollectionSponsor: {1683 readonly collectionId: u32;1684 readonly newSponsor: AccountId32;1685 } & Struct;1686 readonly isConfirmSponsorship: boolean;1687 readonly asConfirmSponsorship: {1688 readonly collectionId: u32;1689 } & Struct;1690 readonly isRemoveCollectionSponsor: boolean;1691 readonly asRemoveCollectionSponsor: {1692 readonly collectionId: u32;1693 } & Struct;1694 readonly isCreateItem: boolean;1695 readonly asCreateItem: {1696 readonly collectionId: u32;1697 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;1698 readonly data: UpDataStructsCreateItemData;1699 } & Struct;1700 readonly isCreateMultipleItems: boolean;1701 readonly asCreateMultipleItems: {1702 readonly collectionId: u32;1703 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;1704 readonly itemsData: Vec<UpDataStructsCreateItemData>;1705 } & Struct;1706 readonly isSetCollectionProperties: boolean;1707 readonly asSetCollectionProperties: {1708 readonly collectionId: u32;1709 readonly properties: Vec<UpDataStructsProperty>;1710 } & Struct;1711 readonly isDeleteCollectionProperties: boolean;1712 readonly asDeleteCollectionProperties: {1713 readonly collectionId: u32;1714 readonly propertyKeys: Vec<Bytes>;1715 } & Struct;1716 readonly isSetTokenProperties: boolean;1717 readonly asSetTokenProperties: {1718 readonly collectionId: u32;1719 readonly tokenId: u32;1720 readonly properties: Vec<UpDataStructsProperty>;1721 } & Struct;1722 readonly isDeleteTokenProperties: boolean;1723 readonly asDeleteTokenProperties: {1724 readonly collectionId: u32;1725 readonly tokenId: u32;1726 readonly propertyKeys: Vec<Bytes>;1727 } & Struct;1728 readonly isSetTokenPropertyPermissions: boolean;1729 readonly asSetTokenPropertyPermissions: {1730 readonly collectionId: u32;1731 readonly propertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;1732 } & Struct;1733 readonly isCreateMultipleItemsEx: boolean;1734 readonly asCreateMultipleItemsEx: {1735 readonly collectionId: u32;1736 readonly data: UpDataStructsCreateItemExData;1737 } & Struct;1738 readonly isSetTransfersEnabledFlag: boolean;1739 readonly asSetTransfersEnabledFlag: {1740 readonly collectionId: u32;1741 readonly value: bool;1742 } & Struct;1743 readonly isBurnItem: boolean;1744 readonly asBurnItem: {1745 readonly collectionId: u32;1746 readonly itemId: u32;1747 readonly value: u128;1748 } & Struct;1749 readonly isBurnFrom: boolean;1750 readonly asBurnFrom: {1751 readonly collectionId: u32;1752 readonly from: PalletEvmAccountBasicCrossAccountIdRepr;1753 readonly itemId: u32;1754 readonly value: u128;1755 } & Struct;1756 readonly isTransfer: boolean;1757 readonly asTransfer: {1758 readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;1759 readonly collectionId: u32;1760 readonly itemId: u32;1761 readonly value: u128;1762 } & Struct;1763 readonly isApprove: boolean;1764 readonly asApprove: {1765 readonly spender: PalletEvmAccountBasicCrossAccountIdRepr;1766 readonly collectionId: u32;1767 readonly itemId: u32;1768 readonly amount: u128;1769 } & Struct;1770 readonly isTransferFrom: boolean;1771 readonly asTransferFrom: {1772 readonly from: PalletEvmAccountBasicCrossAccountIdRepr;1773 readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;1774 readonly collectionId: u32;1775 readonly itemId: u32;1776 readonly value: u128;1777 } & Struct;1778 readonly isSetCollectionLimits: boolean;1779 readonly asSetCollectionLimits: {1780 readonly collectionId: u32;1781 readonly newLimit: UpDataStructsCollectionLimits;1782 } & Struct;1783 readonly isSetCollectionPermissions: boolean;1784 readonly asSetCollectionPermissions: {1785 readonly collectionId: u32;1786 readonly newPermission: UpDataStructsCollectionPermissions;1787 } & Struct;1788 readonly isRepartition: boolean;1789 readonly asRepartition: {1790 readonly collectionId: u32;1791 readonly tokenId: u32;1792 readonly amount: u128;1793 } & Struct;1794 readonly type: 'CreateCollection' | 'CreateCollectionEx' | 'DestroyCollection' | 'AddToAllowList' | 'RemoveFromAllowList' | 'ChangeCollectionOwner' | 'AddCollectionAdmin' | 'RemoveCollectionAdmin' | 'SetCollectionSponsor' | 'ConfirmSponsorship' | 'RemoveCollectionSponsor' | 'CreateItem' | 'CreateMultipleItems' | 'SetCollectionProperties' | 'DeleteCollectionProperties' | 'SetTokenProperties' | 'DeleteTokenProperties' | 'SetTokenPropertyPermissions' | 'CreateMultipleItemsEx' | 'SetTransfersEnabledFlag' | 'BurnItem' | 'BurnFrom' | 'Transfer' | 'Approve' | 'TransferFrom' | 'SetCollectionLimits' | 'SetCollectionPermissions' | 'Repartition';1795}17961797/** @name PalletUniqueError */1798export interface PalletUniqueError extends Enum {1799 readonly isCollectionDecimalPointLimitExceeded: boolean;1800 readonly isConfirmUnsetSponsorFail: boolean;1801 readonly isEmptyArgument: boolean;1802 readonly isRepartitionCalledOnNonRefungibleCollection: boolean;1803 readonly type: 'CollectionDecimalPointLimitExceeded' | 'ConfirmUnsetSponsorFail' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';1804}18051806/** @name PalletUniqueRawEvent */1807export interface PalletUniqueRawEvent extends Enum {1808 readonly isCollectionSponsorRemoved: boolean;1809 readonly asCollectionSponsorRemoved: u32;1810 readonly isCollectionAdminAdded: boolean;1811 readonly asCollectionAdminAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1812 readonly isCollectionOwnedChanged: boolean;1813 readonly asCollectionOwnedChanged: ITuple<[u32, AccountId32]>;1814 readonly isCollectionSponsorSet: boolean;1815 readonly asCollectionSponsorSet: ITuple<[u32, AccountId32]>;1816 readonly isSponsorshipConfirmed: boolean;1817 readonly asSponsorshipConfirmed: ITuple<[u32, AccountId32]>;1818 readonly isCollectionAdminRemoved: boolean;1819 readonly asCollectionAdminRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1820 readonly isAllowListAddressRemoved: boolean;1821 readonly asAllowListAddressRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1822 readonly isAllowListAddressAdded: boolean;1823 readonly asAllowListAddressAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1824 readonly isCollectionLimitSet: boolean;1825 readonly asCollectionLimitSet: u32;1826 readonly isCollectionPermissionSet: boolean;1827 readonly asCollectionPermissionSet: u32;1828 readonly type: 'CollectionSponsorRemoved' | 'CollectionAdminAdded' | 'CollectionOwnedChanged' | 'CollectionSponsorSet' | 'SponsorshipConfirmed' | 'CollectionAdminRemoved' | 'AllowListAddressRemoved' | 'AllowListAddressAdded' | 'CollectionLimitSet' | 'CollectionPermissionSet';1829}18301831/** @name PalletUniqueSchedulerCall */1832export interface PalletUniqueSchedulerCall extends Enum {1833 readonly isScheduleNamed: boolean;1834 readonly asScheduleNamed: {1835 readonly id: U8aFixed;1836 readonly when: u32;1837 readonly maybePeriodic: Option<ITuple<[u32, u32]>>;1838 readonly priority: u8;1839 readonly call: FrameSupportScheduleMaybeHashed;1840 } & Struct;1841 readonly isCancelNamed: boolean;1842 readonly asCancelNamed: {1843 readonly id: U8aFixed;1844 } & Struct;1845 readonly isScheduleNamedAfter: boolean;1846 readonly asScheduleNamedAfter: {1847 readonly id: U8aFixed;1848 readonly after: u32;1849 readonly maybePeriodic: Option<ITuple<[u32, u32]>>;1850 readonly priority: u8;1851 readonly call: FrameSupportScheduleMaybeHashed;1852 } & Struct;1853 readonly type: 'ScheduleNamed' | 'CancelNamed' | 'ScheduleNamedAfter';1854}18551856/** @name PalletUniqueSchedulerError */1857export interface PalletUniqueSchedulerError extends Enum {1858 readonly isFailedToSchedule: boolean;1859 readonly isNotFound: boolean;1860 readonly isTargetBlockNumberInPast: boolean;1861 readonly isRescheduleNoChange: boolean;1862 readonly type: 'FailedToSchedule' | 'NotFound' | 'TargetBlockNumberInPast' | 'RescheduleNoChange';1863}18641865/** @name PalletUniqueSchedulerEvent */1866export interface PalletUniqueSchedulerEvent extends Enum {1867 readonly isScheduled: boolean;1868 readonly asScheduled: {1869 readonly when: u32;1870 readonly index: u32;1871 } & Struct;1872 readonly isCanceled: boolean;1873 readonly asCanceled: {1874 readonly when: u32;1875 readonly index: u32;1876 } & Struct;1877 readonly isDispatched: boolean;1878 readonly asDispatched: {1879 readonly task: ITuple<[u32, u32]>;1880 readonly id: Option<U8aFixed>;1881 readonly result: Result<Null, SpRuntimeDispatchError>;1882 } & Struct;1883 readonly isCallLookupFailed: boolean;1884 readonly asCallLookupFailed: {1885 readonly task: ITuple<[u32, u32]>;1886 readonly id: Option<U8aFixed>;1887 readonly error: FrameSupportScheduleLookupError;1888 } & Struct;1889 readonly type: 'Scheduled' | 'Canceled' | 'Dispatched' | 'CallLookupFailed';1890}18911892/** @name PalletUniqueSchedulerScheduledV3 */1893export interface PalletUniqueSchedulerScheduledV3 extends Struct {1894 readonly maybeId: Option<U8aFixed>;1895 readonly priority: u8;1896 readonly call: FrameSupportScheduleMaybeHashed;1897 readonly maybePeriodic: Option<ITuple<[u32, u32]>>;1898 readonly origin: OpalRuntimeOriginCaller;1899}19001901/** @name PalletXcmCall */1902export interface PalletXcmCall extends Enum {1903 readonly isSend: boolean;1904 readonly asSend: {1905 readonly dest: XcmVersionedMultiLocation;1906 readonly message: XcmVersionedXcm;1907 } & Struct;1908 readonly isTeleportAssets: boolean;1909 readonly asTeleportAssets: {1910 readonly dest: XcmVersionedMultiLocation;1911 readonly beneficiary: XcmVersionedMultiLocation;1912 readonly assets: XcmVersionedMultiAssets;1913 readonly feeAssetItem: u32;1914 } & Struct;1915 readonly isReserveTransferAssets: boolean;1916 readonly asReserveTransferAssets: {1917 readonly dest: XcmVersionedMultiLocation;1918 readonly beneficiary: XcmVersionedMultiLocation;1919 readonly assets: XcmVersionedMultiAssets;1920 readonly feeAssetItem: u32;1921 } & Struct;1922 readonly isExecute: boolean;1923 readonly asExecute: {1924 readonly message: XcmVersionedXcm;1925 readonly maxWeight: u64;1926 } & Struct;1927 readonly isForceXcmVersion: boolean;1928 readonly asForceXcmVersion: {1929 readonly location: XcmV1MultiLocation;1930 readonly xcmVersion: u32;1931 } & Struct;1932 readonly isForceDefaultXcmVersion: boolean;1933 readonly asForceDefaultXcmVersion: {1934 readonly maybeXcmVersion: Option<u32>;1935 } & Struct;1936 readonly isForceSubscribeVersionNotify: boolean;1937 readonly asForceSubscribeVersionNotify: {1938 readonly location: XcmVersionedMultiLocation;1939 } & Struct;1940 readonly isForceUnsubscribeVersionNotify: boolean;1941 readonly asForceUnsubscribeVersionNotify: {1942 readonly location: XcmVersionedMultiLocation;1943 } & Struct;1944 readonly isLimitedReserveTransferAssets: boolean;1945 readonly asLimitedReserveTransferAssets: {1946 readonly dest: XcmVersionedMultiLocation;1947 readonly beneficiary: XcmVersionedMultiLocation;1948 readonly assets: XcmVersionedMultiAssets;1949 readonly feeAssetItem: u32;1950 readonly weightLimit: XcmV2WeightLimit;1951 } & Struct;1952 readonly isLimitedTeleportAssets: boolean;1953 readonly asLimitedTeleportAssets: {1954 readonly dest: XcmVersionedMultiLocation;1955 readonly beneficiary: XcmVersionedMultiLocation;1956 readonly assets: XcmVersionedMultiAssets;1957 readonly feeAssetItem: u32;1958 readonly weightLimit: XcmV2WeightLimit;1959 } & Struct;1960 readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets';1961}19621963/** @name PalletXcmError */1964export interface PalletXcmError extends Enum {1965 readonly isUnreachable: boolean;1966 readonly isSendFailure: boolean;1967 readonly isFiltered: boolean;1968 readonly isUnweighableMessage: boolean;1969 readonly isDestinationNotInvertible: boolean;1970 readonly isEmpty: boolean;1971 readonly isCannotReanchor: boolean;1972 readonly isTooManyAssets: boolean;1973 readonly isInvalidOrigin: boolean;1974 readonly isBadVersion: boolean;1975 readonly isBadLocation: boolean;1976 readonly isNoSubscription: boolean;1977 readonly isAlreadySubscribed: boolean;1978 readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';1979}19801981/** @name PalletXcmEvent */1982export interface PalletXcmEvent extends Enum {1983 readonly isAttempted: boolean;1984 readonly asAttempted: XcmV2TraitsOutcome;1985 readonly isSent: boolean;1986 readonly asSent: ITuple<[XcmV1MultiLocation, XcmV1MultiLocation, XcmV2Xcm]>;1987 readonly isUnexpectedResponse: boolean;1988 readonly asUnexpectedResponse: ITuple<[XcmV1MultiLocation, u64]>;1989 readonly isResponseReady: boolean;1990 readonly asResponseReady: ITuple<[u64, XcmV2Response]>;1991 readonly isNotified: boolean;1992 readonly asNotified: ITuple<[u64, u8, u8]>;1993 readonly isNotifyOverweight: boolean;1994 readonly asNotifyOverweight: ITuple<[u64, u8, u8, u64, u64]>;1995 readonly isNotifyDispatchError: boolean;1996 readonly asNotifyDispatchError: ITuple<[u64, u8, u8]>;1997 readonly isNotifyDecodeFailed: boolean;1998 readonly asNotifyDecodeFailed: ITuple<[u64, u8, u8]>;1999 readonly isInvalidResponder: boolean;2000 readonly asInvalidResponder: ITuple<[XcmV1MultiLocation, u64, Option<XcmV1MultiLocation>]>;2001 readonly isInvalidResponderVersion: boolean;2002 readonly asInvalidResponderVersion: ITuple<[XcmV1MultiLocation, u64]>;2003 readonly isResponseTaken: boolean;2004 readonly asResponseTaken: u64;2005 readonly isAssetsTrapped: boolean;2006 readonly asAssetsTrapped: ITuple<[H256, XcmV1MultiLocation, XcmVersionedMultiAssets]>;2007 readonly isVersionChangeNotified: boolean;2008 readonly asVersionChangeNotified: ITuple<[XcmV1MultiLocation, u32]>;2009 readonly isSupportedVersionChanged: boolean;2010 readonly asSupportedVersionChanged: ITuple<[XcmV1MultiLocation, u32]>;2011 readonly isNotifyTargetSendFail: boolean;2012 readonly asNotifyTargetSendFail: ITuple<[XcmV1MultiLocation, u64, XcmV2TraitsError]>;2013 readonly isNotifyTargetMigrationFail: boolean;2014 readonly asNotifyTargetMigrationFail: ITuple<[XcmVersionedMultiLocation, u64]>;2015 readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail';2016}20172018/** @name PalletXcmOrigin */2019export interface PalletXcmOrigin extends Enum {2020 readonly isXcm: boolean;2021 readonly asXcm: XcmV1MultiLocation;2022 readonly isResponse: boolean;2023 readonly asResponse: XcmV1MultiLocation;2024 readonly type: 'Xcm' | 'Response';2025}20262027/** @name PhantomTypeUpDataStructs */2028export interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}20292030/** @name PolkadotCorePrimitivesInboundDownwardMessage */2031export interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {2032 readonly sentAt: u32;2033 readonly msg: Bytes;2034}20352036/** @name PolkadotCorePrimitivesInboundHrmpMessage */2037export interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {2038 readonly sentAt: u32;2039 readonly data: Bytes;2040}20412042/** @name PolkadotCorePrimitivesOutboundHrmpMessage */2043export interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {2044 readonly recipient: u32;2045 readonly data: Bytes;2046}20472048/** @name PolkadotParachainPrimitivesXcmpMessageFormat */2049export interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {2050 readonly isConcatenatedVersionedXcm: boolean;2051 readonly isConcatenatedEncodedBlob: boolean;2052 readonly isSignals: boolean;2053 readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';2054}20552056/** @name PolkadotPrimitivesV2AbridgedHostConfiguration */2057export interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct {2058 readonly maxCodeSize: u32;2059 readonly maxHeadDataSize: u32;2060 readonly maxUpwardQueueCount: u32;2061 readonly maxUpwardQueueSize: u32;2062 readonly maxUpwardMessageSize: u32;2063 readonly maxUpwardMessageNumPerCandidate: u32;2064 readonly hrmpMaxMessageNumPerCandidate: u32;2065 readonly validationUpgradeCooldown: u32;2066 readonly validationUpgradeDelay: u32;2067}20682069/** @name PolkadotPrimitivesV2AbridgedHrmpChannel */2070export interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct {2071 readonly maxCapacity: u32;2072 readonly maxTotalSize: u32;2073 readonly maxMessageSize: u32;2074 readonly msgCount: u32;2075 readonly totalSize: u32;2076 readonly mqcHead: Option<H256>;2077}20782079/** @name PolkadotPrimitivesV2PersistedValidationData */2080export interface PolkadotPrimitivesV2PersistedValidationData extends Struct {2081 readonly parentHead: Bytes;2082 readonly relayParentNumber: u32;2083 readonly relayParentStorageRoot: H256;2084 readonly maxPovSize: u32;2085}20862087/** @name PolkadotPrimitivesV2UpgradeRestriction */2088export interface PolkadotPrimitivesV2UpgradeRestriction extends Enum {2089 readonly isPresent: boolean;2090 readonly type: 'Present';2091}20922093/** @name RmrkTraitsBaseBaseInfo */2094export interface RmrkTraitsBaseBaseInfo extends Struct {2095 readonly issuer: AccountId32;2096 readonly baseType: Bytes;2097 readonly symbol: Bytes;2098}20992100/** @name RmrkTraitsCollectionCollectionInfo */2101export interface RmrkTraitsCollectionCollectionInfo extends Struct {2102 readonly issuer: AccountId32;2103 readonly metadata: Bytes;2104 readonly max: Option<u32>;2105 readonly symbol: Bytes;2106 readonly nftsCount: u32;2107}21082109/** @name RmrkTraitsNftAccountIdOrCollectionNftTuple */2110export interface RmrkTraitsNftAccountIdOrCollectionNftTuple extends Enum {2111 readonly isAccountId: boolean;2112 readonly asAccountId: AccountId32;2113 readonly isCollectionAndNftTuple: boolean;2114 readonly asCollectionAndNftTuple: ITuple<[u32, u32]>;2115 readonly type: 'AccountId' | 'CollectionAndNftTuple';2116}21172118/** @name RmrkTraitsNftNftChild */2119export interface RmrkTraitsNftNftChild extends Struct {2120 readonly collectionId: u32;2121 readonly nftId: u32;2122}21232124/** @name RmrkTraitsNftNftInfo */2125export interface RmrkTraitsNftNftInfo extends Struct {2126 readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;2127 readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;2128 readonly metadata: Bytes;2129 readonly equipped: bool;2130 readonly pending: bool;2131}21322133/** @name RmrkTraitsNftRoyaltyInfo */2134export interface RmrkTraitsNftRoyaltyInfo extends Struct {2135 readonly recipient: AccountId32;2136 readonly amount: Permill;2137}21382139/** @name RmrkTraitsPartEquippableList */2140export interface RmrkTraitsPartEquippableList extends Enum {2141 readonly isAll: boolean;2142 readonly isEmpty: boolean;2143 readonly isCustom: boolean;2144 readonly asCustom: Vec<u32>;2145 readonly type: 'All' | 'Empty' | 'Custom';2146}21472148/** @name RmrkTraitsPartFixedPart */2149export interface RmrkTraitsPartFixedPart extends Struct {2150 readonly id: u32;2151 readonly z: u32;2152 readonly src: Bytes;2153}21542155/** @name RmrkTraitsPartPartType */2156export interface RmrkTraitsPartPartType extends Enum {2157 readonly isFixedPart: boolean;2158 readonly asFixedPart: RmrkTraitsPartFixedPart;2159 readonly isSlotPart: boolean;2160 readonly asSlotPart: RmrkTraitsPartSlotPart;2161 readonly type: 'FixedPart' | 'SlotPart';2162}21632164/** @name RmrkTraitsPartSlotPart */2165export interface RmrkTraitsPartSlotPart extends Struct {2166 readonly id: u32;2167 readonly equippable: RmrkTraitsPartEquippableList;2168 readonly src: Bytes;2169 readonly z: u32;2170}21712172/** @name RmrkTraitsPropertyPropertyInfo */2173export interface RmrkTraitsPropertyPropertyInfo extends Struct {2174 readonly key: Bytes;2175 readonly value: Bytes;2176}21772178/** @name RmrkTraitsResourceBasicResource */2179export interface RmrkTraitsResourceBasicResource extends Struct {2180 readonly src: Option<Bytes>;2181 readonly metadata: Option<Bytes>;2182 readonly license: Option<Bytes>;2183 readonly thumb: Option<Bytes>;2184}21852186/** @name RmrkTraitsResourceComposableResource */2187export interface RmrkTraitsResourceComposableResource extends Struct {2188 readonly parts: Vec<u32>;2189 readonly base: u32;2190 readonly src: Option<Bytes>;2191 readonly metadata: Option<Bytes>;2192 readonly license: Option<Bytes>;2193 readonly thumb: Option<Bytes>;2194}21952196/** @name RmrkTraitsResourceResourceInfo */2197export interface RmrkTraitsResourceResourceInfo extends Struct {2198 readonly id: u32;2199 readonly resource: RmrkTraitsResourceResourceTypes;2200 readonly pending: bool;2201 readonly pendingRemoval: bool;2202}22032204/** @name RmrkTraitsResourceResourceTypes */2205export interface RmrkTraitsResourceResourceTypes extends Enum {2206 readonly isBasic: boolean;2207 readonly asBasic: RmrkTraitsResourceBasicResource;2208 readonly isComposable: boolean;2209 readonly asComposable: RmrkTraitsResourceComposableResource;2210 readonly isSlot: boolean;2211 readonly asSlot: RmrkTraitsResourceSlotResource;2212 readonly type: 'Basic' | 'Composable' | 'Slot';2213}22142215/** @name RmrkTraitsResourceSlotResource */2216export interface RmrkTraitsResourceSlotResource extends Struct {2217 readonly base: u32;2218 readonly src: Option<Bytes>;2219 readonly metadata: Option<Bytes>;2220 readonly slot: u32;2221 readonly license: Option<Bytes>;2222 readonly thumb: Option<Bytes>;2223}22242225/** @name RmrkTraitsTheme */2226export interface RmrkTraitsTheme extends Struct {2227 readonly name: Bytes;2228 readonly properties: Vec<RmrkTraitsThemeThemeProperty>;2229 readonly inherit: bool;2230}22312232/** @name RmrkTraitsThemeThemeProperty */2233export interface RmrkTraitsThemeThemeProperty extends Struct {2234 readonly key: Bytes;2235 readonly value: Bytes;2236}22372238/** @name SpCoreEcdsaSignature */2239export interface SpCoreEcdsaSignature extends U8aFixed {}22402241/** @name SpCoreEd25519Signature */2242export interface SpCoreEd25519Signature extends U8aFixed {}22432244/** @name SpCoreSr25519Signature */2245export interface SpCoreSr25519Signature extends U8aFixed {}22462247/** @name SpCoreVoid */2248export interface SpCoreVoid extends Null {}22492250/** @name SpRuntimeArithmeticError */2251export interface SpRuntimeArithmeticError extends Enum {2252 readonly isUnderflow: boolean;2253 readonly isOverflow: boolean;2254 readonly isDivisionByZero: boolean;2255 readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';2256}22572258/** @name SpRuntimeDigest */2259export interface SpRuntimeDigest extends Struct {2260 readonly logs: Vec<SpRuntimeDigestDigestItem>;2261}22622263/** @name SpRuntimeDigestDigestItem */2264export interface SpRuntimeDigestDigestItem extends Enum {2265 readonly isOther: boolean;2266 readonly asOther: Bytes;2267 readonly isConsensus: boolean;2268 readonly asConsensus: ITuple<[U8aFixed, Bytes]>;2269 readonly isSeal: boolean;2270 readonly asSeal: ITuple<[U8aFixed, Bytes]>;2271 readonly isPreRuntime: boolean;2272 readonly asPreRuntime: ITuple<[U8aFixed, Bytes]>;2273 readonly isRuntimeEnvironmentUpdated: boolean;2274 readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';2275}22762277/** @name SpRuntimeDispatchError */2278export interface SpRuntimeDispatchError extends Enum {2279 readonly isOther: boolean;2280 readonly isCannotLookup: boolean;2281 readonly isBadOrigin: boolean;2282 readonly isModule: boolean;2283 readonly asModule: SpRuntimeModuleError;2284 readonly isConsumerRemaining: boolean;2285 readonly isNoProviders: boolean;2286 readonly isTooManyConsumers: boolean;2287 readonly isToken: boolean;2288 readonly asToken: SpRuntimeTokenError;2289 readonly isArithmetic: boolean;2290 readonly asArithmetic: SpRuntimeArithmeticError;2291 readonly isTransactional: boolean;2292 readonly asTransactional: SpRuntimeTransactionalError;2293 readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional';2294}22952296/** @name SpRuntimeModuleError */2297export interface SpRuntimeModuleError extends Struct {2298 readonly index: u8;2299 readonly error: U8aFixed;2300}23012302/** @name SpRuntimeMultiSignature */2303export interface SpRuntimeMultiSignature extends Enum {2304 readonly isEd25519: boolean;2305 readonly asEd25519: SpCoreEd25519Signature;2306 readonly isSr25519: boolean;2307 readonly asSr25519: SpCoreSr25519Signature;2308 readonly isEcdsa: boolean;2309 readonly asEcdsa: SpCoreEcdsaSignature;2310 readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';2311}23122313/** @name SpRuntimeTokenError */2314export interface SpRuntimeTokenError extends Enum {2315 readonly isNoFunds: boolean;2316 readonly isWouldDie: boolean;2317 readonly isBelowMinimum: boolean;2318 readonly isCannotCreate: boolean;2319 readonly isUnknownAsset: boolean;2320 readonly isFrozen: boolean;2321 readonly isUnsupported: boolean;2322 readonly type: 'NoFunds' | 'WouldDie' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported';2323}23242325/** @name SpRuntimeTransactionalError */2326export interface SpRuntimeTransactionalError extends Enum {2327 readonly isLimitReached: boolean;2328 readonly isNoLayer: boolean;2329 readonly type: 'LimitReached' | 'NoLayer';2330}23312332/** @name SpTrieStorageProof */2333export interface SpTrieStorageProof extends Struct {2334 readonly trieNodes: BTreeSet<Bytes>;2335}23362337/** @name SpVersionRuntimeVersion */2338export interface SpVersionRuntimeVersion extends Struct {2339 readonly specName: Text;2340 readonly implName: Text;2341 readonly authoringVersion: u32;2342 readonly specVersion: u32;2343 readonly implVersion: u32;2344 readonly apis: Vec<ITuple<[U8aFixed, u32]>>;2345 readonly transactionVersion: u32;2346 readonly stateVersion: u8;2347}23482349/** @name UpDataStructsAccessMode */2350export interface UpDataStructsAccessMode extends Enum {2351 readonly isNormal: boolean;2352 readonly isAllowList: boolean;2353 readonly type: 'Normal' | 'AllowList';2354}23552356/** @name UpDataStructsCollection */2357export interface UpDataStructsCollection extends Struct {2358 readonly owner: AccountId32;2359 readonly mode: UpDataStructsCollectionMode;2360 readonly name: Vec<u16>;2361 readonly description: Vec<u16>;2362 readonly tokenPrefix: Bytes;2363 readonly sponsorship: UpDataStructsSponsorshipState;2364 readonly limits: UpDataStructsCollectionLimits;2365 readonly permissions: UpDataStructsCollectionPermissions;2366 readonly externalCollection: bool;2367}23682369/** @name UpDataStructsCollectionLimits */2370export interface UpDataStructsCollectionLimits extends Struct {2371 readonly accountTokenOwnershipLimit: Option<u32>;2372 readonly sponsoredDataSize: Option<u32>;2373 readonly sponsoredDataRateLimit: Option<UpDataStructsSponsoringRateLimit>;2374 readonly tokenLimit: Option<u32>;2375 readonly sponsorTransferTimeout: Option<u32>;2376 readonly sponsorApproveTimeout: Option<u32>;2377 readonly ownerCanTransfer: Option<bool>;2378 readonly ownerCanDestroy: Option<bool>;2379 readonly transfersEnabled: Option<bool>;2380}23812382/** @name UpDataStructsCollectionMode */2383export interface UpDataStructsCollectionMode extends Enum {2384 readonly isNft: boolean;2385 readonly isFungible: boolean;2386 readonly asFungible: u8;2387 readonly isReFungible: boolean;2388 readonly type: 'Nft' | 'Fungible' | 'ReFungible';2389}23902391/** @name UpDataStructsCollectionPermissions */2392export interface UpDataStructsCollectionPermissions extends Struct {2393 readonly access: Option<UpDataStructsAccessMode>;2394 readonly mintMode: Option<bool>;2395 readonly nesting: Option<UpDataStructsNestingPermissions>;2396}23972398/** @name UpDataStructsCollectionStats */2399export interface UpDataStructsCollectionStats extends Struct {2400 readonly created: u32;2401 readonly destroyed: u32;2402 readonly alive: u32;2403}24042405/** @name UpDataStructsCreateCollectionData */2406export interface UpDataStructsCreateCollectionData extends Struct {2407 readonly mode: UpDataStructsCollectionMode;2408 readonly access: Option<UpDataStructsAccessMode>;2409 readonly name: Vec<u16>;2410 readonly description: Vec<u16>;2411 readonly tokenPrefix: Bytes;2412 readonly pendingSponsor: Option<AccountId32>;2413 readonly limits: Option<UpDataStructsCollectionLimits>;2414 readonly permissions: Option<UpDataStructsCollectionPermissions>;2415 readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;2416 readonly properties: Vec<UpDataStructsProperty>;2417}24182419/** @name UpDataStructsCreateFungibleData */2420export interface UpDataStructsCreateFungibleData extends Struct {2421 readonly value: u128;2422}24232424/** @name UpDataStructsCreateItemData */2425export interface UpDataStructsCreateItemData extends Enum {2426 readonly isNft: boolean;2427 readonly asNft: UpDataStructsCreateNftData;2428 readonly isFungible: boolean;2429 readonly asFungible: UpDataStructsCreateFungibleData;2430 readonly isReFungible: boolean;2431 readonly asReFungible: UpDataStructsCreateReFungibleData;2432 readonly type: 'Nft' | 'Fungible' | 'ReFungible';2433}24342435/** @name UpDataStructsCreateItemExData */2436export interface UpDataStructsCreateItemExData extends Enum {2437 readonly isNft: boolean;2438 readonly asNft: Vec<UpDataStructsCreateNftExData>;2439 readonly isFungible: boolean;2440 readonly asFungible: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr,u128>;2441 readonly isRefungibleMultipleItems: boolean;2442 readonly asRefungibleMultipleItems: Vec<UpDataStructsCreateRefungibleExData>;2443 readonly isRefungibleMultipleOwners: boolean;2444 readonly asRefungibleMultipleOwners: UpDataStructsCreateRefungibleExData;2445 readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';2446}24472448/** @name UpDataStructsCreateNftData */2449export interface UpDataStructsCreateNftData extends Struct {2450 readonly properties: Vec<UpDataStructsProperty>;2451}24522453/** @name UpDataStructsCreateNftExData */2454export interface UpDataStructsCreateNftExData extends Struct {2455 readonly properties: Vec<UpDataStructsProperty>;2456 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2457}24582459/** @name UpDataStructsCreateReFungibleData */2460export interface UpDataStructsCreateReFungibleData extends Struct {2461 readonly pieces: u128;2462 readonly properties: Vec<UpDataStructsProperty>;2463}24642465/** @name UpDataStructsCreateRefungibleExData */2466export interface UpDataStructsCreateRefungibleExData extends Struct {2467 readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;2468 readonly properties: Vec<UpDataStructsProperty>;2469}24702471/** @name UpDataStructsNestingPermissions */2472export interface UpDataStructsNestingPermissions extends Struct {2473 readonly tokenOwner: bool;2474 readonly collectionAdmin: bool;2475 readonly restricted: Option<UpDataStructsOwnerRestrictedSet>;2476}24772478/** @name UpDataStructsOwnerRestrictedSet */2479export interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}24802481/** @name UpDataStructsProperties */2482export interface UpDataStructsProperties extends Struct {2483 readonly map: UpDataStructsPropertiesMapBoundedVec;2484 readonly consumedSpace: u32;2485 readonly spaceLimit: u32;2486}24872488/** @name UpDataStructsPropertiesMapBoundedVec */2489export interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}24902491/** @name UpDataStructsPropertiesMapPropertyPermission */2492export interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}24932494/** @name UpDataStructsProperty */2495export interface UpDataStructsProperty extends Struct {2496 readonly key: Bytes;2497 readonly value: Bytes;2498}24992500/** @name UpDataStructsPropertyKeyPermission */2501export interface UpDataStructsPropertyKeyPermission extends Struct {2502 readonly key: Bytes;2503 readonly permission: UpDataStructsPropertyPermission;2504}25052506/** @name UpDataStructsPropertyPermission */2507export interface UpDataStructsPropertyPermission extends Struct {2508 readonly mutable: bool;2509 readonly collectionAdmin: bool;2510 readonly tokenOwner: bool;2511}25122513/** @name UpDataStructsPropertyScope */2514export interface UpDataStructsPropertyScope extends Enum {2515 readonly isNone: boolean;2516 readonly isRmrk: boolean;2517 readonly type: 'None' | 'Rmrk';2518}25192520/** @name UpDataStructsRpcCollection */2521export interface UpDataStructsRpcCollection extends Struct {2522 readonly owner: AccountId32;2523 readonly mode: UpDataStructsCollectionMode;2524 readonly name: Vec<u16>;2525 readonly description: Vec<u16>;2526 readonly tokenPrefix: Bytes;2527 readonly sponsorship: UpDataStructsSponsorshipState;2528 readonly limits: UpDataStructsCollectionLimits;2529 readonly permissions: UpDataStructsCollectionPermissions;2530 readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;2531 readonly properties: Vec<UpDataStructsProperty>;2532 readonly readOnly: bool;2533}25342535/** @name UpDataStructsSponsoringRateLimit */2536export interface UpDataStructsSponsoringRateLimit extends Enum {2537 readonly isSponsoringDisabled: boolean;2538 readonly isBlocks: boolean;2539 readonly asBlocks: u32;2540 readonly type: 'SponsoringDisabled' | 'Blocks';2541}25422543/** @name UpDataStructsSponsorshipState */2544export interface UpDataStructsSponsorshipState extends Enum {2545 readonly isDisabled: boolean;2546 readonly isUnconfirmed: boolean;2547 readonly asUnconfirmed: AccountId32;2548 readonly isConfirmed: boolean;2549 readonly asConfirmed: AccountId32;2550 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';2551}25522553/** @name UpDataStructsTokenChild */2554export interface UpDataStructsTokenChild extends Struct {2555 readonly token: u32;2556 readonly collection: u32;2557}25582559/** @name UpDataStructsTokenData */2560export interface UpDataStructsTokenData extends Struct {2561 readonly properties: Vec<UpDataStructsProperty>;2562 readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;2563 readonly pieces: u128;2564}25652566/** @name XcmDoubleEncoded */2567export interface XcmDoubleEncoded extends Struct {2568 readonly encoded: Bytes;2569}25702571/** @name XcmV0Junction */2572export interface XcmV0Junction extends Enum {2573 readonly isParent: boolean;2574 readonly isParachain: boolean;2575 readonly asParachain: Compact<u32>;2576 readonly isAccountId32: boolean;2577 readonly asAccountId32: {2578 readonly network: XcmV0JunctionNetworkId;2579 readonly id: U8aFixed;2580 } & Struct;2581 readonly isAccountIndex64: boolean;2582 readonly asAccountIndex64: {2583 readonly network: XcmV0JunctionNetworkId;2584 readonly index: Compact<u64>;2585 } & Struct;2586 readonly isAccountKey20: boolean;2587 readonly asAccountKey20: {2588 readonly network: XcmV0JunctionNetworkId;2589 readonly key: U8aFixed;2590 } & Struct;2591 readonly isPalletInstance: boolean;2592 readonly asPalletInstance: u8;2593 readonly isGeneralIndex: boolean;2594 readonly asGeneralIndex: Compact<u128>;2595 readonly isGeneralKey: boolean;2596 readonly asGeneralKey: Bytes;2597 readonly isOnlyChild: boolean;2598 readonly isPlurality: boolean;2599 readonly asPlurality: {2600 readonly id: XcmV0JunctionBodyId;2601 readonly part: XcmV0JunctionBodyPart;2602 } & Struct;2603 readonly type: 'Parent' | 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';2604}26052606/** @name XcmV0JunctionBodyId */2607export interface XcmV0JunctionBodyId extends Enum {2608 readonly isUnit: boolean;2609 readonly isNamed: boolean;2610 readonly asNamed: Bytes;2611 readonly isIndex: boolean;2612 readonly asIndex: Compact<u32>;2613 readonly isExecutive: boolean;2614 readonly isTechnical: boolean;2615 readonly isLegislative: boolean;2616 readonly isJudicial: boolean;2617 readonly type: 'Unit' | 'Named' | 'Index' | 'Executive' | 'Technical' | 'Legislative' | 'Judicial';2618}26192620/** @name XcmV0JunctionBodyPart */2621export interface XcmV0JunctionBodyPart extends Enum {2622 readonly isVoice: boolean;2623 readonly isMembers: boolean;2624 readonly asMembers: {2625 readonly count: Compact<u32>;2626 } & Struct;2627 readonly isFraction: boolean;2628 readonly asFraction: {2629 readonly nom: Compact<u32>;2630 readonly denom: Compact<u32>;2631 } & Struct;2632 readonly isAtLeastProportion: boolean;2633 readonly asAtLeastProportion: {2634 readonly nom: Compact<u32>;2635 readonly denom: Compact<u32>;2636 } & Struct;2637 readonly isMoreThanProportion: boolean;2638 readonly asMoreThanProportion: {2639 readonly nom: Compact<u32>;2640 readonly denom: Compact<u32>;2641 } & Struct;2642 readonly type: 'Voice' | 'Members' | 'Fraction' | 'AtLeastProportion' | 'MoreThanProportion';2643}26442645/** @name XcmV0JunctionNetworkId */2646export interface XcmV0JunctionNetworkId extends Enum {2647 readonly isAny: boolean;2648 readonly isNamed: boolean;2649 readonly asNamed: Bytes;2650 readonly isPolkadot: boolean;2651 readonly isKusama: boolean;2652 readonly type: 'Any' | 'Named' | 'Polkadot' | 'Kusama';2653}26542655/** @name XcmV0MultiAsset */2656export interface XcmV0MultiAsset extends Enum {2657 readonly isNone: boolean;2658 readonly isAll: boolean;2659 readonly isAllFungible: boolean;2660 readonly isAllNonFungible: boolean;2661 readonly isAllAbstractFungible: boolean;2662 readonly asAllAbstractFungible: {2663 readonly id: Bytes;2664 } & Struct;2665 readonly isAllAbstractNonFungible: boolean;2666 readonly asAllAbstractNonFungible: {2667 readonly class: Bytes;2668 } & Struct;2669 readonly isAllConcreteFungible: boolean;2670 readonly asAllConcreteFungible: {2671 readonly id: XcmV0MultiLocation;2672 } & Struct;2673 readonly isAllConcreteNonFungible: boolean;2674 readonly asAllConcreteNonFungible: {2675 readonly class: XcmV0MultiLocation;2676 } & Struct;2677 readonly isAbstractFungible: boolean;2678 readonly asAbstractFungible: {2679 readonly id: Bytes;2680 readonly amount: Compact<u128>;2681 } & Struct;2682 readonly isAbstractNonFungible: boolean;2683 readonly asAbstractNonFungible: {2684 readonly class: Bytes;2685 readonly instance: XcmV1MultiassetAssetInstance;2686 } & Struct;2687 readonly isConcreteFungible: boolean;2688 readonly asConcreteFungible: {2689 readonly id: XcmV0MultiLocation;2690 readonly amount: Compact<u128>;2691 } & Struct;2692 readonly isConcreteNonFungible: boolean;2693 readonly asConcreteNonFungible: {2694 readonly class: XcmV0MultiLocation;2695 readonly instance: XcmV1MultiassetAssetInstance;2696 } & Struct;2697 readonly type: 'None' | 'All' | 'AllFungible' | 'AllNonFungible' | 'AllAbstractFungible' | 'AllAbstractNonFungible' | 'AllConcreteFungible' | 'AllConcreteNonFungible' | 'AbstractFungible' | 'AbstractNonFungible' | 'ConcreteFungible' | 'ConcreteNonFungible';2698}26992700/** @name XcmV0MultiLocation */2701export interface XcmV0MultiLocation extends Enum {2702 readonly isNull: boolean;2703 readonly isX1: boolean;2704 readonly asX1: XcmV0Junction;2705 readonly isX2: boolean;2706 readonly asX2: ITuple<[XcmV0Junction, XcmV0Junction]>;2707 readonly isX3: boolean;2708 readonly asX3: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction]>;2709 readonly isX4: boolean;2710 readonly asX4: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;2711 readonly isX5: boolean;2712 readonly asX5: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;2713 readonly isX6: boolean;2714 readonly asX6: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;2715 readonly isX7: boolean;2716 readonly asX7: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;2717 readonly isX8: boolean;2718 readonly asX8: ITuple<[XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction, XcmV0Junction]>;2719 readonly type: 'Null' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';2720}27212722/** @name XcmV0Order */2723export interface XcmV0Order extends Enum {2724 readonly isNull: boolean;2725 readonly isDepositAsset: boolean;2726 readonly asDepositAsset: {2727 readonly assets: Vec<XcmV0MultiAsset>;2728 readonly dest: XcmV0MultiLocation;2729 } & Struct;2730 readonly isDepositReserveAsset: boolean;2731 readonly asDepositReserveAsset: {2732 readonly assets: Vec<XcmV0MultiAsset>;2733 readonly dest: XcmV0MultiLocation;2734 readonly effects: Vec<XcmV0Order>;2735 } & Struct;2736 readonly isExchangeAsset: boolean;2737 readonly asExchangeAsset: {2738 readonly give: Vec<XcmV0MultiAsset>;2739 readonly receive: Vec<XcmV0MultiAsset>;2740 } & Struct;2741 readonly isInitiateReserveWithdraw: boolean;2742 readonly asInitiateReserveWithdraw: {2743 readonly assets: Vec<XcmV0MultiAsset>;2744 readonly reserve: XcmV0MultiLocation;2745 readonly effects: Vec<XcmV0Order>;2746 } & Struct;2747 readonly isInitiateTeleport: boolean;2748 readonly asInitiateTeleport: {2749 readonly assets: Vec<XcmV0MultiAsset>;2750 readonly dest: XcmV0MultiLocation;2751 readonly effects: Vec<XcmV0Order>;2752 } & Struct;2753 readonly isQueryHolding: boolean;2754 readonly asQueryHolding: {2755 readonly queryId: Compact<u64>;2756 readonly dest: XcmV0MultiLocation;2757 readonly assets: Vec<XcmV0MultiAsset>;2758 } & Struct;2759 readonly isBuyExecution: boolean;2760 readonly asBuyExecution: {2761 readonly fees: XcmV0MultiAsset;2762 readonly weight: u64;2763 readonly debt: u64;2764 readonly haltOnError: bool;2765 readonly xcm: Vec<XcmV0Xcm>;2766 } & Struct;2767 readonly type: 'Null' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';2768}27692770/** @name XcmV0OriginKind */2771export interface XcmV0OriginKind extends Enum {2772 readonly isNative: boolean;2773 readonly isSovereignAccount: boolean;2774 readonly isSuperuser: boolean;2775 readonly isXcm: boolean;2776 readonly type: 'Native' | 'SovereignAccount' | 'Superuser' | 'Xcm';2777}27782779/** @name XcmV0Response */2780export interface XcmV0Response extends Enum {2781 readonly isAssets: boolean;2782 readonly asAssets: Vec<XcmV0MultiAsset>;2783 readonly type: 'Assets';2784}27852786/** @name XcmV0Xcm */2787export interface XcmV0Xcm extends Enum {2788 readonly isWithdrawAsset: boolean;2789 readonly asWithdrawAsset: {2790 readonly assets: Vec<XcmV0MultiAsset>;2791 readonly effects: Vec<XcmV0Order>;2792 } & Struct;2793 readonly isReserveAssetDeposit: boolean;2794 readonly asReserveAssetDeposit: {2795 readonly assets: Vec<XcmV0MultiAsset>;2796 readonly effects: Vec<XcmV0Order>;2797 } & Struct;2798 readonly isTeleportAsset: boolean;2799 readonly asTeleportAsset: {2800 readonly assets: Vec<XcmV0MultiAsset>;2801 readonly effects: Vec<XcmV0Order>;2802 } & Struct;2803 readonly isQueryResponse: boolean;2804 readonly asQueryResponse: {2805 readonly queryId: Compact<u64>;2806 readonly response: XcmV0Response;2807 } & Struct;2808 readonly isTransferAsset: boolean;2809 readonly asTransferAsset: {2810 readonly assets: Vec<XcmV0MultiAsset>;2811 readonly dest: XcmV0MultiLocation;2812 } & Struct;2813 readonly isTransferReserveAsset: boolean;2814 readonly asTransferReserveAsset: {2815 readonly assets: Vec<XcmV0MultiAsset>;2816 readonly dest: XcmV0MultiLocation;2817 readonly effects: Vec<XcmV0Order>;2818 } & Struct;2819 readonly isTransact: boolean;2820 readonly asTransact: {2821 readonly originType: XcmV0OriginKind;2822 readonly requireWeightAtMost: u64;2823 readonly call: XcmDoubleEncoded;2824 } & Struct;2825 readonly isHrmpNewChannelOpenRequest: boolean;2826 readonly asHrmpNewChannelOpenRequest: {2827 readonly sender: Compact<u32>;2828 readonly maxMessageSize: Compact<u32>;2829 readonly maxCapacity: Compact<u32>;2830 } & Struct;2831 readonly isHrmpChannelAccepted: boolean;2832 readonly asHrmpChannelAccepted: {2833 readonly recipient: Compact<u32>;2834 } & Struct;2835 readonly isHrmpChannelClosing: boolean;2836 readonly asHrmpChannelClosing: {2837 readonly initiator: Compact<u32>;2838 readonly sender: Compact<u32>;2839 readonly recipient: Compact<u32>;2840 } & Struct;2841 readonly isRelayedFrom: boolean;2842 readonly asRelayedFrom: {2843 readonly who: XcmV0MultiLocation;2844 readonly message: XcmV0Xcm;2845 } & Struct;2846 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposit' | 'TeleportAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom';2847}28482849/** @name XcmV1Junction */2850export interface XcmV1Junction extends Enum {2851 readonly isParachain: boolean;2852 readonly asParachain: Compact<u32>;2853 readonly isAccountId32: boolean;2854 readonly asAccountId32: {2855 readonly network: XcmV0JunctionNetworkId;2856 readonly id: U8aFixed;2857 } & Struct;2858 readonly isAccountIndex64: boolean;2859 readonly asAccountIndex64: {2860 readonly network: XcmV0JunctionNetworkId;2861 readonly index: Compact<u64>;2862 } & Struct;2863 readonly isAccountKey20: boolean;2864 readonly asAccountKey20: {2865 readonly network: XcmV0JunctionNetworkId;2866 readonly key: U8aFixed;2867 } & Struct;2868 readonly isPalletInstance: boolean;2869 readonly asPalletInstance: u8;2870 readonly isGeneralIndex: boolean;2871 readonly asGeneralIndex: Compact<u128>;2872 readonly isGeneralKey: boolean;2873 readonly asGeneralKey: Bytes;2874 readonly isOnlyChild: boolean;2875 readonly isPlurality: boolean;2876 readonly asPlurality: {2877 readonly id: XcmV0JunctionBodyId;2878 readonly part: XcmV0JunctionBodyPart;2879 } & Struct;2880 readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';2881}28822883/** @name XcmV1MultiAsset */2884export interface XcmV1MultiAsset extends Struct {2885 readonly id: XcmV1MultiassetAssetId;2886 readonly fun: XcmV1MultiassetFungibility;2887}28882889/** @name XcmV1MultiassetAssetId */2890export interface XcmV1MultiassetAssetId extends Enum {2891 readonly isConcrete: boolean;2892 readonly asConcrete: XcmV1MultiLocation;2893 readonly isAbstract: boolean;2894 readonly asAbstract: Bytes;2895 readonly type: 'Concrete' | 'Abstract';2896}28972898/** @name XcmV1MultiassetAssetInstance */2899export interface XcmV1MultiassetAssetInstance extends Enum {2900 readonly isUndefined: boolean;2901 readonly isIndex: boolean;2902 readonly asIndex: Compact<u128>;2903 readonly isArray4: boolean;2904 readonly asArray4: U8aFixed;2905 readonly isArray8: boolean;2906 readonly asArray8: U8aFixed;2907 readonly isArray16: boolean;2908 readonly asArray16: U8aFixed;2909 readonly isArray32: boolean;2910 readonly asArray32: U8aFixed;2911 readonly isBlob: boolean;2912 readonly asBlob: Bytes;2913 readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32' | 'Blob';2914}29152916/** @name XcmV1MultiassetFungibility */2917export interface XcmV1MultiassetFungibility extends Enum {2918 readonly isFungible: boolean;2919 readonly asFungible: Compact<u128>;2920 readonly isNonFungible: boolean;2921 readonly asNonFungible: XcmV1MultiassetAssetInstance;2922 readonly type: 'Fungible' | 'NonFungible';2923}29242925/** @name XcmV1MultiassetMultiAssetFilter */2926export interface XcmV1MultiassetMultiAssetFilter extends Enum {2927 readonly isDefinite: boolean;2928 readonly asDefinite: XcmV1MultiassetMultiAssets;2929 readonly isWild: boolean;2930 readonly asWild: XcmV1MultiassetWildMultiAsset;2931 readonly type: 'Definite' | 'Wild';2932}29332934/** @name XcmV1MultiassetMultiAssets */2935export interface XcmV1MultiassetMultiAssets extends Vec<XcmV1MultiAsset> {}29362937/** @name XcmV1MultiassetWildFungibility */2938export interface XcmV1MultiassetWildFungibility extends Enum {2939 readonly isFungible: boolean;2940 readonly isNonFungible: boolean;2941 readonly type: 'Fungible' | 'NonFungible';2942}29432944/** @name XcmV1MultiassetWildMultiAsset */2945export interface XcmV1MultiassetWildMultiAsset extends Enum {2946 readonly isAll: boolean;2947 readonly isAllOf: boolean;2948 readonly asAllOf: {2949 readonly id: XcmV1MultiassetAssetId;2950 readonly fun: XcmV1MultiassetWildFungibility;2951 } & Struct;2952 readonly type: 'All' | 'AllOf';2953}29542955/** @name XcmV1MultiLocation */2956export interface XcmV1MultiLocation extends Struct {2957 readonly parents: u8;2958 readonly interior: XcmV1MultilocationJunctions;2959}29602961/** @name XcmV1MultilocationJunctions */2962export interface XcmV1MultilocationJunctions extends Enum {2963 readonly isHere: boolean;2964 readonly isX1: boolean;2965 readonly asX1: XcmV1Junction;2966 readonly isX2: boolean;2967 readonly asX2: ITuple<[XcmV1Junction, XcmV1Junction]>;2968 readonly isX3: boolean;2969 readonly asX3: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction]>;2970 readonly isX4: boolean;2971 readonly asX4: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;2972 readonly isX5: boolean;2973 readonly asX5: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;2974 readonly isX6: boolean;2975 readonly asX6: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;2976 readonly isX7: boolean;2977 readonly asX7: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;2978 readonly isX8: boolean;2979 readonly asX8: ITuple<[XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction, XcmV1Junction]>;2980 readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';2981}29822983/** @name XcmV1Order */2984export interface XcmV1Order extends Enum {2985 readonly isNoop: boolean;2986 readonly isDepositAsset: boolean;2987 readonly asDepositAsset: {2988 readonly assets: XcmV1MultiassetMultiAssetFilter;2989 readonly maxAssets: u32;2990 readonly beneficiary: XcmV1MultiLocation;2991 } & Struct;2992 readonly isDepositReserveAsset: boolean;2993 readonly asDepositReserveAsset: {2994 readonly assets: XcmV1MultiassetMultiAssetFilter;2995 readonly maxAssets: u32;2996 readonly dest: XcmV1MultiLocation;2997 readonly effects: Vec<XcmV1Order>;2998 } & Struct;2999 readonly isExchangeAsset: boolean;3000 readonly asExchangeAsset: {3001 readonly give: XcmV1MultiassetMultiAssetFilter;3002 readonly receive: XcmV1MultiassetMultiAssets;3003 } & Struct;3004 readonly isInitiateReserveWithdraw: boolean;3005 readonly asInitiateReserveWithdraw: {3006 readonly assets: XcmV1MultiassetMultiAssetFilter;3007 readonly reserve: XcmV1MultiLocation;3008 readonly effects: Vec<XcmV1Order>;3009 } & Struct;3010 readonly isInitiateTeleport: boolean;3011 readonly asInitiateTeleport: {3012 readonly assets: XcmV1MultiassetMultiAssetFilter;3013 readonly dest: XcmV1MultiLocation;3014 readonly effects: Vec<XcmV1Order>;3015 } & Struct;3016 readonly isQueryHolding: boolean;3017 readonly asQueryHolding: {3018 readonly queryId: Compact<u64>;3019 readonly dest: XcmV1MultiLocation;3020 readonly assets: XcmV1MultiassetMultiAssetFilter;3021 } & Struct;3022 readonly isBuyExecution: boolean;3023 readonly asBuyExecution: {3024 readonly fees: XcmV1MultiAsset;3025 readonly weight: u64;3026 readonly debt: u64;3027 readonly haltOnError: bool;3028 readonly instructions: Vec<XcmV1Xcm>;3029 } & Struct;3030 readonly type: 'Noop' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';3031}30323033/** @name XcmV1Response */3034export interface XcmV1Response extends Enum {3035 readonly isAssets: boolean;3036 readonly asAssets: XcmV1MultiassetMultiAssets;3037 readonly isVersion: boolean;3038 readonly asVersion: u32;3039 readonly type: 'Assets' | 'Version';3040}30413042/** @name XcmV1Xcm */3043export interface XcmV1Xcm extends Enum {3044 readonly isWithdrawAsset: boolean;3045 readonly asWithdrawAsset: {3046 readonly assets: XcmV1MultiassetMultiAssets;3047 readonly effects: Vec<XcmV1Order>;3048 } & Struct;3049 readonly isReserveAssetDeposited: boolean;3050 readonly asReserveAssetDeposited: {3051 readonly assets: XcmV1MultiassetMultiAssets;3052 readonly effects: Vec<XcmV1Order>;3053 } & Struct;3054 readonly isReceiveTeleportedAsset: boolean;3055 readonly asReceiveTeleportedAsset: {3056 readonly assets: XcmV1MultiassetMultiAssets;3057 readonly effects: Vec<XcmV1Order>;3058 } & Struct;3059 readonly isQueryResponse: boolean;3060 readonly asQueryResponse: {3061 readonly queryId: Compact<u64>;3062 readonly response: XcmV1Response;3063 } & Struct;3064 readonly isTransferAsset: boolean;3065 readonly asTransferAsset: {3066 readonly assets: XcmV1MultiassetMultiAssets;3067 readonly beneficiary: XcmV1MultiLocation;3068 } & Struct;3069 readonly isTransferReserveAsset: boolean;3070 readonly asTransferReserveAsset: {3071 readonly assets: XcmV1MultiassetMultiAssets;3072 readonly dest: XcmV1MultiLocation;3073 readonly effects: Vec<XcmV1Order>;3074 } & Struct;3075 readonly isTransact: boolean;3076 readonly asTransact: {3077 readonly originType: XcmV0OriginKind;3078 readonly requireWeightAtMost: u64;3079 readonly call: XcmDoubleEncoded;3080 } & Struct;3081 readonly isHrmpNewChannelOpenRequest: boolean;3082 readonly asHrmpNewChannelOpenRequest: {3083 readonly sender: Compact<u32>;3084 readonly maxMessageSize: Compact<u32>;3085 readonly maxCapacity: Compact<u32>;3086 } & Struct;3087 readonly isHrmpChannelAccepted: boolean;3088 readonly asHrmpChannelAccepted: {3089 readonly recipient: Compact<u32>;3090 } & Struct;3091 readonly isHrmpChannelClosing: boolean;3092 readonly asHrmpChannelClosing: {3093 readonly initiator: Compact<u32>;3094 readonly sender: Compact<u32>;3095 readonly recipient: Compact<u32>;3096 } & Struct;3097 readonly isRelayedFrom: boolean;3098 readonly asRelayedFrom: {3099 readonly who: XcmV1MultilocationJunctions;3100 readonly message: XcmV1Xcm;3101 } & Struct;3102 readonly isSubscribeVersion: boolean;3103 readonly asSubscribeVersion: {3104 readonly queryId: Compact<u64>;3105 readonly maxResponseWeight: Compact<u64>;3106 } & Struct;3107 readonly isUnsubscribeVersion: boolean;3108 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom' | 'SubscribeVersion' | 'UnsubscribeVersion';3109}31103111/** @name XcmV2Instruction */3112export interface XcmV2Instruction extends Enum {3113 readonly isWithdrawAsset: boolean;3114 readonly asWithdrawAsset: XcmV1MultiassetMultiAssets;3115 readonly isReserveAssetDeposited: boolean;3116 readonly asReserveAssetDeposited: XcmV1MultiassetMultiAssets;3117 readonly isReceiveTeleportedAsset: boolean;3118 readonly asReceiveTeleportedAsset: XcmV1MultiassetMultiAssets;3119 readonly isQueryResponse: boolean;3120 readonly asQueryResponse: {3121 readonly queryId: Compact<u64>;3122 readonly response: XcmV2Response;3123 readonly maxWeight: Compact<u64>;3124 } & Struct;3125 readonly isTransferAsset: boolean;3126 readonly asTransferAsset: {3127 readonly assets: XcmV1MultiassetMultiAssets;3128 readonly beneficiary: XcmV1MultiLocation;3129 } & Struct;3130 readonly isTransferReserveAsset: boolean;3131 readonly asTransferReserveAsset: {3132 readonly assets: XcmV1MultiassetMultiAssets;3133 readonly dest: XcmV1MultiLocation;3134 readonly xcm: XcmV2Xcm;3135 } & Struct;3136 readonly isTransact: boolean;3137 readonly asTransact: {3138 readonly originType: XcmV0OriginKind;3139 readonly requireWeightAtMost: Compact<u64>;3140 readonly call: XcmDoubleEncoded;3141 } & Struct;3142 readonly isHrmpNewChannelOpenRequest: boolean;3143 readonly asHrmpNewChannelOpenRequest: {3144 readonly sender: Compact<u32>;3145 readonly maxMessageSize: Compact<u32>;3146 readonly maxCapacity: Compact<u32>;3147 } & Struct;3148 readonly isHrmpChannelAccepted: boolean;3149 readonly asHrmpChannelAccepted: {3150 readonly recipient: Compact<u32>;3151 } & Struct;3152 readonly isHrmpChannelClosing: boolean;3153 readonly asHrmpChannelClosing: {3154 readonly initiator: Compact<u32>;3155 readonly sender: Compact<u32>;3156 readonly recipient: Compact<u32>;3157 } & Struct;3158 readonly isClearOrigin: boolean;3159 readonly isDescendOrigin: boolean;3160 readonly asDescendOrigin: XcmV1MultilocationJunctions;3161 readonly isReportError: boolean;3162 readonly asReportError: {3163 readonly queryId: Compact<u64>;3164 readonly dest: XcmV1MultiLocation;3165 readonly maxResponseWeight: Compact<u64>;3166 } & Struct;3167 readonly isDepositAsset: boolean;3168 readonly asDepositAsset: {3169 readonly assets: XcmV1MultiassetMultiAssetFilter;3170 readonly maxAssets: Compact<u32>;3171 readonly beneficiary: XcmV1MultiLocation;3172 } & Struct;3173 readonly isDepositReserveAsset: boolean;3174 readonly asDepositReserveAsset: {3175 readonly assets: XcmV1MultiassetMultiAssetFilter;3176 readonly maxAssets: Compact<u32>;3177 readonly dest: XcmV1MultiLocation;3178 readonly xcm: XcmV2Xcm;3179 } & Struct;3180 readonly isExchangeAsset: boolean;3181 readonly asExchangeAsset: {3182 readonly give: XcmV1MultiassetMultiAssetFilter;3183 readonly receive: XcmV1MultiassetMultiAssets;3184 } & Struct;3185 readonly isInitiateReserveWithdraw: boolean;3186 readonly asInitiateReserveWithdraw: {3187 readonly assets: XcmV1MultiassetMultiAssetFilter;3188 readonly reserve: XcmV1MultiLocation;3189 readonly xcm: XcmV2Xcm;3190 } & Struct;3191 readonly isInitiateTeleport: boolean;3192 readonly asInitiateTeleport: {3193 readonly assets: XcmV1MultiassetMultiAssetFilter;3194 readonly dest: XcmV1MultiLocation;3195 readonly xcm: XcmV2Xcm;3196 } & Struct;3197 readonly isQueryHolding: boolean;3198 readonly asQueryHolding: {3199 readonly queryId: Compact<u64>;3200 readonly dest: XcmV1MultiLocation;3201 readonly assets: XcmV1MultiassetMultiAssetFilter;3202 readonly maxResponseWeight: Compact<u64>;3203 } & Struct;3204 readonly isBuyExecution: boolean;3205 readonly asBuyExecution: {3206 readonly fees: XcmV1MultiAsset;3207 readonly weightLimit: XcmV2WeightLimit;3208 } & Struct;3209 readonly isRefundSurplus: boolean;3210 readonly isSetErrorHandler: boolean;3211 readonly asSetErrorHandler: XcmV2Xcm;3212 readonly isSetAppendix: boolean;3213 readonly asSetAppendix: XcmV2Xcm;3214 readonly isClearError: boolean;3215 readonly isClaimAsset: boolean;3216 readonly asClaimAsset: {3217 readonly assets: XcmV1MultiassetMultiAssets;3218 readonly ticket: XcmV1MultiLocation;3219 } & Struct;3220 readonly isTrap: boolean;3221 readonly asTrap: Compact<u64>;3222 readonly isSubscribeVersion: boolean;3223 readonly asSubscribeVersion: {3224 readonly queryId: Compact<u64>;3225 readonly maxResponseWeight: Compact<u64>;3226 } & Struct;3227 readonly isUnsubscribeVersion: boolean;3228 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'ClearOrigin' | 'DescendOrigin' | 'ReportError' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution' | 'RefundSurplus' | 'SetErrorHandler' | 'SetAppendix' | 'ClearError' | 'ClaimAsset' | 'Trap' | 'SubscribeVersion' | 'UnsubscribeVersion';3229}32303231/** @name XcmV2Response */3232export interface XcmV2Response extends Enum {3233 readonly isNull: boolean;3234 readonly isAssets: boolean;3235 readonly asAssets: XcmV1MultiassetMultiAssets;3236 readonly isExecutionResult: boolean;3237 readonly asExecutionResult: Option<ITuple<[u32, XcmV2TraitsError]>>;3238 readonly isVersion: boolean;3239 readonly asVersion: u32;3240 readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version';3241}32423243/** @name XcmV2TraitsError */3244export interface XcmV2TraitsError extends Enum {3245 readonly isOverflow: boolean;3246 readonly isUnimplemented: boolean;3247 readonly isUntrustedReserveLocation: boolean;3248 readonly isUntrustedTeleportLocation: boolean;3249 readonly isMultiLocationFull: boolean;3250 readonly isMultiLocationNotInvertible: boolean;3251 readonly isBadOrigin: boolean;3252 readonly isInvalidLocation: boolean;3253 readonly isAssetNotFound: boolean;3254 readonly isFailedToTransactAsset: boolean;3255 readonly isNotWithdrawable: boolean;3256 readonly isLocationCannotHold: boolean;3257 readonly isExceedsMaxMessageSize: boolean;3258 readonly isDestinationUnsupported: boolean;3259 readonly isTransport: boolean;3260 readonly isUnroutable: boolean;3261 readonly isUnknownClaim: boolean;3262 readonly isFailedToDecode: boolean;3263 readonly isMaxWeightInvalid: boolean;3264 readonly isNotHoldingFees: boolean;3265 readonly isTooExpensive: boolean;3266 readonly isTrap: boolean;3267 readonly asTrap: u64;3268 readonly isUnhandledXcmVersion: boolean;3269 readonly isWeightLimitReached: boolean;3270 readonly asWeightLimitReached: u64;3271 readonly isBarrier: boolean;3272 readonly isWeightNotComputable: boolean;3273 readonly type: 'Overflow' | 'Unimplemented' | 'UntrustedReserveLocation' | 'UntrustedTeleportLocation' | 'MultiLocationFull' | 'MultiLocationNotInvertible' | 'BadOrigin' | 'InvalidLocation' | 'AssetNotFound' | 'FailedToTransactAsset' | 'NotWithdrawable' | 'LocationCannotHold' | 'ExceedsMaxMessageSize' | 'DestinationUnsupported' | 'Transport' | 'Unroutable' | 'UnknownClaim' | 'FailedToDecode' | 'MaxWeightInvalid' | 'NotHoldingFees' | 'TooExpensive' | 'Trap' | 'UnhandledXcmVersion' | 'WeightLimitReached' | 'Barrier' | 'WeightNotComputable';3274}32753276/** @name XcmV2TraitsOutcome */3277export interface XcmV2TraitsOutcome extends Enum {3278 readonly isComplete: boolean;3279 readonly asComplete: u64;3280 readonly isIncomplete: boolean;3281 readonly asIncomplete: ITuple<[u64, XcmV2TraitsError]>;3282 readonly isError: boolean;3283 readonly asError: XcmV2TraitsError;3284 readonly type: 'Complete' | 'Incomplete' | 'Error';3285}32863287/** @name XcmV2WeightLimit */3288export interface XcmV2WeightLimit extends Enum {3289 readonly isUnlimited: boolean;3290 readonly isLimited: boolean;3291 readonly asLimited: Compact<u64>;3292 readonly type: 'Unlimited' | 'Limited';3293}32943295/** @name XcmV2Xcm */3296export interface XcmV2Xcm extends Vec<XcmV2Instruction> {}32973298/** @name XcmVersionedMultiAssets */3299export interface XcmVersionedMultiAssets extends Enum {3300 readonly isV0: boolean;3301 readonly asV0: Vec<XcmV0MultiAsset>;3302 readonly isV1: boolean;3303 readonly asV1: XcmV1MultiassetMultiAssets;3304 readonly type: 'V0' | 'V1';3305}33063307/** @name XcmVersionedMultiLocation */3308export interface XcmVersionedMultiLocation extends Enum {3309 readonly isV0: boolean;3310 readonly asV0: XcmV0MultiLocation;3311 readonly isV1: boolean;3312 readonly asV1: XcmV1MultiLocation;3313 readonly type: 'V0' | 'V1';3314}33153316/** @name XcmVersionedXcm */3317export interface XcmVersionedXcm extends Enum {3318 readonly isV0: boolean;3319 readonly asV0: XcmV0Xcm;3320 readonly isV1: boolean;3321 readonly asV1: XcmV1Xcm;3322 readonly isV2: boolean;3323 readonly asV2: XcmV2Xcm;3324 readonly type: 'V0' | 'V1' | 'V2';3325}33263327export type PHANTOM_DEFAULT = 'default';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