git.delta.rocks / unique-network / refs/commits / 308db1642565

difftreelog

feat(identity) add pallet + rename evm-migration to data-management

Fahrrader2022-12-27parent: #896d7c6.patch.diff
in: master

43 files changed

modifiedCargo.lockdiffbeforeafterboth
5336 "pallet-collator-selection",5336 "pallet-collator-selection",
5337 "pallet-common",5337 "pallet-common",
5338 "pallet-configuration",5338 "pallet-configuration",
5339 "pallet-data-management",
5339 "pallet-ethereum",5340 "pallet-ethereum",
5340 "pallet-evm",5341 "pallet-evm",
5341 "pallet-evm-coder-substrate",5342 "pallet-evm-coder-substrate",
5342 "pallet-evm-contract-helpers",5343 "pallet-evm-contract-helpers",
5343 "pallet-evm-migration",
5344 "pallet-evm-precompile-simple",5344 "pallet-evm-precompile-simple",
5345 "pallet-evm-transaction-payment",5345 "pallet-evm-transaction-payment",
5346 "pallet-foreign-assets",5346 "pallet-foreign-assets",
5347 "pallet-fungible",5347 "pallet-fungible",
5348 "pallet-identity",
5348 "pallet-inflation",5349 "pallet-inflation",
5349 "pallet-maintenance",5350 "pallet-maintenance",
5350 "pallet-nonfungible",5351 "pallet-nonfungible",
5577 "pallet-balances",5578 "pallet-balances",
5578 "pallet-common",5579 "pallet-common",
5579 "pallet-configuration",5580 "pallet-configuration",
5581 "pallet-data-management",
5580 "pallet-evm",5582 "pallet-evm",
5581 "pallet-evm-contract-helpers",5583 "pallet-evm-contract-helpers",
5582 "pallet-evm-migration",
5583 "pallet-randomness-collective-flip",5584 "pallet-randomness-collective-flip",
5584 "pallet-timestamp",5585 "pallet-timestamp",
5585 "pallet-unique",5586 "pallet-unique",
5801 "pallet-aura",5802 "pallet-aura",
5802 "pallet-authorship",5803 "pallet-authorship",
5803 "pallet-balances",5804 "pallet-balances",
5805 "pallet-configuration",
5804 "pallet-session",5806 "pallet-session",
5805 "pallet-timestamp",5807 "pallet-timestamp",
5806 "parity-scale-codec 3.2.1",5808 "parity-scale-codec 3.2.1",
5888 "sp-std",5890 "sp-std",
5889]5891]
5892
5893[[package]]
5894name = "pallet-data-management"
5895version = "0.1.1"
5896dependencies = [
5897 "ethereum 0.14.0",
5898 "fp-evm",
5899 "frame-benchmarking",
5900 "frame-support",
5901 "frame-system",
5902 "pallet-evm",
5903 "parity-scale-codec 3.2.1",
5904 "scale-info",
5905 "sp-core",
5906 "sp-io",
5907 "sp-runtime",
5908 "sp-std",
5909]
58905910
5891[[package]]5911[[package]]
5892name = "pallet-democracy"5912name = "pallet-democracy"
6057 "up-sponsorship",6077 "up-sponsorship",
6058]6078]
6059
6060[[package]]
6061name = "pallet-evm-migration"
6062version = "0.1.1"
6063dependencies = [
6064 "ethereum 0.14.0",
6065 "fp-evm",
6066 "frame-benchmarking",
6067 "frame-support",
6068 "frame-system",
6069 "pallet-evm",
6070 "parity-scale-codec 3.2.1",
6071 "scale-info",
6072 "sp-core",
6073 "sp-io",
6074 "sp-runtime",
6075 "sp-std",
6076]
60776079
6078[[package]]6080[[package]]
6079name = "pallet-evm-precompile-simple"6081name = "pallet-evm-precompile-simple"
8976 "pallet-collator-selection",8978 "pallet-collator-selection",
8977 "pallet-common",8979 "pallet-common",
8978 "pallet-configuration",8980 "pallet-configuration",
8981 "pallet-data-management",
8979 "pallet-ethereum",8982 "pallet-ethereum",
8980 "pallet-evm",8983 "pallet-evm",
8981 "pallet-evm-coder-substrate",8984 "pallet-evm-coder-substrate",
8982 "pallet-evm-contract-helpers",8985 "pallet-evm-contract-helpers",
8983 "pallet-evm-migration",
8984 "pallet-evm-precompile-simple",8986 "pallet-evm-precompile-simple",
8985 "pallet-evm-transaction-payment",8987 "pallet-evm-transaction-payment",
8986 "pallet-foreign-assets",8988 "pallet-foreign-assets",
8987 "pallet-fungible",8989 "pallet-fungible",
8990 "pallet-identity",
8988 "pallet-inflation",8991 "pallet-inflation",
8989 "pallet-maintenance",8992 "pallet-maintenance",
8990 "pallet-nonfungible",8993 "pallet-nonfungible",
13180 "pallet-collator-selection",13183 "pallet-collator-selection",
13181 "pallet-common",13184 "pallet-common",
13182 "pallet-configuration",13185 "pallet-configuration",
13186 "pallet-data-management",
13183 "pallet-ethereum",13187 "pallet-ethereum",
13184 "pallet-evm",13188 "pallet-evm",
13185 "pallet-evm-coder-substrate",13189 "pallet-evm-coder-substrate",
13186 "pallet-evm-contract-helpers",13190 "pallet-evm-contract-helpers",
13187 "pallet-evm-migration",
13188 "pallet-evm-precompile-simple",13191 "pallet-evm-precompile-simple",
13189 "pallet-evm-transaction-payment",13192 "pallet-evm-transaction-payment",
13190 "pallet-foreign-assets",13193 "pallet-foreign-assets",
13191 "pallet-fungible",13194 "pallet-fungible",
13195 "pallet-identity",
13192 "pallet-inflation",13196 "pallet-inflation",
13193 "pallet-maintenance",13197 "pallet-maintenance",
13194 "pallet-nonfungible",13198 "pallet-nonfungible",
modifiedMakefilediffbeforeafterboth
3 @echo "regenerate_solidity - generate stubs/interfaces for contracts defined in native (via evm-coder)"3 @echo "regenerate_solidity - generate stubs/interfaces for contracts defined in native (via evm-coder)"
4 @echo "evm_stubs - recompile contract stubs and ABI"4 @echo "evm_stubs - recompile contract stubs and ABI"
5 @echo "bench - run frame-benchmarking"5 @echo "bench - run frame-benchmarking"
6 @echo " bench-evm-migration"6 @echo " bench-data-management"
7 @echo " bench-unique"7 @echo " bench-unique"
88
9FUNGIBLE_EVM_STUBS=./pallets/fungible/src/stubs9FUNGIBLE_EVM_STUBS=./pallets/fungible/src/stubs
85 --template .maintain/frame-weight-template.hbs --steps=50 --repeat=80 --heap-pages=4096 \85 --template .maintain/frame-weight-template.hbs --steps=50 --repeat=80 --heap-pages=4096 \
86 --output=./pallets/$(if $(PALLET_DIR),$(PALLET_DIR),$(PALLET))/src/weights.rs86 --output=./pallets/$(if $(PALLET_DIR),$(PALLET_DIR),$(PALLET))/src/weights.rs
8787
88.PHONY: bench-evm-migration88.PHONY: bench-data-management
89bench-evm-migration:89bench-data-management:
90 make _bench PALLET=evm-migration90 make _bench PALLET=data-management
9191
92.PHONY: bench-common92.PHONY: bench-common
93bench-common:93bench-common:
134 make _bench PALLET=app-promotion PALLET_DIR=app-promotion134 make _bench PALLET=app-promotion PALLET_DIR=app-promotion
135 135
136.PHONY: bench136.PHONY: bench
137bench: bench-evm-migration bench-unique bench-structure bench-fungible bench-refungible bench-nonfungible bench-scheduler bench-rmrk-core bench-rmrk-equip bench-foreign-assets137bench: bench-data-management bench-unique bench-structure bench-fungible bench-refungible bench-nonfungible bench-scheduler bench-rmrk-core bench-rmrk-equip bench-foreign-assets
138138
modifiedpallets/app-promotion/Cargo.tomldiffbeforeafterboth
71pallet-configuration = { default-features = false, path = "../configuration" }71pallet-configuration = { default-features = false, path = "../configuration" }
72pallet-unique = { default-features = false, path = "../unique" }72pallet-unique = { default-features = false, path = "../unique" }
73pallet-evm-contract-helpers = { default-features = false, path = "../evm-contract-helpers" }73pallet-evm-contract-helpers = { default-features = false, path = "../evm-contract-helpers" }
74pallet-evm-migration = { default-features = false, path = "../evm-migration" }74pallet-data-management = { default-features = false, path = "../data-management" }
7575
76# [dev-dependencies]76# [dev-dependencies]
7777
modifiedpallets/app-promotion/src/benchmarking.rsdiffbeforeafterboth
25use frame_support::traits::OnInitialize;25use frame_support::traits::OnInitialize;
26use frame_system::RawOrigin;26use frame_system::RawOrigin;
27use pallet_unique::benchmarking::create_nft_collection;27use pallet_unique::benchmarking::create_nft_collection;
28use pallet_evm_migration::Pallet as EvmMigrationPallet;28use pallet_data_management::Pallet as DataManagementPallet;
2929
30const SEED: u32 = 0;30const SEED: u32 = 0;
3131
32fn set_admin<T>() -> Result<T::AccountId, sp_runtime::DispatchError>32fn set_admin<T>() -> Result<T::AccountId, sp_runtime::DispatchError>
33where33where
34 T: Config + pallet_unique::Config + pallet_evm_migration::Config,34 T: Config + pallet_unique::Config + pallet_data_management::Config,
35 T::BlockNumber: From<u32> + Into<u32>,35 T::BlockNumber: From<u32> + Into<u32>,
36 <<T as Config>::Currency as Currency<T::AccountId>>::Balance: Sum + From<u128>,36 <<T as Config>::Currency as Currency<T::AccountId>>::Balance: Sum + From<u128>,
37{37{
5252
53benchmarks! {53benchmarks! {
54 where_clause{54 where_clause{
55 where T: Config + pallet_unique::Config + pallet_evm_migration::Config ,55 where T: Config + pallet_unique::Config + pallet_data_management::Config ,
56 T::BlockNumber: From<u32> + Into<u32>,56 T::BlockNumber: From<u32> + Into<u32>,
57 <<T as Config>::Currency as Currency<T::AccountId>>::Balance: Sum + From<u128>57 <<T as Config>::Currency as Currency<T::AccountId>>::Balance: Sum + From<u128>
58 }58 }
144 let _ = <T as Config>::Currency::make_free_balance_be(&pallet_admin, Perbill::from_rational(1u32, 2) * BalanceOf::<T>::max_value());144 let _ = <T as Config>::Currency::make_free_balance_be(&pallet_admin, Perbill::from_rational(1u32, 2) * BalanceOf::<T>::max_value());
145 let address = H160::from_low_u64_be(SEED as u64);145 let address = H160::from_low_u64_be(SEED as u64);
146 let data: Vec<u8> = (0..20 as u8).collect();146 let data: Vec<u8> = (0..20 as u8).collect();
147 <EvmMigrationPallet<T>>::begin(RawOrigin::Root.into(), address)?;147 <DataManagementPallet<T>>::begin(RawOrigin::Root.into(), address)?;
148 <EvmMigrationPallet<T>>::finish(RawOrigin::Root.into(), address, data)?;148 <DataManagementPallet<T>>::finish(RawOrigin::Root.into(), address, data)?;
149 } : _(RawOrigin::Signed(pallet_admin.clone()), address)149 } : _(RawOrigin::Signed(pallet_admin.clone()), address)
150150
151 stop_sponsoring_contract {151 stop_sponsoring_contract {
155 let _ = <T as Config>::Currency::make_free_balance_be(&pallet_admin, Perbill::from_rational(1u32, 2) * BalanceOf::<T>::max_value());155 let _ = <T as Config>::Currency::make_free_balance_be(&pallet_admin, Perbill::from_rational(1u32, 2) * BalanceOf::<T>::max_value());
156 let address = H160::from_low_u64_be(SEED as u64);156 let address = H160::from_low_u64_be(SEED as u64);
157 let data: Vec<u8> = (0..20 as u8).collect();157 let data: Vec<u8> = (0..20 as u8).collect();
158 <EvmMigrationPallet<T>>::begin(RawOrigin::Root.into(), address)?;158 <DataManagementPallet<T>>::begin(RawOrigin::Root.into(), address)?;
159 <EvmMigrationPallet<T>>::finish(RawOrigin::Root.into(), address, data)?;159 <DataManagementPallet<T>>::finish(RawOrigin::Root.into(), address, data)?;
160 PromototionPallet::<T>::sponsor_contract(RawOrigin::Signed(pallet_admin.clone()).into(), address)?;160 PromototionPallet::<T>::sponsor_contract(RawOrigin::Signed(pallet_admin.clone()).into(), address)?;
161 } : _(RawOrigin::Signed(pallet_admin.clone()), address)161 } : _(RawOrigin::Signed(pallet_admin.clone()), address)
162}162}
addedpallets/data-management/CHANGELOG.mddiffbeforeafterboth

no changes

addedpallets/data-management/Cargo.tomldiffbeforeafterboth

no changes

addedpallets/data-management/README.mddiffbeforeafterboth

no changes

addedpallets/data-management/src/benchmarking.rsdiffbeforeafterboth

no changes

addedpallets/data-management/src/lib.rsdiffbeforeafterboth

no changes

addedpallets/data-management/src/weights.rsdiffbeforeafterboth

no changes

modifiedpallets/evm-contract-helpers/src/eth.rsdiffbeforeafterboth
91{91{
92 /// Get user, which deployed specified contract92 /// Get user, which deployed specified contract
93 /// @dev May return zero address in case if contract is deployed93 /// @dev May return zero address in case if contract is deployed
94 /// using uniquenetwork evm-migration pallet, or using other terms not94 /// using uniquenetwork data-management pallet, or using other terms not
95 /// intended by pallet-evm95 /// intended by pallet-evm
96 /// @dev Returns zero address if contract does not exists96 /// @dev Returns zero address if contract does not exists
97 /// @param contractAddress Contract to get owner of97 /// @param contractAddress Contract to get owner of
modifiedpallets/evm-contract-helpers/src/stubs/ContractHelpers.soldiffbeforeafterboth
29contract ContractHelpers is Dummy, ERC165, ContractHelpersEvents {29contract ContractHelpers is Dummy, ERC165, ContractHelpersEvents {
30 /// Get user, which deployed specified contract30 /// Get user, which deployed specified contract
31 /// @dev May return zero address in case if contract is deployed31 /// @dev May return zero address in case if contract is deployed
32 /// using uniquenetwork evm-migration pallet, or using other terms not32 /// using uniquenetwork data-management pallet, or using other terms not
33 /// intended by pallet-evm33 /// intended by pallet-evm
34 /// @dev Returns zero address if contract does not exists34 /// @dev Returns zero address if contract does not exists
35 /// @param contractAddress Contract to get owner of35 /// @param contractAddress Contract to get owner of
deletedpallets/evm-migration/CHANGELOG.mddiffbeforeafterboth

no changes

deletedpallets/evm-migration/Cargo.tomldiffbeforeafterboth

no changes

deletedpallets/evm-migration/README.mddiffbeforeafterboth

no changes

deletedpallets/evm-migration/src/benchmarking.rsdiffbeforeafterboth

no changes

deletedpallets/evm-migration/src/lib.rsdiffbeforeafterboth

no changes

deletedpallets/evm-migration/src/weights.rsdiffbeforeafterboth

no changes

modifiedruntime/common/config/ethereum.rsdiffbeforeafterboth
70 type Currency = Balances;70 type Currency = Balances;
71 type RuntimeEvent = RuntimeEvent;71 type RuntimeEvent = RuntimeEvent;
72 type OnMethodCall = (72 type OnMethodCall = (
73 pallet_evm_migration::OnMethodCall<Self>,73 pallet_data_management::OnMethodCall<Self>,
74 pallet_evm_contract_helpers::HelpersOnMethodCall<Self>,74 pallet_evm_contract_helpers::HelpersOnMethodCall<Self>,
75 CollectionDispatchT<Self>,75 CollectionDispatchT<Self>,
76 pallet_unique::eth::CollectionHelpersOnMethodCall<Self>,76 pallet_unique::eth::CollectionHelpersOnMethodCall<Self>,
83 type FindAuthor = EthereumFindAuthor<Aura>;83 type FindAuthor = EthereumFindAuthor<Aura>;
84}84}
8585
86impl pallet_evm_migration::Config for Runtime {86impl pallet_data_management::Config for Runtime {
87 type RuntimeEvent = RuntimeEvent;87 type RuntimeEvent = RuntimeEvent;
88 type WeightInfo = pallet_evm_migration::weights::SubstrateWeight<Self>;88 type WeightInfo = pallet_data_management::weights::SubstrateWeight<Self>;
89}89}
9090
91impl pallet_ethereum::Config for Runtime {91impl pallet_ethereum::Config for Runtime {
modifiedruntime/common/config/pallets/collator_selection.rsdiffbeforeafterboth
53 type EventHandler = CollatorSelection;53 type EventHandler = CollatorSelection;
54}54}
55
56parameter_types! {
57 pub const BasicDeposit: Balance = 10 * UNIQUE; // todo:collator
58 pub const FieldDeposit: Balance = 25 * MILLIUNIQUE;
59 pub const SubAccountDeposit: Balance = 2 * UNIQUE; // end todo
60 pub const MaxSubAccounts: u32 = 100;
61 pub const MaxAdditionalFields: u32 = 100;
62 pub const MaxRegistrars: u32 = 20;
63}
64
65impl pallet_identity::Config for Runtime {
66 type RuntimeEvent = RuntimeEvent;
67 type Currency = Balances;
68 type BasicDeposit = BasicDeposit;
69 type FieldDeposit = FieldDeposit;
70 type MaxAdditionalFields = MaxAdditionalFields;
71 type MaxRegistrars = MaxRegistrars;
72 type MaxSubAccounts = MaxSubAccounts;
73 type SubAccountDeposit = SubAccountDeposit;
74 type RegistrarOrigin = EnsureRoot<<Self as frame_system::Config>::AccountId>;
75 type ForceOrigin = EnsureRoot<<Self as frame_system::Config>::AccountId>;
76 type Slashed = Treasury;
77 type WeightInfo = pallet_identity::weights::SubstrateWeight<Runtime>;
78}
5579
56parameter_types! {80parameter_types! {
57 pub const PotId: PalletId = PalletId(*b"PotStake");81 pub const PotId: PalletId = PalletId(*b"PotStake");
modifiedruntime/common/construct_runtime/mod.rsdiffbeforeafterboth
44 Aura: pallet_aura::{Pallet, Config<T>} = 25,44 Aura: pallet_aura::{Pallet, Config<T>} = 25,
45 AuraExt: cumulus_pallet_aura_ext::{Pallet, Config} = 26,45 AuraExt: cumulus_pallet_aura_ext::{Pallet, Config} = 26,
46
47 #[runtimes(opal)]
48 Identity: pallet_identity::{Pallet, Call, Storage, Event<T>} = 27,
4649
47 Balances: pallet_balances::{Pallet, Call, Storage, Config<T>, Event<T>} = 30,50 Balances: pallet_balances::{Pallet, Call, Storage, Config<T>, Event<T>} = 30,
48 RandomnessCollectiveFlip: pallet_randomness_collective_flip::{Pallet, Storage} = 31,51 RandomnessCollectiveFlip: pallet_randomness_collective_flip::{Pallet, Storage} = 31,
101 EvmCoderSubstrate: pallet_evm_coder_substrate::{Pallet, Storage} = 150,104 EvmCoderSubstrate: pallet_evm_coder_substrate::{Pallet, Storage} = 150,
102 EvmContractHelpers: pallet_evm_contract_helpers::{Pallet, Storage, Event<T>} = 151,105 EvmContractHelpers: pallet_evm_contract_helpers::{Pallet, Storage, Event<T>} = 151,
103 EvmTransactionPayment: pallet_evm_transaction_payment::{Pallet} = 152,106 EvmTransactionPayment: pallet_evm_transaction_payment::{Pallet} = 152,
104 EvmMigration: pallet_evm_migration::{Pallet, Call, Storage, Event<T>} = 153,107 DataManagement: pallet_data_management::{Pallet, Call, Storage, Event<T>} = 153,
105108
106 Maintenance: pallet_maintenance::{Pallet, Call, Storage, Event<T>} = 154,109 Maintenance: pallet_maintenance::{Pallet, Call, Storage, Event<T>} = 154,
107110
addedruntime/common/data_management.rsdiffbeforeafterboth

no changes

modifiedruntime/common/maintenance.rsdiffbeforeafterboth
60 ) -> TransactionValidity {60 ) -> TransactionValidity {
61 if Maintenance::is_enabled() {61 if Maintenance::is_enabled() {
62 match call {62 match call {
63 RuntimeCall::EvmMigration(_)63 RuntimeCall::DataManagement(_)
64 | RuntimeCall::EVM(_)64 | RuntimeCall::EVM(_)
65 | RuntimeCall::Ethereum(_)65 | RuntimeCall::Ethereum(_)
66 | RuntimeCall::Inflation(_)66 | RuntimeCall::Inflation(_)
modifiedruntime/common/mod.rsdiffbeforeafterboth
20pub mod ethereum;20pub mod ethereum;
21pub mod instance;21pub mod instance;
22pub mod maintenance;22pub mod maintenance;
23pub mod data_management;
23pub mod runtime_apis;24pub mod runtime_apis;
24pub mod xcm;25pub mod xcm;
2526
96 frame_system::CheckNonce<Runtime>,97 frame_system::CheckNonce<Runtime>,
97 frame_system::CheckWeight<Runtime>,98 frame_system::CheckWeight<Runtime>,
98 maintenance::CheckMaintenance,99 maintenance::CheckMaintenance,
100 data_management::FilterIdentity,
99 ChargeTransactionPayment,101 ChargeTransactionPayment,
100 //pallet_contract_helpers::ContractHelpersExtension<Runtime>,102 //pallet_contract_helpers::ContractHelpersExtension<Runtime>,
101 pallet_ethereum::FakeTransactionFinalizer<Runtime>,103 pallet_ethereum::FakeTransactionFinalizer<Runtime>,
modifiedruntime/common/runtime_apis.rsdiffbeforeafterboth
679679
680 let mut list = Vec::<BenchmarkList>::new();680 let mut list = Vec::<BenchmarkList>::new();
681681
682 list_benchmark!(list, extra, pallet_evm_migration, EvmMigration);682 list_benchmark!(list, extra, pallet_data_management, DataManagement);
683 list_benchmark!(list, extra, pallet_common, Common);683 list_benchmark!(list, extra, pallet_common, Common);
684 list_benchmark!(list, extra, pallet_unique, Unique);684 list_benchmark!(list, extra, pallet_unique, Unique);
685 list_benchmark!(list, extra, pallet_structure, Structure);685 list_benchmark!(list, extra, pallet_structure, Structure);
746 let mut batches = Vec::<BenchmarkBatch>::new();746 let mut batches = Vec::<BenchmarkBatch>::new();
747 let params = (&config, &allowlist);747 let params = (&config, &allowlist);
748748
749 add_benchmark!(params, batches, pallet_evm_migration, EvmMigration);749 add_benchmark!(params, batches, pallet_data_management, DataManagement);
750 add_benchmark!(params, batches, pallet_common, Common);750 add_benchmark!(params, batches, pallet_common, Common);
751 add_benchmark!(params, batches, pallet_unique, Unique);751 add_benchmark!(params, batches, pallet_unique, Unique);
752 add_benchmark!(params, batches, pallet_structure, Structure);752 add_benchmark!(params, batches, pallet_structure, Structure);
modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
26 'frame-system-benchmarking',26 'frame-system-benchmarking',
27 'frame-system/runtime-benchmarks',27 'frame-system/runtime-benchmarks',
28 'pallet-ethereum/runtime-benchmarks',28 'pallet-ethereum/runtime-benchmarks',
29 'pallet-evm-migration/runtime-benchmarks',29 'pallet-data-management/runtime-benchmarks',
30 'pallet-evm-coder-substrate/runtime-benchmarks',30 'pallet-evm-coder-substrate/runtime-benchmarks',
31 'pallet-balances/runtime-benchmarks',31 'pallet-balances/runtime-benchmarks',
32 'pallet-timestamp/runtime-benchmarks',32 'pallet-timestamp/runtime-benchmarks',
73 "pallet-authorship/try-runtime",73 "pallet-authorship/try-runtime",
74 "pallet-collator-selection/try-runtime",74 "pallet-collator-selection/try-runtime",
75 "pallet-session/try-runtime",75 "pallet-session/try-runtime",
76 "pallet-identity/try-runtime",
76 'pallet-inflation/try-runtime',77 'pallet-inflation/try-runtime',
77 'pallet-unique/try-runtime',78 'pallet-unique/try-runtime',
78 'pallet-configuration/try-runtime',79 'pallet-configuration/try-runtime',
91 'pallet-evm-coder-substrate/try-runtime',92 'pallet-evm-coder-substrate/try-runtime',
92 'pallet-evm-contract-helpers/try-runtime',93 'pallet-evm-contract-helpers/try-runtime',
93 'pallet-evm-transaction-payment/try-runtime',94 'pallet-evm-transaction-payment/try-runtime',
94 'pallet-evm-migration/try-runtime',95 'pallet-data-management/try-runtime',
95 'pallet-base-fee/try-runtime',96 'pallet-base-fee/try-runtime',
96 'pallet-unique-scheduler-v2/try-runtime',97 'pallet-unique-scheduler-v2/try-runtime',
97 'pallet-maintenance/try-runtime',98 'pallet-maintenance/try-runtime',
119 "pallet-authorship/std",120 "pallet-authorship/std",
120 'pallet-collator-selection/std',121 'pallet-collator-selection/std',
121 "pallet-session/std",122 "pallet-session/std",
123 'pallet-identity/std',
122 'pallet-randomness-collective-flip/std',124 'pallet-randomness-collective-flip/std',
123 'pallet-sudo/std',125 'pallet-sudo/std',
124 'pallet-timestamp/std',126 'pallet-timestamp/std',
125 'pallet-transaction-payment/std',127 'pallet-transaction-payment/std',
126 'pallet-transaction-payment-rpc-runtime-api/std',128 'pallet-transaction-payment-rpc-runtime-api/std',
127 'pallet-treasury/std',129 'pallet-treasury/std',
128 'pallet-evm/std',130 'pallet-evm/std',
129 'pallet-evm-migration/std',131 'pallet-data-management/std',
130 'pallet-evm-contract-helpers/std',132 'pallet-evm-contract-helpers/std',
131 'pallet-evm-transaction-payment/std',133 'pallet-evm-transaction-payment/std',
132 'pallet-evm-coder-substrate/std',134 'pallet-evm-coder-substrate/std',
272git = 'https://github.com/paritytech/substrate'274git = 'https://github.com/paritytech/substrate'
273branch = 'polkadot-v0.9.33'275branch = 'polkadot-v0.9.33'
276
277[dependencies.pallet-identity]
278default-features = false
279git = 'https://github.com/paritytech/substrate'
280branch = 'polkadot-v0.9.33'
274281
275[dependencies.pallet-balances]282[dependencies.pallet-balances]
276default-features = false283default-features = false
505pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }512pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
506pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }513pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
507pallet-unique-scheduler-v2 = { path = '../../pallets/scheduler-v2', default-features = false }514pallet-unique-scheduler-v2 = { path = '../../pallets/scheduler-v2', default-features = false }
508pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }515pallet-data-management = { path = '../../pallets/data-management', default-features = false }
509pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }516pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
510pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }517pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
511pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }518pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
26 'frame-system-benchmarking',26 'frame-system-benchmarking',
27 'frame-system/runtime-benchmarks',27 'frame-system/runtime-benchmarks',
28 'pallet-ethereum/runtime-benchmarks',28 'pallet-ethereum/runtime-benchmarks',
29 'pallet-evm-migration/runtime-benchmarks',29 'pallet-data-management/runtime-benchmarks',
30 'pallet-evm-coder-substrate/runtime-benchmarks',30 'pallet-evm-coder-substrate/runtime-benchmarks',
31 'pallet-balances/runtime-benchmarks',31 'pallet-balances/runtime-benchmarks',
32 'pallet-timestamp/runtime-benchmarks',32 'pallet-timestamp/runtime-benchmarks',
71 "pallet-authorship/try-runtime",71 "pallet-authorship/try-runtime",
72 "pallet-collator-selection/try-runtime",72 "pallet-collator-selection/try-runtime",
73 "pallet-session/try-runtime",73 "pallet-session/try-runtime",
74 "pallet-identity/try-runtime",
74 'pallet-inflation/try-runtime',75 'pallet-inflation/try-runtime',
75 'pallet-unique/try-runtime',76 'pallet-unique/try-runtime',
76 'pallet-configuration/try-runtime',77 'pallet-configuration/try-runtime',
89 'pallet-evm-coder-substrate/try-runtime',90 'pallet-evm-coder-substrate/try-runtime',
90 'pallet-evm-contract-helpers/try-runtime',91 'pallet-evm-contract-helpers/try-runtime',
91 'pallet-evm-transaction-payment/try-runtime',92 'pallet-evm-transaction-payment/try-runtime',
92 'pallet-evm-migration/try-runtime',93 'pallet-data-management/try-runtime',
93 'pallet-maintenance/try-runtime',94 'pallet-maintenance/try-runtime',
94]95]
95std = [96std = [
114 "pallet-authorship/std",115 "pallet-authorship/std",
115 'pallet-collator-selection/std',116 'pallet-collator-selection/std',
116 "pallet-session/std",117 "pallet-session/std",
118 "pallet-identity/std",
117 'pallet-randomness-collective-flip/std',119 'pallet-randomness-collective-flip/std',
118 'pallet-sudo/std',120 'pallet-sudo/std',
119 'pallet-timestamp/std',121 'pallet-timestamp/std',
120 'pallet-transaction-payment/std',122 'pallet-transaction-payment/std',
121 'pallet-transaction-payment-rpc-runtime-api/std',123 'pallet-transaction-payment-rpc-runtime-api/std',
122 'pallet-treasury/std',124 'pallet-treasury/std',
123 'pallet-evm/std',125 'pallet-evm/std',
124 'pallet-evm-migration/std',126 'pallet-data-management/std',
125 'pallet-evm-contract-helpers/std',127 'pallet-evm-contract-helpers/std',
126 'pallet-evm-transaction-payment/std',128 'pallet-evm-transaction-payment/std',
127 'pallet-evm-coder-substrate/std',129 'pallet-evm-coder-substrate/std',
256git = 'https://github.com/paritytech/substrate'258git = 'https://github.com/paritytech/substrate'
257branch = 'polkadot-v0.9.33'259branch = 'polkadot-v0.9.33'
260
261[dependencies.pallet-identity]
262default-features = false
263git = 'https://github.com/paritytech/substrate'
264branch = 'polkadot-v0.9.33'
258265
259[dependencies.pallet-balances]266[dependencies.pallet-balances]
260default-features = false267default-features = false
496pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }503pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
497# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }504# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
498pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }505pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
499pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }506pallet-data-management = { path = '../../pallets/data-management', default-features = false }
500pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }507pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
501pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }508pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
502pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }509pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
modifiedruntime/unique/Cargo.tomldiffbeforeafterboth
26 'frame-system-benchmarking',26 'frame-system-benchmarking',
27 'frame-system/runtime-benchmarks',27 'frame-system/runtime-benchmarks',
28 'pallet-ethereum/runtime-benchmarks',28 'pallet-ethereum/runtime-benchmarks',
29 'pallet-evm-migration/runtime-benchmarks',29 'pallet-data-management/runtime-benchmarks',
30 'pallet-evm-coder-substrate/runtime-benchmarks',30 'pallet-evm-coder-substrate/runtime-benchmarks',
31 'pallet-balances/runtime-benchmarks',31 'pallet-balances/runtime-benchmarks',
32 'pallet-timestamp/runtime-benchmarks',32 'pallet-timestamp/runtime-benchmarks',
72 "pallet-authorship/try-runtime",72 "pallet-authorship/try-runtime",
73 "pallet-collator-selection/try-runtime",73 "pallet-collator-selection/try-runtime",
74 "pallet-session/try-runtime",74 "pallet-session/try-runtime",
75 "pallet-identity/try-runtime",
75 'pallet-inflation/try-runtime',76 'pallet-inflation/try-runtime',
76 'pallet-unique/try-runtime',77 'pallet-unique/try-runtime',
77 'pallet-configuration/try-runtime',78 'pallet-configuration/try-runtime',
90 'pallet-evm-coder-substrate/try-runtime',91 'pallet-evm-coder-substrate/try-runtime',
91 'pallet-evm-contract-helpers/try-runtime',92 'pallet-evm-contract-helpers/try-runtime',
92 'pallet-evm-transaction-payment/try-runtime',93 'pallet-evm-transaction-payment/try-runtime',
93 'pallet-evm-migration/try-runtime',94 'pallet-data-management/try-runtime',
94 'pallet-maintenance/try-runtime',95 'pallet-maintenance/try-runtime',
95]96]
96std = [97std = [
115 "pallet-authorship/std",116 "pallet-authorship/std",
116 'pallet-collator-selection/std',117 'pallet-collator-selection/std',
117 "pallet-session/std",118 "pallet-session/std",
119 "pallet-identity/std",
118 'pallet-randomness-collective-flip/std',120 'pallet-randomness-collective-flip/std',
119 'pallet-sudo/std',121 'pallet-sudo/std',
120 'pallet-timestamp/std',122 'pallet-timestamp/std',
121 'pallet-transaction-payment/std',123 'pallet-transaction-payment/std',
122 'pallet-transaction-payment-rpc-runtime-api/std',124 'pallet-transaction-payment-rpc-runtime-api/std',
123 'pallet-treasury/std',125 'pallet-treasury/std',
124 'pallet-evm/std',126 'pallet-evm/std',
125 'pallet-evm-migration/std',127 'pallet-data-management/std',
126 'pallet-evm-contract-helpers/std',128 'pallet-evm-contract-helpers/std',
127 'pallet-evm-transaction-payment/std',129 'pallet-evm-transaction-payment/std',
128 'pallet-evm-coder-substrate/std',130 'pallet-evm-coder-substrate/std',
257git = 'https://github.com/paritytech/substrate'259git = 'https://github.com/paritytech/substrate'
258branch = 'polkadot-v0.9.33'260branch = 'polkadot-v0.9.33'
261
262[dependencies.pallet-identity]
263default-features = false
264git = 'https://github.com/paritytech/substrate'
265branch = 'polkadot-v0.9.33'
259266
260[dependencies.pallet-balances]267[dependencies.pallet-balances]
261default-features = false268default-features = false
488pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }495pallet-proxy-rmrk-equip = { default-features = false, path = "../../pallets/proxy-rmrk-equip", package = "pallet-rmrk-equip" }
489# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }496# pallet-contract-helpers = { path = '../pallets/contract-helpers', default-features = false, version = '0.1.0' }
490pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }497pallet-charge-transaction = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.33", package = "pallet-template-transaction-payment", default-features = false, version = "3.0.0" }
491pallet-evm-migration = { path = '../../pallets/evm-migration', default-features = false }498pallet-data-management = { path = '../../pallets/data-management', default-features = false }
492pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }499pallet-evm-contract-helpers = { path = '../../pallets/evm-contract-helpers', default-features = false }
493pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }500pallet-evm-transaction-payment = { path = '../../pallets/evm-transaction-payment', default-features = false }
494pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }501pallet-evm-coder-substrate = { default-features = false, path = "../../pallets/evm-coder-substrate" }
modifiedtests/src/.outdated/substrate/substrate-api.tsdiffbeforeafterboth
41 extrinsic: {},41 extrinsic: {},
42 payload: {},42 payload: {},
43 },43 },
44 FilterIdentity: {
45 extrinsic: {},
46 payload: {},
47 },
44 FakeTransactionFinalizer: {48 FakeTransactionFinalizer: {
45 extrinsic: {},49 extrinsic: {},
46 payload: {},50 payload: {},
modifiedtests/src/eth/api/ContractHelpers.soldiffbeforeafterboth
24interface ContractHelpers is Dummy, ERC165, ContractHelpersEvents {24interface ContractHelpers is Dummy, ERC165, ContractHelpersEvents {
25 /// Get user, which deployed specified contract25 /// Get user, which deployed specified contract
26 /// @dev May return zero address in case if contract is deployed26 /// @dev May return zero address in case if contract is deployed
27 /// using uniquenetwork evm-migration pallet, or using other terms not27 /// using uniquenetwork data-management pallet, or using other terms not
28 /// intended by pallet-evm28 /// intended by pallet-evm
29 /// @dev Returns zero address if contract does not exists29 /// @dev Returns zero address if contract does not exists
30 /// @param contractAddress Contract to get owner of30 /// @param contractAddress Contract to get owner of
modifiedtests/src/eth/migration.seqtest.tsdiffbeforeafterboth
8383
84 const caller = await helper.eth.createAccountWithBalance(superuser);84 const caller = await helper.eth.createAccountWithBalance(superuser);
8585
86 const txBegin = helper.constructApiCall('api.tx.evmMigration.begin', [ADDRESS]);86 const txBegin = helper.constructApiCall('api.tx.dataManagement.begin', [ADDRESS]);
87 const txSetData = helper.constructApiCall('api.tx.evmMigration.setData', [ADDRESS, DATA]);87 const txSetData = helper.constructApiCall('api.tx.dataManagement.setData', [ADDRESS, DATA]);
88 const txFinish = helper.constructApiCall('api.tx.evmMigration.finish', [ADDRESS, CODE]);88 const txFinish = helper.constructApiCall('api.tx.dataManagement.finish', [ADDRESS, CODE]);
89 await expect(helper.executeExtrinsic(superuser, 'api.tx.sudo.sudo', [txBegin])).to.be.fulfilled;89 await expect(helper.executeExtrinsic(superuser, 'api.tx.sudo.sudo', [txBegin])).to.be.fulfilled;
90 await expect(helper.executeExtrinsic(superuser, 'api.tx.sudo.sudo', [txSetData])).to.be.fulfilled;90 await expect(helper.executeExtrinsic(superuser, 'api.tx.sudo.sudo', [txSetData])).to.be.fulfilled;
91 await expect(helper.executeExtrinsic(superuser, 'api.tx.sudo.sudo', [txFinish])).to.be.fulfilled;91 await expect(helper.executeExtrinsic(superuser, 'api.tx.sudo.sudo', [txFinish])).to.be.fulfilled;
126 }126 }
127 });127 });
128 itEth('Fake collection creation on substrate side', async ({helper}) => {128 itEth('Fake collection creation on substrate side', async ({helper}) => {
129 const txInsertEvents = helper.constructApiCall('api.tx.evmMigration.insertEvents', [[129 const txInsertEvents = helper.constructApiCall('api.tx.dataManagement.insertEvents', [[
130 encodeEvent(helper.getApi(), 'Common', 'common', 'CollectionCreated', [130 encodeEvent(helper.getApi(), 'Common', 'common', 'CollectionCreated', [
131 // Collection Id131 // Collection Id
132 9999,132 9999,
143 expect(eventStrings).to.contain('common.CollectionCreated');143 expect(eventStrings).to.contain('common.CollectionCreated');
144 });144 });
145 itEth('Fake token creation on substrate side', async ({helper}) => {145 itEth('Fake token creation on substrate side', async ({helper}) => {
146 const txInsertEvents = helper.constructApiCall('api.tx.evmMigration.insertEvents', [[146 const txInsertEvents = helper.constructApiCall('api.tx.dataManagement.insertEvents', [[
147 encodeEvent(helper.getApi(), 'Common', 'common', 'ItemCreated', [147 encodeEvent(helper.getApi(), 'Common', 'common', 'ItemCreated', [
148 // Collection Id148 // Collection Id
149 9999,149 9999,
173 });173 });
174174
175 {175 {
176 const txInsertEthLogs = helper.constructApiCall('api.tx.evmMigration.insertEthLogs', [[176 const txInsertEthLogs = helper.constructApiCall('api.tx.dataManagement.insertEthLogs', [[
177 {177 {
178 // Contract, which has emitted this log178 // Contract, which has emitted this log
179 address: collectionAddress,179 address: collectionAddress,
modifiedtests/src/interfaces/augment-api-consts.tsdiffbeforeafterboth
93 configuration: {93 configuration: {
94 appPromotionDailyRate: Perbill & AugmentedConst<ApiType>;94 appPromotionDailyRate: Perbill & AugmentedConst<ApiType>;
95 dayRelayBlocks: u32 & AugmentedConst<ApiType>;95 dayRelayBlocks: u32 & AugmentedConst<ApiType>;
96 defaultCollatorSelectionKickThreshold: u32 & AugmentedConst<ApiType>;
97 defaultCollatorSelectionLicenseBond: u128 & AugmentedConst<ApiType>;
98 defaultCollatorSelectionMaxCollators: u32 & AugmentedConst<ApiType>;
96 defaultMinGasPrice: u64 & AugmentedConst<ApiType>;99 defaultMinGasPrice: u64 & AugmentedConst<ApiType>;
97 defaultWeightToFeeCoefficient: u32 & AugmentedConst<ApiType>;100 defaultWeightToFeeCoefficient: u32 & AugmentedConst<ApiType>;
98 maxXcmAllowedLocations: u32 & AugmentedConst<ApiType>;101 maxXcmAllowedLocations: u32 & AugmentedConst<ApiType>;
111 **/114 **/
112 [key: string]: Codec;115 [key: string]: Codec;
113 };116 };
117 identity: {
118 /**
119 * The amount held on deposit for a registered identity
120 **/
121 basicDeposit: u128 & AugmentedConst<ApiType>;
122 /**
123 * The amount held on deposit per additional field for a registered identity.
124 **/
125 fieldDeposit: u128 & AugmentedConst<ApiType>;
126 /**
127 * Maximum number of additional fields that may be stored in an ID. Needed to bound the I/O
128 * required to access an identity, but can be pretty high.
129 **/
130 maxAdditionalFields: u32 & AugmentedConst<ApiType>;
131 /**
132 * Maxmimum number of registrars allowed in the system. Needed to bound the complexity
133 * of, e.g., updating judgements.
134 **/
135 maxRegistrars: u32 & AugmentedConst<ApiType>;
136 /**
137 * The maximum number of sub-accounts allowed per identified account.
138 **/
139 maxSubAccounts: u32 & AugmentedConst<ApiType>;
140 /**
141 * The amount held on deposit for a registered subaccount. This should account for the fact
142 * that one storage item's value will increase by the size of an account ID, and there will
143 * be another trie item whose value is the size of an account ID plus 32 bytes.
144 **/
145 subAccountDeposit: u128 & AugmentedConst<ApiType>;
146 /**
147 * Generic const
148 **/
149 [key: string]: Codec;
150 };
114 inflation: {151 inflation: {
115 /**152 /**
116 * Number of blocks that pass between treasury balance updates due to inflation153 * Number of blocks that pass between treasury balance updates due to inflation
modifiedtests/src/interfaces/augment-api-errors.tsdiffbeforeafterboth
334 **/334 **/
335 [key: string]: AugmentedError<ApiType>;335 [key: string]: AugmentedError<ApiType>;
336 };336 };
337 dataManagement: {
338 /**
339 * Migration of this account is not yet started, or already finished.
340 **/
341 AccountIsNotMigrating: AugmentedError<ApiType>;
342 /**
343 * Can only migrate to empty address.
344 **/
345 AccountNotEmpty: AugmentedError<ApiType>;
346 /**
347 * Failed to decode event bytes
348 **/
349 BadEvent: AugmentedError<ApiType>;
350 /**
351 * Generic error
352 **/
353 [key: string]: AugmentedError<ApiType>;
354 };
337 dmpQueue: {355 dmpQueue: {
338 /**356 /**
339 * The amount of weight given is possibly not enough for executing the message.357 * The amount of weight given is possibly not enough for executing the message.
434 **/452 **/
435 [key: string]: AugmentedError<ApiType>;453 [key: string]: AugmentedError<ApiType>;
436 };454 };
437 evmMigration: {
438 /**
439 * Migration of this account is not yet started, or already finished.
440 **/
441 AccountIsNotMigrating: AugmentedError<ApiType>;
442 /**
443 * Can only migrate to empty address.
444 **/
445 AccountNotEmpty: AugmentedError<ApiType>;
446 /**
447 * Failed to decode event bytes
448 **/
449 BadEvent: AugmentedError<ApiType>;
450 /**
451 * Generic error
452 **/
453 [key: string]: AugmentedError<ApiType>;
454 };
455 foreignAssets: {455 foreignAssets: {
456 /**456 /**
457 * AssetId exists457 * AssetId exists
509 **/509 **/
510 [key: string]: AugmentedError<ApiType>;510 [key: string]: AugmentedError<ApiType>;
511 };511 };
512 identity: {
513 /**
514 * Account ID is already named.
515 **/
516 AlreadyClaimed: AugmentedError<ApiType>;
517 /**
518 * Empty index.
519 **/
520 EmptyIndex: AugmentedError<ApiType>;
521 /**
522 * Fee is changed.
523 **/
524 FeeChanged: AugmentedError<ApiType>;
525 /**
526 * The index is invalid.
527 **/
528 InvalidIndex: AugmentedError<ApiType>;
529 /**
530 * Invalid judgement.
531 **/
532 InvalidJudgement: AugmentedError<ApiType>;
533 /**
534 * The target is invalid.
535 **/
536 InvalidTarget: AugmentedError<ApiType>;
537 /**
538 * The provided judgement was for a different identity.
539 **/
540 JudgementForDifferentIdentity: AugmentedError<ApiType>;
541 /**
542 * Judgement given.
543 **/
544 JudgementGiven: AugmentedError<ApiType>;
545 /**
546 * Error that occurs when there is an issue paying for judgement.
547 **/
548 JudgementPaymentFailed: AugmentedError<ApiType>;
549 /**
550 * No identity found.
551 **/
552 NoIdentity: AugmentedError<ApiType>;
553 /**
554 * Account isn't found.
555 **/
556 NotFound: AugmentedError<ApiType>;
557 /**
558 * Account isn't named.
559 **/
560 NotNamed: AugmentedError<ApiType>;
561 /**
562 * Sub-account isn't owned by sender.
563 **/
564 NotOwned: AugmentedError<ApiType>;
565 /**
566 * Sender is not a sub-account.
567 **/
568 NotSub: AugmentedError<ApiType>;
569 /**
570 * Sticky judgement.
571 **/
572 StickyJudgement: AugmentedError<ApiType>;
573 /**
574 * Too many additional fields.
575 **/
576 TooManyFields: AugmentedError<ApiType>;
577 /**
578 * Maximum amount of registrars reached. Cannot add any more.
579 **/
580 TooManyRegistrars: AugmentedError<ApiType>;
581 /**
582 * Too many subs-accounts.
583 **/
584 TooManySubAccounts: AugmentedError<ApiType>;
585 /**
586 * Generic error
587 **/
588 [key: string]: AugmentedError<ApiType>;
589 };
512 maintenance: {590 maintenance: {
513 /**591 /**
514 * Generic error592 * Generic error
modifiedtests/src/interfaces/augment-api-events.tsdiffbeforeafterboth
107 InvulnerableRemoved: AugmentedEvent<ApiType, [invulnerable: AccountId32], { invulnerable: AccountId32 }>;107 InvulnerableRemoved: AugmentedEvent<ApiType, [invulnerable: AccountId32], { invulnerable: AccountId32 }>;
108 LicenseForfeited: AugmentedEvent<ApiType, [accountId: AccountId32, depositReturned: u128], { accountId: AccountId32, depositReturned: u128 }>;108 LicenseForfeited: AugmentedEvent<ApiType, [accountId: AccountId32, depositReturned: u128], { accountId: AccountId32, depositReturned: u128 }>;
109 LicenseObtained: AugmentedEvent<ApiType, [accountId: AccountId32, deposit: u128], { accountId: AccountId32, deposit: u128 }>;109 LicenseObtained: AugmentedEvent<ApiType, [accountId: AccountId32, deposit: u128], { accountId: AccountId32, deposit: u128 }>;
110 NewDesiredCollators: AugmentedEvent<ApiType, [desiredCollators: u32], { desiredCollators: u32 }>;
111 NewKickThreshold: AugmentedEvent<ApiType, [lengthInBlocks: u32], { lengthInBlocks: u32 }>;
112 NewLicenseBond: AugmentedEvent<ApiType, [bondAmount: u128], { bondAmount: u128 }>;
113 /**110 /**
114 * Generic event111 * Generic event
115 **/112 **/
209 **/206 **/
210 [key: string]: AugmentedEvent<ApiType>;207 [key: string]: AugmentedEvent<ApiType>;
211 };208 };
209 configuration: {
210 NewCollatorKickThreshold: AugmentedEvent<ApiType, [lengthInBlocks: Option<u32>], { lengthInBlocks: Option<u32> }>;
211 NewCollatorLicenseBond: AugmentedEvent<ApiType, [bondCost: Option<u128>], { bondCost: Option<u128> }>;
212 NewDesiredCollators: AugmentedEvent<ApiType, [desiredCollators: Option<u32>], { desiredCollators: Option<u32> }>;
213 /**
214 * Generic event
215 **/
216 [key: string]: AugmentedEvent<ApiType>;
217 };
212 cumulusXcm: {218 cumulusXcm: {
213 /**219 /**
214 * Downward message executed with the given outcome.220 * Downward message executed with the given outcome.
230 **/236 **/
231 [key: string]: AugmentedEvent<ApiType>;237 [key: string]: AugmentedEvent<ApiType>;
232 };238 };
239 dataManagement: {
240 /**
241 * This event is used in benchmarking and can be used for tests
242 **/
243 TestEvent: AugmentedEvent<ApiType, []>;
244 /**
245 * Generic event
246 **/
247 [key: string]: AugmentedEvent<ApiType>;
248 };
233 dmpQueue: {249 dmpQueue: {
234 /**250 /**
235 * Downward message executed with the given outcome.251 * Downward message executed with the given outcome.
314 **/330 **/
315 [key: string]: AugmentedEvent<ApiType>;331 [key: string]: AugmentedEvent<ApiType>;
316 };332 };
317 evmMigration: {
318 /**
319 * This event is used in benchmarking and can be used for tests
320 **/
321 TestEvent: AugmentedEvent<ApiType, []>;
322 /**
323 * Generic event
324 **/
325 [key: string]: AugmentedEvent<ApiType>;
326 };
327 foreignAssets: {333 foreignAssets: {
328 /**334 /**
329 * The asset registered.335 * The asset registered.
346 **/352 **/
347 [key: string]: AugmentedEvent<ApiType>;353 [key: string]: AugmentedEvent<ApiType>;
348 };354 };
355 identity: {
356 /**
357 * A name was cleared, and the given balance returned.
358 **/
359 IdentityCleared: AugmentedEvent<ApiType, [who: AccountId32, deposit: u128], { who: AccountId32, deposit: u128 }>;
360 /**
361 * A name was removed and the given balance slashed.
362 **/
363 IdentityKilled: AugmentedEvent<ApiType, [who: AccountId32, deposit: u128], { who: AccountId32, deposit: u128 }>;
364 /**
365 * A name was set or reset (which will remove all judgements).
366 **/
367 IdentitySet: AugmentedEvent<ApiType, [who: AccountId32], { who: AccountId32 }>;
368 /**
369 * A judgement was given by a registrar.
370 **/
371 JudgementGiven: AugmentedEvent<ApiType, [target: AccountId32, registrarIndex: u32], { target: AccountId32, registrarIndex: u32 }>;
372 /**
373 * A judgement was asked from a registrar.
374 **/
375 JudgementRequested: AugmentedEvent<ApiType, [who: AccountId32, registrarIndex: u32], { who: AccountId32, registrarIndex: u32 }>;
376 /**
377 * A judgement request was retracted.
378 **/
379 JudgementUnrequested: AugmentedEvent<ApiType, [who: AccountId32, registrarIndex: u32], { who: AccountId32, registrarIndex: u32 }>;
380 /**
381 * A registrar was added.
382 **/
383 RegistrarAdded: AugmentedEvent<ApiType, [registrarIndex: u32], { registrarIndex: u32 }>;
384 /**
385 * A sub-identity was added to an identity and the deposit paid.
386 **/
387 SubIdentityAdded: AugmentedEvent<ApiType, [sub: AccountId32, main: AccountId32, deposit: u128], { sub: AccountId32, main: AccountId32, deposit: u128 }>;
388 /**
389 * A sub-identity was removed from an identity and the deposit freed.
390 **/
391 SubIdentityRemoved: AugmentedEvent<ApiType, [sub: AccountId32, main: AccountId32, deposit: u128], { sub: AccountId32, main: AccountId32, deposit: u128 }>;
392 /**
393 * A sub-identity was cleared, and the given deposit repatriated from the
394 * main identity account to the sub-identity account.
395 **/
396 SubIdentityRevoked: AugmentedEvent<ApiType, [sub: AccountId32, main: AccountId32, deposit: u128], { sub: AccountId32, main: AccountId32, deposit: u128 }>;
397 /**
398 * Generic event
399 **/
400 [key: string]: AugmentedEvent<ApiType>;
401 };
349 maintenance: {402 maintenance: {
350 MaintenanceDisabled: AugmentedEvent<ApiType, []>;403 MaintenanceDisabled: AugmentedEvent<ApiType, []>;
351 MaintenanceEnabled: AugmentedEvent<ApiType, []>;404 MaintenanceEnabled: AugmentedEvent<ApiType, []>;
modifiedtests/src/interfaces/augment-api-query.tsdiffbeforeafterboth
6import '@polkadot/api-base/types/storage';6import '@polkadot/api-base/types/storage';
77
8import type { ApiTypes, AugmentedQuery, QueryableStorageEntry } from '@polkadot/api-base/types';8import type { ApiTypes, AugmentedQuery, QueryableStorageEntry } from '@polkadot/api-base/types';
9import type { Data } from '@polkadot/types';
9import type { BTreeMap, Bytes, Option, U256, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';10import type { BTreeMap, Bytes, Option, U256, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
10import type { AnyNumber, ITuple } from '@polkadot/types-codec/types';11import type { AnyNumber, ITuple } from '@polkadot/types-codec/types';
11import type { AccountId32, H160, H256 } from '@polkadot/types/interfaces/runtime';12import type { AccountId32, H160, H256 } from '@polkadot/types/interfaces/runtime';
12import type { CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueQueueConfigData, EthereumBlock, EthereumLog, EthereumReceiptReceiptV3, EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportDispatchPerDispatchClassWeight, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, OpalRuntimeRuntimeCommonSessionKeys, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensReserveData, OrmlVestingVestingSchedule, PalletAuthorshipUncleEntryItem, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReleases, PalletBalancesReserveData, PalletConfigurationAppPromotionConfiguration, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmContractHelpersSponsoringModeT, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletNonfungibleItemData, PalletRefungibleItemData, PalletTransactionPaymentReleases, PalletTreasuryProposal, PhantomTypeUpDataStructs, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, SpCoreCryptoKeyTypeId, SpRuntimeDigest, SpTrieStorageProof, SpWeightsWeightV2Weight, UpDataStructsCollection, UpDataStructsCollectionStats, UpDataStructsProperties, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, XcmV1MultiLocation } from '@polkadot/types/lookup';13import type { CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueQueueConfigData, EthereumBlock, EthereumLog, EthereumReceiptReceiptV3, EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportDispatchPerDispatchClassWeight, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, OpalRuntimeRuntimeCommonSessionKeys, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensReserveData, OrmlVestingVestingSchedule, PalletAuthorshipUncleEntryItem, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesReleases, PalletBalancesReserveData, PalletConfigurationAppPromotionConfiguration, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmContractHelpersSponsoringModeT, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletNonfungibleItemData, PalletRefungibleItemData, PalletTransactionPaymentReleases, PalletTreasuryProposal, PhantomTypeUpDataStructs, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, SpCoreCryptoKeyTypeId, SpRuntimeDigest, SpTrieStorageProof, SpWeightsWeightV2Weight, UpDataStructsCollection, UpDataStructsCollectionStats, UpDataStructsProperties, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, XcmV1MultiLocation } from '@polkadot/types/lookup';
13import type { Observable } from '@polkadot/types/types';14import type { Observable } from '@polkadot/types/types';
1415
15export type __AugmentedQuery<ApiType extends ApiTypes> = AugmentedQuery<ApiType, () => unknown>;16export type __AugmentedQuery<ApiType extends ApiTypes> = AugmentedQuery<ApiType, () => unknown>;
140 * The (community, limited) collation candidates.141 * The (community, limited) collation candidates.
141 **/142 **/
142 candidates: AugmentedQuery<ApiType, () => Observable<Vec<AccountId32>>, []> & QueryableStorageEntry<ApiType, []>;143 candidates: AugmentedQuery<ApiType, () => Observable<Vec<AccountId32>>, []> & QueryableStorageEntry<ApiType, []>;
143 /**
144 * Desired number of candidates.
145 *
146 * This should ideally always be less than [`Config::MaxCollators`] for weights to be correct.
147 **/
148 desiredCollators: AugmentedQuery<ApiType, () => Observable<u32>, []> & QueryableStorageEntry<ApiType, []>;
149 /**144 /**
150 * The invulnerable, fixed collators.145 * The invulnerable, fixed collators.
151 **/146 **/
152 invulnerables: AugmentedQuery<ApiType, () => Observable<Vec<AccountId32>>, []> & QueryableStorageEntry<ApiType, []>;147 invulnerables: AugmentedQuery<ApiType, () => Observable<Vec<AccountId32>>, []> & QueryableStorageEntry<ApiType, []>;
153 /**
154 * Collator will be kicked if it does not produce a block within the threshold (does not apply to invulnerables).
155 *
156 * Should be a multiple of session or things will get inconsistent. todo:collator reword?
157 **/
158 kickThreshold: AugmentedQuery<ApiType, () => Observable<u32>, []> & QueryableStorageEntry<ApiType, []>;
159 /**148 /**
160 * Last block authored by collator.149 * Last block authored by collator.
161 **/150 **/
162 lastAuthoredBlock: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<u32>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;151 lastAuthoredBlock: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<u32>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
163 /**
164 * Fixed amount to deposit to become a collator.
165 *
166 * When a collator calls `leave_intent` they immediately receive the deposit back.
167 **/
168 licenseBond: AugmentedQuery<ApiType, () => Observable<u128>, []> & QueryableStorageEntry<ApiType, []>;
169 /**152 /**
170 * The (community) collation license holders.153 * The (community) collation license holders.
171 **/154 **/
172 licenses: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<u128>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;155 licenseDepositOf: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<u128>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
173 /**156 /**
174 * Generic query157 * Generic query
175 **/158 **/
219 };202 };
220 configuration: {203 configuration: {
221 appPromomotionConfigurationOverride: AugmentedQuery<ApiType, () => Observable<PalletConfigurationAppPromotionConfiguration>, []> & QueryableStorageEntry<ApiType, []>;204 appPromomotionConfigurationOverride: AugmentedQuery<ApiType, () => Observable<PalletConfigurationAppPromotionConfiguration>, []> & QueryableStorageEntry<ApiType, []>;
205 collatorSelectionDesiredCollatorsOverride: AugmentedQuery<ApiType, () => Observable<u32>, []> & QueryableStorageEntry<ApiType, []>;
206 collatorSelectionKickThresholdOverride: AugmentedQuery<ApiType, () => Observable<u32>, []> & QueryableStorageEntry<ApiType, []>;
207 collatorSelectionLicenseBondOverride: AugmentedQuery<ApiType, () => Observable<u128>, []> & QueryableStorageEntry<ApiType, []>;
222 minGasPriceOverride: AugmentedQuery<ApiType, () => Observable<u64>, []> & QueryableStorageEntry<ApiType, []>;208 minGasPriceOverride: AugmentedQuery<ApiType, () => Observable<u64>, []> & QueryableStorageEntry<ApiType, []>;
223 weightToFeeCoefficientOverride: AugmentedQuery<ApiType, () => Observable<u32>, []> & QueryableStorageEntry<ApiType, []>;209 weightToFeeCoefficientOverride: AugmentedQuery<ApiType, () => Observable<u32>, []> & QueryableStorageEntry<ApiType, []>;
224 xcmAllowedLocationsOverride: AugmentedQuery<ApiType, () => Observable<Option<Vec<XcmV1MultiLocation>>>, []> & QueryableStorageEntry<ApiType, []>;210 xcmAllowedLocationsOverride: AugmentedQuery<ApiType, () => Observable<Option<Vec<XcmV1MultiLocation>>>, []> & QueryableStorageEntry<ApiType, []>;
227 **/213 **/
228 [key: string]: QueryableStorageEntry<ApiType>;214 [key: string]: QueryableStorageEntry<ApiType>;
229 };215 };
216 dataManagement: {
217 migrationPending: AugmentedQuery<ApiType, (arg: H160 | string | Uint8Array) => Observable<bool>, [H160]> & QueryableStorageEntry<ApiType, [H160]>;
218 /**
219 * Generic query
220 **/
221 [key: string]: QueryableStorageEntry<ApiType>;
222 };
230 dmpQueue: {223 dmpQueue: {
231 /**224 /**
232 * The configuration.225 * The configuration.
363 **/356 **/
364 [key: string]: QueryableStorageEntry<ApiType>;357 [key: string]: QueryableStorageEntry<ApiType>;
365 };358 };
366 evmMigration: {
367 migrationPending: AugmentedQuery<ApiType, (arg: H160 | string | Uint8Array) => Observable<bool>, [H160]> & QueryableStorageEntry<ApiType, [H160]>;
368 /**
369 * Generic query
370 **/
371 [key: string]: QueryableStorageEntry<ApiType>;
372 };
373 foreignAssets: {359 foreignAssets: {
374 /**360 /**
375 * The storages for assets to fungible collection binding361 * The storages for assets to fungible collection binding
423 **/409 **/
424 [key: string]: QueryableStorageEntry<ApiType>;410 [key: string]: QueryableStorageEntry<ApiType>;
425 };411 };
412 identity: {
413 /**
414 * Information that is pertinent to identify the entity behind an account.
415 *
416 * TWOX-NOTE: OK ― `AccountId` is a secure hash.
417 **/
418 identityOf: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<PalletIdentityRegistration>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
419 /**
420 * The set of registrars. Not expected to get very big as can only be added through a
421 * special origin (likely a council motion).
422 *
423 * The index into this can be cast to `RegistrarIndex` to get a valid value.
424 **/
425 registrars: AugmentedQuery<ApiType, () => Observable<Vec<Option<PalletIdentityRegistrarInfo>>>, []> & QueryableStorageEntry<ApiType, []>;
426 /**
427 * Alternative "sub" identities of this account.
428 *
429 * The first item is the deposit, the second is a vector of the accounts.
430 *
431 * TWOX-NOTE: OK ― `AccountId` is a secure hash.
432 **/
433 subsOf: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<ITuple<[u128, Vec<AccountId32>]>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
434 /**
435 * The super-identity of an alternative "sub" identity together with its name, within that
436 * context. If the account is not some other account's sub-identity, then just `None`.
437 **/
438 superOf: AugmentedQuery<ApiType, (arg: AccountId32 | string | Uint8Array) => Observable<Option<ITuple<[AccountId32, Data]>>>, [AccountId32]> & QueryableStorageEntry<ApiType, [AccountId32]>;
439 /**
440 * Generic query
441 **/
442 [key: string]: QueryableStorageEntry<ApiType>;
443 };
426 inflation: {444 inflation: {
427 /**445 /**
428 * Current inflation for `InflationBlockInterval` number of blocks446 * Current inflation for `InflationBlockInterval` number of blocks
modifiedtests/src/interfaces/augment-api-tx.tsdiffbeforeafterboth
6import '@polkadot/api-base/types/submittable';6import '@polkadot/api-base/types/submittable';
77
8import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@polkadot/api-base/types';8import type { ApiTypes, AugmentedSubmittable, SubmittableExtrinsic, SubmittableExtrinsicFunction } from '@polkadot/api-base/types';
9import type { Data } from '@polkadot/types';
9import type { Bytes, Compact, Option, U256, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';10import type { Bytes, Compact, Option, U256, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
10import type { AnyNumber, IMethod, ITuple } from '@polkadot/types-codec/types';11import type { AnyNumber, IMethod, ITuple } from '@polkadot/types-codec/types';
11import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';12import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';
12import type { CumulusPrimitivesParachainInherentParachainInherentData, EthereumLog, EthereumTransactionTransactionV2, OpalRuntimeRuntimeCommonSessionKeys, OrmlVestingVestingSchedule, PalletConfigurationAppPromotionConfiguration, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsPartEquippableList, RmrkTraitsPartPartType, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, SpRuntimeHeader, SpWeightsWeightV2Weight, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCreateCollectionData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, XcmV1MultiLocation, XcmV2WeightLimit, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';13import type { CumulusPrimitivesParachainInherentParachainInherentData, EthereumLog, EthereumTransactionTransactionV2, OpalRuntimeRuntimeCommonSessionKeys, OrmlVestingVestingSchedule, PalletConfigurationAppPromotionConfiguration, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletIdentityBitFlags, PalletIdentityIdentityInfo, PalletIdentityJudgement, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsPartEquippableList, RmrkTraitsPartPartType, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, SpRuntimeHeader, SpWeightsWeightV2Weight, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCreateCollectionData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, XcmV1MultiLocation, XcmV2WeightLimit, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
1314
14export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>;15export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>;
15export type __SubmittableExtrinsic<ApiType extends ApiTypes> = SubmittableExtrinsic<ApiType>;16export type __SubmittableExtrinsic<ApiType extends ApiTypes> = SubmittableExtrinsic<ApiType>;
229 * Add a collator to the list of invulnerable (fixed) collators.230 * Add a collator to the list of invulnerable (fixed) collators.
230 **/231 **/
231 addInvulnerable: AugmentedSubmittable<(updated: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;232 addInvulnerable: AugmentedSubmittable<(updated: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
232 /**233 /**
233 * Force deregister `origin` as a collator candidate as a governing authority, and revoke its license.234 * Force deregister `origin` as a collator candidate as a governing authority, and revoke its license.
234 * Note that the collator can only leave on session change.235 * Note that the collator can only leave on session change.
235 * The `LicenseBond` will be unreserved and returned immediately.236 * The `LicenseBond` will be unreserved and returned immediately.
236 * 237 *
237 * This call is not available to `Invulnerable` collators.238 * This call is, of course, not applicable to `Invulnerable` collators.
238 **/239 **/
239 forceRevokeLicense: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;240 forceRevokeLicense: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
240 /**241 /**
241 * Purchase a license on block collation for this account.242 * Purchase a license on block collation for this account.
245 * This call is not available to `Invulnerable` collators.246 * This call is not available to `Invulnerable` collators.
246 **/247 **/
247 getLicense: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;248 getLicense: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
248 /**249 /**
249 * Deregister `origin` as a collator candidate. Note that the collator can only leave on250 * Deregister `origin` as a collator candidate. Note that the collator can only leave on
250 * session change. The license to `onboard` later at any other time will remain.251 * session change. The license to `onboard` later at any other time will remain.
251 * 252 **/
252 * This call will fail if the total number of candidates would drop below `MinCandidates`. todo:collator maybe not
253 **/
254 offboard: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;253 offboard: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
255 /**254 /**
256 * Register this account as a candidate for collators for next sessions.255 * Register this account as a candidate for collators for next sessions.
269 * Remove a collator from the list of invulnerable (fixed) collators.268 * Remove a collator from the list of invulnerable (fixed) collators.
270 **/269 **/
271 removeInvulnerable: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;270 removeInvulnerable: AugmentedSubmittable<(who: AccountId32 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32]>;
272 /**
273 * Set the ideal number of collators. If lowering this number,
274 * then the number of running collators could be higher than this figure.
275 * Aside from that edge case, there should be no other way to have more collators than the desired number.
276 **/
277 setDesiredCollators: AugmentedSubmittable<(max: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
278 /**
279 * Set the length of the kick threshold.
280 * Note that if the length is not a multiple of the session period, it might get inconsistent.
281 **/
282 setKickThreshold: AugmentedSubmittable<(kickThreshold: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
283 /**
284 * Set the candidacy bond amount.
285 **/
286 setLicenseBond: AugmentedSubmittable<(bond: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u128]>;
287 /**271 /**
288 * Generic tx272 * Generic tx
289 **/273 **/
290 [key: string]: SubmittableExtrinsicFunction<ApiType>;274 [key: string]: SubmittableExtrinsicFunction<ApiType>;
291 };275 };
292 configuration: {276 configuration: {
293 setAppPromotionConfigurationOverride: AugmentedSubmittable<(configuration: PalletConfigurationAppPromotionConfiguration | { recalculationInterval?: any; pendingInterval?: any; intervalIncome?: any; maxStakersPerCalculation?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletConfigurationAppPromotionConfiguration]>;277 setAppPromotionConfigurationOverride: AugmentedSubmittable<(configuration: PalletConfigurationAppPromotionConfiguration | { recalculationInterval?: any; pendingInterval?: any; intervalIncome?: any; maxStakersPerCalculation?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletConfigurationAppPromotionConfiguration]>;
278 setCollatorSelectionDesiredCollators: AugmentedSubmittable<(max: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u32>]>;
279 setCollatorSelectionKickThreshold: AugmentedSubmittable<(threshold: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u32>]>;
280 setCollatorSelectionLicenseBond: AugmentedSubmittable<(amount: Option<u128> | null | Uint8Array | u128 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u128>]>;
294 setMinGasPriceOverride: AugmentedSubmittable<(coeff: Option<u64> | null | Uint8Array | u64 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u64>]>;281 setMinGasPriceOverride: AugmentedSubmittable<(coeff: Option<u64> | null | Uint8Array | u64 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u64>]>;
295 setWeightToFeeCoefficientOverride: AugmentedSubmittable<(coeff: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u32>]>;282 setWeightToFeeCoefficientOverride: AugmentedSubmittable<(coeff: Option<u32> | null | Uint8Array | u32 | AnyNumber) => SubmittableExtrinsic<ApiType>, [Option<u32>]>;
296 setXcmAllowedLocations: AugmentedSubmittable<(locations: Option<Vec<XcmV1MultiLocation>> | null | Uint8Array | Vec<XcmV1MultiLocation> | (XcmV1MultiLocation | { parents?: any; interior?: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Option<Vec<XcmV1MultiLocation>>]>;283 setXcmAllowedLocations: AugmentedSubmittable<(locations: Option<Vec<XcmV1MultiLocation>> | null | Uint8Array | Vec<XcmV1MultiLocation> | (XcmV1MultiLocation | { parents?: any; interior?: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Option<Vec<XcmV1MultiLocation>>]>;
305 **/292 **/
306 [key: string]: SubmittableExtrinsicFunction<ApiType>;293 [key: string]: SubmittableExtrinsicFunction<ApiType>;
307 };294 };
295 dataManagement: {
296 /**
297 * Start contract migration, inserts contract stub at target address,
298 * and marks account as pending, allowing to insert storage
299 **/
300 begin: AugmentedSubmittable<(address: H160 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160]>;
301 /**
302 * Finish contract migration, allows it to be called.
303 * It is not possible to alter contract storage via [`Self::set_data`]
304 * after this call.
305 **/
306 finish: AugmentedSubmittable<(address: H160 | string | Uint8Array, code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160, Bytes]>;
307 /**
308 * Create ethereum events attached to the fake transaction
309 **/
310 insertEthLogs: AugmentedSubmittable<(logs: Vec<EthereumLog> | (EthereumLog | { address?: any; topics?: any; data?: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<EthereumLog>]>;
311 /**
312 * Create substrate events
313 **/
314 insertEvents: AugmentedSubmittable<(events: Vec<Bytes> | (Bytes | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<Bytes>]>;
315 /**
316 * Insert items into contract storage, this method can be called
317 * multiple times
318 **/
319 setData: AugmentedSubmittable<(address: H160 | string | Uint8Array, data: Vec<ITuple<[H256, H256]>> | ([H256 | string | Uint8Array, H256 | string | Uint8Array])[]) => SubmittableExtrinsic<ApiType>, [H160, Vec<ITuple<[H256, H256]>>]>;
320 /**
321 * Generic tx
322 **/
323 [key: string]: SubmittableExtrinsicFunction<ApiType>;
324 };
308 dmpQueue: {325 dmpQueue: {
309 /**326 /**
310 * Service a single overweight message.327 * Service a single overweight message.
359 **/376 **/
360 [key: string]: SubmittableExtrinsicFunction<ApiType>;377 [key: string]: SubmittableExtrinsicFunction<ApiType>;
361 };378 };
362 evmMigration: {
363 /**
364 * Start contract migration, inserts contract stub at target address,
365 * and marks account as pending, allowing to insert storage
366 **/
367 begin: AugmentedSubmittable<(address: H160 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160]>;
368 /**
369 * Finish contract migration, allows it to be called.
370 * It is not possible to alter contract storage via [`Self::set_data`]
371 * after this call.
372 **/
373 finish: AugmentedSubmittable<(address: H160 | string | Uint8Array, code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160, Bytes]>;
374 /**
375 * Create ethereum events attached to the fake transaction
376 **/
377 insertEthLogs: AugmentedSubmittable<(logs: Vec<EthereumLog> | (EthereumLog | { address?: any; topics?: any; data?: any } | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<EthereumLog>]>;
378 /**
379 * Create substrate events
380 **/
381 insertEvents: AugmentedSubmittable<(events: Vec<Bytes> | (Bytes | string | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<Bytes>]>;
382 /**
383 * Insert items into contract storage, this method can be called
384 * multiple times
385 **/
386 setData: AugmentedSubmittable<(address: H160 | string | Uint8Array, data: Vec<ITuple<[H256, H256]>> | ([H256 | string | Uint8Array, H256 | string | Uint8Array])[]) => SubmittableExtrinsic<ApiType>, [H160, Vec<ITuple<[H256, H256]>>]>;
387 /**
388 * Generic tx
389 **/
390 [key: string]: SubmittableExtrinsicFunction<ApiType>;
391 };
392 foreignAssets: {379 foreignAssets: {
393 registerForeignAsset: AugmentedSubmittable<(owner: AccountId32 | string | Uint8Array, location: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, metadata: PalletForeignAssetsModuleAssetMetadata | { name?: any; symbol?: any; decimals?: any; minimalBalance?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, XcmVersionedMultiLocation, PalletForeignAssetsModuleAssetMetadata]>;380 registerForeignAsset: AugmentedSubmittable<(owner: AccountId32 | string | Uint8Array, location: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, metadata: PalletForeignAssetsModuleAssetMetadata | { name?: any; symbol?: any; decimals?: any; minimalBalance?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [AccountId32, XcmVersionedMultiLocation, PalletForeignAssetsModuleAssetMetadata]>;
394 updateForeignAsset: AugmentedSubmittable<(foreignAssetId: u32 | AnyNumber | Uint8Array, location: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, metadata: PalletForeignAssetsModuleAssetMetadata | { name?: any; symbol?: any; decimals?: any; minimalBalance?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, XcmVersionedMultiLocation, PalletForeignAssetsModuleAssetMetadata]>;381 updateForeignAsset: AugmentedSubmittable<(foreignAssetId: u32 | AnyNumber | Uint8Array, location: XcmVersionedMultiLocation | { V0: any } | { V1: any } | string | Uint8Array, metadata: PalletForeignAssetsModuleAssetMetadata | { name?: any; symbol?: any; decimals?: any; minimalBalance?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32, XcmVersionedMultiLocation, PalletForeignAssetsModuleAssetMetadata]>;
397 **/384 **/
398 [key: string]: SubmittableExtrinsicFunction<ApiType>;385 [key: string]: SubmittableExtrinsicFunction<ApiType>;
399 };386 };
387 identity: {
388 /**
389 * Add a registrar to the system.
390 *
391 * The dispatch origin for this call must be `T::RegistrarOrigin`.
392 *
393 * - `account`: the account of the registrar.
394 *
395 * Emits `RegistrarAdded` if successful.
396 *
397 * # <weight>
398 * - `O(R)` where `R` registrar-count (governance-bounded and code-bounded).
399 * - One storage mutation (codec `O(R)`).
400 * - One event.
401 * # </weight>
402 **/
403 addRegistrar: AugmentedSubmittable<(account: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
404 /**
405 * Add the given account to the sender's subs.
406 *
407 * Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated
408 * to the sender.
409 *
410 * The dispatch origin for this call must be _Signed_ and the sender must have a registered
411 * sub identity of `sub`.
412 **/
413 addSub: AugmentedSubmittable<(sub: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, data: Data | { None: any } | { Raw: any } | { BlakeTwo256: any } | { Sha256: any } | { Keccak256: any } | { ShaThree256: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Data]>;
414 /**
415 * Cancel a previous request.
416 *
417 * Payment: A previously reserved deposit is returned on success.
418 *
419 * The dispatch origin for this call must be _Signed_ and the sender must have a
420 * registered identity.
421 *
422 * - `reg_index`: The index of the registrar whose judgement is no longer requested.
423 *
424 * Emits `JudgementUnrequested` if successful.
425 *
426 * # <weight>
427 * - `O(R + X)`.
428 * - One balance-reserve operation.
429 * - One storage mutation `O(R + X)`.
430 * - One event
431 * # </weight>
432 **/
433 cancelRequest: AugmentedSubmittable<(regIndex: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [u32]>;
434 /**
435 * Clear an account's identity info and all sub-accounts and return all deposits.
436 *
437 * Payment: All reserved balances on the account are returned.
438 *
439 * The dispatch origin for this call must be _Signed_ and the sender must have a registered
440 * identity.
441 *
442 * Emits `IdentityCleared` if successful.
443 *
444 * # <weight>
445 * - `O(R + S + X)`
446 * - where `R` registrar-count (governance-bounded).
447 * - where `S` subs-count (hard- and deposit-bounded).
448 * - where `X` additional-field-count (deposit-bounded and code-bounded).
449 * - One balance-unreserve operation.
450 * - `2` storage reads and `S + 2` storage deletions.
451 * - One event.
452 * # </weight>
453 **/
454 clearIdentity: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
455 /**
456 * Remove an account's identity and sub-account information and slash the deposits.
457 *
458 * Payment: Reserved balances from `set_subs` and `set_identity` are slashed and handled by
459 * `Slash`. Verification request deposits are not returned; they should be cancelled
460 * manually using `cancel_request`.
461 *
462 * The dispatch origin for this call must match `T::ForceOrigin`.
463 *
464 * - `target`: the account whose identity the judgement is upon. This must be an account
465 * with a registered identity.
466 *
467 * Emits `IdentityKilled` if successful.
468 *
469 * # <weight>
470 * - `O(R + S + X)`.
471 * - One balance-reserve operation.
472 * - `S + 2` storage mutations.
473 * - One event.
474 * # </weight>
475 **/
476 killIdentity: AugmentedSubmittable<(target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
477 /**
478 * Provide a judgement for an account's identity.
479 *
480 * The dispatch origin for this call must be _Signed_ and the sender must be the account
481 * of the registrar whose index is `reg_index`.
482 *
483 * - `reg_index`: the index of the registrar whose judgement is being made.
484 * - `target`: the account whose identity the judgement is upon. This must be an account
485 * with a registered identity.
486 * - `judgement`: the judgement of the registrar of index `reg_index` about `target`.
487 * - `identity`: The hash of the [`IdentityInfo`] for that the judgement is provided.
488 *
489 * Emits `JudgementGiven` if successful.
490 *
491 * # <weight>
492 * - `O(R + X)`.
493 * - One balance-transfer operation.
494 * - Up to one account-lookup operation.
495 * - Storage: 1 read `O(R)`, 1 mutate `O(R + X)`.
496 * - One event.
497 * # </weight>
498 **/
499 provideJudgement: AugmentedSubmittable<(regIndex: Compact<u32> | AnyNumber | Uint8Array, target: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, judgement: PalletIdentityJudgement | { Unknown: any } | { FeePaid: any } | { Reasonable: any } | { KnownGood: any } | { OutOfDate: any } | { LowQuality: any } | { Erroneous: any } | string | Uint8Array, identity: H256 | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, MultiAddress, PalletIdentityJudgement, H256]>;
500 /**
501 * Remove the sender as a sub-account.
502 *
503 * Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated
504 * to the sender (*not* the original depositor).
505 *
506 * The dispatch origin for this call must be _Signed_ and the sender must have a registered
507 * super-identity.
508 *
509 * NOTE: This should not normally be used, but is provided in the case that the non-
510 * controller of an account is maliciously registered as a sub-account.
511 **/
512 quitSub: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
513 /**
514 * Remove the given account from the sender's subs.
515 *
516 * Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated
517 * to the sender.
518 *
519 * The dispatch origin for this call must be _Signed_ and the sender must have a registered
520 * sub identity of `sub`.
521 **/
522 removeSub: AugmentedSubmittable<(sub: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress]>;
523 /**
524 * Alter the associated name of the given sub-account.
525 *
526 * The dispatch origin for this call must be _Signed_ and the sender must have a registered
527 * sub identity of `sub`.
528 **/
529 renameSub: AugmentedSubmittable<(sub: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array, data: Data | { None: any } | { Raw: any } | { BlakeTwo256: any } | { Sha256: any } | { Keccak256: any } | { ShaThree256: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [MultiAddress, Data]>;
530 /**
531 * Request a judgement from a registrar.
532 *
533 * Payment: At most `max_fee` will be reserved for payment to the registrar if judgement
534 * given.
535 *
536 * The dispatch origin for this call must be _Signed_ and the sender must have a
537 * registered identity.
538 *
539 * - `reg_index`: The index of the registrar whose judgement is requested.
540 * - `max_fee`: The maximum fee that may be paid. This should just be auto-populated as:
541 *
542 * ```nocompile
543 * Self::registrars().get(reg_index).unwrap().fee
544 * ```
545 *
546 * Emits `JudgementRequested` if successful.
547 *
548 * # <weight>
549 * - `O(R + X)`.
550 * - One balance-reserve operation.
551 * - Storage: 1 read `O(R)`, 1 mutate `O(X + R)`.
552 * - One event.
553 * # </weight>
554 **/
555 requestJudgement: AugmentedSubmittable<(regIndex: Compact<u32> | AnyNumber | Uint8Array, maxFee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u128>]>;
556 /**
557 * Change the account associated with a registrar.
558 *
559 * The dispatch origin for this call must be _Signed_ and the sender must be the account
560 * of the registrar whose index is `index`.
561 *
562 * - `index`: the index of the registrar whose fee is to be set.
563 * - `new`: the new account ID.
564 *
565 * # <weight>
566 * - `O(R)`.
567 * - One storage mutation `O(R)`.
568 * - Benchmark: 8.823 + R * 0.32 µs (min squares analysis)
569 * # </weight>
570 **/
571 setAccountId: AugmentedSubmittable<(index: Compact<u32> | AnyNumber | Uint8Array, updated: MultiAddress | { Id: any } | { Index: any } | { Raw: any } | { Address32: any } | { Address20: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, MultiAddress]>;
572 /**
573 * Set the fee required for a judgement to be requested from a registrar.
574 *
575 * The dispatch origin for this call must be _Signed_ and the sender must be the account
576 * of the registrar whose index is `index`.
577 *
578 * - `index`: the index of the registrar whose fee is to be set.
579 * - `fee`: the new fee.
580 *
581 * # <weight>
582 * - `O(R)`.
583 * - One storage mutation `O(R)`.
584 * - Benchmark: 7.315 + R * 0.329 µs (min squares analysis)
585 * # </weight>
586 **/
587 setFee: AugmentedSubmittable<(index: Compact<u32> | AnyNumber | Uint8Array, fee: Compact<u128> | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Compact<u32>, Compact<u128>]>;
588 /**
589 * Set the field information for a registrar.
590 *
591 * The dispatch origin for this call must be _Signed_ and the sender must be the account
592 * of the registrar whose index is `index`.
593 *
594 * - `index`: the index of the registrar whose fee is to be set.
595 * - `fields`: the fields that the registrar concerns themselves with.
596 *
597 * # <weight>
598 * - `O(R)`.
599 * - One storage mutation `O(R)`.
600 * - Benchmark: 7.464 + R * 0.325 µs (min squares analysis)
601 * # </weight>
602 **/
603 setFields: AugmentedSubmittable<(index: Compact<u32> | AnyNumber | Uint8Array, fields: PalletIdentityBitFlags) => SubmittableExtrinsic<ApiType>, [Compact<u32>, PalletIdentityBitFlags]>;
604 /**
605 * Set an account's identity information and reserve the appropriate deposit.
606 *
607 * If the account already has identity information, the deposit is taken as part payment
608 * for the new deposit.
609 *
610 * The dispatch origin for this call must be _Signed_.
611 *
612 * - `info`: The identity information.
613 *
614 * Emits `IdentitySet` if successful.
615 *
616 * # <weight>
617 * - `O(X + X' + R)`
618 * - where `X` additional-field-count (deposit-bounded and code-bounded)
619 * - where `R` judgements-count (registrar-count-bounded)
620 * - One balance reserve operation.
621 * - One storage mutation (codec-read `O(X' + R)`, codec-write `O(X + R)`).
622 * - One event.
623 * # </weight>
624 **/
625 setIdentity: AugmentedSubmittable<(info: PalletIdentityIdentityInfo | { additional?: any; display?: any; legal?: any; web?: any; riot?: any; email?: any; pgpFingerprint?: any; image?: any; twitter?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletIdentityIdentityInfo]>;
626 /**
627 * Set the sub-accounts of the sender.
628 *
629 * Payment: Any aggregate balance reserved by previous `set_subs` calls will be returned
630 * and an amount `SubAccountDeposit` will be reserved for each item in `subs`.
631 *
632 * The dispatch origin for this call must be _Signed_ and the sender must have a registered
633 * identity.
634 *
635 * - `subs`: The identity's (new) sub-accounts.
636 *
637 * # <weight>
638 * - `O(P + S)`
639 * - where `P` old-subs-count (hard- and deposit-bounded).
640 * - where `S` subs-count (hard- and deposit-bounded).
641 * - At most one balance operations.
642 * - DB:
643 * - `P + S` storage mutations (codec complexity `O(1)`)
644 * - One storage read (codec complexity `O(P)`).
645 * - One storage write (codec complexity `O(S)`).
646 * - One storage-exists (`IdentityOf::contains_key`).
647 * # </weight>
648 **/
649 setSubs: AugmentedSubmittable<(subs: Vec<ITuple<[AccountId32, Data]>> | ([AccountId32 | string | Uint8Array, Data | { None: any } | { Raw: any } | { BlakeTwo256: any } | { Sha256: any } | { Keccak256: any } | { ShaThree256: any } | string | Uint8Array])[]) => SubmittableExtrinsic<ApiType>, [Vec<ITuple<[AccountId32, Data]>>]>;
650 /**
651 * Generic tx
652 **/
653 [key: string]: SubmittableExtrinsicFunction<ApiType>;
654 };
400 inflation: {655 inflation: {
401 /**656 /**
402 * This method sets the inflation start date. Can be only called once.657 * This method sets the inflation start date. Can be only called once.
modifiedtests/src/interfaces/augment-types.tsdiffbeforeafterboth
5// this is required to allow for ambient/previous definitions5// this is required to allow for ambient/previous definitions
6import '@polkadot/types/types/registry';6import '@polkadot/types/types/registry';
77
8import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OpalRuntimeRuntimeCommonSessionKeys, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletAuthorshipCall, PalletAuthorshipError, PalletAuthorshipUncleEntryItem, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCollatorSelectionCall, PalletCollatorSelectionError, PalletCollatorSelectionEvent, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletSessionCall, PalletSessionError, PalletSessionEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpConsensusAuraSr25519AppSr25519Public, SpCoreCryptoKeyTypeId, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Public, SpCoreSr25519Signature, SpRuntimeArithmeticError, SpRuntimeBlakeTwo256, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeHeader, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './default';8import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonDataManagementFilterIdentity, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OpalRuntimeRuntimeCommonSessionKeys, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletAuthorshipCall, PalletAuthorshipError, PalletAuthorshipUncleEntryItem, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCollatorSelectionCall, PalletCollatorSelectionError, PalletCollatorSelectionEvent, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletConfigurationEvent, PalletDataManagementCall, PalletDataManagementError, PalletDataManagementEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletIdentityBitFlags, PalletIdentityCall, PalletIdentityError, PalletIdentityEvent, PalletIdentityIdentityField, PalletIdentityIdentityInfo, PalletIdentityJudgement, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletSessionCall, PalletSessionError, PalletSessionEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpConsensusAuraSr25519AppSr25519Public, SpCoreCryptoKeyTypeId, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Public, SpCoreSr25519Signature, SpRuntimeArithmeticError, SpRuntimeBlakeTwo256, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeHeader, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from './default';
9import type { Data, StorageKey } from '@polkadot/types';9import type { Data, StorageKey } from '@polkadot/types';
10import type { BitVec, Bool, Bytes, F32, F64, I128, I16, I256, I32, I64, I8, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, f32, f64, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';10import type { BitVec, Bool, Bytes, F32, F64, I128, I16, I256, I32, I64, I8, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, f32, f64, i128, i16, i256, i32, i64, i8, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';
11import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';11import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';
772 Offender: Offender;772 Offender: Offender;
773 OldV1SessionInfo: OldV1SessionInfo;773 OldV1SessionInfo: OldV1SessionInfo;
774 OpalRuntimeRuntime: OpalRuntimeRuntime;774 OpalRuntimeRuntime: OpalRuntimeRuntime;
775 OpalRuntimeRuntimeCommonDataManagementFilterIdentity: OpalRuntimeRuntimeCommonDataManagementFilterIdentity;
775 OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance;776 OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance;
776 OpalRuntimeRuntimeCommonSessionKeys: OpalRuntimeRuntimeCommonSessionKeys;777 OpalRuntimeRuntimeCommonSessionKeys: OpalRuntimeRuntimeCommonSessionKeys;
777 OpaqueCall: OpaqueCall;778 OpaqueCall: OpaqueCall;
839 PalletConfigurationAppPromotionConfiguration: PalletConfigurationAppPromotionConfiguration;840 PalletConfigurationAppPromotionConfiguration: PalletConfigurationAppPromotionConfiguration;
840 PalletConfigurationCall: PalletConfigurationCall;841 PalletConfigurationCall: PalletConfigurationCall;
841 PalletConfigurationError: PalletConfigurationError;842 PalletConfigurationError: PalletConfigurationError;
843 PalletConfigurationEvent: PalletConfigurationEvent;
842 PalletConstantMetadataLatest: PalletConstantMetadataLatest;844 PalletConstantMetadataLatest: PalletConstantMetadataLatest;
843 PalletConstantMetadataV14: PalletConstantMetadataV14;845 PalletConstantMetadataV14: PalletConstantMetadataV14;
846 PalletDataManagementCall: PalletDataManagementCall;
847 PalletDataManagementError: PalletDataManagementError;
848 PalletDataManagementEvent: PalletDataManagementEvent;
844 PalletErrorMetadataLatest: PalletErrorMetadataLatest;849 PalletErrorMetadataLatest: PalletErrorMetadataLatest;
845 PalletErrorMetadataV14: PalletErrorMetadataV14;850 PalletErrorMetadataV14: PalletErrorMetadataV14;
846 PalletEthereumCall: PalletEthereumCall;851 PalletEthereumCall: PalletEthereumCall;
857 PalletEvmContractHelpersSponsoringModeT: PalletEvmContractHelpersSponsoringModeT;862 PalletEvmContractHelpersSponsoringModeT: PalletEvmContractHelpersSponsoringModeT;
858 PalletEvmError: PalletEvmError;863 PalletEvmError: PalletEvmError;
859 PalletEvmEvent: PalletEvmEvent;864 PalletEvmEvent: PalletEvmEvent;
860 PalletEvmMigrationCall: PalletEvmMigrationCall;
861 PalletEvmMigrationError: PalletEvmMigrationError;
862 PalletEvmMigrationEvent: PalletEvmMigrationEvent;
863 PalletForeignAssetsAssetIds: PalletForeignAssetsAssetIds;865 PalletForeignAssetsAssetIds: PalletForeignAssetsAssetIds;
864 PalletForeignAssetsModuleAssetMetadata: PalletForeignAssetsModuleAssetMetadata;866 PalletForeignAssetsModuleAssetMetadata: PalletForeignAssetsModuleAssetMetadata;
865 PalletForeignAssetsModuleCall: PalletForeignAssetsModuleCall;867 PalletForeignAssetsModuleCall: PalletForeignAssetsModuleCall;
868 PalletForeignAssetsNativeCurrency: PalletForeignAssetsNativeCurrency;870 PalletForeignAssetsNativeCurrency: PalletForeignAssetsNativeCurrency;
869 PalletFungibleError: PalletFungibleError;871 PalletFungibleError: PalletFungibleError;
870 PalletId: PalletId;872 PalletId: PalletId;
873 PalletIdentityBitFlags: PalletIdentityBitFlags;
874 PalletIdentityCall: PalletIdentityCall;
875 PalletIdentityError: PalletIdentityError;
876 PalletIdentityEvent: PalletIdentityEvent;
877 PalletIdentityIdentityField: PalletIdentityIdentityField;
878 PalletIdentityIdentityInfo: PalletIdentityIdentityInfo;
879 PalletIdentityJudgement: PalletIdentityJudgement;
880 PalletIdentityRegistrarInfo: PalletIdentityRegistrarInfo;
881 PalletIdentityRegistration: PalletIdentityRegistration;
871 PalletInflationCall: PalletInflationCall;882 PalletInflationCall: PalletInflationCall;
872 PalletMaintenanceCall: PalletMaintenanceCall;883 PalletMaintenanceCall: PalletMaintenanceCall;
873 PalletMaintenanceError: PalletMaintenanceError;884 PalletMaintenanceError: PalletMaintenanceError;
modifiedtests/src/interfaces/default/types.tsdiffbeforeafterboth
1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit
2/* eslint-disable */2/* eslint-disable */
33
4import type { Data } from '@polkadot/types';
4import 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 { 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 { ITuple } from '@polkadot/types-codec/types';
6import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';7import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';
696/** @name OpalRuntimeRuntime */697/** @name OpalRuntimeRuntime */
697export interface OpalRuntimeRuntime extends Null {}698export interface OpalRuntimeRuntime extends Null {}
699
700/** @name OpalRuntimeRuntimeCommonDataManagementFilterIdentity */
701export interface OpalRuntimeRuntimeCommonDataManagementFilterIdentity extends Null {}
698702
699/** @name OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance */703/** @name OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance */
700export interface OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance extends Null {}704export interface OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance extends Null {}
1246 readonly asRemoveInvulnerable: {1250 readonly asRemoveInvulnerable: {
1247 readonly who: AccountId32;1251 readonly who: AccountId32;
1248 } & Struct;1252 } & Struct;
1249 readonly isSetDesiredCollators: boolean;
1250 readonly asSetDesiredCollators: {
1251 readonly max: u32;
1252 } & Struct;
1253 readonly isSetLicenseBond: boolean;
1254 readonly asSetLicenseBond: {
1255 readonly bond: u128;
1256 } & Struct;
1257 readonly isSetKickThreshold: boolean;
1258 readonly asSetKickThreshold: {
1259 readonly kickThreshold: u32;
1260 } & Struct;
1261 readonly isGetLicense: boolean;1253 readonly isGetLicense: boolean;
1262 readonly isOnboard: boolean;1254 readonly isOnboard: boolean;
1263 readonly isOffboard: boolean;1255 readonly isOffboard: boolean;
1266 readonly asForceRevokeLicense: {1258 readonly asForceRevokeLicense: {
1267 readonly who: AccountId32;1259 readonly who: AccountId32;
1268 } & Struct;1260 } & Struct;
1269 readonly type: 'AddInvulnerable' | 'RemoveInvulnerable' | 'SetDesiredCollators' | 'SetLicenseBond' | 'SetKickThreshold' | 'GetLicense' | 'Onboard' | 'Offboard' | 'ReleaseLicense' | 'ForceRevokeLicense';1261 readonly type: 'AddInvulnerable' | 'RemoveInvulnerable' | 'GetLicense' | 'Onboard' | 'Offboard' | 'ReleaseLicense' | 'ForceRevokeLicense';
1270}1262}
12711263
1272/** @name PalletCollatorSelectionError */1264/** @name PalletCollatorSelectionError */
12891281
1290/** @name PalletCollatorSelectionEvent */1282/** @name PalletCollatorSelectionEvent */
1291export interface PalletCollatorSelectionEvent extends Enum {1283export interface PalletCollatorSelectionEvent extends Enum {
1292 readonly isNewDesiredCollators: boolean;
1293 readonly asNewDesiredCollators: {
1294 readonly desiredCollators: u32;
1295 } & Struct;
1296 readonly isNewLicenseBond: boolean;
1297 readonly asNewLicenseBond: {
1298 readonly bondAmount: u128;
1299 } & Struct;
1300 readonly isNewKickThreshold: boolean;
1301 readonly asNewKickThreshold: {
1302 readonly lengthInBlocks: u32;
1303 } & Struct;
1304 readonly isInvulnerableAdded: boolean;1284 readonly isInvulnerableAdded: boolean;
1305 readonly asInvulnerableAdded: {1285 readonly asInvulnerableAdded: {
1306 readonly invulnerable: AccountId32;1286 readonly invulnerable: AccountId32;
1327 readonly asCandidateRemoved: {1307 readonly asCandidateRemoved: {
1328 readonly accountId: AccountId32;1308 readonly accountId: AccountId32;
1329 } & Struct;1309 } & Struct;
1330 readonly type: 'NewDesiredCollators' | 'NewLicenseBond' | 'NewKickThreshold' | 'InvulnerableAdded' | 'InvulnerableRemoved' | 'LicenseObtained' | 'LicenseForfeited' | 'CandidateAdded' | 'CandidateRemoved';1310 readonly type: 'InvulnerableAdded' | 'InvulnerableRemoved' | 'LicenseObtained' | 'LicenseForfeited' | 'CandidateAdded' | 'CandidateRemoved';
1331}1311}
13321312
1333/** @name PalletCommonError */1313/** @name PalletCommonError */
1446 readonly asSetAppPromotionConfigurationOverride: {1426 readonly asSetAppPromotionConfigurationOverride: {
1447 readonly configuration: PalletConfigurationAppPromotionConfiguration;1427 readonly configuration: PalletConfigurationAppPromotionConfiguration;
1448 } & Struct;1428 } & Struct;
1429 readonly isSetCollatorSelectionDesiredCollators: boolean;
1430 readonly asSetCollatorSelectionDesiredCollators: {
1431 readonly max: Option<u32>;
1432 } & Struct;
1433 readonly isSetCollatorSelectionLicenseBond: boolean;
1434 readonly asSetCollatorSelectionLicenseBond: {
1435 readonly amount: Option<u128>;
1436 } & Struct;
1437 readonly isSetCollatorSelectionKickThreshold: boolean;
1438 readonly asSetCollatorSelectionKickThreshold: {
1439 readonly threshold: Option<u32>;
1440 } & Struct;
1449 readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride' | 'SetXcmAllowedLocations' | 'SetAppPromotionConfigurationOverride';1441 readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride' | 'SetXcmAllowedLocations' | 'SetAppPromotionConfigurationOverride' | 'SetCollatorSelectionDesiredCollators' | 'SetCollatorSelectionLicenseBond' | 'SetCollatorSelectionKickThreshold';
1450}1442}
14511443
1452/** @name PalletConfigurationError */1444/** @name PalletConfigurationError */
1455 readonly type: 'InconsistentConfiguration';1447 readonly type: 'InconsistentConfiguration';
1456}1448}
1449
1450/** @name PalletConfigurationEvent */
1451export interface PalletConfigurationEvent extends Enum {
1452 readonly isNewDesiredCollators: boolean;
1453 readonly asNewDesiredCollators: {
1454 readonly desiredCollators: Option<u32>;
1455 } & Struct;
1456 readonly isNewCollatorLicenseBond: boolean;
1457 readonly asNewCollatorLicenseBond: {
1458 readonly bondCost: Option<u128>;
1459 } & Struct;
1460 readonly isNewCollatorKickThreshold: boolean;
1461 readonly asNewCollatorKickThreshold: {
1462 readonly lengthInBlocks: Option<u32>;
1463 } & Struct;
1464 readonly type: 'NewDesiredCollators' | 'NewCollatorLicenseBond' | 'NewCollatorKickThreshold';
1465}
1466
1467/** @name PalletDataManagementCall */
1468export interface PalletDataManagementCall extends Enum {
1469 readonly isBegin: boolean;
1470 readonly asBegin: {
1471 readonly address: H160;
1472 } & Struct;
1473 readonly isSetData: boolean;
1474 readonly asSetData: {
1475 readonly address: H160;
1476 readonly data: Vec<ITuple<[H256, H256]>>;
1477 } & Struct;
1478 readonly isFinish: boolean;
1479 readonly asFinish: {
1480 readonly address: H160;
1481 readonly code: Bytes;
1482 } & Struct;
1483 readonly isInsertEthLogs: boolean;
1484 readonly asInsertEthLogs: {
1485 readonly logs: Vec<EthereumLog>;
1486 } & Struct;
1487 readonly isInsertEvents: boolean;
1488 readonly asInsertEvents: {
1489 readonly events: Vec<Bytes>;
1490 } & Struct;
1491 readonly type: 'Begin' | 'SetData' | 'Finish' | 'InsertEthLogs' | 'InsertEvents';
1492}
1493
1494/** @name PalletDataManagementError */
1495export interface PalletDataManagementError extends Enum {
1496 readonly isAccountNotEmpty: boolean;
1497 readonly isAccountIsNotMigrating: boolean;
1498 readonly isBadEvent: boolean;
1499 readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating' | 'BadEvent';
1500}
1501
1502/** @name PalletDataManagementEvent */
1503export interface PalletDataManagementEvent extends Enum {
1504 readonly isTestEvent: boolean;
1505 readonly type: 'TestEvent';
1506}
14571507
1458/** @name PalletEthereumCall */1508/** @name PalletEthereumCall */
1459export interface PalletEthereumCall extends Enum {1509export interface PalletEthereumCall extends Enum {
1614 readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed';1664 readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed';
1615}1665}
1616
1617/** @name PalletEvmMigrationCall */
1618export interface PalletEvmMigrationCall extends Enum {
1619 readonly isBegin: boolean;
1620 readonly asBegin: {
1621 readonly address: H160;
1622 } & Struct;
1623 readonly isSetData: boolean;
1624 readonly asSetData: {
1625 readonly address: H160;
1626 readonly data: Vec<ITuple<[H256, H256]>>;
1627 } & Struct;
1628 readonly isFinish: boolean;
1629 readonly asFinish: {
1630 readonly address: H160;
1631 readonly code: Bytes;
1632 } & Struct;
1633 readonly isInsertEthLogs: boolean;
1634 readonly asInsertEthLogs: {
1635 readonly logs: Vec<EthereumLog>;
1636 } & Struct;
1637 readonly isInsertEvents: boolean;
1638 readonly asInsertEvents: {
1639 readonly events: Vec<Bytes>;
1640 } & Struct;
1641 readonly type: 'Begin' | 'SetData' | 'Finish' | 'InsertEthLogs' | 'InsertEvents';
1642}
1643
1644/** @name PalletEvmMigrationError */
1645export interface PalletEvmMigrationError extends Enum {
1646 readonly isAccountNotEmpty: boolean;
1647 readonly isAccountIsNotMigrating: boolean;
1648 readonly isBadEvent: boolean;
1649 readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating' | 'BadEvent';
1650}
1651
1652/** @name PalletEvmMigrationEvent */
1653export interface PalletEvmMigrationEvent extends Enum {
1654 readonly isTestEvent: boolean;
1655 readonly type: 'TestEvent';
1656}
16571666
1658/** @name PalletForeignAssetsAssetIds */1667/** @name PalletForeignAssetsAssetIds */
1659export interface PalletForeignAssetsAssetIds extends Enum {1668export interface PalletForeignAssetsAssetIds extends Enum {
1744 readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed' | 'SettingAllowanceForAllNotAllowed' | 'FungibleTokensAreAlwaysValid';1753 readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed' | 'SettingAllowanceForAllNotAllowed' | 'FungibleTokensAreAlwaysValid';
1745}1754}
1755
1756/** @name PalletIdentityBitFlags */
1757export interface PalletIdentityBitFlags extends Struct {
1758 readonly _bitLength: 64;
1759 readonly Display: 1;
1760 readonly Legal: 2;
1761 readonly Web: 4;
1762 readonly Riot: 8;
1763 readonly Email: 16;
1764 readonly PgpFingerprint: 32;
1765 readonly Image: 64;
1766 readonly Twitter: 128;
1767}
1768
1769/** @name PalletIdentityCall */
1770export interface PalletIdentityCall extends Enum {
1771 readonly isAddRegistrar: boolean;
1772 readonly asAddRegistrar: {
1773 readonly account: MultiAddress;
1774 } & Struct;
1775 readonly isSetIdentity: boolean;
1776 readonly asSetIdentity: {
1777 readonly info: PalletIdentityIdentityInfo;
1778 } & Struct;
1779 readonly isSetSubs: boolean;
1780 readonly asSetSubs: {
1781 readonly subs: Vec<ITuple<[AccountId32, Data]>>;
1782 } & Struct;
1783 readonly isClearIdentity: boolean;
1784 readonly isRequestJudgement: boolean;
1785 readonly asRequestJudgement: {
1786 readonly regIndex: Compact<u32>;
1787 readonly maxFee: Compact<u128>;
1788 } & Struct;
1789 readonly isCancelRequest: boolean;
1790 readonly asCancelRequest: {
1791 readonly regIndex: u32;
1792 } & Struct;
1793 readonly isSetFee: boolean;
1794 readonly asSetFee: {
1795 readonly index: Compact<u32>;
1796 readonly fee: Compact<u128>;
1797 } & Struct;
1798 readonly isSetAccountId: boolean;
1799 readonly asSetAccountId: {
1800 readonly index: Compact<u32>;
1801 readonly new_: MultiAddress;
1802 } & Struct;
1803 readonly isSetFields: boolean;
1804 readonly asSetFields: {
1805 readonly index: Compact<u32>;
1806 readonly fields: PalletIdentityBitFlags;
1807 } & Struct;
1808 readonly isProvideJudgement: boolean;
1809 readonly asProvideJudgement: {
1810 readonly regIndex: Compact<u32>;
1811 readonly target: MultiAddress;
1812 readonly judgement: PalletIdentityJudgement;
1813 readonly identity: H256;
1814 } & Struct;
1815 readonly isKillIdentity: boolean;
1816 readonly asKillIdentity: {
1817 readonly target: MultiAddress;
1818 } & Struct;
1819 readonly isAddSub: boolean;
1820 readonly asAddSub: {
1821 readonly sub: MultiAddress;
1822 readonly data: Data;
1823 } & Struct;
1824 readonly isRenameSub: boolean;
1825 readonly asRenameSub: {
1826 readonly sub: MultiAddress;
1827 readonly data: Data;
1828 } & Struct;
1829 readonly isRemoveSub: boolean;
1830 readonly asRemoveSub: {
1831 readonly sub: MultiAddress;
1832 } & Struct;
1833 readonly isQuitSub: boolean;
1834 readonly type: 'AddRegistrar' | 'SetIdentity' | 'SetSubs' | 'ClearIdentity' | 'RequestJudgement' | 'CancelRequest' | 'SetFee' | 'SetAccountId' | 'SetFields' | 'ProvideJudgement' | 'KillIdentity' | 'AddSub' | 'RenameSub' | 'RemoveSub' | 'QuitSub';
1835}
1836
1837/** @name PalletIdentityError */
1838export interface PalletIdentityError extends Enum {
1839 readonly isTooManySubAccounts: boolean;
1840 readonly isNotFound: boolean;
1841 readonly isNotNamed: boolean;
1842 readonly isEmptyIndex: boolean;
1843 readonly isFeeChanged: boolean;
1844 readonly isNoIdentity: boolean;
1845 readonly isStickyJudgement: boolean;
1846 readonly isJudgementGiven: boolean;
1847 readonly isInvalidJudgement: boolean;
1848 readonly isInvalidIndex: boolean;
1849 readonly isInvalidTarget: boolean;
1850 readonly isTooManyFields: boolean;
1851 readonly isTooManyRegistrars: boolean;
1852 readonly isAlreadyClaimed: boolean;
1853 readonly isNotSub: boolean;
1854 readonly isNotOwned: boolean;
1855 readonly isJudgementForDifferentIdentity: boolean;
1856 readonly isJudgementPaymentFailed: boolean;
1857 readonly type: 'TooManySubAccounts' | 'NotFound' | 'NotNamed' | 'EmptyIndex' | 'FeeChanged' | 'NoIdentity' | 'StickyJudgement' | 'JudgementGiven' | 'InvalidJudgement' | 'InvalidIndex' | 'InvalidTarget' | 'TooManyFields' | 'TooManyRegistrars' | 'AlreadyClaimed' | 'NotSub' | 'NotOwned' | 'JudgementForDifferentIdentity' | 'JudgementPaymentFailed';
1858}
1859
1860/** @name PalletIdentityEvent */
1861export interface PalletIdentityEvent extends Enum {
1862 readonly isIdentitySet: boolean;
1863 readonly asIdentitySet: {
1864 readonly who: AccountId32;
1865 } & Struct;
1866 readonly isIdentityCleared: boolean;
1867 readonly asIdentityCleared: {
1868 readonly who: AccountId32;
1869 readonly deposit: u128;
1870 } & Struct;
1871 readonly isIdentityKilled: boolean;
1872 readonly asIdentityKilled: {
1873 readonly who: AccountId32;
1874 readonly deposit: u128;
1875 } & Struct;
1876 readonly isJudgementRequested: boolean;
1877 readonly asJudgementRequested: {
1878 readonly who: AccountId32;
1879 readonly registrarIndex: u32;
1880 } & Struct;
1881 readonly isJudgementUnrequested: boolean;
1882 readonly asJudgementUnrequested: {
1883 readonly who: AccountId32;
1884 readonly registrarIndex: u32;
1885 } & Struct;
1886 readonly isJudgementGiven: boolean;
1887 readonly asJudgementGiven: {
1888 readonly target: AccountId32;
1889 readonly registrarIndex: u32;
1890 } & Struct;
1891 readonly isRegistrarAdded: boolean;
1892 readonly asRegistrarAdded: {
1893 readonly registrarIndex: u32;
1894 } & Struct;
1895 readonly isSubIdentityAdded: boolean;
1896 readonly asSubIdentityAdded: {
1897 readonly sub: AccountId32;
1898 readonly main: AccountId32;
1899 readonly deposit: u128;
1900 } & Struct;
1901 readonly isSubIdentityRemoved: boolean;
1902 readonly asSubIdentityRemoved: {
1903 readonly sub: AccountId32;
1904 readonly main: AccountId32;
1905 readonly deposit: u128;
1906 } & Struct;
1907 readonly isSubIdentityRevoked: boolean;
1908 readonly asSubIdentityRevoked: {
1909 readonly sub: AccountId32;
1910 readonly main: AccountId32;
1911 readonly deposit: u128;
1912 } & Struct;
1913 readonly type: 'IdentitySet' | 'IdentityCleared' | 'IdentityKilled' | 'JudgementRequested' | 'JudgementUnrequested' | 'JudgementGiven' | 'RegistrarAdded' | 'SubIdentityAdded' | 'SubIdentityRemoved' | 'SubIdentityRevoked';
1914}
1915
1916/** @name PalletIdentityIdentityField */
1917export interface PalletIdentityIdentityField extends Enum {
1918 readonly isDisplay: boolean;
1919 readonly isLegal: boolean;
1920 readonly isWeb: boolean;
1921 readonly isRiot: boolean;
1922 readonly isEmail: boolean;
1923 readonly isPgpFingerprint: boolean;
1924 readonly isImage: boolean;
1925 readonly isTwitter: boolean;
1926 readonly type: 'Display' | 'Legal' | 'Web' | 'Riot' | 'Email' | 'PgpFingerprint' | 'Image' | 'Twitter';
1927}
1928
1929/** @name PalletIdentityIdentityInfo */
1930export interface PalletIdentityIdentityInfo extends Struct {
1931 readonly additional: Vec<ITuple<[Data, Data]>>;
1932 readonly display: Data;
1933 readonly legal: Data;
1934 readonly web: Data;
1935 readonly riot: Data;
1936 readonly email: Data;
1937 readonly pgpFingerprint: Option<U8aFixed>;
1938 readonly image: Data;
1939 readonly twitter: Data;
1940}
1941
1942/** @name PalletIdentityJudgement */
1943export interface PalletIdentityJudgement extends Enum {
1944 readonly isUnknown: boolean;
1945 readonly isFeePaid: boolean;
1946 readonly asFeePaid: u128;
1947 readonly isReasonable: boolean;
1948 readonly isKnownGood: boolean;
1949 readonly isOutOfDate: boolean;
1950 readonly isLowQuality: boolean;
1951 readonly isErroneous: boolean;
1952 readonly type: 'Unknown' | 'FeePaid' | 'Reasonable' | 'KnownGood' | 'OutOfDate' | 'LowQuality' | 'Erroneous';
1953}
1954
1955/** @name PalletIdentityRegistrarInfo */
1956export interface PalletIdentityRegistrarInfo extends Struct {
1957 readonly account: AccountId32;
1958 readonly fee: u128;
1959 readonly fields: PalletIdentityBitFlags;
1960}
1961
1962/** @name PalletIdentityRegistration */
1963export interface PalletIdentityRegistration extends Struct {
1964 readonly judgements: Vec<ITuple<[u32, PalletIdentityJudgement]>>;
1965 readonly deposit: u128;
1966 readonly info: PalletIdentityIdentityInfo;
1967}
17461968
1747/** @name PalletInflationCall */1969/** @name PalletInflationCall */
1748export interface PalletInflationCall extends Enum {1970export interface PalletInflationCall extends Enum {
modifiedtests/src/interfaces/lookup.tsdiffbeforeafterboth
188 **/188 **/
189 PalletCollatorSelectionEvent: {189 PalletCollatorSelectionEvent: {
190 _enum: {190 _enum: {
191 NewDesiredCollators: {
192 desiredCollators: 'u32',
193 },
194 NewLicenseBond: {
195 bondAmount: 'u128',
196 },
197 NewKickThreshold: {
198 lengthInBlocks: 'u32',
199 },
200 InvulnerableAdded: {191 InvulnerableAdded: {
201 invulnerable: 'AccountId32',192 invulnerable: 'AccountId32',
202 },193 },
229 }220 }
230 }221 }
231 },222 },
223 /**
224 * Lookup32: pallet_identity::pallet::Event<T>
225 **/
226 PalletIdentityEvent: {
227 _enum: {
228 IdentitySet: {
229 who: 'AccountId32',
230 },
231 IdentityCleared: {
232 who: 'AccountId32',
233 deposit: 'u128',
234 },
235 IdentityKilled: {
236 who: 'AccountId32',
237 deposit: 'u128',
238 },
239 JudgementRequested: {
240 who: 'AccountId32',
241 registrarIndex: 'u32',
242 },
243 JudgementUnrequested: {
244 who: 'AccountId32',
245 registrarIndex: 'u32',
246 },
247 JudgementGiven: {
248 target: 'AccountId32',
249 registrarIndex: 'u32',
250 },
251 RegistrarAdded: {
252 registrarIndex: 'u32',
253 },
254 SubIdentityAdded: {
255 sub: 'AccountId32',
256 main: 'AccountId32',
257 deposit: 'u128',
258 },
259 SubIdentityRemoved: {
260 sub: 'AccountId32',
261 main: 'AccountId32',
262 deposit: 'u128',
263 },
264 SubIdentityRevoked: {
265 sub: 'AccountId32',
266 main: 'AccountId32',
267 deposit: 'u128'
268 }
269 }
270 },
232 /**271 /**
233 * Lookup32: pallet_balances::pallet::Event<T, I>272 * Lookup33: pallet_balances::pallet::Event<T, I>
234 **/273 **/
235 PalletBalancesEvent: {274 PalletBalancesEvent: {
236 _enum: {275 _enum: {
237 Endowed: {276 Endowed: {
280 }319 }
281 }320 }
282 },321 },
283 /**322 /**
284 * Lookup33: frame_support::traits::tokens::misc::BalanceStatus323 * Lookup34: frame_support::traits::tokens::misc::BalanceStatus
285 **/324 **/
286 FrameSupportTokensMiscBalanceStatus: {325 FrameSupportTokensMiscBalanceStatus: {
287 _enum: ['Free', 'Reserved']326 _enum: ['Free', 'Reserved']
288 },327 },
289 /**328 /**
290 * Lookup34: pallet_transaction_payment::pallet::Event<T>329 * Lookup35: pallet_transaction_payment::pallet::Event<T>
291 **/330 **/
292 PalletTransactionPaymentEvent: {331 PalletTransactionPaymentEvent: {
293 _enum: {332 _enum: {
294 TransactionFeePaid: {333 TransactionFeePaid: {
298 }337 }
299 }338 }
300 },339 },
301 /**340 /**
302 * Lookup35: pallet_treasury::pallet::Event<T, I>341 * Lookup36: pallet_treasury::pallet::Event<T, I>
303 **/342 **/
304 PalletTreasuryEvent: {343 PalletTreasuryEvent: {
305 _enum: {344 _enum: {
306 Proposed: {345 Proposed: {
334 }373 }
335 }374 }
336 },375 },
337 /**376 /**
338 * Lookup36: pallet_sudo::pallet::Event<T>377 * Lookup37: pallet_sudo::pallet::Event<T>
339 **/378 **/
340 PalletSudoEvent: {379 PalletSudoEvent: {
341 _enum: {380 _enum: {
342 Sudid: {381 Sudid: {
350 }389 }
351 }390 }
352 },391 },
353 /**392 /**
354 * Lookup40: orml_vesting::module::Event<T>393 * Lookup41: orml_vesting::module::Event<T>
355 **/394 **/
356 OrmlVestingModuleEvent: {395 OrmlVestingModuleEvent: {
357 _enum: {396 _enum: {
358 VestingScheduleAdded: {397 VestingScheduleAdded: {
369 }408 }
370 }409 }
371 },410 },
372 /**411 /**
373 * Lookup41: orml_vesting::VestingSchedule<BlockNumber, Balance>412 * Lookup42: orml_vesting::VestingSchedule<BlockNumber, Balance>
374 **/413 **/
375 OrmlVestingVestingSchedule: {414 OrmlVestingVestingSchedule: {
376 start: 'u32',415 start: 'u32',
377 period: 'u32',416 period: 'u32',
378 periodCount: 'u32',417 periodCount: 'u32',
379 perPeriod: 'Compact<u128>'418 perPeriod: 'Compact<u128>'
380 },419 },
381 /**420 /**
382 * Lookup43: orml_xtokens::module::Event<T>421 * Lookup44: orml_xtokens::module::Event<T>
383 **/422 **/
384 OrmlXtokensModuleEvent: {423 OrmlXtokensModuleEvent: {
385 _enum: {424 _enum: {
386 TransferredMultiAssets: {425 TransferredMultiAssets: {
391 }430 }
392 }431 }
393 },432 },
394 /**433 /**
395 * Lookup44: xcm::v1::multiasset::MultiAssets434 * Lookup45: xcm::v1::multiasset::MultiAssets
396 **/435 **/
397 XcmV1MultiassetMultiAssets: 'Vec<XcmV1MultiAsset>',436 XcmV1MultiassetMultiAssets: 'Vec<XcmV1MultiAsset>',
398 /**437 /**
399 * Lookup46: xcm::v1::multiasset::MultiAsset438 * Lookup47: xcm::v1::multiasset::MultiAsset
400 **/439 **/
401 XcmV1MultiAsset: {440 XcmV1MultiAsset: {
402 id: 'XcmV1MultiassetAssetId',441 id: 'XcmV1MultiassetAssetId',
403 fun: 'XcmV1MultiassetFungibility'442 fun: 'XcmV1MultiassetFungibility'
404 },443 },
405 /**444 /**
406 * Lookup47: xcm::v1::multiasset::AssetId445 * Lookup48: xcm::v1::multiasset::AssetId
407 **/446 **/
408 XcmV1MultiassetAssetId: {447 XcmV1MultiassetAssetId: {
409 _enum: {448 _enum: {
410 Concrete: 'XcmV1MultiLocation',449 Concrete: 'XcmV1MultiLocation',
411 Abstract: 'Bytes'450 Abstract: 'Bytes'
412 }451 }
413 },452 },
414 /**453 /**
415 * Lookup48: xcm::v1::multilocation::MultiLocation454 * Lookup49: xcm::v1::multilocation::MultiLocation
416 **/455 **/
417 XcmV1MultiLocation: {456 XcmV1MultiLocation: {
418 parents: 'u8',457 parents: 'u8',
419 interior: 'XcmV1MultilocationJunctions'458 interior: 'XcmV1MultilocationJunctions'
420 },459 },
421 /**460 /**
422 * Lookup49: xcm::v1::multilocation::Junctions461 * Lookup50: xcm::v1::multilocation::Junctions
423 **/462 **/
424 XcmV1MultilocationJunctions: {463 XcmV1MultilocationJunctions: {
425 _enum: {464 _enum: {
426 Here: 'Null',465 Here: 'Null',
434 X8: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)'473 X8: '(XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction,XcmV1Junction)'
435 }474 }
436 },475 },
437 /**476 /**
438 * Lookup50: xcm::v1::junction::Junction477 * Lookup51: xcm::v1::junction::Junction
439 **/478 **/
440 XcmV1Junction: {479 XcmV1Junction: {
441 _enum: {480 _enum: {
442 Parachain: 'Compact<u32>',481 Parachain: 'Compact<u32>',
462 }501 }
463 }502 }
464 },503 },
465 /**504 /**
466 * Lookup52: xcm::v0::junction::NetworkId505 * Lookup53: xcm::v0::junction::NetworkId
467 **/506 **/
468 XcmV0JunctionNetworkId: {507 XcmV0JunctionNetworkId: {
469 _enum: {508 _enum: {
470 Any: 'Null',509 Any: 'Null',
473 Kusama: 'Null'512 Kusama: 'Null'
474 }513 }
475 },514 },
476 /**515 /**
477 * Lookup55: xcm::v0::junction::BodyId516 * Lookup56: xcm::v0::junction::BodyId
478 **/517 **/
479 XcmV0JunctionBodyId: {518 XcmV0JunctionBodyId: {
480 _enum: {519 _enum: {
481 Unit: 'Null',520 Unit: 'Null',
487 Judicial: 'Null'526 Judicial: 'Null'
488 }527 }
489 },528 },
490 /**529 /**
491 * Lookup56: xcm::v0::junction::BodyPart530 * Lookup57: xcm::v0::junction::BodyPart
492 **/531 **/
493 XcmV0JunctionBodyPart: {532 XcmV0JunctionBodyPart: {
494 _enum: {533 _enum: {
495 Voice: 'Null',534 Voice: 'Null',
510 }549 }
511 }550 }
512 },551 },
513 /**552 /**
514 * Lookup57: xcm::v1::multiasset::Fungibility553 * Lookup58: xcm::v1::multiasset::Fungibility
515 **/554 **/
516 XcmV1MultiassetFungibility: {555 XcmV1MultiassetFungibility: {
517 _enum: {556 _enum: {
518 Fungible: 'Compact<u128>',557 Fungible: 'Compact<u128>',
519 NonFungible: 'XcmV1MultiassetAssetInstance'558 NonFungible: 'XcmV1MultiassetAssetInstance'
520 }559 }
521 },560 },
522 /**561 /**
523 * Lookup58: xcm::v1::multiasset::AssetInstance562 * Lookup59: xcm::v1::multiasset::AssetInstance
524 **/563 **/
525 XcmV1MultiassetAssetInstance: {564 XcmV1MultiassetAssetInstance: {
526 _enum: {565 _enum: {
527 Undefined: 'Null',566 Undefined: 'Null',
533 Blob: 'Bytes'572 Blob: 'Bytes'
534 }573 }
535 },574 },
536 /**575 /**
537 * Lookup61: orml_tokens::module::Event<T>576 * Lookup62: orml_tokens::module::Event<T>
538 **/577 **/
539 OrmlTokensModuleEvent: {578 OrmlTokensModuleEvent: {
540 _enum: {579 _enum: {
541 Endowed: {580 Endowed: {
610 }649 }
611 }650 }
612 },651 },
613 /**652 /**
614 * Lookup62: pallet_foreign_assets::AssetIds653 * Lookup63: pallet_foreign_assets::AssetIds
615 **/654 **/
616 PalletForeignAssetsAssetIds: {655 PalletForeignAssetsAssetIds: {
617 _enum: {656 _enum: {
618 ForeignAssetId: 'u32',657 ForeignAssetId: 'u32',
619 NativeAssetId: 'PalletForeignAssetsNativeCurrency'658 NativeAssetId: 'PalletForeignAssetsNativeCurrency'
620 }659 }
621 },660 },
622 /**661 /**
623 * Lookup63: pallet_foreign_assets::NativeCurrency662 * Lookup64: pallet_foreign_assets::NativeCurrency
624 **/663 **/
625 PalletForeignAssetsNativeCurrency: {664 PalletForeignAssetsNativeCurrency: {
626 _enum: ['Here', 'Parent']665 _enum: ['Here', 'Parent']
627 },666 },
628 /**667 /**
629 * Lookup64: cumulus_pallet_xcmp_queue::pallet::Event<T>668 * Lookup65: cumulus_pallet_xcmp_queue::pallet::Event<T>
630 **/669 **/
631 CumulusPalletXcmpQueueEvent: {670 CumulusPalletXcmpQueueEvent: {
632 _enum: {671 _enum: {
633 Success: {672 Success: {
663 }702 }
664 }703 }
665 },704 },
666 /**705 /**
667 * Lookup66: xcm::v2::traits::Error706 * Lookup67: xcm::v2::traits::Error
668 **/707 **/
669 XcmV2TraitsError: {708 XcmV2TraitsError: {
670 _enum: {709 _enum: {
671 Overflow: 'Null',710 Overflow: 'Null',
696 WeightNotComputable: 'Null'735 WeightNotComputable: 'Null'
697 }736 }
698 },737 },
699 /**738 /**
700 * Lookup68: pallet_xcm::pallet::Event<T>739 * Lookup69: pallet_xcm::pallet::Event<T>
701 **/740 **/
702 PalletXcmEvent: {741 PalletXcmEvent: {
703 _enum: {742 _enum: {
704 Attempted: 'XcmV2TraitsOutcome',743 Attempted: 'XcmV2TraitsOutcome',
720 AssetsClaimed: '(H256,XcmV1MultiLocation,XcmVersionedMultiAssets)'759 AssetsClaimed: '(H256,XcmV1MultiLocation,XcmVersionedMultiAssets)'
721 }760 }
722 },761 },
723 /**762 /**
724 * Lookup69: xcm::v2::traits::Outcome763 * Lookup70: xcm::v2::traits::Outcome
725 **/764 **/
726 XcmV2TraitsOutcome: {765 XcmV2TraitsOutcome: {
727 _enum: {766 _enum: {
728 Complete: 'u64',767 Complete: 'u64',
729 Incomplete: '(u64,XcmV2TraitsError)',768 Incomplete: '(u64,XcmV2TraitsError)',
730 Error: 'XcmV2TraitsError'769 Error: 'XcmV2TraitsError'
731 }770 }
732 },771 },
733 /**772 /**
734 * Lookup70: xcm::v2::Xcm<RuntimeCall>773 * Lookup71: xcm::v2::Xcm<RuntimeCall>
735 **/774 **/
736 XcmV2Xcm: 'Vec<XcmV2Instruction>',775 XcmV2Xcm: 'Vec<XcmV2Instruction>',
737 /**776 /**
738 * Lookup72: xcm::v2::Instruction<RuntimeCall>777 * Lookup73: xcm::v2::Instruction<RuntimeCall>
739 **/778 **/
740 XcmV2Instruction: {779 XcmV2Instruction: {
741 _enum: {780 _enum: {
742 WithdrawAsset: 'XcmV1MultiassetMultiAssets',781 WithdrawAsset: 'XcmV1MultiassetMultiAssets',
832 UnsubscribeVersion: 'Null'871 UnsubscribeVersion: 'Null'
833 }872 }
834 },873 },
835 /**874 /**
836 * Lookup73: xcm::v2::Response875 * Lookup74: xcm::v2::Response
837 **/876 **/
838 XcmV2Response: {877 XcmV2Response: {
839 _enum: {878 _enum: {
840 Null: 'Null',879 Null: 'Null',
843 Version: 'u32'882 Version: 'u32'
844 }883 }
845 },884 },
846 /**885 /**
847 * Lookup76: xcm::v0::OriginKind886 * Lookup77: xcm::v0::OriginKind
848 **/887 **/
849 XcmV0OriginKind: {888 XcmV0OriginKind: {
850 _enum: ['Native', 'SovereignAccount', 'Superuser', 'Xcm']889 _enum: ['Native', 'SovereignAccount', 'Superuser', 'Xcm']
851 },890 },
852 /**891 /**
853 * Lookup77: xcm::double_encoded::DoubleEncoded<T>892 * Lookup78: xcm::double_encoded::DoubleEncoded<T>
854 **/893 **/
855 XcmDoubleEncoded: {894 XcmDoubleEncoded: {
856 encoded: 'Bytes'895 encoded: 'Bytes'
857 },896 },
858 /**897 /**
859 * Lookup78: xcm::v1::multiasset::MultiAssetFilter898 * Lookup79: xcm::v1::multiasset::MultiAssetFilter
860 **/899 **/
861 XcmV1MultiassetMultiAssetFilter: {900 XcmV1MultiassetMultiAssetFilter: {
862 _enum: {901 _enum: {
863 Definite: 'XcmV1MultiassetMultiAssets',902 Definite: 'XcmV1MultiassetMultiAssets',
864 Wild: 'XcmV1MultiassetWildMultiAsset'903 Wild: 'XcmV1MultiassetWildMultiAsset'
865 }904 }
866 },905 },
867 /**906 /**
868 * Lookup79: xcm::v1::multiasset::WildMultiAsset907 * Lookup80: xcm::v1::multiasset::WildMultiAsset
869 **/908 **/
870 XcmV1MultiassetWildMultiAsset: {909 XcmV1MultiassetWildMultiAsset: {
871 _enum: {910 _enum: {
872 All: 'Null',911 All: 'Null',
876 }915 }
877 }916 }
878 },917 },
879 /**918 /**
880 * Lookup80: xcm::v1::multiasset::WildFungibility919 * Lookup81: xcm::v1::multiasset::WildFungibility
881 **/920 **/
882 XcmV1MultiassetWildFungibility: {921 XcmV1MultiassetWildFungibility: {
883 _enum: ['Fungible', 'NonFungible']922 _enum: ['Fungible', 'NonFungible']
884 },923 },
885 /**924 /**
886 * Lookup81: xcm::v2::WeightLimit925 * Lookup82: xcm::v2::WeightLimit
887 **/926 **/
888 XcmV2WeightLimit: {927 XcmV2WeightLimit: {
889 _enum: {928 _enum: {
890 Unlimited: 'Null',929 Unlimited: 'Null',
891 Limited: 'Compact<u64>'930 Limited: 'Compact<u64>'
892 }931 }
893 },932 },
894 /**933 /**
895 * Lookup83: xcm::VersionedMultiAssets934 * Lookup84: xcm::VersionedMultiAssets
896 **/935 **/
897 XcmVersionedMultiAssets: {936 XcmVersionedMultiAssets: {
898 _enum: {937 _enum: {
899 V0: 'Vec<XcmV0MultiAsset>',938 V0: 'Vec<XcmV0MultiAsset>',
900 V1: 'XcmV1MultiassetMultiAssets'939 V1: 'XcmV1MultiassetMultiAssets'
901 }940 }
902 },941 },
903 /**942 /**
904 * Lookup85: xcm::v0::multi_asset::MultiAsset943 * Lookup86: xcm::v0::multi_asset::MultiAsset
905 **/944 **/
906 XcmV0MultiAsset: {945 XcmV0MultiAsset: {
907 _enum: {946 _enum: {
908 None: 'Null',947 None: 'Null',
939 }978 }
940 }979 }
941 },980 },
942 /**981 /**
943 * Lookup86: xcm::v0::multi_location::MultiLocation982 * Lookup87: xcm::v0::multi_location::MultiLocation
944 **/983 **/
945 XcmV0MultiLocation: {984 XcmV0MultiLocation: {
946 _enum: {985 _enum: {
947 Null: 'Null',986 Null: 'Null',
955 X8: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)'994 X8: '(XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction,XcmV0Junction)'
956 }995 }
957 },996 },
958 /**997 /**
959 * Lookup87: xcm::v0::junction::Junction998 * Lookup88: xcm::v0::junction::Junction
960 **/999 **/
961 XcmV0Junction: {1000 XcmV0Junction: {
962 _enum: {1001 _enum: {
963 Parent: 'Null',1002 Parent: 'Null',
984 }1023 }
985 }1024 }
986 },1025 },
987 /**1026 /**
988 * Lookup88: xcm::VersionedMultiLocation1027 * Lookup89: xcm::VersionedMultiLocation
989 **/1028 **/
990 XcmVersionedMultiLocation: {1029 XcmVersionedMultiLocation: {
991 _enum: {1030 _enum: {
992 V0: 'XcmV0MultiLocation',1031 V0: 'XcmV0MultiLocation',
993 V1: 'XcmV1MultiLocation'1032 V1: 'XcmV1MultiLocation'
994 }1033 }
995 },1034 },
996 /**1035 /**
997 * Lookup89: cumulus_pallet_xcm::pallet::Event<T>1036 * Lookup90: cumulus_pallet_xcm::pallet::Event<T>
998 **/1037 **/
999 CumulusPalletXcmEvent: {1038 CumulusPalletXcmEvent: {
1000 _enum: {1039 _enum: {
1001 InvalidFormat: '[u8;8]',1040 InvalidFormat: '[u8;8]',
1002 UnsupportedVersion: '[u8;8]',1041 UnsupportedVersion: '[u8;8]',
1003 ExecutedDownward: '([u8;8],XcmV2TraitsOutcome)'1042 ExecutedDownward: '([u8;8],XcmV2TraitsOutcome)'
1004 }1043 }
1005 },1044 },
1006 /**1045 /**
1007 * Lookup90: cumulus_pallet_dmp_queue::pallet::Event<T>1046 * Lookup91: cumulus_pallet_dmp_queue::pallet::Event<T>
1008 **/1047 **/
1009 CumulusPalletDmpQueueEvent: {1048 CumulusPalletDmpQueueEvent: {
1010 _enum: {1049 _enum: {
1011 InvalidFormat: {1050 InvalidFormat: {
1034 }1073 }
1035 }1074 }
1036 },1075 },
1076 /**
1077 * Lookup92: pallet_configuration::pallet::Event<T>
1078 **/
1079 PalletConfigurationEvent: {
1080 _enum: {
1081 NewDesiredCollators: {
1082 desiredCollators: 'Option<u32>',
1083 },
1084 NewCollatorLicenseBond: {
1085 bondCost: 'Option<u128>',
1086 },
1087 NewCollatorKickThreshold: {
1088 lengthInBlocks: 'Option<u32>'
1089 }
1090 }
1091 },
1037 /**1092 /**
1038 * Lookup91: pallet_common::pallet::Event<T>1093 * Lookup95: pallet_common::pallet::Event<T>
1039 **/1094 **/
1040 PalletCommonEvent: {1095 PalletCommonEvent: {
1041 _enum: {1096 _enum: {
1042 CollectionCreated: '(u32,u8,AccountId32)',1097 CollectionCreated: '(u32,u8,AccountId32)',
1063 CollectionSponsorRemoved: 'u32'1118 CollectionSponsorRemoved: 'u32'
1064 }1119 }
1065 },1120 },
1066 /**1121 /**
1067 * Lookup94: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>1122 * Lookup98: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>
1068 **/1123 **/
1069 PalletEvmAccountBasicCrossAccountIdRepr: {1124 PalletEvmAccountBasicCrossAccountIdRepr: {
1070 _enum: {1125 _enum: {
1071 Substrate: 'AccountId32',1126 Substrate: 'AccountId32',
1072 Ethereum: 'H160'1127 Ethereum: 'H160'
1073 }1128 }
1074 },1129 },
1075 /**1130 /**
1076 * Lookup98: pallet_structure::pallet::Event<T>1131 * Lookup102: pallet_structure::pallet::Event<T>
1077 **/1132 **/
1078 PalletStructureEvent: {1133 PalletStructureEvent: {
1079 _enum: {1134 _enum: {
1080 Executed: 'Result<Null, SpRuntimeDispatchError>'1135 Executed: 'Result<Null, SpRuntimeDispatchError>'
1081 }1136 }
1082 },1137 },
1083 /**1138 /**
1084 * Lookup99: pallet_rmrk_core::pallet::Event<T>1139 * Lookup103: pallet_rmrk_core::pallet::Event<T>
1085 **/1140 **/
1086 PalletRmrkCoreEvent: {1141 PalletRmrkCoreEvent: {
1087 _enum: {1142 _enum: {
1088 CollectionCreated: {1143 CollectionCreated: {
1157 }1212 }
1158 }1213 }
1159 },1214 },
1160 /**1215 /**
1161 * Lookup100: rmrk_traits::nft::AccountIdOrCollectionNftTuple<sp_core::crypto::AccountId32>1216 * Lookup104: rmrk_traits::nft::AccountIdOrCollectionNftTuple<sp_core::crypto::AccountId32>
1162 **/1217 **/
1163 RmrkTraitsNftAccountIdOrCollectionNftTuple: {1218 RmrkTraitsNftAccountIdOrCollectionNftTuple: {
1164 _enum: {1219 _enum: {
1165 AccountId: 'AccountId32',1220 AccountId: 'AccountId32',
1166 CollectionAndNftTuple: '(u32,u32)'1221 CollectionAndNftTuple: '(u32,u32)'
1167 }1222 }
1168 },1223 },
1169 /**1224 /**
1170 * Lookup104: pallet_rmrk_equip::pallet::Event<T>1225 * Lookup107: pallet_rmrk_equip::pallet::Event<T>
1171 **/1226 **/
1172 PalletRmrkEquipEvent: {1227 PalletRmrkEquipEvent: {
1173 _enum: {1228 _enum: {
1174 BaseCreated: {1229 BaseCreated: {
1181 }1236 }
1182 }1237 }
1183 },1238 },
1184 /**1239 /**
1185 * Lookup105: pallet_app_promotion::pallet::Event<T>1240 * Lookup108: pallet_app_promotion::pallet::Event<T>
1186 **/1241 **/
1187 PalletAppPromotionEvent: {1242 PalletAppPromotionEvent: {
1188 _enum: {1243 _enum: {
1189 StakingRecalculation: '(AccountId32,u128,u128)',1244 StakingRecalculation: '(AccountId32,u128,u128)',
1192 SetAdmin: 'AccountId32'1247 SetAdmin: 'AccountId32'
1193 }1248 }
1194 },1249 },
1195 /**1250 /**
1196 * Lookup106: pallet_foreign_assets::module::Event<T>1251 * Lookup109: pallet_foreign_assets::module::Event<T>
1197 **/1252 **/
1198 PalletForeignAssetsModuleEvent: {1253 PalletForeignAssetsModuleEvent: {
1199 _enum: {1254 _enum: {
1200 ForeignAssetRegistered: {1255 ForeignAssetRegistered: {
1217 }1272 }
1218 }1273 }
1219 },1274 },
1220 /**1275 /**
1221 * Lookup107: pallet_foreign_assets::module::AssetMetadata<Balance>1276 * Lookup110: pallet_foreign_assets::module::AssetMetadata<Balance>
1222 **/1277 **/
1223 PalletForeignAssetsModuleAssetMetadata: {1278 PalletForeignAssetsModuleAssetMetadata: {
1224 name: 'Bytes',1279 name: 'Bytes',
1225 symbol: 'Bytes',1280 symbol: 'Bytes',
1226 decimals: 'u8',1281 decimals: 'u8',
1227 minimalBalance: 'u128'1282 minimalBalance: 'u128'
1228 },1283 },
1229 /**1284 /**
1230 * Lookup108: pallet_evm::pallet::Event<T>1285 * Lookup111: pallet_evm::pallet::Event<T>
1231 **/1286 **/
1232 PalletEvmEvent: {1287 PalletEvmEvent: {
1233 _enum: {1288 _enum: {
1234 Log: {1289 Log: {
1248 }1303 }
1249 }1304 }
1250 },1305 },
1251 /**1306 /**
1252 * Lookup109: ethereum::log::Log1307 * Lookup112: ethereum::log::Log
1253 **/1308 **/
1254 EthereumLog: {1309 EthereumLog: {
1255 address: 'H160',1310 address: 'H160',
1256 topics: 'Vec<H256>',1311 topics: 'Vec<H256>',
1257 data: 'Bytes'1312 data: 'Bytes'
1258 },1313 },
1259 /**1314 /**
1260 * Lookup111: pallet_ethereum::pallet::Event1315 * Lookup114: pallet_ethereum::pallet::Event
1261 **/1316 **/
1262 PalletEthereumEvent: {1317 PalletEthereumEvent: {
1263 _enum: {1318 _enum: {
1264 Executed: {1319 Executed: {
1269 }1324 }
1270 }1325 }
1271 },1326 },
1272 /**1327 /**
1273 * Lookup112: evm_core::error::ExitReason1328 * Lookup115: evm_core::error::ExitReason
1274 **/1329 **/
1275 EvmCoreErrorExitReason: {1330 EvmCoreErrorExitReason: {
1276 _enum: {1331 _enum: {
1277 Succeed: 'EvmCoreErrorExitSucceed',1332 Succeed: 'EvmCoreErrorExitSucceed',
1280 Fatal: 'EvmCoreErrorExitFatal'1335 Fatal: 'EvmCoreErrorExitFatal'
1281 }1336 }
1282 },1337 },
1283 /**1338 /**
1284 * Lookup113: evm_core::error::ExitSucceed1339 * Lookup116: evm_core::error::ExitSucceed
1285 **/1340 **/
1286 EvmCoreErrorExitSucceed: {1341 EvmCoreErrorExitSucceed: {
1287 _enum: ['Stopped', 'Returned', 'Suicided']1342 _enum: ['Stopped', 'Returned', 'Suicided']
1288 },1343 },
1289 /**1344 /**
1290 * Lookup114: evm_core::error::ExitError1345 * Lookup117: evm_core::error::ExitError
1291 **/1346 **/
1292 EvmCoreErrorExitError: {1347 EvmCoreErrorExitError: {
1293 _enum: {1348 _enum: {
1294 StackUnderflow: 'Null',1349 StackUnderflow: 'Null',
1308 InvalidCode: 'Null'1363 InvalidCode: 'Null'
1309 }1364 }
1310 },1365 },
1311 /**1366 /**
1312 * Lookup117: evm_core::error::ExitRevert1367 * Lookup120: evm_core::error::ExitRevert
1313 **/1368 **/
1314 EvmCoreErrorExitRevert: {1369 EvmCoreErrorExitRevert: {
1315 _enum: ['Reverted']1370 _enum: ['Reverted']
1316 },1371 },
1317 /**1372 /**
1318 * Lookup118: evm_core::error::ExitFatal1373 * Lookup121: evm_core::error::ExitFatal
1319 **/1374 **/
1320 EvmCoreErrorExitFatal: {1375 EvmCoreErrorExitFatal: {
1321 _enum: {1376 _enum: {
1322 NotSupported: 'Null',1377 NotSupported: 'Null',
1325 Other: 'Text'1380 Other: 'Text'
1326 }1381 }
1327 },1382 },
1328 /**1383 /**
1329 * Lookup119: pallet_evm_contract_helpers::pallet::Event<T>1384 * Lookup122: pallet_evm_contract_helpers::pallet::Event<T>
1330 **/1385 **/
1331 PalletEvmContractHelpersEvent: {1386 PalletEvmContractHelpersEvent: {
1332 _enum: {1387 _enum: {
1333 ContractSponsorSet: '(H160,AccountId32)',1388 ContractSponsorSet: '(H160,AccountId32)',
1334 ContractSponsorshipConfirmed: '(H160,AccountId32)',1389 ContractSponsorshipConfirmed: '(H160,AccountId32)',
1335 ContractSponsorRemoved: 'H160'1390 ContractSponsorRemoved: 'H160'
1336 }1391 }
1337 },1392 },
1338 /**1393 /**
1339 * Lookup120: pallet_evm_migration::pallet::Event<T>1394 * Lookup123: pallet_data_management::pallet::Event<T>
1340 **/1395 **/
1341 PalletEvmMigrationEvent: {1396 PalletDataManagementEvent: {
1342 _enum: ['TestEvent']1397 _enum: ['TestEvent']
1343 },1398 },
1344 /**1399 /**
1345 * Lookup121: pallet_maintenance::pallet::Event<T>1400 * Lookup124: pallet_maintenance::pallet::Event<T>
1346 **/1401 **/
1347 PalletMaintenanceEvent: {1402 PalletMaintenanceEvent: {
1348 _enum: ['MaintenanceEnabled', 'MaintenanceDisabled']1403 _enum: ['MaintenanceEnabled', 'MaintenanceDisabled']
1349 },1404 },
1350 /**1405 /**
1351 * Lookup122: pallet_test_utils::pallet::Event<T>1406 * Lookup125: pallet_test_utils::pallet::Event<T>
1352 **/1407 **/
1353 PalletTestUtilsEvent: {1408 PalletTestUtilsEvent: {
1354 _enum: ['ValueIsSet', 'ShouldRollback', 'BatchCompleted']1409 _enum: ['ValueIsSet', 'ShouldRollback', 'BatchCompleted']
1355 },1410 },
1356 /**1411 /**
1357 * Lookup123: frame_system::Phase1412 * Lookup126: frame_system::Phase
1358 **/1413 **/
1359 FrameSystemPhase: {1414 FrameSystemPhase: {
1360 _enum: {1415 _enum: {
1361 ApplyExtrinsic: 'u32',1416 ApplyExtrinsic: 'u32',
1362 Finalization: 'Null',1417 Finalization: 'Null',
1363 Initialization: 'Null'1418 Initialization: 'Null'
1364 }1419 }
1365 },1420 },
1366 /**1421 /**
1367 * Lookup126: frame_system::LastRuntimeUpgradeInfo1422 * Lookup129: frame_system::LastRuntimeUpgradeInfo
1368 **/1423 **/
1369 FrameSystemLastRuntimeUpgradeInfo: {1424 FrameSystemLastRuntimeUpgradeInfo: {
1370 specVersion: 'Compact<u32>',1425 specVersion: 'Compact<u32>',
1371 specName: 'Text'1426 specName: 'Text'
1372 },1427 },
1373 /**1428 /**
1374 * Lookup127: frame_system::pallet::Call<T>1429 * Lookup130: frame_system::pallet::Call<T>
1375 **/1430 **/
1376 FrameSystemCall: {1431 FrameSystemCall: {
1377 _enum: {1432 _enum: {
1378 fill_block: {1433 fill_block: {
1408 }1463 }
1409 }1464 }
1410 },1465 },
1411 /**1466 /**
1412 * Lookup132: frame_system::limits::BlockWeights1467 * Lookup135: frame_system::limits::BlockWeights
1413 **/1468 **/
1414 FrameSystemLimitsBlockWeights: {1469 FrameSystemLimitsBlockWeights: {
1415 baseBlock: 'SpWeightsWeightV2Weight',1470 baseBlock: 'SpWeightsWeightV2Weight',
1416 maxBlock: 'SpWeightsWeightV2Weight',1471 maxBlock: 'SpWeightsWeightV2Weight',
1417 perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'1472 perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
1418 },1473 },
1419 /**1474 /**
1420 * Lookup133: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>1475 * Lookup136: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1421 **/1476 **/
1422 FrameSupportDispatchPerDispatchClassWeightsPerClass: {1477 FrameSupportDispatchPerDispatchClassWeightsPerClass: {
1423 normal: 'FrameSystemLimitsWeightsPerClass',1478 normal: 'FrameSystemLimitsWeightsPerClass',
1424 operational: 'FrameSystemLimitsWeightsPerClass',1479 operational: 'FrameSystemLimitsWeightsPerClass',
1425 mandatory: 'FrameSystemLimitsWeightsPerClass'1480 mandatory: 'FrameSystemLimitsWeightsPerClass'
1426 },1481 },
1427 /**1482 /**
1428 * Lookup134: frame_system::limits::WeightsPerClass1483 * Lookup137: frame_system::limits::WeightsPerClass
1429 **/1484 **/
1430 FrameSystemLimitsWeightsPerClass: {1485 FrameSystemLimitsWeightsPerClass: {
1431 baseExtrinsic: 'SpWeightsWeightV2Weight',1486 baseExtrinsic: 'SpWeightsWeightV2Weight',
1432 maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',1487 maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',
1433 maxTotal: 'Option<SpWeightsWeightV2Weight>',1488 maxTotal: 'Option<SpWeightsWeightV2Weight>',
1434 reserved: 'Option<SpWeightsWeightV2Weight>'1489 reserved: 'Option<SpWeightsWeightV2Weight>'
1435 },1490 },
1436 /**1491 /**
1437 * Lookup136: frame_system::limits::BlockLength1492 * Lookup139: frame_system::limits::BlockLength
1438 **/1493 **/
1439 FrameSystemLimitsBlockLength: {1494 FrameSystemLimitsBlockLength: {
1440 max: 'FrameSupportDispatchPerDispatchClassU32'1495 max: 'FrameSupportDispatchPerDispatchClassU32'
1441 },1496 },
1442 /**1497 /**
1443 * Lookup137: frame_support::dispatch::PerDispatchClass<T>1498 * Lookup140: frame_support::dispatch::PerDispatchClass<T>
1444 **/1499 **/
1445 FrameSupportDispatchPerDispatchClassU32: {1500 FrameSupportDispatchPerDispatchClassU32: {
1446 normal: 'u32',1501 normal: 'u32',
1447 operational: 'u32',1502 operational: 'u32',
1448 mandatory: 'u32'1503 mandatory: 'u32'
1449 },1504 },
1450 /**1505 /**
1451 * Lookup138: sp_weights::RuntimeDbWeight1506 * Lookup141: sp_weights::RuntimeDbWeight
1452 **/1507 **/
1453 SpWeightsRuntimeDbWeight: {1508 SpWeightsRuntimeDbWeight: {
1454 read: 'u64',1509 read: 'u64',
1455 write: 'u64'1510 write: 'u64'
1456 },1511 },
1457 /**1512 /**
1458 * Lookup139: sp_version::RuntimeVersion1513 * Lookup142: sp_version::RuntimeVersion
1459 **/1514 **/
1460 SpVersionRuntimeVersion: {1515 SpVersionRuntimeVersion: {
1461 specName: 'Text',1516 specName: 'Text',
1462 implName: 'Text',1517 implName: 'Text',
1467 transactionVersion: 'u32',1522 transactionVersion: 'u32',
1468 stateVersion: 'u8'1523 stateVersion: 'u8'
1469 },1524 },
1470 /**1525 /**
1471 * Lookup144: frame_system::pallet::Error<T>1526 * Lookup147: frame_system::pallet::Error<T>
1472 **/1527 **/
1473 FrameSystemError: {1528 FrameSystemError: {
1474 _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']1529 _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']
1475 },1530 },
1476 /**1531 /**
1477 * Lookup145: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>1532 * Lookup148: polkadot_primitives::v2::PersistedValidationData<primitive_types::H256, N>
1478 **/1533 **/
1479 PolkadotPrimitivesV2PersistedValidationData: {1534 PolkadotPrimitivesV2PersistedValidationData: {
1480 parentHead: 'Bytes',1535 parentHead: 'Bytes',
1481 relayParentNumber: 'u32',1536 relayParentNumber: 'u32',
1482 relayParentStorageRoot: 'H256',1537 relayParentStorageRoot: 'H256',
1483 maxPovSize: 'u32'1538 maxPovSize: 'u32'
1484 },1539 },
1485 /**1540 /**
1486 * Lookup148: polkadot_primitives::v2::UpgradeRestriction1541 * Lookup151: polkadot_primitives::v2::UpgradeRestriction
1487 **/1542 **/
1488 PolkadotPrimitivesV2UpgradeRestriction: {1543 PolkadotPrimitivesV2UpgradeRestriction: {
1489 _enum: ['Present']1544 _enum: ['Present']
1490 },1545 },
1491 /**1546 /**
1492 * Lookup149: sp_trie::storage_proof::StorageProof1547 * Lookup152: sp_trie::storage_proof::StorageProof
1493 **/1548 **/
1494 SpTrieStorageProof: {1549 SpTrieStorageProof: {
1495 trieNodes: 'BTreeSet<Bytes>'1550 trieNodes: 'BTreeSet<Bytes>'
1496 },1551 },
1497 /**1552 /**
1498 * Lookup151: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot1553 * Lookup154: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
1499 **/1554 **/
1500 CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {1555 CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {
1501 dmqMqcHead: 'H256',1556 dmqMqcHead: 'H256',
1502 relayDispatchQueueSize: '(u32,u32)',1557 relayDispatchQueueSize: '(u32,u32)',
1503 ingressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>',1558 ingressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>',
1504 egressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>'1559 egressChannels: 'Vec<(u32,PolkadotPrimitivesV2AbridgedHrmpChannel)>'
1505 },1560 },
1506 /**1561 /**
1507 * Lookup154: polkadot_primitives::v2::AbridgedHrmpChannel1562 * Lookup157: polkadot_primitives::v2::AbridgedHrmpChannel
1508 **/1563 **/
1509 PolkadotPrimitivesV2AbridgedHrmpChannel: {1564 PolkadotPrimitivesV2AbridgedHrmpChannel: {
1510 maxCapacity: 'u32',1565 maxCapacity: 'u32',
1511 maxTotalSize: 'u32',1566 maxTotalSize: 'u32',
1514 totalSize: 'u32',1569 totalSize: 'u32',
1515 mqcHead: 'Option<H256>'1570 mqcHead: 'Option<H256>'
1516 },1571 },
1517 /**1572 /**
1518 * Lookup155: polkadot_primitives::v2::AbridgedHostConfiguration1573 * Lookup158: polkadot_primitives::v2::AbridgedHostConfiguration
1519 **/1574 **/
1520 PolkadotPrimitivesV2AbridgedHostConfiguration: {1575 PolkadotPrimitivesV2AbridgedHostConfiguration: {
1521 maxCodeSize: 'u32',1576 maxCodeSize: 'u32',
1522 maxHeadDataSize: 'u32',1577 maxHeadDataSize: 'u32',
1528 validationUpgradeCooldown: 'u32',1583 validationUpgradeCooldown: 'u32',
1529 validationUpgradeDelay: 'u32'1584 validationUpgradeDelay: 'u32'
1530 },1585 },
1531 /**1586 /**
1532 * Lookup161: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>1587 * Lookup164: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>
1533 **/1588 **/
1534 PolkadotCorePrimitivesOutboundHrmpMessage: {1589 PolkadotCorePrimitivesOutboundHrmpMessage: {
1535 recipient: 'u32',1590 recipient: 'u32',
1536 data: 'Bytes'1591 data: 'Bytes'
1537 },1592 },
1538 /**1593 /**
1539 * Lookup162: cumulus_pallet_parachain_system::pallet::Call<T>1594 * Lookup165: cumulus_pallet_parachain_system::pallet::Call<T>
1540 **/1595 **/
1541 CumulusPalletParachainSystemCall: {1596 CumulusPalletParachainSystemCall: {
1542 _enum: {1597 _enum: {
1543 set_validation_data: {1598 set_validation_data: {
1554 }1609 }
1555 }1610 }
1556 },1611 },
1557 /**1612 /**
1558 * Lookup163: cumulus_primitives_parachain_inherent::ParachainInherentData1613 * Lookup166: cumulus_primitives_parachain_inherent::ParachainInherentData
1559 **/1614 **/
1560 CumulusPrimitivesParachainInherentParachainInherentData: {1615 CumulusPrimitivesParachainInherentParachainInherentData: {
1561 validationData: 'PolkadotPrimitivesV2PersistedValidationData',1616 validationData: 'PolkadotPrimitivesV2PersistedValidationData',
1562 relayChainState: 'SpTrieStorageProof',1617 relayChainState: 'SpTrieStorageProof',
1563 downwardMessages: 'Vec<PolkadotCorePrimitivesInboundDownwardMessage>',1618 downwardMessages: 'Vec<PolkadotCorePrimitivesInboundDownwardMessage>',
1564 horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'1619 horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'
1565 },1620 },
1566 /**1621 /**
1567 * Lookup165: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>1622 * Lookup168: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
1568 **/1623 **/
1569 PolkadotCorePrimitivesInboundDownwardMessage: {1624 PolkadotCorePrimitivesInboundDownwardMessage: {
1570 sentAt: 'u32',1625 sentAt: 'u32',
1571 msg: 'Bytes'1626 msg: 'Bytes'
1572 },1627 },
1573 /**1628 /**
1574 * Lookup168: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>1629 * Lookup171: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
1575 **/1630 **/
1576 PolkadotCorePrimitivesInboundHrmpMessage: {1631 PolkadotCorePrimitivesInboundHrmpMessage: {
1577 sentAt: 'u32',1632 sentAt: 'u32',
1578 data: 'Bytes'1633 data: 'Bytes'
1579 },1634 },
1580 /**1635 /**
1581 * Lookup171: cumulus_pallet_parachain_system::pallet::Error<T>1636 * Lookup174: cumulus_pallet_parachain_system::pallet::Error<T>
1582 **/1637 **/
1583 CumulusPalletParachainSystemError: {1638 CumulusPalletParachainSystemError: {
1584 _enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']1639 _enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']
1585 },1640 },
1586 /**1641 /**
1587 * Lookup173: pallet_authorship::UncleEntryItem<BlockNumber, primitive_types::H256, sp_core::crypto::AccountId32>1642 * Lookup176: pallet_authorship::UncleEntryItem<BlockNumber, primitive_types::H256, sp_core::crypto::AccountId32>
1588 **/1643 **/
1589 PalletAuthorshipUncleEntryItem: {1644 PalletAuthorshipUncleEntryItem: {
1590 _enum: {1645 _enum: {
1591 InclusionHeight: 'u32',1646 InclusionHeight: 'u32',
1592 Uncle: '(H256,Option<AccountId32>)'1647 Uncle: '(H256,Option<AccountId32>)'
1593 }1648 }
1594 },1649 },
1595 /**1650 /**
1596 * Lookup175: pallet_authorship::pallet::Call<T>1651 * Lookup178: pallet_authorship::pallet::Call<T>
1597 **/1652 **/
1598 PalletAuthorshipCall: {1653 PalletAuthorshipCall: {
1599 _enum: {1654 _enum: {
1600 set_uncles: {1655 set_uncles: {
1601 newUncles: 'Vec<SpRuntimeHeader>'1656 newUncles: 'Vec<SpRuntimeHeader>'
1602 }1657 }
1603 }1658 }
1604 },1659 },
1605 /**1660 /**
1606 * Lookup177: sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>1661 * Lookup180: sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>
1607 **/1662 **/
1608 SpRuntimeHeader: {1663 SpRuntimeHeader: {
1609 parentHash: 'H256',1664 parentHash: 'H256',
1610 number: 'Compact<u32>',1665 number: 'Compact<u32>',
1611 stateRoot: 'H256',1666 stateRoot: 'H256',
1612 extrinsicsRoot: 'H256',1667 extrinsicsRoot: 'H256',
1613 digest: 'SpRuntimeDigest'1668 digest: 'SpRuntimeDigest'
1614 },1669 },
1615 /**1670 /**
1616 * Lookup178: sp_runtime::traits::BlakeTwo2561671 * Lookup181: sp_runtime::traits::BlakeTwo256
1617 **/1672 **/
1618 SpRuntimeBlakeTwo256: 'Null',1673 SpRuntimeBlakeTwo256: 'Null',
1619 /**1674 /**
1620 * Lookup179: pallet_authorship::pallet::Error<T>1675 * Lookup182: pallet_authorship::pallet::Error<T>
1621 **/1676 **/
1622 PalletAuthorshipError: {1677 PalletAuthorshipError: {
1623 _enum: ['InvalidUncleParent', 'UnclesAlreadySet', 'TooManyUncles', 'GenesisUncle', 'TooHighUncle', 'UncleAlreadyIncluded', 'OldUncle']1678 _enum: ['InvalidUncleParent', 'UnclesAlreadySet', 'TooManyUncles', 'GenesisUncle', 'TooHighUncle', 'UncleAlreadyIncluded', 'OldUncle']
1624 },1679 },
1625 /**1680 /**
1626 * Lookup182: pallet_collator_selection::pallet::Call<T>1681 * Lookup185: pallet_collator_selection::pallet::Call<T>
1627 **/1682 **/
1628 PalletCollatorSelectionCall: {1683 PalletCollatorSelectionCall: {
1629 _enum: {1684 _enum: {
1630 add_invulnerable: {1685 add_invulnerable: {
1636 remove_invulnerable: {1691 remove_invulnerable: {
1637 who: 'AccountId32',1692 who: 'AccountId32',
1638 },1693 },
1639 set_desired_collators: {
1640 max: 'u32',
1641 },
1642 set_license_bond: {
1643 bond: 'u128',
1644 },
1645 set_kick_threshold: {
1646 kickThreshold: 'u32',
1647 },
1648 get_license: 'Null',1694 get_license: 'Null',
1649 onboard: 'Null',1695 onboard: 'Null',
1650 offboard: 'Null',1696 offboard: 'Null',
1654 }1700 }
1655 }1701 }
1656 },1702 },
1657 /**1703 /**
1658 * Lookup183: pallet_collator_selection::pallet::Error<T>1704 * Lookup186: pallet_collator_selection::pallet::Error<T>
1659 **/1705 **/
1660 PalletCollatorSelectionError: {1706 PalletCollatorSelectionError: {
1661 _enum: ['TooManyCandidates', 'Unknown', 'Permission', 'AlreadyHoldingLicense', 'NoLicense', 'AlreadyCandidate', 'NotCandidate', 'TooManyInvulnerables', 'TooFewInvulnerables', 'AlreadyInvulnerable', 'NotInvulnerable', 'NoAssociatedValidatorId', 'ValidatorNotRegistered']1707 _enum: ['TooManyCandidates', 'Unknown', 'Permission', 'AlreadyHoldingLicense', 'NoLicense', 'AlreadyCandidate', 'NotCandidate', 'TooManyInvulnerables', 'TooFewInvulnerables', 'AlreadyInvulnerable', 'NotInvulnerable', 'NoAssociatedValidatorId', 'ValidatorNotRegistered']
1662 },1708 },
1663 /**1709 /**
1664 * Lookup186: opal_runtime::runtime_common::SessionKeys1710 * Lookup189: opal_runtime::runtime_common::SessionKeys
1665 **/1711 **/
1666 OpalRuntimeRuntimeCommonSessionKeys: {1712 OpalRuntimeRuntimeCommonSessionKeys: {
1667 aura: 'SpConsensusAuraSr25519AppSr25519Public'1713 aura: 'SpConsensusAuraSr25519AppSr25519Public'
1668 },1714 },
1669 /**1715 /**
1670 * Lookup187: sp_consensus_aura::sr25519::app_sr25519::Public1716 * Lookup190: sp_consensus_aura::sr25519::app_sr25519::Public
1671 **/1717 **/
1672 SpConsensusAuraSr25519AppSr25519Public: 'SpCoreSr25519Public',1718 SpConsensusAuraSr25519AppSr25519Public: 'SpCoreSr25519Public',
1673 /**1719 /**
1674 * Lookup188: sp_core::sr25519::Public1720 * Lookup191: sp_core::sr25519::Public
1675 **/1721 **/
1676 SpCoreSr25519Public: '[u8;32]',1722 SpCoreSr25519Public: '[u8;32]',
1677 /**1723 /**
1678 * Lookup191: sp_core::crypto::KeyTypeId1724 * Lookup194: sp_core::crypto::KeyTypeId
1679 **/1725 **/
1680 SpCoreCryptoKeyTypeId: '[u8;4]',1726 SpCoreCryptoKeyTypeId: '[u8;4]',
1681 /**1727 /**
1682 * Lookup192: pallet_session::pallet::Call<T>1728 * Lookup195: pallet_session::pallet::Call<T>
1683 **/1729 **/
1684 PalletSessionCall: {1730 PalletSessionCall: {
1685 _enum: {1731 _enum: {
1686 set_keys: {1732 set_keys: {
1693 purge_keys: 'Null'1739 purge_keys: 'Null'
1694 }1740 }
1695 },1741 },
1696 /**1742 /**
1697 * Lookup193: pallet_session::pallet::Error<T>1743 * Lookup196: pallet_session::pallet::Error<T>
1698 **/1744 **/
1699 PalletSessionError: {1745 PalletSessionError: {
1700 _enum: ['InvalidProof', 'NoAssociatedValidatorId', 'DuplicatedKey', 'NoKeys', 'NoAccount']1746 _enum: ['InvalidProof', 'NoAssociatedValidatorId', 'DuplicatedKey', 'NoKeys', 'NoAccount']
1701 },1747 },
1748 /**
1749 * Lookup197: pallet_identity::types::Registration<Balance, MaxJudgements, MaxAdditionalFields>
1750 **/
1751 PalletIdentityRegistration: {
1752 judgements: 'Vec<(u32,PalletIdentityJudgement)>',
1753 deposit: 'u128',
1754 info: 'PalletIdentityIdentityInfo'
1755 },
1756 /**
1757 * Lookup200: pallet_identity::types::Judgement<Balance>
1758 **/
1759 PalletIdentityJudgement: {
1760 _enum: {
1761 Unknown: 'Null',
1762 FeePaid: 'u128',
1763 Reasonable: 'Null',
1764 KnownGood: 'Null',
1765 OutOfDate: 'Null',
1766 LowQuality: 'Null',
1767 Erroneous: 'Null'
1768 }
1769 },
1770 /**
1771 * Lookup202: pallet_identity::types::IdentityInfo<FieldLimit>
1772 **/
1773 PalletIdentityIdentityInfo: {
1774 additional: 'Vec<(Data,Data)>',
1775 display: 'Data',
1776 legal: 'Data',
1777 web: 'Data',
1778 riot: 'Data',
1779 email: 'Data',
1780 pgpFingerprint: 'Option<[u8;20]>',
1781 image: 'Data',
1782 twitter: 'Data'
1783 },
1784 /**
1785 * Lookup241: pallet_identity::types::RegistrarInfo<Balance, sp_core::crypto::AccountId32>
1786 **/
1787 PalletIdentityRegistrarInfo: {
1788 account: 'AccountId32',
1789 fee: 'u128',
1790 fields: 'PalletIdentityBitFlags'
1791 },
1792 /**
1793 * Lookup242: pallet_identity::types::BitFlags<pallet_identity::types::IdentityField>
1794 **/
1795 PalletIdentityBitFlags: {
1796 _bitLength: 64,
1797 Display: 1,
1798 Legal: 2,
1799 Web: 4,
1800 Riot: 8,
1801 Email: 16,
1802 PgpFingerprint: 32,
1803 Image: 64,
1804 Twitter: 128
1805 },
1806 /**
1807 * Lookup243: pallet_identity::types::IdentityField
1808 **/
1809 PalletIdentityIdentityField: {
1810 _enum: ['__Unused0', 'Display', 'Legal', '__Unused3', 'Web', '__Unused5', '__Unused6', '__Unused7', 'Riot', '__Unused9', '__Unused10', '__Unused11', '__Unused12', '__Unused13', '__Unused14', '__Unused15', 'Email', '__Unused17', '__Unused18', '__Unused19', '__Unused20', '__Unused21', '__Unused22', '__Unused23', '__Unused24', '__Unused25', '__Unused26', '__Unused27', '__Unused28', '__Unused29', '__Unused30', '__Unused31', 'PgpFingerprint', '__Unused33', '__Unused34', '__Unused35', '__Unused36', '__Unused37', '__Unused38', '__Unused39', '__Unused40', '__Unused41', '__Unused42', '__Unused43', '__Unused44', '__Unused45', '__Unused46', '__Unused47', '__Unused48', '__Unused49', '__Unused50', '__Unused51', '__Unused52', '__Unused53', '__Unused54', '__Unused55', '__Unused56', '__Unused57', '__Unused58', '__Unused59', '__Unused60', '__Unused61', '__Unused62', '__Unused63', 'Image', '__Unused65', '__Unused66', '__Unused67', '__Unused68', '__Unused69', '__Unused70', '__Unused71', '__Unused72', '__Unused73', '__Unused74', '__Unused75', '__Unused76', '__Unused77', '__Unused78', '__Unused79', '__Unused80', '__Unused81', '__Unused82', '__Unused83', '__Unused84', '__Unused85', '__Unused86', '__Unused87', '__Unused88', '__Unused89', '__Unused90', '__Unused91', '__Unused92', '__Unused93', '__Unused94', '__Unused95', '__Unused96', '__Unused97', '__Unused98', '__Unused99', '__Unused100', '__Unused101', '__Unused102', '__Unused103', '__Unused104', '__Unused105', '__Unused106', '__Unused107', '__Unused108', '__Unused109', '__Unused110', '__Unused111', '__Unused112', '__Unused113', '__Unused114', '__Unused115', '__Unused116', '__Unused117', '__Unused118', '__Unused119', '__Unused120', '__Unused121', '__Unused122', '__Unused123', '__Unused124', '__Unused125', '__Unused126', '__Unused127', 'Twitter']
1811 },
1812 /**
1813 * Lookup245: pallet_identity::pallet::Call<T>
1814 **/
1815 PalletIdentityCall: {
1816 _enum: {
1817 add_registrar: {
1818 account: 'MultiAddress',
1819 },
1820 set_identity: {
1821 info: 'PalletIdentityIdentityInfo',
1822 },
1823 set_subs: {
1824 subs: 'Vec<(AccountId32,Data)>',
1825 },
1826 clear_identity: 'Null',
1827 request_judgement: {
1828 regIndex: 'Compact<u32>',
1829 maxFee: 'Compact<u128>',
1830 },
1831 cancel_request: {
1832 regIndex: 'u32',
1833 },
1834 set_fee: {
1835 index: 'Compact<u32>',
1836 fee: 'Compact<u128>',
1837 },
1838 set_account_id: {
1839 _alias: {
1840 new_: 'new',
1841 },
1842 index: 'Compact<u32>',
1843 new_: 'MultiAddress',
1844 },
1845 set_fields: {
1846 index: 'Compact<u32>',
1847 fields: 'PalletIdentityBitFlags',
1848 },
1849 provide_judgement: {
1850 regIndex: 'Compact<u32>',
1851 target: 'MultiAddress',
1852 judgement: 'PalletIdentityJudgement',
1853 identity: 'H256',
1854 },
1855 kill_identity: {
1856 target: 'MultiAddress',
1857 },
1858 add_sub: {
1859 sub: 'MultiAddress',
1860 data: 'Data',
1861 },
1862 rename_sub: {
1863 sub: 'MultiAddress',
1864 data: 'Data',
1865 },
1866 remove_sub: {
1867 sub: 'MultiAddress',
1868 },
1869 quit_sub: 'Null'
1870 }
1871 },
1872 /**
1873 * Lookup249: pallet_identity::pallet::Error<T>
1874 **/
1875 PalletIdentityError: {
1876 _enum: ['TooManySubAccounts', 'NotFound', 'NotNamed', 'EmptyIndex', 'FeeChanged', 'NoIdentity', 'StickyJudgement', 'JudgementGiven', 'InvalidJudgement', 'InvalidIndex', 'InvalidTarget', 'TooManyFields', 'TooManyRegistrars', 'AlreadyClaimed', 'NotSub', 'NotOwned', 'JudgementForDifferentIdentity', 'JudgementPaymentFailed']
1877 },
1702 /**1878 /**
1703 * Lookup195: pallet_balances::BalanceLock<Balance>1879 * Lookup251: pallet_balances::BalanceLock<Balance>
1704 **/1880 **/
1705 PalletBalancesBalanceLock: {1881 PalletBalancesBalanceLock: {
1706 id: '[u8;8]',1882 id: '[u8;8]',
1707 amount: 'u128',1883 amount: 'u128',
1708 reasons: 'PalletBalancesReasons'1884 reasons: 'PalletBalancesReasons'
1709 },1885 },
1710 /**1886 /**
1711 * Lookup196: pallet_balances::Reasons1887 * Lookup252: pallet_balances::Reasons
1712 **/1888 **/
1713 PalletBalancesReasons: {1889 PalletBalancesReasons: {
1714 _enum: ['Fee', 'Misc', 'All']1890 _enum: ['Fee', 'Misc', 'All']
1715 },1891 },
1716 /**1892 /**
1717 * Lookup199: pallet_balances::ReserveData<ReserveIdentifier, Balance>1893 * Lookup255: pallet_balances::ReserveData<ReserveIdentifier, Balance>
1718 **/1894 **/
1719 PalletBalancesReserveData: {1895 PalletBalancesReserveData: {
1720 id: '[u8;16]',1896 id: '[u8;16]',
1721 amount: 'u128'1897 amount: 'u128'
1722 },1898 },
1723 /**1899 /**
1724 * Lookup201: pallet_balances::Releases1900 * Lookup257: pallet_balances::Releases
1725 **/1901 **/
1726 PalletBalancesReleases: {1902 PalletBalancesReleases: {
1727 _enum: ['V1_0_0', 'V2_0_0']1903 _enum: ['V1_0_0', 'V2_0_0']
1728 },1904 },
1729 /**1905 /**
1730 * Lookup202: pallet_balances::pallet::Call<T, I>1906 * Lookup258: pallet_balances::pallet::Call<T, I>
1731 **/1907 **/
1732 PalletBalancesCall: {1908 PalletBalancesCall: {
1733 _enum: {1909 _enum: {
1734 transfer: {1910 transfer: {
1759 }1935 }
1760 }1936 }
1761 },1937 },
1762 /**1938 /**
1763 * Lookup205: pallet_balances::pallet::Error<T, I>1939 * Lookup259: pallet_balances::pallet::Error<T, I>
1764 **/1940 **/
1765 PalletBalancesError: {1941 PalletBalancesError: {
1766 _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'KeepAlive', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves']1942 _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'KeepAlive', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves']
1767 },1943 },
1768 /**1944 /**
1769 * Lookup207: pallet_timestamp::pallet::Call<T>1945 * Lookup261: pallet_timestamp::pallet::Call<T>
1770 **/1946 **/
1771 PalletTimestampCall: {1947 PalletTimestampCall: {
1772 _enum: {1948 _enum: {
1773 set: {1949 set: {
1774 now: 'Compact<u64>'1950 now: 'Compact<u64>'
1775 }1951 }
1776 }1952 }
1777 },1953 },
1778 /**1954 /**
1779 * Lookup209: pallet_transaction_payment::Releases1955 * Lookup263: pallet_transaction_payment::Releases
1780 **/1956 **/
1781 PalletTransactionPaymentReleases: {1957 PalletTransactionPaymentReleases: {
1782 _enum: ['V1Ancient', 'V2']1958 _enum: ['V1Ancient', 'V2']
1783 },1959 },
1784 /**1960 /**
1785 * Lookup210: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>1961 * Lookup264: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
1786 **/1962 **/
1787 PalletTreasuryProposal: {1963 PalletTreasuryProposal: {
1788 proposer: 'AccountId32',1964 proposer: 'AccountId32',
1789 value: 'u128',1965 value: 'u128',
1790 beneficiary: 'AccountId32',1966 beneficiary: 'AccountId32',
1791 bond: 'u128'1967 bond: 'u128'
1792 },1968 },
1793 /**1969 /**
1794 * Lookup212: pallet_treasury::pallet::Call<T, I>1970 * Lookup266: pallet_treasury::pallet::Call<T, I>
1795 **/1971 **/
1796 PalletTreasuryCall: {1972 PalletTreasuryCall: {
1797 _enum: {1973 _enum: {
1798 propose_spend: {1974 propose_spend: {
1814 }1990 }
1815 }1991 }
1816 },1992 },
1817 /**1993 /**
1818 * Lookup215: frame_support::PalletId1994 * Lookup268: frame_support::PalletId
1819 **/1995 **/
1820 FrameSupportPalletId: '[u8;8]',1996 FrameSupportPalletId: '[u8;8]',
1821 /**1997 /**
1822 * Lookup216: pallet_treasury::pallet::Error<T, I>1998 * Lookup269: pallet_treasury::pallet::Error<T, I>
1823 **/1999 **/
1824 PalletTreasuryError: {2000 PalletTreasuryError: {
1825 _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals', 'InsufficientPermission', 'ProposalNotApproved']2001 _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals', 'InsufficientPermission', 'ProposalNotApproved']
1826 },2002 },
1827 /**2003 /**
1828 * Lookup217: pallet_sudo::pallet::Call<T>2004 * Lookup270: pallet_sudo::pallet::Call<T>
1829 **/2005 **/
1830 PalletSudoCall: {2006 PalletSudoCall: {
1831 _enum: {2007 _enum: {
1832 sudo: {2008 sudo: {
1848 }2024 }
1849 }2025 }
1850 },2026 },
1851 /**2027 /**
1852 * Lookup219: orml_vesting::module::Call<T>2028 * Lookup272: orml_vesting::module::Call<T>
1853 **/2029 **/
1854 OrmlVestingModuleCall: {2030 OrmlVestingModuleCall: {
1855 _enum: {2031 _enum: {
1856 claim: 'Null',2032 claim: 'Null',
1867 }2043 }
1868 }2044 }
1869 },2045 },
1870 /**2046 /**
1871 * Lookup221: orml_xtokens::module::Call<T>2047 * Lookup274: orml_xtokens::module::Call<T>
1872 **/2048 **/
1873 OrmlXtokensModuleCall: {2049 OrmlXtokensModuleCall: {
1874 _enum: {2050 _enum: {
1875 transfer: {2051 transfer: {
1910 }2086 }
1911 }2087 }
1912 },2088 },
1913 /**2089 /**
1914 * Lookup222: xcm::VersionedMultiAsset2090 * Lookup275: xcm::VersionedMultiAsset
1915 **/2091 **/
1916 XcmVersionedMultiAsset: {2092 XcmVersionedMultiAsset: {
1917 _enum: {2093 _enum: {
1918 V0: 'XcmV0MultiAsset',2094 V0: 'XcmV0MultiAsset',
1919 V1: 'XcmV1MultiAsset'2095 V1: 'XcmV1MultiAsset'
1920 }2096 }
1921 },2097 },
1922 /**2098 /**
1923 * Lookup225: orml_tokens::module::Call<T>2099 * Lookup278: orml_tokens::module::Call<T>
1924 **/2100 **/
1925 OrmlTokensModuleCall: {2101 OrmlTokensModuleCall: {
1926 _enum: {2102 _enum: {
1927 transfer: {2103 transfer: {
1953 }2129 }
1954 }2130 }
1955 },2131 },
1956 /**2132 /**
1957 * Lookup226: cumulus_pallet_xcmp_queue::pallet::Call<T>2133 * Lookup279: cumulus_pallet_xcmp_queue::pallet::Call<T>
1958 **/2134 **/
1959 CumulusPalletXcmpQueueCall: {2135 CumulusPalletXcmpQueueCall: {
1960 _enum: {2136 _enum: {
1961 service_overweight: {2137 service_overweight: {
2002 }2178 }
2003 }2179 }
2004 },2180 },
2005 /**2181 /**
2006 * Lookup227: pallet_xcm::pallet::Call<T>2182 * Lookup280: pallet_xcm::pallet::Call<T>
2007 **/2183 **/
2008 PalletXcmCall: {2184 PalletXcmCall: {
2009 _enum: {2185 _enum: {
2010 send: {2186 send: {
2056 }2232 }
2057 }2233 }
2058 },2234 },
2059 /**2235 /**
2060 * Lookup228: xcm::VersionedXcm<RuntimeCall>2236 * Lookup281: xcm::VersionedXcm<RuntimeCall>
2061 **/2237 **/
2062 XcmVersionedXcm: {2238 XcmVersionedXcm: {
2063 _enum: {2239 _enum: {
2064 V0: 'XcmV0Xcm',2240 V0: 'XcmV0Xcm',
2065 V1: 'XcmV1Xcm',2241 V1: 'XcmV1Xcm',
2066 V2: 'XcmV2Xcm'2242 V2: 'XcmV2Xcm'
2067 }2243 }
2068 },2244 },
2069 /**2245 /**
2070 * Lookup229: xcm::v0::Xcm<RuntimeCall>2246 * Lookup282: xcm::v0::Xcm<RuntimeCall>
2071 **/2247 **/
2072 XcmV0Xcm: {2248 XcmV0Xcm: {
2073 _enum: {2249 _enum: {
2074 WithdrawAsset: {2250 WithdrawAsset: {
2120 }2296 }
2121 }2297 }
2122 },2298 },
2123 /**2299 /**
2124 * Lookup231: xcm::v0::order::Order<RuntimeCall>2300 * Lookup284: xcm::v0::order::Order<RuntimeCall>
2125 **/2301 **/
2126 XcmV0Order: {2302 XcmV0Order: {
2127 _enum: {2303 _enum: {
2128 Null: 'Null',2304 Null: 'Null',
2163 }2339 }
2164 }2340 }
2165 },2341 },
2166 /**2342 /**
2167 * Lookup233: xcm::v0::Response2343 * Lookup286: xcm::v0::Response
2168 **/2344 **/
2169 XcmV0Response: {2345 XcmV0Response: {
2170 _enum: {2346 _enum: {
2171 Assets: 'Vec<XcmV0MultiAsset>'2347 Assets: 'Vec<XcmV0MultiAsset>'
2172 }2348 }
2173 },2349 },
2174 /**2350 /**
2175 * Lookup234: xcm::v1::Xcm<RuntimeCall>2351 * Lookup287: xcm::v1::Xcm<RuntimeCall>
2176 **/2352 **/
2177 XcmV1Xcm: {2353 XcmV1Xcm: {
2178 _enum: {2354 _enum: {
2179 WithdrawAsset: {2355 WithdrawAsset: {
2230 UnsubscribeVersion: 'Null'2406 UnsubscribeVersion: 'Null'
2231 }2407 }
2232 },2408 },
2233 /**2409 /**
2234 * Lookup236: xcm::v1::order::Order<RuntimeCall>2410 * Lookup289: xcm::v1::order::Order<RuntimeCall>
2235 **/2411 **/
2236 XcmV1Order: {2412 XcmV1Order: {
2237 _enum: {2413 _enum: {
2238 Noop: 'Null',2414 Noop: 'Null',
2275 }2451 }
2276 }2452 }
2277 },2453 },
2278 /**2454 /**
2279 * Lookup238: xcm::v1::Response2455 * Lookup291: xcm::v1::Response
2280 **/2456 **/
2281 XcmV1Response: {2457 XcmV1Response: {
2282 _enum: {2458 _enum: {
2283 Assets: 'XcmV1MultiassetMultiAssets',2459 Assets: 'XcmV1MultiassetMultiAssets',
2284 Version: 'u32'2460 Version: 'u32'
2285 }2461 }
2286 },2462 },
2287 /**2463 /**
2288 * Lookup252: cumulus_pallet_xcm::pallet::Call<T>2464 * Lookup305: cumulus_pallet_xcm::pallet::Call<T>
2289 **/2465 **/
2290 CumulusPalletXcmCall: 'Null',2466 CumulusPalletXcmCall: 'Null',
2291 /**2467 /**
2292 * Lookup253: cumulus_pallet_dmp_queue::pallet::Call<T>2468 * Lookup306: cumulus_pallet_dmp_queue::pallet::Call<T>
2293 **/2469 **/
2294 CumulusPalletDmpQueueCall: {2470 CumulusPalletDmpQueueCall: {
2295 _enum: {2471 _enum: {
2296 service_overweight: {2472 service_overweight: {
2299 }2475 }
2300 }2476 }
2301 },2477 },
2302 /**2478 /**
2303 * Lookup254: pallet_inflation::pallet::Call<T>2479 * Lookup307: pallet_inflation::pallet::Call<T>
2304 **/2480 **/
2305 PalletInflationCall: {2481 PalletInflationCall: {
2306 _enum: {2482 _enum: {
2307 start_inflation: {2483 start_inflation: {
2308 inflationStartRelayBlock: 'u32'2484 inflationStartRelayBlock: 'u32'
2309 }2485 }
2310 }2486 }
2311 },2487 },
2312 /**2488 /**
2313 * Lookup255: pallet_unique::Call<T>2489 * Lookup308: pallet_unique::Call<T>
2314 **/2490 **/
2315 PalletUniqueCall: {2491 PalletUniqueCall: {
2316 _enum: {2492 _enum: {
2317 create_collection: {2493 create_collection: {
2453 }2629 }
2454 }2630 }
2455 },2631 },
2456 /**2632 /**
2457 * Lookup260: up_data_structs::CollectionMode2633 * Lookup313: up_data_structs::CollectionMode
2458 **/2634 **/
2459 UpDataStructsCollectionMode: {2635 UpDataStructsCollectionMode: {
2460 _enum: {2636 _enum: {
2461 NFT: 'Null',2637 NFT: 'Null',
2462 Fungible: 'u8',2638 Fungible: 'u8',
2463 ReFungible: 'Null'2639 ReFungible: 'Null'
2464 }2640 }
2465 },2641 },
2466 /**2642 /**
2467 * Lookup261: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>2643 * Lookup314: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>
2468 **/2644 **/
2469 UpDataStructsCreateCollectionData: {2645 UpDataStructsCreateCollectionData: {
2470 mode: 'UpDataStructsCollectionMode',2646 mode: 'UpDataStructsCollectionMode',
2471 access: 'Option<UpDataStructsAccessMode>',2647 access: 'Option<UpDataStructsAccessMode>',
2478 tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',2654 tokenPropertyPermissions: 'Vec<UpDataStructsPropertyKeyPermission>',
2479 properties: 'Vec<UpDataStructsProperty>'2655 properties: 'Vec<UpDataStructsProperty>'
2480 },2656 },
2481 /**2657 /**
2482 * Lookup263: up_data_structs::AccessMode2658 * Lookup316: up_data_structs::AccessMode
2483 **/2659 **/
2484 UpDataStructsAccessMode: {2660 UpDataStructsAccessMode: {
2485 _enum: ['Normal', 'AllowList']2661 _enum: ['Normal', 'AllowList']
2486 },2662 },
2487 /**2663 /**
2488 * Lookup265: up_data_structs::CollectionLimits2664 * Lookup318: up_data_structs::CollectionLimits
2489 **/2665 **/
2490 UpDataStructsCollectionLimits: {2666 UpDataStructsCollectionLimits: {
2491 accountTokenOwnershipLimit: 'Option<u32>',2667 accountTokenOwnershipLimit: 'Option<u32>',
2492 sponsoredDataSize: 'Option<u32>',2668 sponsoredDataSize: 'Option<u32>',
2498 ownerCanDestroy: 'Option<bool>',2674 ownerCanDestroy: 'Option<bool>',
2499 transfersEnabled: 'Option<bool>'2675 transfersEnabled: 'Option<bool>'
2500 },2676 },
2501 /**2677 /**
2502 * Lookup267: up_data_structs::SponsoringRateLimit2678 * Lookup320: up_data_structs::SponsoringRateLimit
2503 **/2679 **/
2504 UpDataStructsSponsoringRateLimit: {2680 UpDataStructsSponsoringRateLimit: {
2505 _enum: {2681 _enum: {
2506 SponsoringDisabled: 'Null',2682 SponsoringDisabled: 'Null',
2507 Blocks: 'u32'2683 Blocks: 'u32'
2508 }2684 }
2509 },2685 },
2510 /**2686 /**
2511 * Lookup270: up_data_structs::CollectionPermissions2687 * Lookup323: up_data_structs::CollectionPermissions
2512 **/2688 **/
2513 UpDataStructsCollectionPermissions: {2689 UpDataStructsCollectionPermissions: {
2514 access: 'Option<UpDataStructsAccessMode>',2690 access: 'Option<UpDataStructsAccessMode>',
2515 mintMode: 'Option<bool>',2691 mintMode: 'Option<bool>',
2516 nesting: 'Option<UpDataStructsNestingPermissions>'2692 nesting: 'Option<UpDataStructsNestingPermissions>'
2517 },2693 },
2518 /**2694 /**
2519 * Lookup272: up_data_structs::NestingPermissions2695 * Lookup325: up_data_structs::NestingPermissions
2520 **/2696 **/
2521 UpDataStructsNestingPermissions: {2697 UpDataStructsNestingPermissions: {
2522 tokenOwner: 'bool',2698 tokenOwner: 'bool',
2523 collectionAdmin: 'bool',2699 collectionAdmin: 'bool',
2524 restricted: 'Option<UpDataStructsOwnerRestrictedSet>'2700 restricted: 'Option<UpDataStructsOwnerRestrictedSet>'
2525 },2701 },
2526 /**2702 /**
2527 * Lookup274: up_data_structs::OwnerRestrictedSet2703 * Lookup327: up_data_structs::OwnerRestrictedSet
2528 **/2704 **/
2529 UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',2705 UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',
2530 /**2706 /**
2531 * Lookup279: up_data_structs::PropertyKeyPermission2707 * Lookup332: up_data_structs::PropertyKeyPermission
2532 **/2708 **/
2533 UpDataStructsPropertyKeyPermission: {2709 UpDataStructsPropertyKeyPermission: {
2534 key: 'Bytes',2710 key: 'Bytes',
2535 permission: 'UpDataStructsPropertyPermission'2711 permission: 'UpDataStructsPropertyPermission'
2536 },2712 },
2537 /**2713 /**
2538 * Lookup280: up_data_structs::PropertyPermission2714 * Lookup333: up_data_structs::PropertyPermission
2539 **/2715 **/
2540 UpDataStructsPropertyPermission: {2716 UpDataStructsPropertyPermission: {
2541 mutable: 'bool',2717 mutable: 'bool',
2542 collectionAdmin: 'bool',2718 collectionAdmin: 'bool',
2543 tokenOwner: 'bool'2719 tokenOwner: 'bool'
2544 },2720 },
2545 /**2721 /**
2546 * Lookup283: up_data_structs::Property2722 * Lookup336: up_data_structs::Property
2547 **/2723 **/
2548 UpDataStructsProperty: {2724 UpDataStructsProperty: {
2549 key: 'Bytes',2725 key: 'Bytes',
2550 value: 'Bytes'2726 value: 'Bytes'
2551 },2727 },
2552 /**2728 /**
2553 * Lookup286: up_data_structs::CreateItemData2729 * Lookup339: up_data_structs::CreateItemData
2554 **/2730 **/
2555 UpDataStructsCreateItemData: {2731 UpDataStructsCreateItemData: {
2556 _enum: {2732 _enum: {
2557 NFT: 'UpDataStructsCreateNftData',2733 NFT: 'UpDataStructsCreateNftData',
2558 Fungible: 'UpDataStructsCreateFungibleData',2734 Fungible: 'UpDataStructsCreateFungibleData',
2559 ReFungible: 'UpDataStructsCreateReFungibleData'2735 ReFungible: 'UpDataStructsCreateReFungibleData'
2560 }2736 }
2561 },2737 },
2562 /**2738 /**
2563 * Lookup287: up_data_structs::CreateNftData2739 * Lookup340: up_data_structs::CreateNftData
2564 **/2740 **/
2565 UpDataStructsCreateNftData: {2741 UpDataStructsCreateNftData: {
2566 properties: 'Vec<UpDataStructsProperty>'2742 properties: 'Vec<UpDataStructsProperty>'
2567 },2743 },
2568 /**2744 /**
2569 * Lookup288: up_data_structs::CreateFungibleData2745 * Lookup341: up_data_structs::CreateFungibleData
2570 **/2746 **/
2571 UpDataStructsCreateFungibleData: {2747 UpDataStructsCreateFungibleData: {
2572 value: 'u128'2748 value: 'u128'
2573 },2749 },
2574 /**2750 /**
2575 * Lookup289: up_data_structs::CreateReFungibleData2751 * Lookup342: up_data_structs::CreateReFungibleData
2576 **/2752 **/
2577 UpDataStructsCreateReFungibleData: {2753 UpDataStructsCreateReFungibleData: {
2578 pieces: 'u128',2754 pieces: 'u128',
2579 properties: 'Vec<UpDataStructsProperty>'2755 properties: 'Vec<UpDataStructsProperty>'
2580 },2756 },
2581 /**2757 /**
2582 * Lookup292: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2758 * Lookup345: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
2583 **/2759 **/
2584 UpDataStructsCreateItemExData: {2760 UpDataStructsCreateItemExData: {
2585 _enum: {2761 _enum: {
2586 NFT: 'Vec<UpDataStructsCreateNftExData>',2762 NFT: 'Vec<UpDataStructsCreateNftExData>',
2589 RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExMultipleOwners'2765 RefungibleMultipleOwners: 'UpDataStructsCreateRefungibleExMultipleOwners'
2590 }2766 }
2591 },2767 },
2592 /**2768 /**
2593 * Lookup294: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2769 * Lookup347: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
2594 **/2770 **/
2595 UpDataStructsCreateNftExData: {2771 UpDataStructsCreateNftExData: {
2596 properties: 'Vec<UpDataStructsProperty>',2772 properties: 'Vec<UpDataStructsProperty>',
2597 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'2773 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'
2598 },2774 },
2599 /**2775 /**
2600 * Lookup301: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2776 * Lookup354: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
2601 **/2777 **/
2602 UpDataStructsCreateRefungibleExSingleOwner: {2778 UpDataStructsCreateRefungibleExSingleOwner: {
2603 user: 'PalletEvmAccountBasicCrossAccountIdRepr',2779 user: 'PalletEvmAccountBasicCrossAccountIdRepr',
2604 pieces: 'u128',2780 pieces: 'u128',
2605 properties: 'Vec<UpDataStructsProperty>'2781 properties: 'Vec<UpDataStructsProperty>'
2606 },2782 },
2607 /**2783 /**
2608 * Lookup303: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>2784 * Lookup356: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
2609 **/2785 **/
2610 UpDataStructsCreateRefungibleExMultipleOwners: {2786 UpDataStructsCreateRefungibleExMultipleOwners: {
2611 users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',2787 users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',
2612 properties: 'Vec<UpDataStructsProperty>'2788 properties: 'Vec<UpDataStructsProperty>'
2613 },2789 },
2614 /**2790 /**
2615 * Lookup304: pallet_configuration::pallet::Call<T>2791 * Lookup357: pallet_configuration::pallet::Call<T>
2616 **/2792 **/
2617 PalletConfigurationCall: {2793 PalletConfigurationCall: {
2618 _enum: {2794 _enum: {
2619 set_weight_to_fee_coefficient_override: {2795 set_weight_to_fee_coefficient_override: {
2627 },2803 },
2628 set_app_promotion_configuration_override: {2804 set_app_promotion_configuration_override: {
2629 configuration: 'PalletConfigurationAppPromotionConfiguration'2805 configuration: 'PalletConfigurationAppPromotionConfiguration',
2630 }2806 },
2807 set_collator_selection_desired_collators: {
2808 max: 'Option<u32>',
2809 },
2810 set_collator_selection_license_bond: {
2811 amount: 'Option<u128>',
2812 },
2813 set_collator_selection_kick_threshold: {
2814 threshold: 'Option<u32>'
2815 }
2631 }2816 }
2632 },2817 },
2633 /**2818 /**
2634 * Lookup309: pallet_configuration::AppPromotionConfiguration<BlockNumber>2819 * Lookup362: pallet_configuration::AppPromotionConfiguration<BlockNumber>
2635 **/2820 **/
2636 PalletConfigurationAppPromotionConfiguration: {2821 PalletConfigurationAppPromotionConfiguration: {
2637 recalculationInterval: 'Option<u32>',2822 recalculationInterval: 'Option<u32>',
2638 pendingInterval: 'Option<u32>',2823 pendingInterval: 'Option<u32>',
2639 intervalIncome: 'Option<Perbill>',2824 intervalIncome: 'Option<Perbill>',
2640 maxStakersPerCalculation: 'Option<u8>'2825 maxStakersPerCalculation: 'Option<u8>'
2641 },2826 },
2642 /**2827 /**
2643 * Lookup312: pallet_template_transaction_payment::Call<T>2828 * Lookup365: pallet_template_transaction_payment::Call<T>
2644 **/2829 **/
2645 PalletTemplateTransactionPaymentCall: 'Null',2830 PalletTemplateTransactionPaymentCall: 'Null',
2646 /**2831 /**
2647 * Lookup313: pallet_structure::pallet::Call<T>2832 * Lookup366: pallet_structure::pallet::Call<T>
2648 **/2833 **/
2649 PalletStructureCall: 'Null',2834 PalletStructureCall: 'Null',
2650 /**2835 /**
2651 * Lookup314: pallet_rmrk_core::pallet::Call<T>2836 * Lookup367: pallet_rmrk_core::pallet::Call<T>
2652 **/2837 **/
2653 PalletRmrkCoreCall: {2838 PalletRmrkCoreCall: {
2654 _enum: {2839 _enum: {
2655 create_collection: {2840 create_collection: {
2738 }2923 }
2739 }2924 }
2740 },2925 },
2741 /**2926 /**
2742 * Lookup320: rmrk_traits::resource::ResourceTypes<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2927 * Lookup373: rmrk_traits::resource::ResourceTypes<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
2743 **/2928 **/
2744 RmrkTraitsResourceResourceTypes: {2929 RmrkTraitsResourceResourceTypes: {
2745 _enum: {2930 _enum: {
2746 Basic: 'RmrkTraitsResourceBasicResource',2931 Basic: 'RmrkTraitsResourceBasicResource',
2747 Composable: 'RmrkTraitsResourceComposableResource',2932 Composable: 'RmrkTraitsResourceComposableResource',
2748 Slot: 'RmrkTraitsResourceSlotResource'2933 Slot: 'RmrkTraitsResourceSlotResource'
2749 }2934 }
2750 },2935 },
2751 /**2936 /**
2752 * Lookup322: rmrk_traits::resource::BasicResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2937 * Lookup375: rmrk_traits::resource::BasicResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
2753 **/2938 **/
2754 RmrkTraitsResourceBasicResource: {2939 RmrkTraitsResourceBasicResource: {
2755 src: 'Option<Bytes>',2940 src: 'Option<Bytes>',
2756 metadata: 'Option<Bytes>',2941 metadata: 'Option<Bytes>',
2757 license: 'Option<Bytes>',2942 license: 'Option<Bytes>',
2758 thumb: 'Option<Bytes>'2943 thumb: 'Option<Bytes>'
2759 },2944 },
2760 /**2945 /**
2761 * Lookup324: rmrk_traits::resource::ComposableResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2946 * Lookup377: rmrk_traits::resource::ComposableResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
2762 **/2947 **/
2763 RmrkTraitsResourceComposableResource: {2948 RmrkTraitsResourceComposableResource: {
2764 parts: 'Vec<u32>',2949 parts: 'Vec<u32>',
2765 base: 'u32',2950 base: 'u32',
2768 license: 'Option<Bytes>',2953 license: 'Option<Bytes>',
2769 thumb: 'Option<Bytes>'2954 thumb: 'Option<Bytes>'
2770 },2955 },
2771 /**2956 /**
2772 * Lookup325: rmrk_traits::resource::SlotResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2957 * Lookup378: rmrk_traits::resource::SlotResource<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
2773 **/2958 **/
2774 RmrkTraitsResourceSlotResource: {2959 RmrkTraitsResourceSlotResource: {
2775 base: 'u32',2960 base: 'u32',
2776 src: 'Option<Bytes>',2961 src: 'Option<Bytes>',
2779 license: 'Option<Bytes>',2964 license: 'Option<Bytes>',
2780 thumb: 'Option<Bytes>'2965 thumb: 'Option<Bytes>'
2781 },2966 },
2782 /**2967 /**
2783 * Lookup328: pallet_rmrk_equip::pallet::Call<T>2968 * Lookup381: pallet_rmrk_equip::pallet::Call<T>
2784 **/2969 **/
2785 PalletRmrkEquipCall: {2970 PalletRmrkEquipCall: {
2786 _enum: {2971 _enum: {
2787 create_base: {2972 create_base: {
2800 }2985 }
2801 }2986 }
2802 },2987 },
2803 /**2988 /**
2804 * Lookup331: rmrk_traits::part::PartType<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>2989 * Lookup384: rmrk_traits::part::PartType<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
2805 **/2990 **/
2806 RmrkTraitsPartPartType: {2991 RmrkTraitsPartPartType: {
2807 _enum: {2992 _enum: {
2808 FixedPart: 'RmrkTraitsPartFixedPart',2993 FixedPart: 'RmrkTraitsPartFixedPart',
2809 SlotPart: 'RmrkTraitsPartSlotPart'2994 SlotPart: 'RmrkTraitsPartSlotPart'
2810 }2995 }
2811 },2996 },
2812 /**2997 /**
2813 * Lookup333: rmrk_traits::part::FixedPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>>2998 * Lookup386: rmrk_traits::part::FixedPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
2814 **/2999 **/
2815 RmrkTraitsPartFixedPart: {3000 RmrkTraitsPartFixedPart: {
2816 id: 'u32',3001 id: 'u32',
2817 z: 'u32',3002 z: 'u32',
2818 src: 'Bytes'3003 src: 'Bytes'
2819 },3004 },
2820 /**3005 /**
2821 * Lookup334: rmrk_traits::part::SlotPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3006 * Lookup387: rmrk_traits::part::SlotPart<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
2822 **/3007 **/
2823 RmrkTraitsPartSlotPart: {3008 RmrkTraitsPartSlotPart: {
2824 id: 'u32',3009 id: 'u32',
2825 equippable: 'RmrkTraitsPartEquippableList',3010 equippable: 'RmrkTraitsPartEquippableList',
2826 src: 'Bytes',3011 src: 'Bytes',
2827 z: 'u32'3012 z: 'u32'
2828 },3013 },
2829 /**3014 /**
2830 * Lookup335: rmrk_traits::part::EquippableList<sp_core::bounded::bounded_vec::BoundedVec<T, S>>3015 * Lookup388: rmrk_traits::part::EquippableList<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
2831 **/3016 **/
2832 RmrkTraitsPartEquippableList: {3017 RmrkTraitsPartEquippableList: {
2833 _enum: {3018 _enum: {
2834 All: 'Null',3019 All: 'Null',
2835 Empty: 'Null',3020 Empty: 'Null',
2836 Custom: 'Vec<u32>'3021 Custom: 'Vec<u32>'
2837 }3022 }
2838 },3023 },
2839 /**3024 /**
2840 * Lookup337: rmrk_traits::theme::Theme<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>, S>>3025 * Lookup390: rmrk_traits::theme::Theme<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>, S>>
2841 **/3026 **/
2842 RmrkTraitsTheme: {3027 RmrkTraitsTheme: {
2843 name: 'Bytes',3028 name: 'Bytes',
2844 properties: 'Vec<RmrkTraitsThemeThemeProperty>',3029 properties: 'Vec<RmrkTraitsThemeThemeProperty>',
2845 inherit: 'bool'3030 inherit: 'bool'
2846 },3031 },
2847 /**3032 /**
2848 * Lookup339: rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>3033 * Lookup392: rmrk_traits::theme::ThemeProperty<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
2849 **/3034 **/
2850 RmrkTraitsThemeThemeProperty: {3035 RmrkTraitsThemeThemeProperty: {
2851 key: 'Bytes',3036 key: 'Bytes',
2852 value: 'Bytes'3037 value: 'Bytes'
2853 },3038 },
2854 /**3039 /**
2855 * Lookup341: pallet_app_promotion::pallet::Call<T>3040 * Lookup394: pallet_app_promotion::pallet::Call<T>
2856 **/3041 **/
2857 PalletAppPromotionCall: {3042 PalletAppPromotionCall: {
2858 _enum: {3043 _enum: {
2859 set_admin_address: {3044 set_admin_address: {
2880 }3065 }
2881 }3066 }
2882 },3067 },
2883 /**3068 /**
2884 * Lookup342: pallet_foreign_assets::module::Call<T>3069 * Lookup395: pallet_foreign_assets::module::Call<T>
2885 **/3070 **/
2886 PalletForeignAssetsModuleCall: {3071 PalletForeignAssetsModuleCall: {
2887 _enum: {3072 _enum: {
2888 register_foreign_asset: {3073 register_foreign_asset: {
2897 }3082 }
2898 }3083 }
2899 },3084 },
2900 /**3085 /**
2901 * Lookup343: pallet_evm::pallet::Call<T>3086 * Lookup396: pallet_evm::pallet::Call<T>
2902 **/3087 **/
2903 PalletEvmCall: {3088 PalletEvmCall: {
2904 _enum: {3089 _enum: {
2905 withdraw: {3090 withdraw: {
2940 }3125 }
2941 }3126 }
2942 },3127 },
2943 /**3128 /**
2944 * Lookup349: pallet_ethereum::pallet::Call<T>3129 * Lookup402: pallet_ethereum::pallet::Call<T>
2945 **/3130 **/
2946 PalletEthereumCall: {3131 PalletEthereumCall: {
2947 _enum: {3132 _enum: {
2948 transact: {3133 transact: {
2949 transaction: 'EthereumTransactionTransactionV2'3134 transaction: 'EthereumTransactionTransactionV2'
2950 }3135 }
2951 }3136 }
2952 },3137 },
2953 /**3138 /**
2954 * Lookup350: ethereum::transaction::TransactionV23139 * Lookup403: ethereum::transaction::TransactionV2
2955 **/3140 **/
2956 EthereumTransactionTransactionV2: {3141 EthereumTransactionTransactionV2: {
2957 _enum: {3142 _enum: {
2958 Legacy: 'EthereumTransactionLegacyTransaction',3143 Legacy: 'EthereumTransactionLegacyTransaction',
2959 EIP2930: 'EthereumTransactionEip2930Transaction',3144 EIP2930: 'EthereumTransactionEip2930Transaction',
2960 EIP1559: 'EthereumTransactionEip1559Transaction'3145 EIP1559: 'EthereumTransactionEip1559Transaction'
2961 }3146 }
2962 },3147 },
2963 /**3148 /**
2964 * Lookup351: ethereum::transaction::LegacyTransaction3149 * Lookup404: ethereum::transaction::LegacyTransaction
2965 **/3150 **/
2966 EthereumTransactionLegacyTransaction: {3151 EthereumTransactionLegacyTransaction: {
2967 nonce: 'U256',3152 nonce: 'U256',
2968 gasPrice: 'U256',3153 gasPrice: 'U256',
2972 input: 'Bytes',3157 input: 'Bytes',
2973 signature: 'EthereumTransactionTransactionSignature'3158 signature: 'EthereumTransactionTransactionSignature'
2974 },3159 },
2975 /**3160 /**
2976 * Lookup352: ethereum::transaction::TransactionAction3161 * Lookup405: ethereum::transaction::TransactionAction
2977 **/3162 **/
2978 EthereumTransactionTransactionAction: {3163 EthereumTransactionTransactionAction: {
2979 _enum: {3164 _enum: {
2980 Call: 'H160',3165 Call: 'H160',
2981 Create: 'Null'3166 Create: 'Null'
2982 }3167 }
2983 },3168 },
2984 /**3169 /**
2985 * Lookup353: ethereum::transaction::TransactionSignature3170 * Lookup406: ethereum::transaction::TransactionSignature
2986 **/3171 **/
2987 EthereumTransactionTransactionSignature: {3172 EthereumTransactionTransactionSignature: {
2988 v: 'u64',3173 v: 'u64',
2989 r: 'H256',3174 r: 'H256',
2990 s: 'H256'3175 s: 'H256'
2991 },3176 },
2992 /**3177 /**
2993 * Lookup355: ethereum::transaction::EIP2930Transaction3178 * Lookup408: ethereum::transaction::EIP2930Transaction
2994 **/3179 **/
2995 EthereumTransactionEip2930Transaction: {3180 EthereumTransactionEip2930Transaction: {
2996 chainId: 'u64',3181 chainId: 'u64',
2997 nonce: 'U256',3182 nonce: 'U256',
3005 r: 'H256',3190 r: 'H256',
3006 s: 'H256'3191 s: 'H256'
3007 },3192 },
3008 /**3193 /**
3009 * Lookup357: ethereum::transaction::AccessListItem3194 * Lookup410: ethereum::transaction::AccessListItem
3010 **/3195 **/
3011 EthereumTransactionAccessListItem: {3196 EthereumTransactionAccessListItem: {
3012 address: 'H160',3197 address: 'H160',
3013 storageKeys: 'Vec<H256>'3198 storageKeys: 'Vec<H256>'
3014 },3199 },
3015 /**3200 /**
3016 * Lookup358: ethereum::transaction::EIP1559Transaction3201 * Lookup411: ethereum::transaction::EIP1559Transaction
3017 **/3202 **/
3018 EthereumTransactionEip1559Transaction: {3203 EthereumTransactionEip1559Transaction: {
3019 chainId: 'u64',3204 chainId: 'u64',
3020 nonce: 'U256',3205 nonce: 'U256',
3029 r: 'H256',3214 r: 'H256',
3030 s: 'H256'3215 s: 'H256'
3031 },3216 },
3032 /**3217 /**
3033 * Lookup359: pallet_evm_migration::pallet::Call<T>3218 * Lookup412: pallet_data_management::pallet::Call<T>
3034 **/3219 **/
3035 PalletEvmMigrationCall: {3220 PalletDataManagementCall: {
3036 _enum: {3221 _enum: {
3037 begin: {3222 begin: {
3038 address: 'H160',3223 address: 'H160',
3053 }3238 }
3054 }3239 }
3055 },3240 },
3056 /**3241 /**
3057 * Lookup363: pallet_maintenance::pallet::Call<T>3242 * Lookup416: pallet_maintenance::pallet::Call<T>
3058 **/3243 **/
3059 PalletMaintenanceCall: {3244 PalletMaintenanceCall: {
3060 _enum: ['enable', 'disable']3245 _enum: ['enable', 'disable']
3061 },3246 },
3062 /**3247 /**
3063 * Lookup364: pallet_test_utils::pallet::Call<T>3248 * Lookup417: pallet_test_utils::pallet::Call<T>
3064 **/3249 **/
3065 PalletTestUtilsCall: {3250 PalletTestUtilsCall: {
3066 _enum: {3251 _enum: {
3067 enable: 'Null',3252 enable: 'Null',
3078 }3263 }
3079 }3264 }
3080 },3265 },
3081 /**3266 /**
3082 * Lookup366: pallet_sudo::pallet::Error<T>3267 * Lookup419: pallet_sudo::pallet::Error<T>
3083 **/3268 **/
3084 PalletSudoError: {3269 PalletSudoError: {
3085 _enum: ['RequireSudo']3270 _enum: ['RequireSudo']
3086 },3271 },
3087 /**3272 /**
3088 * Lookup368: orml_vesting::module::Error<T>3273 * Lookup421: orml_vesting::module::Error<T>
3089 **/3274 **/
3090 OrmlVestingModuleError: {3275 OrmlVestingModuleError: {
3091 _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']3276 _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']
3092 },3277 },
3093 /**3278 /**
3094 * Lookup369: orml_xtokens::module::Error<T>3279 * Lookup422: orml_xtokens::module::Error<T>
3095 **/3280 **/
3096 OrmlXtokensModuleError: {3281 OrmlXtokensModuleError: {
3097 _enum: ['AssetHasNoReserve', 'NotCrossChainTransfer', 'InvalidDest', 'NotCrossChainTransferableCurrency', 'UnweighableMessage', 'XcmExecutionFailed', 'CannotReanchor', 'InvalidAncestry', 'InvalidAsset', 'DestinationNotInvertible', 'BadVersion', 'DistinctReserveForAssetAndFee', 'ZeroFee', 'ZeroAmount', 'TooManyAssetsBeingSent', 'AssetIndexNonExistent', 'FeeNotEnough', 'NotSupportedMultiLocation', 'MinXcmFeeNotDefined']3282 _enum: ['AssetHasNoReserve', 'NotCrossChainTransfer', 'InvalidDest', 'NotCrossChainTransferableCurrency', 'UnweighableMessage', 'XcmExecutionFailed', 'CannotReanchor', 'InvalidAncestry', 'InvalidAsset', 'DestinationNotInvertible', 'BadVersion', 'DistinctReserveForAssetAndFee', 'ZeroFee', 'ZeroAmount', 'TooManyAssetsBeingSent', 'AssetIndexNonExistent', 'FeeNotEnough', 'NotSupportedMultiLocation', 'MinXcmFeeNotDefined']
3098 },3283 },
3099 /**3284 /**
3100 * Lookup372: orml_tokens::BalanceLock<Balance>3285 * Lookup425: orml_tokens::BalanceLock<Balance>
3101 **/3286 **/
3102 OrmlTokensBalanceLock: {3287 OrmlTokensBalanceLock: {
3103 id: '[u8;8]',3288 id: '[u8;8]',
3104 amount: 'u128'3289 amount: 'u128'
3105 },3290 },
3106 /**3291 /**
3107 * Lookup374: orml_tokens::AccountData<Balance>3292 * Lookup427: orml_tokens::AccountData<Balance>
3108 **/3293 **/
3109 OrmlTokensAccountData: {3294 OrmlTokensAccountData: {
3110 free: 'u128',3295 free: 'u128',
3111 reserved: 'u128',3296 reserved: 'u128',
3112 frozen: 'u128'3297 frozen: 'u128'
3113 },3298 },
3114 /**3299 /**
3115 * Lookup376: orml_tokens::ReserveData<ReserveIdentifier, Balance>3300 * Lookup429: orml_tokens::ReserveData<ReserveIdentifier, Balance>
3116 **/3301 **/
3117 OrmlTokensReserveData: {3302 OrmlTokensReserveData: {
3118 id: 'Null',3303 id: 'Null',
3119 amount: 'u128'3304 amount: 'u128'
3120 },3305 },
3121 /**3306 /**
3122 * Lookup378: orml_tokens::module::Error<T>3307 * Lookup431: orml_tokens::module::Error<T>
3123 **/3308 **/
3124 OrmlTokensModuleError: {3309 OrmlTokensModuleError: {
3125 _enum: ['BalanceTooLow', 'AmountIntoBalanceFailed', 'LiquidityRestrictions', 'MaxLocksExceeded', 'KeepAlive', 'ExistentialDeposit', 'DeadAccount', 'TooManyReserves']3310 _enum: ['BalanceTooLow', 'AmountIntoBalanceFailed', 'LiquidityRestrictions', 'MaxLocksExceeded', 'KeepAlive', 'ExistentialDeposit', 'DeadAccount', 'TooManyReserves']
3126 },3311 },
3127 /**3312 /**
3128 * Lookup380: cumulus_pallet_xcmp_queue::InboundChannelDetails3313 * Lookup433: cumulus_pallet_xcmp_queue::InboundChannelDetails
3129 **/3314 **/
3130 CumulusPalletXcmpQueueInboundChannelDetails: {3315 CumulusPalletXcmpQueueInboundChannelDetails: {
3131 sender: 'u32',3316 sender: 'u32',
3132 state: 'CumulusPalletXcmpQueueInboundState',3317 state: 'CumulusPalletXcmpQueueInboundState',
3133 messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'3318 messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'
3134 },3319 },
3135 /**3320 /**
3136 * Lookup381: cumulus_pallet_xcmp_queue::InboundState3321 * Lookup434: cumulus_pallet_xcmp_queue::InboundState
3137 **/3322 **/
3138 CumulusPalletXcmpQueueInboundState: {3323 CumulusPalletXcmpQueueInboundState: {
3139 _enum: ['Ok', 'Suspended']3324 _enum: ['Ok', 'Suspended']
3140 },3325 },
3141 /**3326 /**
3142 * Lookup384: polkadot_parachain::primitives::XcmpMessageFormat3327 * Lookup437: polkadot_parachain::primitives::XcmpMessageFormat
3143 **/3328 **/
3144 PolkadotParachainPrimitivesXcmpMessageFormat: {3329 PolkadotParachainPrimitivesXcmpMessageFormat: {
3145 _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']3330 _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']
3146 },3331 },
3147 /**3332 /**
3148 * Lookup387: cumulus_pallet_xcmp_queue::OutboundChannelDetails3333 * Lookup440: cumulus_pallet_xcmp_queue::OutboundChannelDetails
3149 **/3334 **/
3150 CumulusPalletXcmpQueueOutboundChannelDetails: {3335 CumulusPalletXcmpQueueOutboundChannelDetails: {
3151 recipient: 'u32',3336 recipient: 'u32',
3152 state: 'CumulusPalletXcmpQueueOutboundState',3337 state: 'CumulusPalletXcmpQueueOutboundState',
3153 signalsExist: 'bool',3338 signalsExist: 'bool',
3154 firstIndex: 'u16',3339 firstIndex: 'u16',
3155 lastIndex: 'u16'3340 lastIndex: 'u16'
3156 },3341 },
3157 /**3342 /**
3158 * Lookup388: cumulus_pallet_xcmp_queue::OutboundState3343 * Lookup441: cumulus_pallet_xcmp_queue::OutboundState
3159 **/3344 **/
3160 CumulusPalletXcmpQueueOutboundState: {3345 CumulusPalletXcmpQueueOutboundState: {
3161 _enum: ['Ok', 'Suspended']3346 _enum: ['Ok', 'Suspended']
3162 },3347 },
3163 /**3348 /**
3164 * Lookup390: cumulus_pallet_xcmp_queue::QueueConfigData3349 * Lookup443: cumulus_pallet_xcmp_queue::QueueConfigData
3165 **/3350 **/
3166 CumulusPalletXcmpQueueQueueConfigData: {3351 CumulusPalletXcmpQueueQueueConfigData: {
3167 suspendThreshold: 'u32',3352 suspendThreshold: 'u32',
3168 dropThreshold: 'u32',3353 dropThreshold: 'u32',
3171 weightRestrictDecay: 'SpWeightsWeightV2Weight',3356 weightRestrictDecay: 'SpWeightsWeightV2Weight',
3172 xcmpMaxIndividualWeight: 'SpWeightsWeightV2Weight'3357 xcmpMaxIndividualWeight: 'SpWeightsWeightV2Weight'
3173 },3358 },
3174 /**3359 /**
3175 * Lookup392: cumulus_pallet_xcmp_queue::pallet::Error<T>3360 * Lookup445: cumulus_pallet_xcmp_queue::pallet::Error<T>
3176 **/3361 **/
3177 CumulusPalletXcmpQueueError: {3362 CumulusPalletXcmpQueueError: {
3178 _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']3363 _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']
3179 },3364 },
3180 /**3365 /**
3181 * Lookup393: pallet_xcm::pallet::Error<T>3366 * Lookup446: pallet_xcm::pallet::Error<T>
3182 **/3367 **/
3183 PalletXcmError: {3368 PalletXcmError: {
3184 _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']3369 _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed']
3185 },3370 },
3186 /**3371 /**
3187 * Lookup394: cumulus_pallet_xcm::pallet::Error<T>3372 * Lookup447: cumulus_pallet_xcm::pallet::Error<T>
3188 **/3373 **/
3189 CumulusPalletXcmError: 'Null',3374 CumulusPalletXcmError: 'Null',
3190 /**3375 /**
3191 * Lookup395: cumulus_pallet_dmp_queue::ConfigData3376 * Lookup448: cumulus_pallet_dmp_queue::ConfigData
3192 **/3377 **/
3193 CumulusPalletDmpQueueConfigData: {3378 CumulusPalletDmpQueueConfigData: {
3194 maxIndividual: 'SpWeightsWeightV2Weight'3379 maxIndividual: 'SpWeightsWeightV2Weight'
3195 },3380 },
3196 /**3381 /**
3197 * Lookup396: cumulus_pallet_dmp_queue::PageIndexData3382 * Lookup449: cumulus_pallet_dmp_queue::PageIndexData
3198 **/3383 **/
3199 CumulusPalletDmpQueuePageIndexData: {3384 CumulusPalletDmpQueuePageIndexData: {
3200 beginUsed: 'u32',3385 beginUsed: 'u32',
3201 endUsed: 'u32',3386 endUsed: 'u32',
3202 overweightCount: 'u64'3387 overweightCount: 'u64'
3203 },3388 },
3204 /**3389 /**
3205 * Lookup399: cumulus_pallet_dmp_queue::pallet::Error<T>3390 * Lookup452: cumulus_pallet_dmp_queue::pallet::Error<T>
3206 **/3391 **/
3207 CumulusPalletDmpQueueError: {3392 CumulusPalletDmpQueueError: {
3208 _enum: ['Unknown', 'OverLimit']3393 _enum: ['Unknown', 'OverLimit']
3209 },3394 },
3210 /**3395 /**
3211 * Lookup403: pallet_unique::Error<T>3396 * Lookup456: pallet_unique::Error<T>
3212 **/3397 **/
3213 PalletUniqueError: {3398 PalletUniqueError: {
3214 _enum: ['CollectionDecimalPointLimitExceeded', 'EmptyArgument', 'RepartitionCalledOnNonRefungibleCollection']3399 _enum: ['CollectionDecimalPointLimitExceeded', 'EmptyArgument', 'RepartitionCalledOnNonRefungibleCollection']
3215 },3400 },
3216 /**3401 /**
3217 * Lookup404: pallet_configuration::pallet::Error<T>3402 * Lookup457: pallet_configuration::pallet::Error<T>
3218 **/3403 **/
3219 PalletConfigurationError: {3404 PalletConfigurationError: {
3220 _enum: ['InconsistentConfiguration']3405 _enum: ['InconsistentConfiguration']
3221 },3406 },
3222 /**3407 /**
3223 * Lookup405: up_data_structs::Collection<sp_core::crypto::AccountId32>3408 * Lookup458: up_data_structs::Collection<sp_core::crypto::AccountId32>
3224 **/3409 **/
3225 UpDataStructsCollection: {3410 UpDataStructsCollection: {
3226 owner: 'AccountId32',3411 owner: 'AccountId32',
3227 mode: 'UpDataStructsCollectionMode',3412 mode: 'UpDataStructsCollectionMode',
3233 permissions: 'UpDataStructsCollectionPermissions',3418 permissions: 'UpDataStructsCollectionPermissions',
3234 flags: '[u8;1]'3419 flags: '[u8;1]'
3235 },3420 },
3236 /**3421 /**
3237 * Lookup406: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>3422 * Lookup459: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>
3238 **/3423 **/
3239 UpDataStructsSponsorshipStateAccountId32: {3424 UpDataStructsSponsorshipStateAccountId32: {
3240 _enum: {3425 _enum: {
3241 Disabled: 'Null',3426 Disabled: 'Null',
3242 Unconfirmed: 'AccountId32',3427 Unconfirmed: 'AccountId32',
3243 Confirmed: 'AccountId32'3428 Confirmed: 'AccountId32'
3244 }3429 }
3245 },3430 },
3246 /**3431 /**
3247 * Lookup408: up_data_structs::Properties3432 * Lookup460: up_data_structs::Properties
3248 **/3433 **/
3249 UpDataStructsProperties: {3434 UpDataStructsProperties: {
3250 map: 'UpDataStructsPropertiesMapBoundedVec',3435 map: 'UpDataStructsPropertiesMapBoundedVec',
3251 consumedSpace: 'u32',3436 consumedSpace: 'u32',
3252 spaceLimit: 'u32'3437 spaceLimit: 'u32'
3253 },3438 },
3254 /**3439 /**
3255 * Lookup409: up_data_structs::PropertiesMap<sp_core::bounded::bounded_vec::BoundedVec<T, S>>3440 * Lookup461: up_data_structs::PropertiesMap<sp_core::bounded::bounded_vec::BoundedVec<T, S>>
3256 **/3441 **/
3257 UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',3442 UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',
3258 /**3443 /**
3259 * Lookup414: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>3444 * Lookup466: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>
3260 **/3445 **/
3261 UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',3446 UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',
3262 /**3447 /**
3263 * Lookup421: up_data_structs::CollectionStats3448 * Lookup473: up_data_structs::CollectionStats
3264 **/3449 **/
3265 UpDataStructsCollectionStats: {3450 UpDataStructsCollectionStats: {
3266 created: 'u32',3451 created: 'u32',
3267 destroyed: 'u32',3452 destroyed: 'u32',
3268 alive: 'u32'3453 alive: 'u32'
3269 },3454 },
3270 /**3455 /**
3271 * Lookup422: up_data_structs::TokenChild3456 * Lookup474: up_data_structs::TokenChild
3272 **/3457 **/
3273 UpDataStructsTokenChild: {3458 UpDataStructsTokenChild: {
3274 token: 'u32',3459 token: 'u32',
3275 collection: 'u32'3460 collection: 'u32'
3276 },3461 },
3277 /**3462 /**
3278 * Lookup423: PhantomType::up_data_structs<T>3463 * Lookup475: PhantomType::up_data_structs<T>
3279 **/3464 **/
3280 PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild);0]',3465 PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,RmrkTraitsCollectionCollectionInfo,RmrkTraitsNftNftInfo,RmrkTraitsResourceResourceInfo,RmrkTraitsPropertyPropertyInfo,RmrkTraitsBaseBaseInfo,RmrkTraitsPartPartType,RmrkTraitsTheme,RmrkTraitsNftNftChild);0]',
3281 /**3466 /**
3282 * Lookup425: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3467 * Lookup477: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
3283 **/3468 **/
3284 UpDataStructsTokenData: {3469 UpDataStructsTokenData: {
3285 properties: 'Vec<UpDataStructsProperty>',3470 properties: 'Vec<UpDataStructsProperty>',
3286 owner: 'Option<PalletEvmAccountBasicCrossAccountIdRepr>',3471 owner: 'Option<PalletEvmAccountBasicCrossAccountIdRepr>',
3287 pieces: 'u128'3472 pieces: 'u128'
3288 },3473 },
3289 /**3474 /**
3290 * Lookup427: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>3475 * Lookup479: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>
3291 **/3476 **/
3292 UpDataStructsRpcCollection: {3477 UpDataStructsRpcCollection: {
3293 owner: 'AccountId32',3478 owner: 'AccountId32',
3294 mode: 'UpDataStructsCollectionMode',3479 mode: 'UpDataStructsCollectionMode',
3303 readOnly: 'bool',3488 readOnly: 'bool',
3304 flags: 'UpDataStructsRpcCollectionFlags'3489 flags: 'UpDataStructsRpcCollectionFlags'
3305 },3490 },
3306 /**3491 /**
3307 * Lookup428: up_data_structs::RpcCollectionFlags3492 * Lookup480: up_data_structs::RpcCollectionFlags
3308 **/3493 **/
3309 UpDataStructsRpcCollectionFlags: {3494 UpDataStructsRpcCollectionFlags: {
3310 foreign: 'bool',3495 foreign: 'bool',
3311 erc721metadata: 'bool'3496 erc721metadata: 'bool'
3312 },3497 },
3313 /**3498 /**
3314 * Lookup429: rmrk_traits::collection::CollectionInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>3499 * Lookup481: rmrk_traits::collection::CollectionInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>
3315 **/3500 **/
3316 RmrkTraitsCollectionCollectionInfo: {3501 RmrkTraitsCollectionCollectionInfo: {
3317 issuer: 'AccountId32',3502 issuer: 'AccountId32',
3318 metadata: 'Bytes',3503 metadata: 'Bytes',
3319 max: 'Option<u32>',3504 max: 'Option<u32>',
3320 symbol: 'Bytes',3505 symbol: 'Bytes',
3321 nftsCount: 'u32'3506 nftsCount: 'u32'
3322 },3507 },
3323 /**3508 /**
3324 * Lookup430: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3509 * Lookup482: rmrk_traits::nft::NftInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
3325 **/3510 **/
3326 RmrkTraitsNftNftInfo: {3511 RmrkTraitsNftNftInfo: {
3327 owner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',3512 owner: 'RmrkTraitsNftAccountIdOrCollectionNftTuple',
3328 royalty: 'Option<RmrkTraitsNftRoyaltyInfo>',3513 royalty: 'Option<RmrkTraitsNftRoyaltyInfo>',
3329 metadata: 'Bytes',3514 metadata: 'Bytes',
3330 equipped: 'bool',3515 equipped: 'bool',
3331 pending: 'bool'3516 pending: 'bool'
3332 },3517 },
3333 /**3518 /**
3334 * Lookup432: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>3519 * Lookup484: rmrk_traits::nft::RoyaltyInfo<sp_core::crypto::AccountId32, sp_arithmetic::per_things::Permill>
3335 **/3520 **/
3336 RmrkTraitsNftRoyaltyInfo: {3521 RmrkTraitsNftRoyaltyInfo: {
3337 recipient: 'AccountId32',3522 recipient: 'AccountId32',
3338 amount: 'Permill'3523 amount: 'Permill'
3339 },3524 },
3340 /**3525 /**
3341 * Lookup433: rmrk_traits::resource::ResourceInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3526 * Lookup485: rmrk_traits::resource::ResourceInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
3342 **/3527 **/
3343 RmrkTraitsResourceResourceInfo: {3528 RmrkTraitsResourceResourceInfo: {
3344 id: 'u32',3529 id: 'u32',
3345 resource: 'RmrkTraitsResourceResourceTypes',3530 resource: 'RmrkTraitsResourceResourceTypes',
3346 pending: 'bool',3531 pending: 'bool',
3347 pendingRemoval: 'bool'3532 pendingRemoval: 'bool'
3348 },3533 },
3349 /**3534 /**
3350 * Lookup434: rmrk_traits::property::PropertyInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3535 * Lookup486: rmrk_traits::property::PropertyInfo<sp_core::bounded::bounded_vec::BoundedVec<T, S>, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
3351 **/3536 **/
3352 RmrkTraitsPropertyPropertyInfo: {3537 RmrkTraitsPropertyPropertyInfo: {
3353 key: 'Bytes',3538 key: 'Bytes',
3354 value: 'Bytes'3539 value: 'Bytes'
3355 },3540 },
3356 /**3541 /**
3357 * Lookup435: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, sp_core::bounded::bounded_vec::BoundedVec<T, S>>3542 * Lookup487: rmrk_traits::base::BaseInfo<sp_core::crypto::AccountId32, sp_core::bounded::bounded_vec::BoundedVec<T, S>>
3358 **/3543 **/
3359 RmrkTraitsBaseBaseInfo: {3544 RmrkTraitsBaseBaseInfo: {
3360 issuer: 'AccountId32',3545 issuer: 'AccountId32',
3361 baseType: 'Bytes',3546 baseType: 'Bytes',
3362 symbol: 'Bytes'3547 symbol: 'Bytes'
3363 },3548 },
3364 /**3549 /**
3365 * Lookup436: rmrk_traits::nft::NftChild3550 * Lookup488: rmrk_traits::nft::NftChild
3366 **/3551 **/
3367 RmrkTraitsNftNftChild: {3552 RmrkTraitsNftNftChild: {
3368 collectionId: 'u32',3553 collectionId: 'u32',
3369 nftId: 'u32'3554 nftId: 'u32'
3370 },3555 },
3371 /**3556 /**
3372 * Lookup438: pallet_common::pallet::Error<T>3557 * Lookup490: pallet_common::pallet::Error<T>
3373 **/3558 **/
3374 PalletCommonError: {3559 PalletCommonError: {
3375 _enum: ['CollectionNotFound', 'MustBeTokenOwner', 'NoPermission', 'CantDestroyNotEmptyCollection', 'PublicMintingNotAllowed', 'AddressNotInAllowlist', 'CollectionNameLimitExceeded', 'CollectionDescriptionLimitExceeded', 'CollectionTokenPrefixLimitExceeded', 'TotalCollectionsLimitExceeded', 'CollectionAdminCountExceeded', 'CollectionLimitBoundsExceeded', 'OwnerPermissionsCantBeReverted', 'TransferNotAllowed', 'AccountTokenLimitExceeded', 'CollectionTokenLimitExceeded', 'MetadataFlagFrozen', 'TokenNotFound', 'TokenValueTooLow', 'ApprovedValueTooLow', 'CantApproveMoreThanOwned', 'AddressIsZero', 'UnsupportedOperation', 'NotSufficientFounds', 'UserIsNotAllowedToNest', 'SourceCollectionIsNotAllowedToNest', 'CollectionFieldSizeExceeded', 'NoSpaceForProperty', 'PropertyLimitReached', 'PropertyKeyIsTooLong', 'InvalidCharacterInPropertyKey', 'EmptyPropertyKey', 'CollectionIsExternal', 'CollectionIsInternal', 'ConfirmSponsorshipFail', 'UserIsNotCollectionAdmin']3560 _enum: ['CollectionNotFound', 'MustBeTokenOwner', 'NoPermission', 'CantDestroyNotEmptyCollection', 'PublicMintingNotAllowed', 'AddressNotInAllowlist', 'CollectionNameLimitExceeded', 'CollectionDescriptionLimitExceeded', 'CollectionTokenPrefixLimitExceeded', 'TotalCollectionsLimitExceeded', 'CollectionAdminCountExceeded', 'CollectionLimitBoundsExceeded', 'OwnerPermissionsCantBeReverted', 'TransferNotAllowed', 'AccountTokenLimitExceeded', 'CollectionTokenLimitExceeded', 'MetadataFlagFrozen', 'TokenNotFound', 'TokenValueTooLow', 'ApprovedValueTooLow', 'CantApproveMoreThanOwned', 'AddressIsZero', 'UnsupportedOperation', 'NotSufficientFounds', 'UserIsNotAllowedToNest', 'SourceCollectionIsNotAllowedToNest', 'CollectionFieldSizeExceeded', 'NoSpaceForProperty', 'PropertyLimitReached', 'PropertyKeyIsTooLong', 'InvalidCharacterInPropertyKey', 'EmptyPropertyKey', 'CollectionIsExternal', 'CollectionIsInternal', 'ConfirmSponsorshipFail', 'UserIsNotCollectionAdmin']
3376 },3561 },
3377 /**3562 /**
3378 * Lookup440: pallet_fungible::pallet::Error<T>3563 * Lookup492: pallet_fungible::pallet::Error<T>
3379 **/3564 **/
3380 PalletFungibleError: {3565 PalletFungibleError: {
3381 _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed', 'SettingAllowanceForAllNotAllowed', 'FungibleTokensAreAlwaysValid']3566 _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed', 'SettingAllowanceForAllNotAllowed', 'FungibleTokensAreAlwaysValid']
3382 },3567 },
3383 /**3568 /**
3384 * Lookup441: pallet_refungible::ItemData3569 * Lookup493: pallet_refungible::ItemData
3385 **/3570 **/
3386 PalletRefungibleItemData: {3571 PalletRefungibleItemData: {
3387 constData: 'Bytes'3572 constData: 'Bytes'
3388 },3573 },
3389 /**3574 /**
3390 * Lookup446: pallet_refungible::pallet::Error<T>3575 * Lookup498: pallet_refungible::pallet::Error<T>
3391 **/3576 **/
3392 PalletRefungibleError: {3577 PalletRefungibleError: {
3393 _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']3578 _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']
3394 },3579 },
3395 /**3580 /**
3396 * Lookup447: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3581 * Lookup499: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
3397 **/3582 **/
3398 PalletNonfungibleItemData: {3583 PalletNonfungibleItemData: {
3399 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'3584 owner: 'PalletEvmAccountBasicCrossAccountIdRepr'
3400 },3585 },
3401 /**3586 /**
3402 * Lookup449: up_data_structs::PropertyScope3587 * Lookup501: up_data_structs::PropertyScope
3403 **/3588 **/
3404 UpDataStructsPropertyScope: {3589 UpDataStructsPropertyScope: {
3405 _enum: ['None', 'Rmrk']3590 _enum: ['None', 'Rmrk']
3406 },3591 },
3407 /**3592 /**
3408 * Lookup451: pallet_nonfungible::pallet::Error<T>3593 * Lookup503: pallet_nonfungible::pallet::Error<T>
3409 **/3594 **/
3410 PalletNonfungibleError: {3595 PalletNonfungibleError: {
3411 _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']3596 _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']
3412 },3597 },
3413 /**3598 /**
3414 * Lookup452: pallet_structure::pallet::Error<T>3599 * Lookup504: pallet_structure::pallet::Error<T>
3415 **/3600 **/
3416 PalletStructureError: {3601 PalletStructureError: {
3417 _enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound']3602 _enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound']
3418 },3603 },
3419 /**3604 /**
3420 * Lookup453: pallet_rmrk_core::pallet::Error<T>3605 * Lookup505: pallet_rmrk_core::pallet::Error<T>
3421 **/3606 **/
3422 PalletRmrkCoreError: {3607 PalletRmrkCoreError: {
3423 _enum: ['CorruptedCollectionType', 'RmrkPropertyKeyIsTooLong', 'RmrkPropertyValueIsTooLong', 'RmrkPropertyIsNotFound', 'UnableToDecodeRmrkData', 'CollectionNotEmpty', 'NoAvailableCollectionId', 'NoAvailableNftId', 'CollectionUnknown', 'NoPermission', 'NonTransferable', 'CollectionFullOrLocked', 'ResourceDoesntExist', 'CannotSendToDescendentOrSelf', 'CannotAcceptNonOwnedNft', 'CannotRejectNonOwnedNft', 'CannotRejectNonPendingNft', 'ResourceNotPending', 'NoAvailableResourceId']3608 _enum: ['CorruptedCollectionType', 'RmrkPropertyKeyIsTooLong', 'RmrkPropertyValueIsTooLong', 'RmrkPropertyIsNotFound', 'UnableToDecodeRmrkData', 'CollectionNotEmpty', 'NoAvailableCollectionId', 'NoAvailableNftId', 'CollectionUnknown', 'NoPermission', 'NonTransferable', 'CollectionFullOrLocked', 'ResourceDoesntExist', 'CannotSendToDescendentOrSelf', 'CannotAcceptNonOwnedNft', 'CannotRejectNonOwnedNft', 'CannotRejectNonPendingNft', 'ResourceNotPending', 'NoAvailableResourceId']
3424 },3609 },
3425 /**3610 /**
3426 * Lookup455: pallet_rmrk_equip::pallet::Error<T>3611 * Lookup507: pallet_rmrk_equip::pallet::Error<T>
3427 **/3612 **/
3428 PalletRmrkEquipError: {3613 PalletRmrkEquipError: {
3429 _enum: ['PermissionError', 'NoAvailableBaseId', 'NoAvailablePartId', 'BaseDoesntExist', 'NeedsDefaultThemeFirst', 'PartDoesntExist', 'NoEquippableOnFixedPart']3614 _enum: ['PermissionError', 'NoAvailableBaseId', 'NoAvailablePartId', 'BaseDoesntExist', 'NeedsDefaultThemeFirst', 'PartDoesntExist', 'NoEquippableOnFixedPart']
3430 },3615 },
3431 /**3616 /**
3432 * Lookup461: pallet_app_promotion::pallet::Error<T>3617 * Lookup513: pallet_app_promotion::pallet::Error<T>
3433 **/3618 **/
3434 PalletAppPromotionError: {3619 PalletAppPromotionError: {
3435 _enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'IncorrectLockedBalanceOperation']3620 _enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'IncorrectLockedBalanceOperation']
3436 },3621 },
3437 /**3622 /**
3438 * Lookup462: pallet_foreign_assets::module::Error<T>3623 * Lookup514: pallet_foreign_assets::module::Error<T>
3439 **/3624 **/
3440 PalletForeignAssetsModuleError: {3625 PalletForeignAssetsModuleError: {
3441 _enum: ['BadLocation', 'MultiLocationExisted', 'AssetIdNotExists', 'AssetIdExisted']3626 _enum: ['BadLocation', 'MultiLocationExisted', 'AssetIdNotExists', 'AssetIdExisted']
3442 },3627 },
3443 /**3628 /**
3444 * Lookup464: pallet_evm::pallet::Error<T>3629 * Lookup516: pallet_evm::pallet::Error<T>
3445 **/3630 **/
3446 PalletEvmError: {3631 PalletEvmError: {
3447 _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce', 'GasLimitTooLow', 'GasLimitTooHigh', 'Undefined', 'Reentrancy']3632 _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce', 'GasLimitTooLow', 'GasLimitTooHigh', 'Undefined', 'Reentrancy']
3448 },3633 },
3449 /**3634 /**
3450 * Lookup467: fp_rpc::TransactionStatus3635 * Lookup519: fp_rpc::TransactionStatus
3451 **/3636 **/
3452 FpRpcTransactionStatus: {3637 FpRpcTransactionStatus: {
3453 transactionHash: 'H256',3638 transactionHash: 'H256',
3454 transactionIndex: 'u32',3639 transactionIndex: 'u32',
3458 logs: 'Vec<EthereumLog>',3643 logs: 'Vec<EthereumLog>',
3459 logsBloom: 'EthbloomBloom'3644 logsBloom: 'EthbloomBloom'
3460 },3645 },
3461 /**3646 /**
3462 * Lookup469: ethbloom::Bloom3647 * Lookup521: ethbloom::Bloom
3463 **/3648 **/
3464 EthbloomBloom: '[u8;256]',3649 EthbloomBloom: '[u8;256]',
3465 /**3650 /**
3466 * Lookup471: ethereum::receipt::ReceiptV33651 * Lookup523: ethereum::receipt::ReceiptV3
3467 **/3652 **/
3468 EthereumReceiptReceiptV3: {3653 EthereumReceiptReceiptV3: {
3469 _enum: {3654 _enum: {
3470 Legacy: 'EthereumReceiptEip658ReceiptData',3655 Legacy: 'EthereumReceiptEip658ReceiptData',
3471 EIP2930: 'EthereumReceiptEip658ReceiptData',3656 EIP2930: 'EthereumReceiptEip658ReceiptData',
3472 EIP1559: 'EthereumReceiptEip658ReceiptData'3657 EIP1559: 'EthereumReceiptEip658ReceiptData'
3473 }3658 }
3474 },3659 },
3475 /**3660 /**
3476 * Lookup472: ethereum::receipt::EIP658ReceiptData3661 * Lookup524: ethereum::receipt::EIP658ReceiptData
3477 **/3662 **/
3478 EthereumReceiptEip658ReceiptData: {3663 EthereumReceiptEip658ReceiptData: {
3479 statusCode: 'u8',3664 statusCode: 'u8',
3480 usedGas: 'U256',3665 usedGas: 'U256',
3481 logsBloom: 'EthbloomBloom',3666 logsBloom: 'EthbloomBloom',
3482 logs: 'Vec<EthereumLog>'3667 logs: 'Vec<EthereumLog>'
3483 },3668 },
3484 /**3669 /**
3485 * Lookup473: ethereum::block::Block<ethereum::transaction::TransactionV2>3670 * Lookup525: ethereum::block::Block<ethereum::transaction::TransactionV2>
3486 **/3671 **/
3487 EthereumBlock: {3672 EthereumBlock: {
3488 header: 'EthereumHeader',3673 header: 'EthereumHeader',
3489 transactions: 'Vec<EthereumTransactionTransactionV2>',3674 transactions: 'Vec<EthereumTransactionTransactionV2>',
3490 ommers: 'Vec<EthereumHeader>'3675 ommers: 'Vec<EthereumHeader>'
3491 },3676 },
3492 /**3677 /**
3493 * Lookup474: ethereum::header::Header3678 * Lookup526: ethereum::header::Header
3494 **/3679 **/
3495 EthereumHeader: {3680 EthereumHeader: {
3496 parentHash: 'H256',3681 parentHash: 'H256',
3497 ommersHash: 'H256',3682 ommersHash: 'H256',
3509 mixHash: 'H256',3694 mixHash: 'H256',
3510 nonce: 'EthereumTypesHashH64'3695 nonce: 'EthereumTypesHashH64'
3511 },3696 },
3512 /**3697 /**
3513 * Lookup475: ethereum_types::hash::H643698 * Lookup527: ethereum_types::hash::H64
3514 **/3699 **/
3515 EthereumTypesHashH64: '[u8;8]',3700 EthereumTypesHashH64: '[u8;8]',
3516 /**3701 /**
3517 * Lookup480: pallet_ethereum::pallet::Error<T>3702 * Lookup532: pallet_ethereum::pallet::Error<T>
3518 **/3703 **/
3519 PalletEthereumError: {3704 PalletEthereumError: {
3520 _enum: ['InvalidSignature', 'PreLogExists']3705 _enum: ['InvalidSignature', 'PreLogExists']
3521 },3706 },
3522 /**3707 /**
3523 * Lookup481: pallet_evm_coder_substrate::pallet::Error<T>3708 * Lookup533: pallet_evm_coder_substrate::pallet::Error<T>
3524 **/3709 **/
3525 PalletEvmCoderSubstrateError: {3710 PalletEvmCoderSubstrateError: {
3526 _enum: ['OutOfGas', 'OutOfFund']3711 _enum: ['OutOfGas', 'OutOfFund']
3527 },3712 },
3528 /**3713 /**
3529 * Lookup482: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>3714 * Lookup534: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
3530 **/3715 **/
3531 UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: {3716 UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: {
3532 _enum: {3717 _enum: {
3533 Disabled: 'Null',3718 Disabled: 'Null',
3534 Unconfirmed: 'PalletEvmAccountBasicCrossAccountIdRepr',3719 Unconfirmed: 'PalletEvmAccountBasicCrossAccountIdRepr',
3535 Confirmed: 'PalletEvmAccountBasicCrossAccountIdRepr'3720 Confirmed: 'PalletEvmAccountBasicCrossAccountIdRepr'
3536 }3721 }
3537 },3722 },
3538 /**3723 /**
3539 * Lookup483: pallet_evm_contract_helpers::SponsoringModeT3724 * Lookup535: pallet_evm_contract_helpers::SponsoringModeT
3540 **/3725 **/
3541 PalletEvmContractHelpersSponsoringModeT: {3726 PalletEvmContractHelpersSponsoringModeT: {
3542 _enum: ['Disabled', 'Allowlisted', 'Generous']3727 _enum: ['Disabled', 'Allowlisted', 'Generous']
3543 },3728 },
3544 /**3729 /**
3545 * Lookup489: pallet_evm_contract_helpers::pallet::Error<T>3730 * Lookup541: pallet_evm_contract_helpers::pallet::Error<T>
3546 **/3731 **/
3547 PalletEvmContractHelpersError: {3732 PalletEvmContractHelpersError: {
3548 _enum: ['NoPermission', 'NoPendingSponsor', 'TooManyMethodsHaveSponsoredLimit']3733 _enum: ['NoPermission', 'NoPendingSponsor', 'TooManyMethodsHaveSponsoredLimit']
3549 },3734 },
3550 /**3735 /**
3551 * Lookup490: pallet_evm_migration::pallet::Error<T>3736 * Lookup542: pallet_data_management::pallet::Error<T>
3552 **/3737 **/
3553 PalletEvmMigrationError: {3738 PalletDataManagementError: {
3554 _enum: ['AccountNotEmpty', 'AccountIsNotMigrating', 'BadEvent']3739 _enum: ['AccountNotEmpty', 'AccountIsNotMigrating', 'BadEvent']
3555 },3740 },
3556 /**3741 /**
3557 * Lookup491: pallet_maintenance::pallet::Error<T>3742 * Lookup543: pallet_maintenance::pallet::Error<T>
3558 **/3743 **/
3559 PalletMaintenanceError: 'Null',3744 PalletMaintenanceError: 'Null',
3560 /**3745 /**
3561 * Lookup492: pallet_test_utils::pallet::Error<T>3746 * Lookup544: pallet_test_utils::pallet::Error<T>
3562 **/3747 **/
3563 PalletTestUtilsError: {3748 PalletTestUtilsError: {
3564 _enum: ['TestPalletDisabled', 'TriggerRollback']3749 _enum: ['TestPalletDisabled', 'TriggerRollback']
3565 },3750 },
3566 /**3751 /**
3567 * Lookup494: sp_runtime::MultiSignature3752 * Lookup546: sp_runtime::MultiSignature
3568 **/3753 **/
3569 SpRuntimeMultiSignature: {3754 SpRuntimeMultiSignature: {
3570 _enum: {3755 _enum: {
3571 Ed25519: 'SpCoreEd25519Signature',3756 Ed25519: 'SpCoreEd25519Signature',
3572 Sr25519: 'SpCoreSr25519Signature',3757 Sr25519: 'SpCoreSr25519Signature',
3573 Ecdsa: 'SpCoreEcdsaSignature'3758 Ecdsa: 'SpCoreEcdsaSignature'
3574 }3759 }
3575 },3760 },
3576 /**3761 /**
3577 * Lookup495: sp_core::ed25519::Signature3762 * Lookup547: sp_core::ed25519::Signature
3578 **/3763 **/
3579 SpCoreEd25519Signature: '[u8;64]',3764 SpCoreEd25519Signature: '[u8;64]',
3580 /**3765 /**
3581 * Lookup497: sp_core::sr25519::Signature3766 * Lookup549: sp_core::sr25519::Signature
3582 **/3767 **/
3583 SpCoreSr25519Signature: '[u8;64]',3768 SpCoreSr25519Signature: '[u8;64]',
3584 /**3769 /**
3585 * Lookup498: sp_core::ecdsa::Signature3770 * Lookup550: sp_core::ecdsa::Signature
3586 **/3771 **/
3587 SpCoreEcdsaSignature: '[u8;65]',3772 SpCoreEcdsaSignature: '[u8;65]',
3588 /**3773 /**
3589 * Lookup501: frame_system::extensions::check_spec_version::CheckSpecVersion<T>3774 * Lookup553: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
3590 **/3775 **/
3591 FrameSystemExtensionsCheckSpecVersion: 'Null',3776 FrameSystemExtensionsCheckSpecVersion: 'Null',
3592 /**3777 /**
3593 * Lookup502: frame_system::extensions::check_tx_version::CheckTxVersion<T>3778 * Lookup554: frame_system::extensions::check_tx_version::CheckTxVersion<T>
3594 **/3779 **/
3595 FrameSystemExtensionsCheckTxVersion: 'Null',3780 FrameSystemExtensionsCheckTxVersion: 'Null',
3596 /**3781 /**
3597 * Lookup503: frame_system::extensions::check_genesis::CheckGenesis<T>3782 * Lookup555: frame_system::extensions::check_genesis::CheckGenesis<T>
3598 **/3783 **/
3599 FrameSystemExtensionsCheckGenesis: 'Null',3784 FrameSystemExtensionsCheckGenesis: 'Null',
3600 /**3785 /**
3601 * Lookup506: frame_system::extensions::check_nonce::CheckNonce<T>3786 * Lookup558: frame_system::extensions::check_nonce::CheckNonce<T>
3602 **/3787 **/
3603 FrameSystemExtensionsCheckNonce: 'Compact<u32>',3788 FrameSystemExtensionsCheckNonce: 'Compact<u32>',
3604 /**3789 /**
3605 * Lookup507: frame_system::extensions::check_weight::CheckWeight<T>3790 * Lookup559: frame_system::extensions::check_weight::CheckWeight<T>
3606 **/3791 **/
3607 FrameSystemExtensionsCheckWeight: 'Null',3792 FrameSystemExtensionsCheckWeight: 'Null',
3608 /**3793 /**
3609 * Lookup508: opal_runtime::runtime_common::maintenance::CheckMaintenance3794 * Lookup560: opal_runtime::runtime_common::maintenance::CheckMaintenance
3610 **/3795 **/
3611 OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: 'Null',3796 OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: 'Null',
3797 /**
3798 * Lookup561: opal_runtime::runtime_common::data_management::FilterIdentity
3799 **/
3800 OpalRuntimeRuntimeCommonDataManagementFilterIdentity: 'Null',
3612 /**3801 /**
3613 * Lookup509: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>3802 * Lookup562: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
3614 **/3803 **/
3615 PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',3804 PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
3616 /**3805 /**
3617 * Lookup510: opal_runtime::Runtime3806 * Lookup563: opal_runtime::Runtime
3618 **/3807 **/
3619 OpalRuntimeRuntime: 'Null',3808 OpalRuntimeRuntime: 'Null',
3620 /**3809 /**
3621 * Lookup511: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>3810 * Lookup564: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
3622 **/3811 **/
3623 PalletEthereumFakeTransactionFinalizer: 'Null'3812 PalletEthereumFakeTransactionFinalizer: 'Null'
3624};3813};
36253814
modifiedtests/src/interfaces/registry.tsdiffbeforeafterboth
5// this is required to allow for ambient/previous definitions5// this is required to allow for ambient/previous definitions
6import '@polkadot/types/types/registry';6import '@polkadot/types/types/registry';
77
8import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OpalRuntimeRuntimeCommonSessionKeys, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletAuthorshipCall, PalletAuthorshipError, PalletAuthorshipUncleEntryItem, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCollatorSelectionCall, PalletCollatorSelectionError, PalletCollatorSelectionEvent, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletSessionCall, PalletSessionError, PalletSessionEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpConsensusAuraSr25519AppSr25519Public, SpCoreCryptoKeyTypeId, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Public, SpCoreSr25519Signature, SpRuntimeArithmeticError, SpRuntimeBlakeTwo256, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeHeader, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';8import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmCall, CumulusPalletXcmError, CumulusPalletXcmEvent, CumulusPalletXcmpQueueCall, CumulusPalletXcmpQueueError, CumulusPalletXcmpQueueEvent, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueInboundState, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueOutboundState, CumulusPalletXcmpQueueQueueConfigData, CumulusPrimitivesParachainInherentParachainInherentData, EthbloomBloom, EthereumBlock, EthereumHeader, EthereumLog, EthereumReceiptEip658ReceiptData, EthereumReceiptReceiptV3, EthereumTransactionAccessListItem, EthereumTransactionEip1559Transaction, EthereumTransactionEip2930Transaction, EthereumTransactionLegacyTransaction, EthereumTransactionTransactionAction, EthereumTransactionTransactionSignature, EthereumTransactionTransactionV2, EthereumTypesHashH64, EvmCoreErrorExitError, EvmCoreErrorExitFatal, EvmCoreErrorExitReason, EvmCoreErrorExitRevert, EvmCoreErrorExitSucceed, FpRpcTransactionStatus, FrameSupportDispatchDispatchClass, FrameSupportDispatchDispatchInfo, FrameSupportDispatchPays, FrameSupportDispatchPerDispatchClassU32, FrameSupportDispatchPerDispatchClassWeight, FrameSupportDispatchPerDispatchClassWeightsPerClass, FrameSupportPalletId, FrameSupportTokensMiscBalanceStatus, FrameSystemAccountInfo, FrameSystemCall, FrameSystemError, FrameSystemEvent, FrameSystemEventRecord, FrameSystemExtensionsCheckGenesis, FrameSystemExtensionsCheckNonce, FrameSystemExtensionsCheckSpecVersion, FrameSystemExtensionsCheckTxVersion, FrameSystemExtensionsCheckWeight, FrameSystemLastRuntimeUpgradeInfo, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, FrameSystemLimitsWeightsPerClass, FrameSystemPhase, OpalRuntimeRuntime, OpalRuntimeRuntimeCommonDataManagementFilterIdentity, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OpalRuntimeRuntimeCommonSessionKeys, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletAuthorshipCall, PalletAuthorshipError, PalletAuthorshipUncleEntryItem, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesReasons, PalletBalancesReleases, PalletBalancesReserveData, PalletCollatorSelectionCall, PalletCollatorSelectionError, PalletCollatorSelectionEvent, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletConfigurationEvent, PalletDataManagementCall, PalletDataManagementError, PalletDataManagementEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletIdentityBitFlags, PalletIdentityCall, PalletIdentityError, PalletIdentityEvent, PalletIdentityIdentityField, PalletIdentityIdentityInfo, PalletIdentityJudgement, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletRefungibleError, PalletRefungibleItemData, PalletRmrkCoreCall, PalletRmrkCoreError, PalletRmrkCoreEvent, PalletRmrkEquipCall, PalletRmrkEquipError, PalletRmrkEquipEvent, PalletSessionCall, PalletSessionError, PalletSessionEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentCall, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV2AbridgedHostConfiguration, PolkadotPrimitivesV2AbridgedHrmpChannel, PolkadotPrimitivesV2PersistedValidationData, PolkadotPrimitivesV2UpgradeRestriction, RmrkTraitsBaseBaseInfo, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftAccountIdOrCollectionNftTuple, RmrkTraitsNftNftChild, RmrkTraitsNftNftInfo, RmrkTraitsNftRoyaltyInfo, RmrkTraitsPartEquippableList, RmrkTraitsPartFixedPart, RmrkTraitsPartPartType, RmrkTraitsPartSlotPart, RmrkTraitsPropertyPropertyInfo, RmrkTraitsResourceBasicResource, RmrkTraitsResourceComposableResource, RmrkTraitsResourceResourceInfo, RmrkTraitsResourceResourceTypes, RmrkTraitsResourceSlotResource, RmrkTraitsTheme, RmrkTraitsThemeThemeProperty, SpConsensusAuraSr25519AppSr25519Public, SpCoreCryptoKeyTypeId, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Public, SpCoreSr25519Signature, SpRuntimeArithmeticError, SpRuntimeBlakeTwo256, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeHeader, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionalError, SpTrieStorageProof, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, UpDataStructsAccessMode, UpDataStructsCollection, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCollectionStats, UpDataStructsCreateCollectionData, UpDataStructsCreateFungibleData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsCreateNftData, UpDataStructsCreateNftExData, UpDataStructsCreateReFungibleData, UpDataStructsCreateRefungibleExMultipleOwners, UpDataStructsCreateRefungibleExSingleOwner, UpDataStructsNestingPermissions, UpDataStructsOwnerRestrictedSet, UpDataStructsProperties, UpDataStructsPropertiesMapBoundedVec, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, UpDataStructsPropertyPermission, UpDataStructsPropertyScope, UpDataStructsRpcCollection, UpDataStructsRpcCollectionFlags, UpDataStructsSponsoringRateLimit, UpDataStructsSponsorshipStateAccountId32, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, UpDataStructsTokenData, XcmDoubleEncoded, XcmV0Junction, XcmV0JunctionBodyId, XcmV0JunctionBodyPart, XcmV0JunctionNetworkId, XcmV0MultiAsset, XcmV0MultiLocation, XcmV0Order, XcmV0OriginKind, XcmV0Response, XcmV0Xcm, XcmV1Junction, XcmV1MultiAsset, XcmV1MultiLocation, XcmV1MultiassetAssetId, XcmV1MultiassetAssetInstance, XcmV1MultiassetFungibility, XcmV1MultiassetMultiAssetFilter, XcmV1MultiassetMultiAssets, XcmV1MultiassetWildFungibility, XcmV1MultiassetWildMultiAsset, XcmV1MultilocationJunctions, XcmV1Order, XcmV1Response, XcmV1Xcm, XcmV2Instruction, XcmV2Response, XcmV2TraitsError, XcmV2TraitsOutcome, XcmV2WeightLimit, XcmV2Xcm, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
99
10declare module '@polkadot/types/types/registry' {10declare module '@polkadot/types/types/registry' {
11 interface InterfaceTypes {11 interface InterfaceTypes {
74 FrameSystemLimitsWeightsPerClass: FrameSystemLimitsWeightsPerClass;74 FrameSystemLimitsWeightsPerClass: FrameSystemLimitsWeightsPerClass;
75 FrameSystemPhase: FrameSystemPhase;75 FrameSystemPhase: FrameSystemPhase;
76 OpalRuntimeRuntime: OpalRuntimeRuntime;76 OpalRuntimeRuntime: OpalRuntimeRuntime;
77 OpalRuntimeRuntimeCommonDataManagementFilterIdentity: OpalRuntimeRuntimeCommonDataManagementFilterIdentity;
77 OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance;78 OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance;
78 OpalRuntimeRuntimeCommonSessionKeys: OpalRuntimeRuntimeCommonSessionKeys;79 OpalRuntimeRuntimeCommonSessionKeys: OpalRuntimeRuntimeCommonSessionKeys;
79 OrmlTokensAccountData: OrmlTokensAccountData;80 OrmlTokensAccountData: OrmlTokensAccountData;
111 PalletConfigurationAppPromotionConfiguration: PalletConfigurationAppPromotionConfiguration;112 PalletConfigurationAppPromotionConfiguration: PalletConfigurationAppPromotionConfiguration;
112 PalletConfigurationCall: PalletConfigurationCall;113 PalletConfigurationCall: PalletConfigurationCall;
113 PalletConfigurationError: PalletConfigurationError;114 PalletConfigurationError: PalletConfigurationError;
115 PalletConfigurationEvent: PalletConfigurationEvent;
116 PalletDataManagementCall: PalletDataManagementCall;
117 PalletDataManagementError: PalletDataManagementError;
118 PalletDataManagementEvent: PalletDataManagementEvent;
114 PalletEthereumCall: PalletEthereumCall;119 PalletEthereumCall: PalletEthereumCall;
115 PalletEthereumError: PalletEthereumError;120 PalletEthereumError: PalletEthereumError;
116 PalletEthereumEvent: PalletEthereumEvent;121 PalletEthereumEvent: PalletEthereumEvent;
123 PalletEvmContractHelpersSponsoringModeT: PalletEvmContractHelpersSponsoringModeT;128 PalletEvmContractHelpersSponsoringModeT: PalletEvmContractHelpersSponsoringModeT;
124 PalletEvmError: PalletEvmError;129 PalletEvmError: PalletEvmError;
125 PalletEvmEvent: PalletEvmEvent;130 PalletEvmEvent: PalletEvmEvent;
126 PalletEvmMigrationCall: PalletEvmMigrationCall;
127 PalletEvmMigrationError: PalletEvmMigrationError;
128 PalletEvmMigrationEvent: PalletEvmMigrationEvent;
129 PalletForeignAssetsAssetIds: PalletForeignAssetsAssetIds;131 PalletForeignAssetsAssetIds: PalletForeignAssetsAssetIds;
130 PalletForeignAssetsModuleAssetMetadata: PalletForeignAssetsModuleAssetMetadata;132 PalletForeignAssetsModuleAssetMetadata: PalletForeignAssetsModuleAssetMetadata;
131 PalletForeignAssetsModuleCall: PalletForeignAssetsModuleCall;133 PalletForeignAssetsModuleCall: PalletForeignAssetsModuleCall;
132 PalletForeignAssetsModuleError: PalletForeignAssetsModuleError;134 PalletForeignAssetsModuleError: PalletForeignAssetsModuleError;
133 PalletForeignAssetsModuleEvent: PalletForeignAssetsModuleEvent;135 PalletForeignAssetsModuleEvent: PalletForeignAssetsModuleEvent;
134 PalletForeignAssetsNativeCurrency: PalletForeignAssetsNativeCurrency;136 PalletForeignAssetsNativeCurrency: PalletForeignAssetsNativeCurrency;
135 PalletFungibleError: PalletFungibleError;137 PalletFungibleError: PalletFungibleError;
138 PalletIdentityBitFlags: PalletIdentityBitFlags;
139 PalletIdentityCall: PalletIdentityCall;
140 PalletIdentityError: PalletIdentityError;
141 PalletIdentityEvent: PalletIdentityEvent;
142 PalletIdentityIdentityField: PalletIdentityIdentityField;
143 PalletIdentityIdentityInfo: PalletIdentityIdentityInfo;
144 PalletIdentityJudgement: PalletIdentityJudgement;
145 PalletIdentityRegistrarInfo: PalletIdentityRegistrarInfo;
146 PalletIdentityRegistration: PalletIdentityRegistration;
136 PalletInflationCall: PalletInflationCall;147 PalletInflationCall: PalletInflationCall;
137 PalletMaintenanceCall: PalletMaintenanceCall;148 PalletMaintenanceCall: PalletMaintenanceCall;
138 PalletMaintenanceError: PalletMaintenanceError;149 PalletMaintenanceError: PalletMaintenanceError;
modifiedtests/src/interfaces/types-lookup.tsdiffbeforeafterboth
5// this is required to allow for ambient/previous definitions5// this is required to allow for ambient/previous definitions
6import '@polkadot/types/lookup';6import '@polkadot/types/lookup';
77
8import type { Data } from '@polkadot/types';
8import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';9import type { BTreeMap, BTreeSet, Bytes, Compact, Enum, Null, Option, Result, Set, Struct, Text, U256, U8aFixed, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
9import type { ITuple } from '@polkadot/types-codec/types';10import type { ITuple } from '@polkadot/types-codec/types';
10import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';11import type { AccountId32, Call, H160, H256, MultiAddress, Perbill, Permill } from '@polkadot/types/interfaces/runtime';
11import type { Event } from '@polkadot/types/interfaces/system';12import type { Event } from '@polkadot/types/interfaces/system';
198199
199 /** @name PalletCollatorSelectionEvent (30) */200 /** @name PalletCollatorSelectionEvent (30) */
200 interface PalletCollatorSelectionEvent extends Enum {201 interface PalletCollatorSelectionEvent extends Enum {
201 readonly isNewDesiredCollators: boolean;
202 readonly asNewDesiredCollators: {
203 readonly desiredCollators: u32;
204 } & Struct;
205 readonly isNewLicenseBond: boolean;
206 readonly asNewLicenseBond: {
207 readonly bondAmount: u128;
208 } & Struct;
209 readonly isNewKickThreshold: boolean;
210 readonly asNewKickThreshold: {
211 readonly lengthInBlocks: u32;
212 } & Struct;
213 readonly isInvulnerableAdded: boolean;202 readonly isInvulnerableAdded: boolean;
214 readonly asInvulnerableAdded: {203 readonly asInvulnerableAdded: {
215 readonly invulnerable: AccountId32;204 readonly invulnerable: AccountId32;
236 readonly asCandidateRemoved: {225 readonly asCandidateRemoved: {
237 readonly accountId: AccountId32;226 readonly accountId: AccountId32;
238 } & Struct;227 } & Struct;
239 readonly type: 'NewDesiredCollators' | 'NewLicenseBond' | 'NewKickThreshold' | 'InvulnerableAdded' | 'InvulnerableRemoved' | 'LicenseObtained' | 'LicenseForfeited' | 'CandidateAdded' | 'CandidateRemoved';228 readonly type: 'InvulnerableAdded' | 'InvulnerableRemoved' | 'LicenseObtained' | 'LicenseForfeited' | 'CandidateAdded' | 'CandidateRemoved';
240 }229 }
241230
242 /** @name PalletSessionEvent (31) */231 /** @name PalletSessionEvent (31) */
248 readonly type: 'NewSession';237 readonly type: 'NewSession';
249 }238 }
239
240 /** @name PalletIdentityEvent (32) */
241 interface PalletIdentityEvent extends Enum {
242 readonly isIdentitySet: boolean;
243 readonly asIdentitySet: {
244 readonly who: AccountId32;
245 } & Struct;
246 readonly isIdentityCleared: boolean;
247 readonly asIdentityCleared: {
248 readonly who: AccountId32;
249 readonly deposit: u128;
250 } & Struct;
251 readonly isIdentityKilled: boolean;
252 readonly asIdentityKilled: {
253 readonly who: AccountId32;
254 readonly deposit: u128;
255 } & Struct;
256 readonly isJudgementRequested: boolean;
257 readonly asJudgementRequested: {
258 readonly who: AccountId32;
259 readonly registrarIndex: u32;
260 } & Struct;
261 readonly isJudgementUnrequested: boolean;
262 readonly asJudgementUnrequested: {
263 readonly who: AccountId32;
264 readonly registrarIndex: u32;
265 } & Struct;
266 readonly isJudgementGiven: boolean;
267 readonly asJudgementGiven: {
268 readonly target: AccountId32;
269 readonly registrarIndex: u32;
270 } & Struct;
271 readonly isRegistrarAdded: boolean;
272 readonly asRegistrarAdded: {
273 readonly registrarIndex: u32;
274 } & Struct;
275 readonly isSubIdentityAdded: boolean;
276 readonly asSubIdentityAdded: {
277 readonly sub: AccountId32;
278 readonly main: AccountId32;
279 readonly deposit: u128;
280 } & Struct;
281 readonly isSubIdentityRemoved: boolean;
282 readonly asSubIdentityRemoved: {
283 readonly sub: AccountId32;
284 readonly main: AccountId32;
285 readonly deposit: u128;
286 } & Struct;
287 readonly isSubIdentityRevoked: boolean;
288 readonly asSubIdentityRevoked: {
289 readonly sub: AccountId32;
290 readonly main: AccountId32;
291 readonly deposit: u128;
292 } & Struct;
293 readonly type: 'IdentitySet' | 'IdentityCleared' | 'IdentityKilled' | 'JudgementRequested' | 'JudgementUnrequested' | 'JudgementGiven' | 'RegistrarAdded' | 'SubIdentityAdded' | 'SubIdentityRemoved' | 'SubIdentityRevoked';
294 }
250295
251 /** @name PalletBalancesEvent (32) */296 /** @name PalletBalancesEvent (33) */
252 interface PalletBalancesEvent extends Enum {297 interface PalletBalancesEvent extends Enum {
253 readonly isEndowed: boolean;298 readonly isEndowed: boolean;
254 readonly asEndowed: {299 readonly asEndowed: {
307 readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'BalanceSet' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'Deposit' | 'Withdraw' | 'Slashed';352 readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'BalanceSet' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'Deposit' | 'Withdraw' | 'Slashed';
308 }353 }
309354
310 /** @name FrameSupportTokensMiscBalanceStatus (33) */355 /** @name FrameSupportTokensMiscBalanceStatus (34) */
311 interface FrameSupportTokensMiscBalanceStatus extends Enum {356 interface FrameSupportTokensMiscBalanceStatus extends Enum {
312 readonly isFree: boolean;357 readonly isFree: boolean;
313 readonly isReserved: boolean;358 readonly isReserved: boolean;
314 readonly type: 'Free' | 'Reserved';359 readonly type: 'Free' | 'Reserved';
315 }360 }
316361
317 /** @name PalletTransactionPaymentEvent (34) */362 /** @name PalletTransactionPaymentEvent (35) */
318 interface PalletTransactionPaymentEvent extends Enum {363 interface PalletTransactionPaymentEvent extends Enum {
319 readonly isTransactionFeePaid: boolean;364 readonly isTransactionFeePaid: boolean;
320 readonly asTransactionFeePaid: {365 readonly asTransactionFeePaid: {
325 readonly type: 'TransactionFeePaid';370 readonly type: 'TransactionFeePaid';
326 }371 }
327372
328 /** @name PalletTreasuryEvent (35) */373 /** @name PalletTreasuryEvent (36) */
329 interface PalletTreasuryEvent extends Enum {374 interface PalletTreasuryEvent extends Enum {
330 readonly isProposed: boolean;375 readonly isProposed: boolean;
331 readonly asProposed: {376 readonly asProposed: {
367 readonly type: 'Proposed' | 'Spending' | 'Awarded' | 'Rejected' | 'Burnt' | 'Rollover' | 'Deposit' | 'SpendApproved';412 readonly type: 'Proposed' | 'Spending' | 'Awarded' | 'Rejected' | 'Burnt' | 'Rollover' | 'Deposit' | 'SpendApproved';
368 }413 }
369414
370 /** @name PalletSudoEvent (36) */415 /** @name PalletSudoEvent (37) */
371 interface PalletSudoEvent extends Enum {416 interface PalletSudoEvent extends Enum {
372 readonly isSudid: boolean;417 readonly isSudid: boolean;
373 readonly asSudid: {418 readonly asSudid: {
384 readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';429 readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';
385 }430 }
386431
387 /** @name OrmlVestingModuleEvent (40) */432 /** @name OrmlVestingModuleEvent (41) */
388 interface OrmlVestingModuleEvent extends Enum {433 interface OrmlVestingModuleEvent extends Enum {
389 readonly isVestingScheduleAdded: boolean;434 readonly isVestingScheduleAdded: boolean;
390 readonly asVestingScheduleAdded: {435 readonly asVestingScheduleAdded: {
404 readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';449 readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';
405 }450 }
406451
407 /** @name OrmlVestingVestingSchedule (41) */452 /** @name OrmlVestingVestingSchedule (42) */
408 interface OrmlVestingVestingSchedule extends Struct {453 interface OrmlVestingVestingSchedule extends Struct {
409 readonly start: u32;454 readonly start: u32;
410 readonly period: u32;455 readonly period: u32;
411 readonly periodCount: u32;456 readonly periodCount: u32;
412 readonly perPeriod: Compact<u128>;457 readonly perPeriod: Compact<u128>;
413 }458 }
414459
415 /** @name OrmlXtokensModuleEvent (43) */460 /** @name OrmlXtokensModuleEvent (44) */
416 interface OrmlXtokensModuleEvent extends Enum {461 interface OrmlXtokensModuleEvent extends Enum {
417 readonly isTransferredMultiAssets: boolean;462 readonly isTransferredMultiAssets: boolean;
418 readonly asTransferredMultiAssets: {463 readonly asTransferredMultiAssets: {
424 readonly type: 'TransferredMultiAssets';469 readonly type: 'TransferredMultiAssets';
425 }470 }
426471
427 /** @name XcmV1MultiassetMultiAssets (44) */472 /** @name XcmV1MultiassetMultiAssets (45) */
428 interface XcmV1MultiassetMultiAssets extends Vec<XcmV1MultiAsset> {}473 interface XcmV1MultiassetMultiAssets extends Vec<XcmV1MultiAsset> {}
429474
430 /** @name XcmV1MultiAsset (46) */475 /** @name XcmV1MultiAsset (47) */
431 interface XcmV1MultiAsset extends Struct {476 interface XcmV1MultiAsset extends Struct {
432 readonly id: XcmV1MultiassetAssetId;477 readonly id: XcmV1MultiassetAssetId;
433 readonly fun: XcmV1MultiassetFungibility;478 readonly fun: XcmV1MultiassetFungibility;
434 }479 }
435480
436 /** @name XcmV1MultiassetAssetId (47) */481 /** @name XcmV1MultiassetAssetId (48) */
437 interface XcmV1MultiassetAssetId extends Enum {482 interface XcmV1MultiassetAssetId extends Enum {
438 readonly isConcrete: boolean;483 readonly isConcrete: boolean;
439 readonly asConcrete: XcmV1MultiLocation;484 readonly asConcrete: XcmV1MultiLocation;
442 readonly type: 'Concrete' | 'Abstract';487 readonly type: 'Concrete' | 'Abstract';
443 }488 }
444489
445 /** @name XcmV1MultiLocation (48) */490 /** @name XcmV1MultiLocation (49) */
446 interface XcmV1MultiLocation extends Struct {491 interface XcmV1MultiLocation extends Struct {
447 readonly parents: u8;492 readonly parents: u8;
448 readonly interior: XcmV1MultilocationJunctions;493 readonly interior: XcmV1MultilocationJunctions;
449 }494 }
450495
451 /** @name XcmV1MultilocationJunctions (49) */496 /** @name XcmV1MultilocationJunctions (50) */
452 interface XcmV1MultilocationJunctions extends Enum {497 interface XcmV1MultilocationJunctions extends Enum {
453 readonly isHere: boolean;498 readonly isHere: boolean;
454 readonly isX1: boolean;499 readonly isX1: boolean;
470 readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';515 readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';
471 }516 }
472517
473 /** @name XcmV1Junction (50) */518 /** @name XcmV1Junction (51) */
474 interface XcmV1Junction extends Enum {519 interface XcmV1Junction extends Enum {
475 readonly isParachain: boolean;520 readonly isParachain: boolean;
476 readonly asParachain: Compact<u32>;521 readonly asParachain: Compact<u32>;
504 readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';549 readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';
505 }550 }
506551
507 /** @name XcmV0JunctionNetworkId (52) */552 /** @name XcmV0JunctionNetworkId (53) */
508 interface XcmV0JunctionNetworkId extends Enum {553 interface XcmV0JunctionNetworkId extends Enum {
509 readonly isAny: boolean;554 readonly isAny: boolean;
510 readonly isNamed: boolean;555 readonly isNamed: boolean;
514 readonly type: 'Any' | 'Named' | 'Polkadot' | 'Kusama';559 readonly type: 'Any' | 'Named' | 'Polkadot' | 'Kusama';
515 }560 }
516561
517 /** @name XcmV0JunctionBodyId (55) */562 /** @name XcmV0JunctionBodyId (56) */
518 interface XcmV0JunctionBodyId extends Enum {563 interface XcmV0JunctionBodyId extends Enum {
519 readonly isUnit: boolean;564 readonly isUnit: boolean;
520 readonly isNamed: boolean;565 readonly isNamed: boolean;
528 readonly type: 'Unit' | 'Named' | 'Index' | 'Executive' | 'Technical' | 'Legislative' | 'Judicial';573 readonly type: 'Unit' | 'Named' | 'Index' | 'Executive' | 'Technical' | 'Legislative' | 'Judicial';
529 }574 }
530575
531 /** @name XcmV0JunctionBodyPart (56) */576 /** @name XcmV0JunctionBodyPart (57) */
532 interface XcmV0JunctionBodyPart extends Enum {577 interface XcmV0JunctionBodyPart extends Enum {
533 readonly isVoice: boolean;578 readonly isVoice: boolean;
534 readonly isMembers: boolean;579 readonly isMembers: boolean;
553 readonly type: 'Voice' | 'Members' | 'Fraction' | 'AtLeastProportion' | 'MoreThanProportion';598 readonly type: 'Voice' | 'Members' | 'Fraction' | 'AtLeastProportion' | 'MoreThanProportion';
554 }599 }
555600
556 /** @name XcmV1MultiassetFungibility (57) */601 /** @name XcmV1MultiassetFungibility (58) */
557 interface XcmV1MultiassetFungibility extends Enum {602 interface XcmV1MultiassetFungibility extends Enum {
558 readonly isFungible: boolean;603 readonly isFungible: boolean;
559 readonly asFungible: Compact<u128>;604 readonly asFungible: Compact<u128>;
562 readonly type: 'Fungible' | 'NonFungible';607 readonly type: 'Fungible' | 'NonFungible';
563 }608 }
564609
565 /** @name XcmV1MultiassetAssetInstance (58) */610 /** @name XcmV1MultiassetAssetInstance (59) */
566 interface XcmV1MultiassetAssetInstance extends Enum {611 interface XcmV1MultiassetAssetInstance extends Enum {
567 readonly isUndefined: boolean;612 readonly isUndefined: boolean;
568 readonly isIndex: boolean;613 readonly isIndex: boolean;
580 readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32' | 'Blob';625 readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32' | 'Blob';
581 }626 }
582627
583 /** @name OrmlTokensModuleEvent (61) */628 /** @name OrmlTokensModuleEvent (62) */
584 interface OrmlTokensModuleEvent extends Enum {629 interface OrmlTokensModuleEvent extends Enum {
585 readonly isEndowed: boolean;630 readonly isEndowed: boolean;
586 readonly asEndowed: {631 readonly asEndowed: {
668 readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'BalanceSet' | 'TotalIssuanceSet' | 'Withdrawn' | 'Slashed' | 'Deposited' | 'LockSet' | 'LockRemoved';713 readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'BalanceSet' | 'TotalIssuanceSet' | 'Withdrawn' | 'Slashed' | 'Deposited' | 'LockSet' | 'LockRemoved';
669 }714 }
670715
671 /** @name PalletForeignAssetsAssetIds (62) */716 /** @name PalletForeignAssetsAssetIds (63) */
672 interface PalletForeignAssetsAssetIds extends Enum {717 interface PalletForeignAssetsAssetIds extends Enum {
673 readonly isForeignAssetId: boolean;718 readonly isForeignAssetId: boolean;
674 readonly asForeignAssetId: u32;719 readonly asForeignAssetId: u32;
677 readonly type: 'ForeignAssetId' | 'NativeAssetId';722 readonly type: 'ForeignAssetId' | 'NativeAssetId';
678 }723 }
679724
680 /** @name PalletForeignAssetsNativeCurrency (63) */725 /** @name PalletForeignAssetsNativeCurrency (64) */
681 interface PalletForeignAssetsNativeCurrency extends Enum {726 interface PalletForeignAssetsNativeCurrency extends Enum {
682 readonly isHere: boolean;727 readonly isHere: boolean;
683 readonly isParent: boolean;728 readonly isParent: boolean;
684 readonly type: 'Here' | 'Parent';729 readonly type: 'Here' | 'Parent';
685 }730 }
686731
687 /** @name CumulusPalletXcmpQueueEvent (64) */732 /** @name CumulusPalletXcmpQueueEvent (65) */
688 interface CumulusPalletXcmpQueueEvent extends Enum {733 interface CumulusPalletXcmpQueueEvent extends Enum {
689 readonly isSuccess: boolean;734 readonly isSuccess: boolean;
690 readonly asSuccess: {735 readonly asSuccess: {
728 readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';773 readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'UpwardMessageSent' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';
729 }774 }
730775
731 /** @name XcmV2TraitsError (66) */776 /** @name XcmV2TraitsError (67) */
732 interface XcmV2TraitsError extends Enum {777 interface XcmV2TraitsError extends Enum {
733 readonly isOverflow: boolean;778 readonly isOverflow: boolean;
734 readonly isUnimplemented: boolean;779 readonly isUnimplemented: boolean;
761 readonly type: 'Overflow' | 'Unimplemented' | 'UntrustedReserveLocation' | 'UntrustedTeleportLocation' | 'MultiLocationFull' | 'MultiLocationNotInvertible' | 'BadOrigin' | 'InvalidLocation' | 'AssetNotFound' | 'FailedToTransactAsset' | 'NotWithdrawable' | 'LocationCannotHold' | 'ExceedsMaxMessageSize' | 'DestinationUnsupported' | 'Transport' | 'Unroutable' | 'UnknownClaim' | 'FailedToDecode' | 'MaxWeightInvalid' | 'NotHoldingFees' | 'TooExpensive' | 'Trap' | 'UnhandledXcmVersion' | 'WeightLimitReached' | 'Barrier' | 'WeightNotComputable';806 readonly type: 'Overflow' | 'Unimplemented' | 'UntrustedReserveLocation' | 'UntrustedTeleportLocation' | 'MultiLocationFull' | 'MultiLocationNotInvertible' | 'BadOrigin' | 'InvalidLocation' | 'AssetNotFound' | 'FailedToTransactAsset' | 'NotWithdrawable' | 'LocationCannotHold' | 'ExceedsMaxMessageSize' | 'DestinationUnsupported' | 'Transport' | 'Unroutable' | 'UnknownClaim' | 'FailedToDecode' | 'MaxWeightInvalid' | 'NotHoldingFees' | 'TooExpensive' | 'Trap' | 'UnhandledXcmVersion' | 'WeightLimitReached' | 'Barrier' | 'WeightNotComputable';
762 }807 }
763808
764 /** @name PalletXcmEvent (68) */809 /** @name PalletXcmEvent (69) */
765 interface PalletXcmEvent extends Enum {810 interface PalletXcmEvent extends Enum {
766 readonly isAttempted: boolean;811 readonly isAttempted: boolean;
767 readonly asAttempted: XcmV2TraitsOutcome;812 readonly asAttempted: XcmV2TraitsOutcome;
800 readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail' | 'AssetsClaimed';845 readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail' | 'AssetsClaimed';
801 }846 }
802847
803 /** @name XcmV2TraitsOutcome (69) */848 /** @name XcmV2TraitsOutcome (70) */
804 interface XcmV2TraitsOutcome extends Enum {849 interface XcmV2TraitsOutcome extends Enum {
805 readonly isComplete: boolean;850 readonly isComplete: boolean;
806 readonly asComplete: u64;851 readonly asComplete: u64;
811 readonly type: 'Complete' | 'Incomplete' | 'Error';856 readonly type: 'Complete' | 'Incomplete' | 'Error';
812 }857 }
813858
814 /** @name XcmV2Xcm (70) */859 /** @name XcmV2Xcm (71) */
815 interface XcmV2Xcm extends Vec<XcmV2Instruction> {}860 interface XcmV2Xcm extends Vec<XcmV2Instruction> {}
816861
817 /** @name XcmV2Instruction (72) */862 /** @name XcmV2Instruction (73) */
818 interface XcmV2Instruction extends Enum {863 interface XcmV2Instruction extends Enum {
819 readonly isWithdrawAsset: boolean;864 readonly isWithdrawAsset: boolean;
820 readonly asWithdrawAsset: XcmV1MultiassetMultiAssets;865 readonly asWithdrawAsset: XcmV1MultiassetMultiAssets;
934 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'ClearOrigin' | 'DescendOrigin' | 'ReportError' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution' | 'RefundSurplus' | 'SetErrorHandler' | 'SetAppendix' | 'ClearError' | 'ClaimAsset' | 'Trap' | 'SubscribeVersion' | 'UnsubscribeVersion';979 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'ClearOrigin' | 'DescendOrigin' | 'ReportError' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution' | 'RefundSurplus' | 'SetErrorHandler' | 'SetAppendix' | 'ClearError' | 'ClaimAsset' | 'Trap' | 'SubscribeVersion' | 'UnsubscribeVersion';
935 }980 }
936981
937 /** @name XcmV2Response (73) */982 /** @name XcmV2Response (74) */
938 interface XcmV2Response extends Enum {983 interface XcmV2Response extends Enum {
939 readonly isNull: boolean;984 readonly isNull: boolean;
940 readonly isAssets: boolean;985 readonly isAssets: boolean;
946 readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version';991 readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version';
947 }992 }
948993
949 /** @name XcmV0OriginKind (76) */994 /** @name XcmV0OriginKind (77) */
950 interface XcmV0OriginKind extends Enum {995 interface XcmV0OriginKind extends Enum {
951 readonly isNative: boolean;996 readonly isNative: boolean;
952 readonly isSovereignAccount: boolean;997 readonly isSovereignAccount: boolean;
955 readonly type: 'Native' | 'SovereignAccount' | 'Superuser' | 'Xcm';1000 readonly type: 'Native' | 'SovereignAccount' | 'Superuser' | 'Xcm';
956 }1001 }
9571002
958 /** @name XcmDoubleEncoded (77) */1003 /** @name XcmDoubleEncoded (78) */
959 interface XcmDoubleEncoded extends Struct {1004 interface XcmDoubleEncoded extends Struct {
960 readonly encoded: Bytes;1005 readonly encoded: Bytes;
961 }1006 }
9621007
963 /** @name XcmV1MultiassetMultiAssetFilter (78) */1008 /** @name XcmV1MultiassetMultiAssetFilter (79) */
964 interface XcmV1MultiassetMultiAssetFilter extends Enum {1009 interface XcmV1MultiassetMultiAssetFilter extends Enum {
965 readonly isDefinite: boolean;1010 readonly isDefinite: boolean;
966 readonly asDefinite: XcmV1MultiassetMultiAssets;1011 readonly asDefinite: XcmV1MultiassetMultiAssets;
969 readonly type: 'Definite' | 'Wild';1014 readonly type: 'Definite' | 'Wild';
970 }1015 }
9711016
972 /** @name XcmV1MultiassetWildMultiAsset (79) */1017 /** @name XcmV1MultiassetWildMultiAsset (80) */
973 interface XcmV1MultiassetWildMultiAsset extends Enum {1018 interface XcmV1MultiassetWildMultiAsset extends Enum {
974 readonly isAll: boolean;1019 readonly isAll: boolean;
975 readonly isAllOf: boolean;1020 readonly isAllOf: boolean;
980 readonly type: 'All' | 'AllOf';1025 readonly type: 'All' | 'AllOf';
981 }1026 }
9821027
983 /** @name XcmV1MultiassetWildFungibility (80) */1028 /** @name XcmV1MultiassetWildFungibility (81) */
984 interface XcmV1MultiassetWildFungibility extends Enum {1029 interface XcmV1MultiassetWildFungibility extends Enum {
985 readonly isFungible: boolean;1030 readonly isFungible: boolean;
986 readonly isNonFungible: boolean;1031 readonly isNonFungible: boolean;
987 readonly type: 'Fungible' | 'NonFungible';1032 readonly type: 'Fungible' | 'NonFungible';
988 }1033 }
9891034
990 /** @name XcmV2WeightLimit (81) */1035 /** @name XcmV2WeightLimit (82) */
991 interface XcmV2WeightLimit extends Enum {1036 interface XcmV2WeightLimit extends Enum {
992 readonly isUnlimited: boolean;1037 readonly isUnlimited: boolean;
993 readonly isLimited: boolean;1038 readonly isLimited: boolean;
994 readonly asLimited: Compact<u64>;1039 readonly asLimited: Compact<u64>;
995 readonly type: 'Unlimited' | 'Limited';1040 readonly type: 'Unlimited' | 'Limited';
996 }1041 }
9971042
998 /** @name XcmVersionedMultiAssets (83) */1043 /** @name XcmVersionedMultiAssets (84) */
999 interface XcmVersionedMultiAssets extends Enum {1044 interface XcmVersionedMultiAssets extends Enum {
1000 readonly isV0: boolean;1045 readonly isV0: boolean;
1001 readonly asV0: Vec<XcmV0MultiAsset>;1046 readonly asV0: Vec<XcmV0MultiAsset>;
1004 readonly type: 'V0' | 'V1';1049 readonly type: 'V0' | 'V1';
1005 }1050 }
10061051
1007 /** @name XcmV0MultiAsset (85) */1052 /** @name XcmV0MultiAsset (86) */
1008 interface XcmV0MultiAsset extends Enum {1053 interface XcmV0MultiAsset extends Enum {
1009 readonly isNone: boolean;1054 readonly isNone: boolean;
1010 readonly isAll: boolean;1055 readonly isAll: boolean;
1049 readonly type: 'None' | 'All' | 'AllFungible' | 'AllNonFungible' | 'AllAbstractFungible' | 'AllAbstractNonFungible' | 'AllConcreteFungible' | 'AllConcreteNonFungible' | 'AbstractFungible' | 'AbstractNonFungible' | 'ConcreteFungible' | 'ConcreteNonFungible';1094 readonly type: 'None' | 'All' | 'AllFungible' | 'AllNonFungible' | 'AllAbstractFungible' | 'AllAbstractNonFungible' | 'AllConcreteFungible' | 'AllConcreteNonFungible' | 'AbstractFungible' | 'AbstractNonFungible' | 'ConcreteFungible' | 'ConcreteNonFungible';
1050 }1095 }
10511096
1052 /** @name XcmV0MultiLocation (86) */1097 /** @name XcmV0MultiLocation (87) */
1053 interface XcmV0MultiLocation extends Enum {1098 interface XcmV0MultiLocation extends Enum {
1054 readonly isNull: boolean;1099 readonly isNull: boolean;
1055 readonly isX1: boolean;1100 readonly isX1: boolean;
1071 readonly type: 'Null' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';1116 readonly type: 'Null' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';
1072 }1117 }
10731118
1074 /** @name XcmV0Junction (87) */1119 /** @name XcmV0Junction (88) */
1075 interface XcmV0Junction extends Enum {1120 interface XcmV0Junction extends Enum {
1076 readonly isParent: boolean;1121 readonly isParent: boolean;
1077 readonly isParachain: boolean;1122 readonly isParachain: boolean;
1106 readonly type: 'Parent' | 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';1151 readonly type: 'Parent' | 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';
1107 }1152 }
11081153
1109 /** @name XcmVersionedMultiLocation (88) */1154 /** @name XcmVersionedMultiLocation (89) */
1110 interface XcmVersionedMultiLocation extends Enum {1155 interface XcmVersionedMultiLocation extends Enum {
1111 readonly isV0: boolean;1156 readonly isV0: boolean;
1112 readonly asV0: XcmV0MultiLocation;1157 readonly asV0: XcmV0MultiLocation;
1115 readonly type: 'V0' | 'V1';1160 readonly type: 'V0' | 'V1';
1116 }1161 }
11171162
1118 /** @name CumulusPalletXcmEvent (89) */1163 /** @name CumulusPalletXcmEvent (90) */
1119 interface CumulusPalletXcmEvent extends Enum {1164 interface CumulusPalletXcmEvent extends Enum {
1120 readonly isInvalidFormat: boolean;1165 readonly isInvalidFormat: boolean;
1121 readonly asInvalidFormat: U8aFixed;1166 readonly asInvalidFormat: U8aFixed;
1126 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';1171 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';
1127 }1172 }
11281173
1129 /** @name CumulusPalletDmpQueueEvent (90) */1174 /** @name CumulusPalletDmpQueueEvent (91) */
1130 interface CumulusPalletDmpQueueEvent extends Enum {1175 interface CumulusPalletDmpQueueEvent extends Enum {
1131 readonly isInvalidFormat: boolean;1176 readonly isInvalidFormat: boolean;
1132 readonly asInvalidFormat: {1177 readonly asInvalidFormat: {
1161 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';1206 readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced';
1162 }1207 }
1208
1209 /** @name PalletConfigurationEvent (92) */
1210 interface PalletConfigurationEvent extends Enum {
1211 readonly isNewDesiredCollators: boolean;
1212 readonly asNewDesiredCollators: {
1213 readonly desiredCollators: Option<u32>;
1214 } & Struct;
1215 readonly isNewCollatorLicenseBond: boolean;
1216 readonly asNewCollatorLicenseBond: {
1217 readonly bondCost: Option<u128>;
1218 } & Struct;
1219 readonly isNewCollatorKickThreshold: boolean;
1220 readonly asNewCollatorKickThreshold: {
1221 readonly lengthInBlocks: Option<u32>;
1222 } & Struct;
1223 readonly type: 'NewDesiredCollators' | 'NewCollatorLicenseBond' | 'NewCollatorKickThreshold';
1224 }
11631225
1164 /** @name PalletCommonEvent (91) */1226 /** @name PalletCommonEvent (95) */
1165 interface PalletCommonEvent extends Enum {1227 interface PalletCommonEvent extends Enum {
1166 readonly isCollectionCreated: boolean;1228 readonly isCollectionCreated: boolean;
1167 readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;1229 readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;
1210 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved' | 'ApprovedForAll' | 'CollectionPropertySet' | 'CollectionPropertyDeleted' | 'TokenPropertySet' | 'TokenPropertyDeleted' | 'PropertyPermissionSet' | 'AllowListAddressAdded' | 'AllowListAddressRemoved' | 'CollectionAdminAdded' | 'CollectionAdminRemoved' | 'CollectionLimitSet' | 'CollectionOwnerChanged' | 'CollectionPermissionSet' | 'CollectionSponsorSet' | 'SponsorshipConfirmed' | 'CollectionSponsorRemoved';1272 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved' | 'ApprovedForAll' | 'CollectionPropertySet' | 'CollectionPropertyDeleted' | 'TokenPropertySet' | 'TokenPropertyDeleted' | 'PropertyPermissionSet' | 'AllowListAddressAdded' | 'AllowListAddressRemoved' | 'CollectionAdminAdded' | 'CollectionAdminRemoved' | 'CollectionLimitSet' | 'CollectionOwnerChanged' | 'CollectionPermissionSet' | 'CollectionSponsorSet' | 'SponsorshipConfirmed' | 'CollectionSponsorRemoved';
1211 }1273 }
12121274
1213 /** @name PalletEvmAccountBasicCrossAccountIdRepr (94) */1275 /** @name PalletEvmAccountBasicCrossAccountIdRepr (98) */
1214 interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {1276 interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {
1215 readonly isSubstrate: boolean;1277 readonly isSubstrate: boolean;
1216 readonly asSubstrate: AccountId32;1278 readonly asSubstrate: AccountId32;
1219 readonly type: 'Substrate' | 'Ethereum';1281 readonly type: 'Substrate' | 'Ethereum';
1220 }1282 }
12211283
1222 /** @name PalletStructureEvent (98) */1284 /** @name PalletStructureEvent (102) */
1223 interface PalletStructureEvent extends Enum {1285 interface PalletStructureEvent extends Enum {
1224 readonly isExecuted: boolean;1286 readonly isExecuted: boolean;
1225 readonly asExecuted: Result<Null, SpRuntimeDispatchError>;1287 readonly asExecuted: Result<Null, SpRuntimeDispatchError>;
1226 readonly type: 'Executed';1288 readonly type: 'Executed';
1227 }1289 }
12281290
1229 /** @name PalletRmrkCoreEvent (99) */1291 /** @name PalletRmrkCoreEvent (103) */
1230 interface PalletRmrkCoreEvent extends Enum {1292 interface PalletRmrkCoreEvent extends Enum {
1231 readonly isCollectionCreated: boolean;1293 readonly isCollectionCreated: boolean;
1232 readonly asCollectionCreated: {1294 readonly asCollectionCreated: {
1316 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'IssuerChanged' | 'CollectionLocked' | 'NftMinted' | 'NftBurned' | 'NftSent' | 'NftAccepted' | 'NftRejected' | 'PropertySet' | 'ResourceAdded' | 'ResourceRemoval' | 'ResourceAccepted' | 'ResourceRemovalAccepted' | 'PrioritySet';1378 readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'IssuerChanged' | 'CollectionLocked' | 'NftMinted' | 'NftBurned' | 'NftSent' | 'NftAccepted' | 'NftRejected' | 'PropertySet' | 'ResourceAdded' | 'ResourceRemoval' | 'ResourceAccepted' | 'ResourceRemovalAccepted' | 'PrioritySet';
1317 }1379 }
13181380
1319 /** @name RmrkTraitsNftAccountIdOrCollectionNftTuple (100) */1381 /** @name RmrkTraitsNftAccountIdOrCollectionNftTuple (104) */
1320 interface RmrkTraitsNftAccountIdOrCollectionNftTuple extends Enum {1382 interface RmrkTraitsNftAccountIdOrCollectionNftTuple extends Enum {
1321 readonly isAccountId: boolean;1383 readonly isAccountId: boolean;
1322 readonly asAccountId: AccountId32;1384 readonly asAccountId: AccountId32;
1325 readonly type: 'AccountId' | 'CollectionAndNftTuple';1387 readonly type: 'AccountId' | 'CollectionAndNftTuple';
1326 }1388 }
13271389
1328 /** @name PalletRmrkEquipEvent (104) */1390 /** @name PalletRmrkEquipEvent (107) */
1329 interface PalletRmrkEquipEvent extends Enum {1391 interface PalletRmrkEquipEvent extends Enum {
1330 readonly isBaseCreated: boolean;1392 readonly isBaseCreated: boolean;
1331 readonly asBaseCreated: {1393 readonly asBaseCreated: {
1340 readonly type: 'BaseCreated' | 'EquippablesUpdated';1402 readonly type: 'BaseCreated' | 'EquippablesUpdated';
1341 }1403 }
13421404
1343 /** @name PalletAppPromotionEvent (105) */1405 /** @name PalletAppPromotionEvent (108) */
1344 interface PalletAppPromotionEvent extends Enum {1406 interface PalletAppPromotionEvent extends Enum {
1345 readonly isStakingRecalculation: boolean;1407 readonly isStakingRecalculation: boolean;
1346 readonly asStakingRecalculation: ITuple<[AccountId32, u128, u128]>;1408 readonly asStakingRecalculation: ITuple<[AccountId32, u128, u128]>;
1353 readonly type: 'StakingRecalculation' | 'Stake' | 'Unstake' | 'SetAdmin';1415 readonly type: 'StakingRecalculation' | 'Stake' | 'Unstake' | 'SetAdmin';
1354 }1416 }
13551417
1356 /** @name PalletForeignAssetsModuleEvent (106) */1418 /** @name PalletForeignAssetsModuleEvent (109) */
1357 interface PalletForeignAssetsModuleEvent extends Enum {1419 interface PalletForeignAssetsModuleEvent extends Enum {
1358 readonly isForeignAssetRegistered: boolean;1420 readonly isForeignAssetRegistered: boolean;
1359 readonly asForeignAssetRegistered: {1421 readonly asForeignAssetRegistered: {
1380 readonly type: 'ForeignAssetRegistered' | 'ForeignAssetUpdated' | 'AssetRegistered' | 'AssetUpdated';1442 readonly type: 'ForeignAssetRegistered' | 'ForeignAssetUpdated' | 'AssetRegistered' | 'AssetUpdated';
1381 }1443 }
13821444
1383 /** @name PalletForeignAssetsModuleAssetMetadata (107) */1445 /** @name PalletForeignAssetsModuleAssetMetadata (110) */
1384 interface PalletForeignAssetsModuleAssetMetadata extends Struct {1446 interface PalletForeignAssetsModuleAssetMetadata extends Struct {
1385 readonly name: Bytes;1447 readonly name: Bytes;
1386 readonly symbol: Bytes;1448 readonly symbol: Bytes;
1387 readonly decimals: u8;1449 readonly decimals: u8;
1388 readonly minimalBalance: u128;1450 readonly minimalBalance: u128;
1389 }1451 }
13901452
1391 /** @name PalletEvmEvent (108) */1453 /** @name PalletEvmEvent (111) */
1392 interface PalletEvmEvent extends Enum {1454 interface PalletEvmEvent extends Enum {
1393 readonly isLog: boolean;1455 readonly isLog: boolean;
1394 readonly asLog: {1456 readonly asLog: {
1413 readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed';1475 readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed';
1414 }1476 }
14151477
1416 /** @name EthereumLog (109) */1478 /** @name EthereumLog (112) */
1417 interface EthereumLog extends Struct {1479 interface EthereumLog extends Struct {
1418 readonly address: H160;1480 readonly address: H160;
1419 readonly topics: Vec<H256>;1481 readonly topics: Vec<H256>;
1420 readonly data: Bytes;1482 readonly data: Bytes;
1421 }1483 }
14221484
1423 /** @name PalletEthereumEvent (111) */1485 /** @name PalletEthereumEvent (114) */
1424 interface PalletEthereumEvent extends Enum {1486 interface PalletEthereumEvent extends Enum {
1425 readonly isExecuted: boolean;1487 readonly isExecuted: boolean;
1426 readonly asExecuted: {1488 readonly asExecuted: {
1432 readonly type: 'Executed';1494 readonly type: 'Executed';
1433 }1495 }
14341496
1435 /** @name EvmCoreErrorExitReason (112) */1497 /** @name EvmCoreErrorExitReason (115) */
1436 interface EvmCoreErrorExitReason extends Enum {1498 interface EvmCoreErrorExitReason extends Enum {
1437 readonly isSucceed: boolean;1499 readonly isSucceed: boolean;
1438 readonly asSucceed: EvmCoreErrorExitSucceed;1500 readonly asSucceed: EvmCoreErrorExitSucceed;
1445 readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';1507 readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';
1446 }1508 }
14471509
1448 /** @name EvmCoreErrorExitSucceed (113) */1510 /** @name EvmCoreErrorExitSucceed (116) */
1449 interface EvmCoreErrorExitSucceed extends Enum {1511 interface EvmCoreErrorExitSucceed extends Enum {
1450 readonly isStopped: boolean;1512 readonly isStopped: boolean;
1451 readonly isReturned: boolean;1513 readonly isReturned: boolean;
1452 readonly isSuicided: boolean;1514 readonly isSuicided: boolean;
1453 readonly type: 'Stopped' | 'Returned' | 'Suicided';1515 readonly type: 'Stopped' | 'Returned' | 'Suicided';
1454 }1516 }
14551517
1456 /** @name EvmCoreErrorExitError (114) */1518 /** @name EvmCoreErrorExitError (117) */
1457 interface EvmCoreErrorExitError extends Enum {1519 interface EvmCoreErrorExitError extends Enum {
1458 readonly isStackUnderflow: boolean;1520 readonly isStackUnderflow: boolean;
1459 readonly isStackOverflow: boolean;1521 readonly isStackOverflow: boolean;
1474 readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';1536 readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';
1475 }1537 }
14761538
1477 /** @name EvmCoreErrorExitRevert (117) */1539 /** @name EvmCoreErrorExitRevert (120) */
1478 interface EvmCoreErrorExitRevert extends Enum {1540 interface EvmCoreErrorExitRevert extends Enum {
1479 readonly isReverted: boolean;1541 readonly isReverted: boolean;
1480 readonly type: 'Reverted';1542 readonly type: 'Reverted';
1481 }1543 }
14821544
1483 /** @name EvmCoreErrorExitFatal (118) */1545 /** @name EvmCoreErrorExitFatal (121) */
1484 interface EvmCoreErrorExitFatal extends Enum {1546 interface EvmCoreErrorExitFatal extends Enum {
1485 readonly isNotSupported: boolean;1547 readonly isNotSupported: boolean;
1486 readonly isUnhandledInterrupt: boolean;1548 readonly isUnhandledInterrupt: boolean;
1491 readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';1553 readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';
1492 }1554 }
14931555
1494 /** @name PalletEvmContractHelpersEvent (119) */1556 /** @name PalletEvmContractHelpersEvent (122) */
1495 interface PalletEvmContractHelpersEvent extends Enum {1557 interface PalletEvmContractHelpersEvent extends Enum {
1496 readonly isContractSponsorSet: boolean;1558 readonly isContractSponsorSet: boolean;
1497 readonly asContractSponsorSet: ITuple<[H160, AccountId32]>;1559 readonly asContractSponsorSet: ITuple<[H160, AccountId32]>;
1502 readonly type: 'ContractSponsorSet' | 'ContractSponsorshipConfirmed' | 'ContractSponsorRemoved';1564 readonly type: 'ContractSponsorSet' | 'ContractSponsorshipConfirmed' | 'ContractSponsorRemoved';
1503 }1565 }
15041566
1505 /** @name PalletEvmMigrationEvent (120) */1567 /** @name PalletDataManagementEvent (123) */
1506 interface PalletEvmMigrationEvent extends Enum {1568 interface PalletDataManagementEvent extends Enum {
1507 readonly isTestEvent: boolean;1569 readonly isTestEvent: boolean;
1508 readonly type: 'TestEvent';1570 readonly type: 'TestEvent';
1509 }1571 }
15101572
1511 /** @name PalletMaintenanceEvent (121) */1573 /** @name PalletMaintenanceEvent (124) */
1512 interface PalletMaintenanceEvent extends Enum {1574 interface PalletMaintenanceEvent extends Enum {
1513 readonly isMaintenanceEnabled: boolean;1575 readonly isMaintenanceEnabled: boolean;
1514 readonly isMaintenanceDisabled: boolean;1576 readonly isMaintenanceDisabled: boolean;
1515 readonly type: 'MaintenanceEnabled' | 'MaintenanceDisabled';1577 readonly type: 'MaintenanceEnabled' | 'MaintenanceDisabled';
1516 }1578 }
15171579
1518 /** @name PalletTestUtilsEvent (122) */1580 /** @name PalletTestUtilsEvent (125) */
1519 interface PalletTestUtilsEvent extends Enum {1581 interface PalletTestUtilsEvent extends Enum {
1520 readonly isValueIsSet: boolean;1582 readonly isValueIsSet: boolean;
1521 readonly isShouldRollback: boolean;1583 readonly isShouldRollback: boolean;
1522 readonly isBatchCompleted: boolean;1584 readonly isBatchCompleted: boolean;
1523 readonly type: 'ValueIsSet' | 'ShouldRollback' | 'BatchCompleted';1585 readonly type: 'ValueIsSet' | 'ShouldRollback' | 'BatchCompleted';
1524 }1586 }
15251587
1526 /** @name FrameSystemPhase (123) */1588 /** @name FrameSystemPhase (126) */
1527 interface FrameSystemPhase extends Enum {1589 interface FrameSystemPhase extends Enum {
1528 readonly isApplyExtrinsic: boolean;1590 readonly isApplyExtrinsic: boolean;
1529 readonly asApplyExtrinsic: u32;1591 readonly asApplyExtrinsic: u32;
1532 readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';1594 readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
1533 }1595 }
15341596
1535 /** @name FrameSystemLastRuntimeUpgradeInfo (126) */1597 /** @name FrameSystemLastRuntimeUpgradeInfo (129) */
1536 interface FrameSystemLastRuntimeUpgradeInfo extends Struct {1598 interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
1537 readonly specVersion: Compact<u32>;1599 readonly specVersion: Compact<u32>;
1538 readonly specName: Text;1600 readonly specName: Text;
1539 }1601 }
15401602
1541 /** @name FrameSystemCall (127) */1603 /** @name FrameSystemCall (130) */
1542 interface FrameSystemCall extends Enum {1604 interface FrameSystemCall extends Enum {
1543 readonly isFillBlock: boolean;1605 readonly isFillBlock: boolean;
1544 readonly asFillBlock: {1606 readonly asFillBlock: {
1580 readonly type: 'FillBlock' | 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';1642 readonly type: 'FillBlock' | 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';
1581 }1643 }
15821644
1583 /** @name FrameSystemLimitsBlockWeights (132) */1645 /** @name FrameSystemLimitsBlockWeights (135) */
1584 interface FrameSystemLimitsBlockWeights extends Struct {1646 interface FrameSystemLimitsBlockWeights extends Struct {
1585 readonly baseBlock: SpWeightsWeightV2Weight;1647 readonly baseBlock: SpWeightsWeightV2Weight;
1586 readonly maxBlock: SpWeightsWeightV2Weight;1648 readonly maxBlock: SpWeightsWeightV2Weight;
1587 readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;1649 readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
1588 }1650 }
15891651
1590 /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (133) */1652 /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (136) */
1591 interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {1653 interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
1592 readonly normal: FrameSystemLimitsWeightsPerClass;1654 readonly normal: FrameSystemLimitsWeightsPerClass;
1593 readonly operational: FrameSystemLimitsWeightsPerClass;1655 readonly operational: FrameSystemLimitsWeightsPerClass;
1594 readonly mandatory: FrameSystemLimitsWeightsPerClass;1656 readonly mandatory: FrameSystemLimitsWeightsPerClass;
1595 }1657 }
15961658
1597 /** @name FrameSystemLimitsWeightsPerClass (134) */1659 /** @name FrameSystemLimitsWeightsPerClass (137) */
1598 interface FrameSystemLimitsWeightsPerClass extends Struct {1660 interface FrameSystemLimitsWeightsPerClass extends Struct {
1599 readonly baseExtrinsic: SpWeightsWeightV2Weight;1661 readonly baseExtrinsic: SpWeightsWeightV2Weight;
1600 readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;1662 readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
1601 readonly maxTotal: Option<SpWeightsWeightV2Weight>;1663 readonly maxTotal: Option<SpWeightsWeightV2Weight>;
1602 readonly reserved: Option<SpWeightsWeightV2Weight>;1664 readonly reserved: Option<SpWeightsWeightV2Weight>;
1603 }1665 }
16041666
1605 /** @name FrameSystemLimitsBlockLength (136) */1667 /** @name FrameSystemLimitsBlockLength (139) */
1606 interface FrameSystemLimitsBlockLength extends Struct {1668 interface FrameSystemLimitsBlockLength extends Struct {
1607 readonly max: FrameSupportDispatchPerDispatchClassU32;1669 readonly max: FrameSupportDispatchPerDispatchClassU32;
1608 }1670 }
16091671
1610 /** @name FrameSupportDispatchPerDispatchClassU32 (137) */1672 /** @name FrameSupportDispatchPerDispatchClassU32 (140) */
1611 interface FrameSupportDispatchPerDispatchClassU32 extends Struct {1673 interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
1612 readonly normal: u32;1674 readonly normal: u32;
1613 readonly operational: u32;1675 readonly operational: u32;
1614 readonly mandatory: u32;1676 readonly mandatory: u32;
1615 }1677 }
16161678
1617 /** @name SpWeightsRuntimeDbWeight (138) */1679 /** @name SpWeightsRuntimeDbWeight (141) */
1618 interface SpWeightsRuntimeDbWeight extends Struct {1680 interface SpWeightsRuntimeDbWeight extends Struct {
1619 readonly read: u64;1681 readonly read: u64;
1620 readonly write: u64;1682 readonly write: u64;
1621 }1683 }
16221684
1623 /** @name SpVersionRuntimeVersion (139) */1685 /** @name SpVersionRuntimeVersion (142) */
1624 interface SpVersionRuntimeVersion extends Struct {1686 interface SpVersionRuntimeVersion extends Struct {
1625 readonly specName: Text;1687 readonly specName: Text;
1626 readonly implName: Text;1688 readonly implName: Text;
1632 readonly stateVersion: u8;1694 readonly stateVersion: u8;
1633 }1695 }
16341696
1635 /** @name FrameSystemError (144) */1697 /** @name FrameSystemError (147) */
1636 interface FrameSystemError extends Enum {1698 interface FrameSystemError extends Enum {
1637 readonly isInvalidSpecName: boolean;1699 readonly isInvalidSpecName: boolean;
1638 readonly isSpecVersionNeedsToIncrease: boolean;1700 readonly isSpecVersionNeedsToIncrease: boolean;
1643 readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';1705 readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';
1644 }1706 }
16451707
1646 /** @name PolkadotPrimitivesV2PersistedValidationData (145) */1708 /** @name PolkadotPrimitivesV2PersistedValidationData (148) */
1647 interface PolkadotPrimitivesV2PersistedValidationData extends Struct {1709 interface PolkadotPrimitivesV2PersistedValidationData extends Struct {
1648 readonly parentHead: Bytes;1710 readonly parentHead: Bytes;
1649 readonly relayParentNumber: u32;1711 readonly relayParentNumber: u32;
1650 readonly relayParentStorageRoot: H256;1712 readonly relayParentStorageRoot: H256;
1651 readonly maxPovSize: u32;1713 readonly maxPovSize: u32;
1652 }1714 }
16531715
1654 /** @name PolkadotPrimitivesV2UpgradeRestriction (148) */1716 /** @name PolkadotPrimitivesV2UpgradeRestriction (151) */
1655 interface PolkadotPrimitivesV2UpgradeRestriction extends Enum {1717 interface PolkadotPrimitivesV2UpgradeRestriction extends Enum {
1656 readonly isPresent: boolean;1718 readonly isPresent: boolean;
1657 readonly type: 'Present';1719 readonly type: 'Present';
1658 }1720 }
16591721
1660 /** @name SpTrieStorageProof (149) */1722 /** @name SpTrieStorageProof (152) */
1661 interface SpTrieStorageProof extends Struct {1723 interface SpTrieStorageProof extends Struct {
1662 readonly trieNodes: BTreeSet<Bytes>;1724 readonly trieNodes: BTreeSet<Bytes>;
1663 }1725 }
16641726
1665 /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (151) */1727 /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (154) */
1666 interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {1728 interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {
1667 readonly dmqMqcHead: H256;1729 readonly dmqMqcHead: H256;
1668 readonly relayDispatchQueueSize: ITuple<[u32, u32]>;1730 readonly relayDispatchQueueSize: ITuple<[u32, u32]>;
1669 readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;1731 readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;
1670 readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;1732 readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV2AbridgedHrmpChannel]>>;
1671 }1733 }
16721734
1673 /** @name PolkadotPrimitivesV2AbridgedHrmpChannel (154) */1735 /** @name PolkadotPrimitivesV2AbridgedHrmpChannel (157) */
1674 interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct {1736 interface PolkadotPrimitivesV2AbridgedHrmpChannel extends Struct {
1675 readonly maxCapacity: u32;1737 readonly maxCapacity: u32;
1676 readonly maxTotalSize: u32;1738 readonly maxTotalSize: u32;
1680 readonly mqcHead: Option<H256>;1742 readonly mqcHead: Option<H256>;
1681 }1743 }
16821744
1683 /** @name PolkadotPrimitivesV2AbridgedHostConfiguration (155) */1745 /** @name PolkadotPrimitivesV2AbridgedHostConfiguration (158) */
1684 interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct {1746 interface PolkadotPrimitivesV2AbridgedHostConfiguration extends Struct {
1685 readonly maxCodeSize: u32;1747 readonly maxCodeSize: u32;
1686 readonly maxHeadDataSize: u32;1748 readonly maxHeadDataSize: u32;
1693 readonly validationUpgradeDelay: u32;1755 readonly validationUpgradeDelay: u32;
1694 }1756 }
16951757
1696 /** @name PolkadotCorePrimitivesOutboundHrmpMessage (161) */1758 /** @name PolkadotCorePrimitivesOutboundHrmpMessage (164) */
1697 interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {1759 interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {
1698 readonly recipient: u32;1760 readonly recipient: u32;
1699 readonly data: Bytes;1761 readonly data: Bytes;
1700 }1762 }
17011763
1702 /** @name CumulusPalletParachainSystemCall (162) */1764 /** @name CumulusPalletParachainSystemCall (165) */
1703 interface CumulusPalletParachainSystemCall extends Enum {1765 interface CumulusPalletParachainSystemCall extends Enum {
1704 readonly isSetValidationData: boolean;1766 readonly isSetValidationData: boolean;
1705 readonly asSetValidationData: {1767 readonly asSetValidationData: {
1720 readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';1782 readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';
1721 }1783 }
17221784
1723 /** @name CumulusPrimitivesParachainInherentParachainInherentData (163) */1785 /** @name CumulusPrimitivesParachainInherentParachainInherentData (166) */
1724 interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {1786 interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {
1725 readonly validationData: PolkadotPrimitivesV2PersistedValidationData;1787 readonly validationData: PolkadotPrimitivesV2PersistedValidationData;
1726 readonly relayChainState: SpTrieStorageProof;1788 readonly relayChainState: SpTrieStorageProof;
1727 readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;1789 readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;
1728 readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;1790 readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;
1729 }1791 }
17301792
1731 /** @name PolkadotCorePrimitivesInboundDownwardMessage (165) */1793 /** @name PolkadotCorePrimitivesInboundDownwardMessage (168) */
1732 interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {1794 interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {
1733 readonly sentAt: u32;1795 readonly sentAt: u32;
1734 readonly msg: Bytes;1796 readonly msg: Bytes;
1735 }1797 }
17361798
1737 /** @name PolkadotCorePrimitivesInboundHrmpMessage (168) */1799 /** @name PolkadotCorePrimitivesInboundHrmpMessage (171) */
1738 interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {1800 interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {
1739 readonly sentAt: u32;1801 readonly sentAt: u32;
1740 readonly data: Bytes;1802 readonly data: Bytes;
1741 }1803 }
17421804
1743 /** @name CumulusPalletParachainSystemError (171) */1805 /** @name CumulusPalletParachainSystemError (174) */
1744 interface CumulusPalletParachainSystemError extends Enum {1806 interface CumulusPalletParachainSystemError extends Enum {
1745 readonly isOverlappingUpgrades: boolean;1807 readonly isOverlappingUpgrades: boolean;
1746 readonly isProhibitedByPolkadot: boolean;1808 readonly isProhibitedByPolkadot: boolean;
1753 readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';1815 readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';
1754 }1816 }
17551817
1756 /** @name PalletAuthorshipUncleEntryItem (173) */1818 /** @name PalletAuthorshipUncleEntryItem (176) */
1757 interface PalletAuthorshipUncleEntryItem extends Enum {1819 interface PalletAuthorshipUncleEntryItem extends Enum {
1758 readonly isInclusionHeight: boolean;1820 readonly isInclusionHeight: boolean;
1759 readonly asInclusionHeight: u32;1821 readonly asInclusionHeight: u32;
1762 readonly type: 'InclusionHeight' | 'Uncle';1824 readonly type: 'InclusionHeight' | 'Uncle';
1763 }1825 }
17641826
1765 /** @name PalletAuthorshipCall (175) */1827 /** @name PalletAuthorshipCall (178) */
1766 interface PalletAuthorshipCall extends Enum {1828 interface PalletAuthorshipCall extends Enum {
1767 readonly isSetUncles: boolean;1829 readonly isSetUncles: boolean;
1768 readonly asSetUncles: {1830 readonly asSetUncles: {
1771 readonly type: 'SetUncles';1833 readonly type: 'SetUncles';
1772 }1834 }
17731835
1774 /** @name SpRuntimeHeader (177) */1836 /** @name SpRuntimeHeader (180) */
1775 interface SpRuntimeHeader extends Struct {1837 interface SpRuntimeHeader extends Struct {
1776 readonly parentHash: H256;1838 readonly parentHash: H256;
1777 readonly number: Compact<u32>;1839 readonly number: Compact<u32>;
1780 readonly digest: SpRuntimeDigest;1842 readonly digest: SpRuntimeDigest;
1781 }1843 }
17821844
1783 /** @name SpRuntimeBlakeTwo256 (178) */1845 /** @name SpRuntimeBlakeTwo256 (181) */
1784 type SpRuntimeBlakeTwo256 = Null;1846 type SpRuntimeBlakeTwo256 = Null;
17851847
1786 /** @name PalletAuthorshipError (179) */1848 /** @name PalletAuthorshipError (182) */
1787 interface PalletAuthorshipError extends Enum {1849 interface PalletAuthorshipError extends Enum {
1788 readonly isInvalidUncleParent: boolean;1850 readonly isInvalidUncleParent: boolean;
1789 readonly isUnclesAlreadySet: boolean;1851 readonly isUnclesAlreadySet: boolean;
1795 readonly type: 'InvalidUncleParent' | 'UnclesAlreadySet' | 'TooManyUncles' | 'GenesisUncle' | 'TooHighUncle' | 'UncleAlreadyIncluded' | 'OldUncle';1857 readonly type: 'InvalidUncleParent' | 'UnclesAlreadySet' | 'TooManyUncles' | 'GenesisUncle' | 'TooHighUncle' | 'UncleAlreadyIncluded' | 'OldUncle';
1796 }1858 }
17971859
1798 /** @name PalletCollatorSelectionCall (182) */1860 /** @name PalletCollatorSelectionCall (185) */
1799 interface PalletCollatorSelectionCall extends Enum {1861 interface PalletCollatorSelectionCall extends Enum {
1800 readonly isAddInvulnerable: boolean;1862 readonly isAddInvulnerable: boolean;
1801 readonly asAddInvulnerable: {1863 readonly asAddInvulnerable: {
1805 readonly asRemoveInvulnerable: {1867 readonly asRemoveInvulnerable: {
1806 readonly who: AccountId32;1868 readonly who: AccountId32;
1807 } & Struct;1869 } & Struct;
1808 readonly isSetDesiredCollators: boolean;
1809 readonly asSetDesiredCollators: {
1810 readonly max: u32;
1811 } & Struct;
1812 readonly isSetLicenseBond: boolean;
1813 readonly asSetLicenseBond: {
1814 readonly bond: u128;
1815 } & Struct;
1816 readonly isSetKickThreshold: boolean;
1817 readonly asSetKickThreshold: {
1818 readonly kickThreshold: u32;
1819 } & Struct;
1820 readonly isGetLicense: boolean;1870 readonly isGetLicense: boolean;
1821 readonly isOnboard: boolean;1871 readonly isOnboard: boolean;
1822 readonly isOffboard: boolean;1872 readonly isOffboard: boolean;
1825 readonly asForceRevokeLicense: {1875 readonly asForceRevokeLicense: {
1826 readonly who: AccountId32;1876 readonly who: AccountId32;
1827 } & Struct;1877 } & Struct;
1828 readonly type: 'AddInvulnerable' | 'RemoveInvulnerable' | 'SetDesiredCollators' | 'SetLicenseBond' | 'SetKickThreshold' | 'GetLicense' | 'Onboard' | 'Offboard' | 'ReleaseLicense' | 'ForceRevokeLicense';1878 readonly type: 'AddInvulnerable' | 'RemoveInvulnerable' | 'GetLicense' | 'Onboard' | 'Offboard' | 'ReleaseLicense' | 'ForceRevokeLicense';
1829 }1879 }
18301880
1831 /** @name PalletCollatorSelectionError (183) */1881 /** @name PalletCollatorSelectionError (186) */
1832 interface PalletCollatorSelectionError extends Enum {1882 interface PalletCollatorSelectionError extends Enum {
1833 readonly isTooManyCandidates: boolean;1883 readonly isTooManyCandidates: boolean;
1834 readonly isUnknown: boolean;1884 readonly isUnknown: boolean;
1846 readonly type: 'TooManyCandidates' | 'Unknown' | 'Permission' | 'AlreadyHoldingLicense' | 'NoLicense' | 'AlreadyCandidate' | 'NotCandidate' | 'TooManyInvulnerables' | 'TooFewInvulnerables' | 'AlreadyInvulnerable' | 'NotInvulnerable' | 'NoAssociatedValidatorId' | 'ValidatorNotRegistered';1896 readonly type: 'TooManyCandidates' | 'Unknown' | 'Permission' | 'AlreadyHoldingLicense' | 'NoLicense' | 'AlreadyCandidate' | 'NotCandidate' | 'TooManyInvulnerables' | 'TooFewInvulnerables' | 'AlreadyInvulnerable' | 'NotInvulnerable' | 'NoAssociatedValidatorId' | 'ValidatorNotRegistered';
1847 }1897 }
18481898
1849 /** @name OpalRuntimeRuntimeCommonSessionKeys (186) */1899 /** @name OpalRuntimeRuntimeCommonSessionKeys (189) */
1850 interface OpalRuntimeRuntimeCommonSessionKeys extends Struct {1900 interface OpalRuntimeRuntimeCommonSessionKeys extends Struct {
1851 readonly aura: SpConsensusAuraSr25519AppSr25519Public;1901 readonly aura: SpConsensusAuraSr25519AppSr25519Public;
1852 }1902 }
18531903
1854 /** @name SpConsensusAuraSr25519AppSr25519Public (187) */1904 /** @name SpConsensusAuraSr25519AppSr25519Public (190) */
1855 interface SpConsensusAuraSr25519AppSr25519Public extends SpCoreSr25519Public {}1905 interface SpConsensusAuraSr25519AppSr25519Public extends SpCoreSr25519Public {}
18561906
1857 /** @name SpCoreSr25519Public (188) */1907 /** @name SpCoreSr25519Public (191) */
1858 interface SpCoreSr25519Public extends U8aFixed {}1908 interface SpCoreSr25519Public extends U8aFixed {}
18591909
1860 /** @name SpCoreCryptoKeyTypeId (191) */1910 /** @name SpCoreCryptoKeyTypeId (194) */
1861 interface SpCoreCryptoKeyTypeId extends U8aFixed {}1911 interface SpCoreCryptoKeyTypeId extends U8aFixed {}
18621912
1863 /** @name PalletSessionCall (192) */1913 /** @name PalletSessionCall (195) */
1864 interface PalletSessionCall extends Enum {1914 interface PalletSessionCall extends Enum {
1865 readonly isSetKeys: boolean;1915 readonly isSetKeys: boolean;
1866 readonly asSetKeys: {1916 readonly asSetKeys: {
1871 readonly type: 'SetKeys' | 'PurgeKeys';1921 readonly type: 'SetKeys' | 'PurgeKeys';
1872 }1922 }
18731923
1874 /** @name PalletSessionError (193) */1924 /** @name PalletSessionError (196) */
1875 interface PalletSessionError extends Enum {1925 interface PalletSessionError extends Enum {
1876 readonly isInvalidProof: boolean;1926 readonly isInvalidProof: boolean;
1877 readonly isNoAssociatedValidatorId: boolean;1927 readonly isNoAssociatedValidatorId: boolean;
1881 readonly type: 'InvalidProof' | 'NoAssociatedValidatorId' | 'DuplicatedKey' | 'NoKeys' | 'NoAccount';1931 readonly type: 'InvalidProof' | 'NoAssociatedValidatorId' | 'DuplicatedKey' | 'NoKeys' | 'NoAccount';
1882 }1932 }
1933
1934 /** @name PalletIdentityRegistration (197) */
1935 interface PalletIdentityRegistration extends Struct {
1936 readonly judgements: Vec<ITuple<[u32, PalletIdentityJudgement]>>;
1937 readonly deposit: u128;
1938 readonly info: PalletIdentityIdentityInfo;
1939 }
1940
1941 /** @name PalletIdentityJudgement (200) */
1942 interface PalletIdentityJudgement extends Enum {
1943 readonly isUnknown: boolean;
1944 readonly isFeePaid: boolean;
1945 readonly asFeePaid: u128;
1946 readonly isReasonable: boolean;
1947 readonly isKnownGood: boolean;
1948 readonly isOutOfDate: boolean;
1949 readonly isLowQuality: boolean;
1950 readonly isErroneous: boolean;
1951 readonly type: 'Unknown' | 'FeePaid' | 'Reasonable' | 'KnownGood' | 'OutOfDate' | 'LowQuality' | 'Erroneous';
1952 }
1953
1954 /** @name PalletIdentityIdentityInfo (202) */
1955 interface PalletIdentityIdentityInfo extends Struct {
1956 readonly additional: Vec<ITuple<[Data, Data]>>;
1957 readonly display: Data;
1958 readonly legal: Data;
1959 readonly web: Data;
1960 readonly riot: Data;
1961 readonly email: Data;
1962 readonly pgpFingerprint: Option<U8aFixed>;
1963 readonly image: Data;
1964 readonly twitter: Data;
1965 }
1966
1967 /** @name PalletIdentityRegistrarInfo (241) */
1968 interface PalletIdentityRegistrarInfo extends Struct {
1969 readonly account: AccountId32;
1970 readonly fee: u128;
1971 readonly fields: PalletIdentityBitFlags;
1972 }
1973
1974 /** @name PalletIdentityBitFlags (242) */
1975 interface PalletIdentityBitFlags extends Set {
1976 readonly isDisplay: boolean;
1977 readonly isLegal: boolean;
1978 readonly isWeb: boolean;
1979 readonly isRiot: boolean;
1980 readonly isEmail: boolean;
1981 readonly isPgpFingerprint: boolean;
1982 readonly isImage: boolean;
1983 readonly isTwitter: boolean;
1984 }
1985
1986 /** @name PalletIdentityIdentityField (243) */
1987 interface PalletIdentityIdentityField extends Enum {
1988 readonly isDisplay: boolean;
1989 readonly isLegal: boolean;
1990 readonly isWeb: boolean;
1991 readonly isRiot: boolean;
1992 readonly isEmail: boolean;
1993 readonly isPgpFingerprint: boolean;
1994 readonly isImage: boolean;
1995 readonly isTwitter: boolean;
1996 readonly type: 'Display' | 'Legal' | 'Web' | 'Riot' | 'Email' | 'PgpFingerprint' | 'Image' | 'Twitter';
1997 }
1998
1999 /** @name PalletIdentityCall (245) */
2000 interface PalletIdentityCall extends Enum {
2001 readonly isAddRegistrar: boolean;
2002 readonly asAddRegistrar: {
2003 readonly account: MultiAddress;
2004 } & Struct;
2005 readonly isSetIdentity: boolean;
2006 readonly asSetIdentity: {
2007 readonly info: PalletIdentityIdentityInfo;
2008 } & Struct;
2009 readonly isSetSubs: boolean;
2010 readonly asSetSubs: {
2011 readonly subs: Vec<ITuple<[AccountId32, Data]>>;
2012 } & Struct;
2013 readonly isClearIdentity: boolean;
2014 readonly isRequestJudgement: boolean;
2015 readonly asRequestJudgement: {
2016 readonly regIndex: Compact<u32>;
2017 readonly maxFee: Compact<u128>;
2018 } & Struct;
2019 readonly isCancelRequest: boolean;
2020 readonly asCancelRequest: {
2021 readonly regIndex: u32;
2022 } & Struct;
2023 readonly isSetFee: boolean;
2024 readonly asSetFee: {
2025 readonly index: Compact<u32>;
2026 readonly fee: Compact<u128>;
2027 } & Struct;
2028 readonly isSetAccountId: boolean;
2029 readonly asSetAccountId: {
2030 readonly index: Compact<u32>;
2031 readonly new_: MultiAddress;
2032 } & Struct;
2033 readonly isSetFields: boolean;
2034 readonly asSetFields: {
2035 readonly index: Compact<u32>;
2036 readonly fields: PalletIdentityBitFlags;
2037 } & Struct;
2038 readonly isProvideJudgement: boolean;
2039 readonly asProvideJudgement: {
2040 readonly regIndex: Compact<u32>;
2041 readonly target: MultiAddress;
2042 readonly judgement: PalletIdentityJudgement;
2043 readonly identity: H256;
2044 } & Struct;
2045 readonly isKillIdentity: boolean;
2046 readonly asKillIdentity: {
2047 readonly target: MultiAddress;
2048 } & Struct;
2049 readonly isAddSub: boolean;
2050 readonly asAddSub: {
2051 readonly sub: MultiAddress;
2052 readonly data: Data;
2053 } & Struct;
2054 readonly isRenameSub: boolean;
2055 readonly asRenameSub: {
2056 readonly sub: MultiAddress;
2057 readonly data: Data;
2058 } & Struct;
2059 readonly isRemoveSub: boolean;
2060 readonly asRemoveSub: {
2061 readonly sub: MultiAddress;
2062 } & Struct;
2063 readonly isQuitSub: boolean;
2064 readonly type: 'AddRegistrar' | 'SetIdentity' | 'SetSubs' | 'ClearIdentity' | 'RequestJudgement' | 'CancelRequest' | 'SetFee' | 'SetAccountId' | 'SetFields' | 'ProvideJudgement' | 'KillIdentity' | 'AddSub' | 'RenameSub' | 'RemoveSub' | 'QuitSub';
2065 }
2066
2067 /** @name PalletIdentityError (249) */
2068 interface PalletIdentityError extends Enum {
2069 readonly isTooManySubAccounts: boolean;
2070 readonly isNotFound: boolean;
2071 readonly isNotNamed: boolean;
2072 readonly isEmptyIndex: boolean;
2073 readonly isFeeChanged: boolean;
2074 readonly isNoIdentity: boolean;
2075 readonly isStickyJudgement: boolean;
2076 readonly isJudgementGiven: boolean;
2077 readonly isInvalidJudgement: boolean;
2078 readonly isInvalidIndex: boolean;
2079 readonly isInvalidTarget: boolean;
2080 readonly isTooManyFields: boolean;
2081 readonly isTooManyRegistrars: boolean;
2082 readonly isAlreadyClaimed: boolean;
2083 readonly isNotSub: boolean;
2084 readonly isNotOwned: boolean;
2085 readonly isJudgementForDifferentIdentity: boolean;
2086 readonly isJudgementPaymentFailed: boolean;
2087 readonly type: 'TooManySubAccounts' | 'NotFound' | 'NotNamed' | 'EmptyIndex' | 'FeeChanged' | 'NoIdentity' | 'StickyJudgement' | 'JudgementGiven' | 'InvalidJudgement' | 'InvalidIndex' | 'InvalidTarget' | 'TooManyFields' | 'TooManyRegistrars' | 'AlreadyClaimed' | 'NotSub' | 'NotOwned' | 'JudgementForDifferentIdentity' | 'JudgementPaymentFailed';
2088 }
18832089
1884 /** @name PalletBalancesBalanceLock (195) */2090 /** @name PalletBalancesBalanceLock (251) */
1885 interface PalletBalancesBalanceLock extends Struct {2091 interface PalletBalancesBalanceLock extends Struct {
1886 readonly id: U8aFixed;2092 readonly id: U8aFixed;
1887 readonly amount: u128;2093 readonly amount: u128;
1888 readonly reasons: PalletBalancesReasons;2094 readonly reasons: PalletBalancesReasons;
1889 }2095 }
18902096
1891 /** @name PalletBalancesReasons (196) */2097 /** @name PalletBalancesReasons (252) */
1892 interface PalletBalancesReasons extends Enum {2098 interface PalletBalancesReasons extends Enum {
1893 readonly isFee: boolean;2099 readonly isFee: boolean;
1894 readonly isMisc: boolean;2100 readonly isMisc: boolean;
1895 readonly isAll: boolean;2101 readonly isAll: boolean;
1896 readonly type: 'Fee' | 'Misc' | 'All';2102 readonly type: 'Fee' | 'Misc' | 'All';
1897 }2103 }
18982104
1899 /** @name PalletBalancesReserveData (199) */2105 /** @name PalletBalancesReserveData (255) */
1900 interface PalletBalancesReserveData extends Struct {2106 interface PalletBalancesReserveData extends Struct {
1901 readonly id: U8aFixed;2107 readonly id: U8aFixed;
1902 readonly amount: u128;2108 readonly amount: u128;
1903 }2109 }
19042110
1905 /** @name PalletBalancesReleases (201) */2111 /** @name PalletBalancesReleases (257) */
1906 interface PalletBalancesReleases extends Enum {2112 interface PalletBalancesReleases extends Enum {
1907 readonly isV100: boolean;2113 readonly isV100: boolean;
1908 readonly isV200: boolean;2114 readonly isV200: boolean;
1909 readonly type: 'V100' | 'V200';2115 readonly type: 'V100' | 'V200';
1910 }2116 }
19112117
1912 /** @name PalletBalancesCall (202) */2118 /** @name PalletBalancesCall (258) */
1913 interface PalletBalancesCall extends Enum {2119 interface PalletBalancesCall extends Enum {
1914 readonly isTransfer: boolean;2120 readonly isTransfer: boolean;
1915 readonly asTransfer: {2121 readonly asTransfer: {
1946 readonly type: 'Transfer' | 'SetBalance' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve';2152 readonly type: 'Transfer' | 'SetBalance' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve';
1947 }2153 }
19482154
1949 /** @name PalletBalancesError (205) */2155 /** @name PalletBalancesError (259) */
1950 interface PalletBalancesError extends Enum {2156 interface PalletBalancesError extends Enum {
1951 readonly isVestingBalance: boolean;2157 readonly isVestingBalance: boolean;
1952 readonly isLiquidityRestrictions: boolean;2158 readonly isLiquidityRestrictions: boolean;
1959 readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'KeepAlive' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves';2165 readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'KeepAlive' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves';
1960 }2166 }
19612167
1962 /** @name PalletTimestampCall (207) */2168 /** @name PalletTimestampCall (261) */
1963 interface PalletTimestampCall extends Enum {2169 interface PalletTimestampCall extends Enum {
1964 readonly isSet: boolean;2170 readonly isSet: boolean;
1965 readonly asSet: {2171 readonly asSet: {
1968 readonly type: 'Set';2174 readonly type: 'Set';
1969 }2175 }
19702176
1971 /** @name PalletTransactionPaymentReleases (209) */2177 /** @name PalletTransactionPaymentReleases (263) */
1972 interface PalletTransactionPaymentReleases extends Enum {2178 interface PalletTransactionPaymentReleases extends Enum {
1973 readonly isV1Ancient: boolean;2179 readonly isV1Ancient: boolean;
1974 readonly isV2: boolean;2180 readonly isV2: boolean;
1975 readonly type: 'V1Ancient' | 'V2';2181 readonly type: 'V1Ancient' | 'V2';
1976 }2182 }
19772183
1978 /** @name PalletTreasuryProposal (210) */2184 /** @name PalletTreasuryProposal (264) */
1979 interface PalletTreasuryProposal extends Struct {2185 interface PalletTreasuryProposal extends Struct {
1980 readonly proposer: AccountId32;2186 readonly proposer: AccountId32;
1981 readonly value: u128;2187 readonly value: u128;
1982 readonly beneficiary: AccountId32;2188 readonly beneficiary: AccountId32;
1983 readonly bond: u128;2189 readonly bond: u128;
1984 }2190 }
19852191
1986 /** @name PalletTreasuryCall (212) */2192 /** @name PalletTreasuryCall (266) */
1987 interface PalletTreasuryCall extends Enum {2193 interface PalletTreasuryCall extends Enum {
1988 readonly isProposeSpend: boolean;2194 readonly isProposeSpend: boolean;
1989 readonly asProposeSpend: {2195 readonly asProposeSpend: {
2010 readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal' | 'Spend' | 'RemoveApproval';2216 readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal' | 'Spend' | 'RemoveApproval';
2011 }2217 }
20122218
2013 /** @name FrameSupportPalletId (215) */2219 /** @name FrameSupportPalletId (268) */
2014 interface FrameSupportPalletId extends U8aFixed {}2220 interface FrameSupportPalletId extends U8aFixed {}
20152221
2016 /** @name PalletTreasuryError (216) */2222 /** @name PalletTreasuryError (269) */
2017 interface PalletTreasuryError extends Enum {2223 interface PalletTreasuryError extends Enum {
2018 readonly isInsufficientProposersBalance: boolean;2224 readonly isInsufficientProposersBalance: boolean;
2019 readonly isInvalidIndex: boolean;2225 readonly isInvalidIndex: boolean;
2023 readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals' | 'InsufficientPermission' | 'ProposalNotApproved';2229 readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals' | 'InsufficientPermission' | 'ProposalNotApproved';
2024 }2230 }
20252231
2026 /** @name PalletSudoCall (217) */2232 /** @name PalletSudoCall (270) */
2027 interface PalletSudoCall extends Enum {2233 interface PalletSudoCall extends Enum {
2028 readonly isSudo: boolean;2234 readonly isSudo: boolean;
2029 readonly asSudo: {2235 readonly asSudo: {
2046 readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';2252 readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';
2047 }2253 }
20482254
2049 /** @name OrmlVestingModuleCall (219) */2255 /** @name OrmlVestingModuleCall (272) */
2050 interface OrmlVestingModuleCall extends Enum {2256 interface OrmlVestingModuleCall extends Enum {
2051 readonly isClaim: boolean;2257 readonly isClaim: boolean;
2052 readonly isVestedTransfer: boolean;2258 readonly isVestedTransfer: boolean;
2066 readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';2272 readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';
2067 }2273 }
20682274
2069 /** @name OrmlXtokensModuleCall (221) */2275 /** @name OrmlXtokensModuleCall (274) */
2070 interface OrmlXtokensModuleCall extends Enum {2276 interface OrmlXtokensModuleCall extends Enum {
2071 readonly isTransfer: boolean;2277 readonly isTransfer: boolean;
2072 readonly asTransfer: {2278 readonly asTransfer: {
2113 readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';2319 readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';
2114 }2320 }
21152321
2116 /** @name XcmVersionedMultiAsset (222) */2322 /** @name XcmVersionedMultiAsset (275) */
2117 interface XcmVersionedMultiAsset extends Enum {2323 interface XcmVersionedMultiAsset extends Enum {
2118 readonly isV0: boolean;2324 readonly isV0: boolean;
2119 readonly asV0: XcmV0MultiAsset;2325 readonly asV0: XcmV0MultiAsset;
2122 readonly type: 'V0' | 'V1';2328 readonly type: 'V0' | 'V1';
2123 }2329 }
21242330
2125 /** @name OrmlTokensModuleCall (225) */2331 /** @name OrmlTokensModuleCall (278) */
2126 interface OrmlTokensModuleCall extends Enum {2332 interface OrmlTokensModuleCall extends Enum {
2127 readonly isTransfer: boolean;2333 readonly isTransfer: boolean;
2128 readonly asTransfer: {2334 readonly asTransfer: {
2159 readonly type: 'Transfer' | 'TransferAll' | 'TransferKeepAlive' | 'ForceTransfer' | 'SetBalance';2365 readonly type: 'Transfer' | 'TransferAll' | 'TransferKeepAlive' | 'ForceTransfer' | 'SetBalance';
2160 }2366 }
21612367
2162 /** @name CumulusPalletXcmpQueueCall (226) */2368 /** @name CumulusPalletXcmpQueueCall (279) */
2163 interface CumulusPalletXcmpQueueCall extends Enum {2369 interface CumulusPalletXcmpQueueCall extends Enum {
2164 readonly isServiceOverweight: boolean;2370 readonly isServiceOverweight: boolean;
2165 readonly asServiceOverweight: {2371 readonly asServiceOverweight: {
2195 readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';2401 readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';
2196 }2402 }
21972403
2198 /** @name PalletXcmCall (227) */2404 /** @name PalletXcmCall (280) */
2199 interface PalletXcmCall extends Enum {2405 interface PalletXcmCall extends Enum {
2200 readonly isSend: boolean;2406 readonly isSend: boolean;
2201 readonly asSend: {2407 readonly asSend: {
2257 readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets';2463 readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets';
2258 }2464 }
22592465
2260 /** @name XcmVersionedXcm (228) */2466 /** @name XcmVersionedXcm (281) */
2261 interface XcmVersionedXcm extends Enum {2467 interface XcmVersionedXcm extends Enum {
2262 readonly isV0: boolean;2468 readonly isV0: boolean;
2263 readonly asV0: XcmV0Xcm;2469 readonly asV0: XcmV0Xcm;
2268 readonly type: 'V0' | 'V1' | 'V2';2474 readonly type: 'V0' | 'V1' | 'V2';
2269 }2475 }
22702476
2271 /** @name XcmV0Xcm (229) */2477 /** @name XcmV0Xcm (282) */
2272 interface XcmV0Xcm extends Enum {2478 interface XcmV0Xcm extends Enum {
2273 readonly isWithdrawAsset: boolean;2479 readonly isWithdrawAsset: boolean;
2274 readonly asWithdrawAsset: {2480 readonly asWithdrawAsset: {
2331 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposit' | 'TeleportAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom';2537 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposit' | 'TeleportAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom';
2332 }2538 }
23332539
2334 /** @name XcmV0Order (231) */2540 /** @name XcmV0Order (284) */
2335 interface XcmV0Order extends Enum {2541 interface XcmV0Order extends Enum {
2336 readonly isNull: boolean;2542 readonly isNull: boolean;
2337 readonly isDepositAsset: boolean;2543 readonly isDepositAsset: boolean;
2379 readonly type: 'Null' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';2585 readonly type: 'Null' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';
2380 }2586 }
23812587
2382 /** @name XcmV0Response (233) */2588 /** @name XcmV0Response (286) */
2383 interface XcmV0Response extends Enum {2589 interface XcmV0Response extends Enum {
2384 readonly isAssets: boolean;2590 readonly isAssets: boolean;
2385 readonly asAssets: Vec<XcmV0MultiAsset>;2591 readonly asAssets: Vec<XcmV0MultiAsset>;
2386 readonly type: 'Assets';2592 readonly type: 'Assets';
2387 }2593 }
23882594
2389 /** @name XcmV1Xcm (234) */2595 /** @name XcmV1Xcm (287) */
2390 interface XcmV1Xcm extends Enum {2596 interface XcmV1Xcm extends Enum {
2391 readonly isWithdrawAsset: boolean;2597 readonly isWithdrawAsset: boolean;
2392 readonly asWithdrawAsset: {2598 readonly asWithdrawAsset: {
2455 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom' | 'SubscribeVersion' | 'UnsubscribeVersion';2661 readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'RelayedFrom' | 'SubscribeVersion' | 'UnsubscribeVersion';
2456 }2662 }
24572663
2458 /** @name XcmV1Order (236) */2664 /** @name XcmV1Order (289) */
2459 interface XcmV1Order extends Enum {2665 interface XcmV1Order extends Enum {
2460 readonly isNoop: boolean;2666 readonly isNoop: boolean;
2461 readonly isDepositAsset: boolean;2667 readonly isDepositAsset: boolean;
2505 readonly type: 'Noop' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';2711 readonly type: 'Noop' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'QueryHolding' | 'BuyExecution';
2506 }2712 }
25072713
2508 /** @name XcmV1Response (238) */2714 /** @name XcmV1Response (291) */
2509 interface XcmV1Response extends Enum {2715 interface XcmV1Response extends Enum {
2510 readonly isAssets: boolean;2716 readonly isAssets: boolean;
2511 readonly asAssets: XcmV1MultiassetMultiAssets;2717 readonly asAssets: XcmV1MultiassetMultiAssets;
2514 readonly type: 'Assets' | 'Version';2720 readonly type: 'Assets' | 'Version';
2515 }2721 }
25162722
2517 /** @name CumulusPalletXcmCall (252) */2723 /** @name CumulusPalletXcmCall (305) */
2518 type CumulusPalletXcmCall = Null;2724 type CumulusPalletXcmCall = Null;
25192725
2520 /** @name CumulusPalletDmpQueueCall (253) */2726 /** @name CumulusPalletDmpQueueCall (306) */
2521 interface CumulusPalletDmpQueueCall extends Enum {2727 interface CumulusPalletDmpQueueCall extends Enum {
2522 readonly isServiceOverweight: boolean;2728 readonly isServiceOverweight: boolean;
2523 readonly asServiceOverweight: {2729 readonly asServiceOverweight: {
2527 readonly type: 'ServiceOverweight';2733 readonly type: 'ServiceOverweight';
2528 }2734 }
25292735
2530 /** @name PalletInflationCall (254) */2736 /** @name PalletInflationCall (307) */
2531 interface PalletInflationCall extends Enum {2737 interface PalletInflationCall extends Enum {
2532 readonly isStartInflation: boolean;2738 readonly isStartInflation: boolean;
2533 readonly asStartInflation: {2739 readonly asStartInflation: {
2536 readonly type: 'StartInflation';2742 readonly type: 'StartInflation';
2537 }2743 }
25382744
2539 /** @name PalletUniqueCall (255) */2745 /** @name PalletUniqueCall (308) */
2540 interface PalletUniqueCall extends Enum {2746 interface PalletUniqueCall extends Enum {
2541 readonly isCreateCollection: boolean;2747 readonly isCreateCollection: boolean;
2542 readonly asCreateCollection: {2748 readonly asCreateCollection: {
2709 readonly type: 'CreateCollection' | 'CreateCollectionEx' | 'DestroyCollection' | 'AddToAllowList' | 'RemoveFromAllowList' | 'ChangeCollectionOwner' | 'AddCollectionAdmin' | 'RemoveCollectionAdmin' | 'SetCollectionSponsor' | 'ConfirmSponsorship' | 'RemoveCollectionSponsor' | 'CreateItem' | 'CreateMultipleItems' | 'SetCollectionProperties' | 'DeleteCollectionProperties' | 'SetTokenProperties' | 'DeleteTokenProperties' | 'SetTokenPropertyPermissions' | 'CreateMultipleItemsEx' | 'SetTransfersEnabledFlag' | 'BurnItem' | 'BurnFrom' | 'Transfer' | 'Approve' | 'TransferFrom' | 'SetCollectionLimits' | 'SetCollectionPermissions' | 'Repartition' | 'SetAllowanceForAll' | 'ForceRepairCollection' | 'ForceRepairItem';2915 readonly type: 'CreateCollection' | 'CreateCollectionEx' | 'DestroyCollection' | 'AddToAllowList' | 'RemoveFromAllowList' | 'ChangeCollectionOwner' | 'AddCollectionAdmin' | 'RemoveCollectionAdmin' | 'SetCollectionSponsor' | 'ConfirmSponsorship' | 'RemoveCollectionSponsor' | 'CreateItem' | 'CreateMultipleItems' | 'SetCollectionProperties' | 'DeleteCollectionProperties' | 'SetTokenProperties' | 'DeleteTokenProperties' | 'SetTokenPropertyPermissions' | 'CreateMultipleItemsEx' | 'SetTransfersEnabledFlag' | 'BurnItem' | 'BurnFrom' | 'Transfer' | 'Approve' | 'TransferFrom' | 'SetCollectionLimits' | 'SetCollectionPermissions' | 'Repartition' | 'SetAllowanceForAll' | 'ForceRepairCollection' | 'ForceRepairItem';
2710 }2916 }
27112917
2712 /** @name UpDataStructsCollectionMode (260) */2918 /** @name UpDataStructsCollectionMode (313) */
2713 interface UpDataStructsCollectionMode extends Enum {2919 interface UpDataStructsCollectionMode extends Enum {
2714 readonly isNft: boolean;2920 readonly isNft: boolean;
2715 readonly isFungible: boolean;2921 readonly isFungible: boolean;
2718 readonly type: 'Nft' | 'Fungible' | 'ReFungible';2924 readonly type: 'Nft' | 'Fungible' | 'ReFungible';
2719 }2925 }
27202926
2721 /** @name UpDataStructsCreateCollectionData (261) */2927 /** @name UpDataStructsCreateCollectionData (314) */
2722 interface UpDataStructsCreateCollectionData extends Struct {2928 interface UpDataStructsCreateCollectionData extends Struct {
2723 readonly mode: UpDataStructsCollectionMode;2929 readonly mode: UpDataStructsCollectionMode;
2724 readonly access: Option<UpDataStructsAccessMode>;2930 readonly access: Option<UpDataStructsAccessMode>;
2732 readonly properties: Vec<UpDataStructsProperty>;2938 readonly properties: Vec<UpDataStructsProperty>;
2733 }2939 }
27342940
2735 /** @name UpDataStructsAccessMode (263) */2941 /** @name UpDataStructsAccessMode (316) */
2736 interface UpDataStructsAccessMode extends Enum {2942 interface UpDataStructsAccessMode extends Enum {
2737 readonly isNormal: boolean;2943 readonly isNormal: boolean;
2738 readonly isAllowList: boolean;2944 readonly isAllowList: boolean;
2739 readonly type: 'Normal' | 'AllowList';2945 readonly type: 'Normal' | 'AllowList';
2740 }2946 }
27412947
2742 /** @name UpDataStructsCollectionLimits (265) */2948 /** @name UpDataStructsCollectionLimits (318) */
2743 interface UpDataStructsCollectionLimits extends Struct {2949 interface UpDataStructsCollectionLimits extends Struct {
2744 readonly accountTokenOwnershipLimit: Option<u32>;2950 readonly accountTokenOwnershipLimit: Option<u32>;
2745 readonly sponsoredDataSize: Option<u32>;2951 readonly sponsoredDataSize: Option<u32>;
2752 readonly transfersEnabled: Option<bool>;2958 readonly transfersEnabled: Option<bool>;
2753 }2959 }
27542960
2755 /** @name UpDataStructsSponsoringRateLimit (267) */2961 /** @name UpDataStructsSponsoringRateLimit (320) */
2756 interface UpDataStructsSponsoringRateLimit extends Enum {2962 interface UpDataStructsSponsoringRateLimit extends Enum {
2757 readonly isSponsoringDisabled: boolean;2963 readonly isSponsoringDisabled: boolean;
2758 readonly isBlocks: boolean;2964 readonly isBlocks: boolean;
2759 readonly asBlocks: u32;2965 readonly asBlocks: u32;
2760 readonly type: 'SponsoringDisabled' | 'Blocks';2966 readonly type: 'SponsoringDisabled' | 'Blocks';
2761 }2967 }
27622968
2763 /** @name UpDataStructsCollectionPermissions (270) */2969 /** @name UpDataStructsCollectionPermissions (323) */
2764 interface UpDataStructsCollectionPermissions extends Struct {2970 interface UpDataStructsCollectionPermissions extends Struct {
2765 readonly access: Option<UpDataStructsAccessMode>;2971 readonly access: Option<UpDataStructsAccessMode>;
2766 readonly mintMode: Option<bool>;2972 readonly mintMode: Option<bool>;
2767 readonly nesting: Option<UpDataStructsNestingPermissions>;2973 readonly nesting: Option<UpDataStructsNestingPermissions>;
2768 }2974 }
27692975
2770 /** @name UpDataStructsNestingPermissions (272) */2976 /** @name UpDataStructsNestingPermissions (325) */
2771 interface UpDataStructsNestingPermissions extends Struct {2977 interface UpDataStructsNestingPermissions extends Struct {
2772 readonly tokenOwner: bool;2978 readonly tokenOwner: bool;
2773 readonly collectionAdmin: bool;2979 readonly collectionAdmin: bool;
2774 readonly restricted: Option<UpDataStructsOwnerRestrictedSet>;2980 readonly restricted: Option<UpDataStructsOwnerRestrictedSet>;
2775 }2981 }
27762982
2777 /** @name UpDataStructsOwnerRestrictedSet (274) */2983 /** @name UpDataStructsOwnerRestrictedSet (327) */
2778 interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}2984 interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}
27792985
2780 /** @name UpDataStructsPropertyKeyPermission (279) */2986 /** @name UpDataStructsPropertyKeyPermission (332) */
2781 interface UpDataStructsPropertyKeyPermission extends Struct {2987 interface UpDataStructsPropertyKeyPermission extends Struct {
2782 readonly key: Bytes;2988 readonly key: Bytes;
2783 readonly permission: UpDataStructsPropertyPermission;2989 readonly permission: UpDataStructsPropertyPermission;
2784 }2990 }
27852991
2786 /** @name UpDataStructsPropertyPermission (280) */2992 /** @name UpDataStructsPropertyPermission (333) */
2787 interface UpDataStructsPropertyPermission extends Struct {2993 interface UpDataStructsPropertyPermission extends Struct {
2788 readonly mutable: bool;2994 readonly mutable: bool;
2789 readonly collectionAdmin: bool;2995 readonly collectionAdmin: bool;
2790 readonly tokenOwner: bool;2996 readonly tokenOwner: bool;
2791 }2997 }
27922998
2793 /** @name UpDataStructsProperty (283) */2999 /** @name UpDataStructsProperty (336) */
2794 interface UpDataStructsProperty extends Struct {3000 interface UpDataStructsProperty extends Struct {
2795 readonly key: Bytes;3001 readonly key: Bytes;
2796 readonly value: Bytes;3002 readonly value: Bytes;
2797 }3003 }
27983004
2799 /** @name UpDataStructsCreateItemData (286) */3005 /** @name UpDataStructsCreateItemData (339) */
2800 interface UpDataStructsCreateItemData extends Enum {3006 interface UpDataStructsCreateItemData extends Enum {
2801 readonly isNft: boolean;3007 readonly isNft: boolean;
2802 readonly asNft: UpDataStructsCreateNftData;3008 readonly asNft: UpDataStructsCreateNftData;
2807 readonly type: 'Nft' | 'Fungible' | 'ReFungible';3013 readonly type: 'Nft' | 'Fungible' | 'ReFungible';
2808 }3014 }
28093015
2810 /** @name UpDataStructsCreateNftData (287) */3016 /** @name UpDataStructsCreateNftData (340) */
2811 interface UpDataStructsCreateNftData extends Struct {3017 interface UpDataStructsCreateNftData extends Struct {
2812 readonly properties: Vec<UpDataStructsProperty>;3018 readonly properties: Vec<UpDataStructsProperty>;
2813 }3019 }
28143020
2815 /** @name UpDataStructsCreateFungibleData (288) */3021 /** @name UpDataStructsCreateFungibleData (341) */
2816 interface UpDataStructsCreateFungibleData extends Struct {3022 interface UpDataStructsCreateFungibleData extends Struct {
2817 readonly value: u128;3023 readonly value: u128;
2818 }3024 }
28193025
2820 /** @name UpDataStructsCreateReFungibleData (289) */3026 /** @name UpDataStructsCreateReFungibleData (342) */
2821 interface UpDataStructsCreateReFungibleData extends Struct {3027 interface UpDataStructsCreateReFungibleData extends Struct {
2822 readonly pieces: u128;3028 readonly pieces: u128;
2823 readonly properties: Vec<UpDataStructsProperty>;3029 readonly properties: Vec<UpDataStructsProperty>;
2824 }3030 }
28253031
2826 /** @name UpDataStructsCreateItemExData (292) */3032 /** @name UpDataStructsCreateItemExData (345) */
2827 interface UpDataStructsCreateItemExData extends Enum {3033 interface UpDataStructsCreateItemExData extends Enum {
2828 readonly isNft: boolean;3034 readonly isNft: boolean;
2829 readonly asNft: Vec<UpDataStructsCreateNftExData>;3035 readonly asNft: Vec<UpDataStructsCreateNftExData>;
2836 readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';3042 readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';
2837 }3043 }
28383044
2839 /** @name UpDataStructsCreateNftExData (294) */3045 /** @name UpDataStructsCreateNftExData (347) */
2840 interface UpDataStructsCreateNftExData extends Struct {3046 interface UpDataStructsCreateNftExData extends Struct {
2841 readonly properties: Vec<UpDataStructsProperty>;3047 readonly properties: Vec<UpDataStructsProperty>;
2842 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;3048 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;
2843 }3049 }
28443050
2845 /** @name UpDataStructsCreateRefungibleExSingleOwner (301) */3051 /** @name UpDataStructsCreateRefungibleExSingleOwner (354) */
2846 interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {3052 interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {
2847 readonly user: PalletEvmAccountBasicCrossAccountIdRepr;3053 readonly user: PalletEvmAccountBasicCrossAccountIdRepr;
2848 readonly pieces: u128;3054 readonly pieces: u128;
2849 readonly properties: Vec<UpDataStructsProperty>;3055 readonly properties: Vec<UpDataStructsProperty>;
2850 }3056 }
28513057
2852 /** @name UpDataStructsCreateRefungibleExMultipleOwners (303) */3058 /** @name UpDataStructsCreateRefungibleExMultipleOwners (356) */
2853 interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {3059 interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {
2854 readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;3060 readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;
2855 readonly properties: Vec<UpDataStructsProperty>;3061 readonly properties: Vec<UpDataStructsProperty>;
2856 }3062 }
28573063
2858 /** @name PalletConfigurationCall (304) */3064 /** @name PalletConfigurationCall (357) */
2859 interface PalletConfigurationCall extends Enum {3065 interface PalletConfigurationCall extends Enum {
2860 readonly isSetWeightToFeeCoefficientOverride: boolean;3066 readonly isSetWeightToFeeCoefficientOverride: boolean;
2861 readonly asSetWeightToFeeCoefficientOverride: {3067 readonly asSetWeightToFeeCoefficientOverride: {
2873 readonly asSetAppPromotionConfigurationOverride: {3079 readonly asSetAppPromotionConfigurationOverride: {
2874 readonly configuration: PalletConfigurationAppPromotionConfiguration;3080 readonly configuration: PalletConfigurationAppPromotionConfiguration;
2875 } & Struct;3081 } & Struct;
3082 readonly isSetCollatorSelectionDesiredCollators: boolean;
3083 readonly asSetCollatorSelectionDesiredCollators: {
3084 readonly max: Option<u32>;
3085 } & Struct;
3086 readonly isSetCollatorSelectionLicenseBond: boolean;
3087 readonly asSetCollatorSelectionLicenseBond: {
3088 readonly amount: Option<u128>;
3089 } & Struct;
3090 readonly isSetCollatorSelectionKickThreshold: boolean;
3091 readonly asSetCollatorSelectionKickThreshold: {
3092 readonly threshold: Option<u32>;
3093 } & Struct;
2876 readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride' | 'SetXcmAllowedLocations' | 'SetAppPromotionConfigurationOverride';3094 readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride' | 'SetXcmAllowedLocations' | 'SetAppPromotionConfigurationOverride' | 'SetCollatorSelectionDesiredCollators' | 'SetCollatorSelectionLicenseBond' | 'SetCollatorSelectionKickThreshold';
2877 }3095 }
28783096
2879 /** @name PalletConfigurationAppPromotionConfiguration (309) */3097 /** @name PalletConfigurationAppPromotionConfiguration (362) */
2880 interface PalletConfigurationAppPromotionConfiguration extends Struct {3098 interface PalletConfigurationAppPromotionConfiguration extends Struct {
2881 readonly recalculationInterval: Option<u32>;3099 readonly recalculationInterval: Option<u32>;
2882 readonly pendingInterval: Option<u32>;3100 readonly pendingInterval: Option<u32>;
2883 readonly intervalIncome: Option<Perbill>;3101 readonly intervalIncome: Option<Perbill>;
2884 readonly maxStakersPerCalculation: Option<u8>;3102 readonly maxStakersPerCalculation: Option<u8>;
2885 }3103 }
28863104
2887 /** @name PalletTemplateTransactionPaymentCall (312) */3105 /** @name PalletTemplateTransactionPaymentCall (365) */
2888 type PalletTemplateTransactionPaymentCall = Null;3106 type PalletTemplateTransactionPaymentCall = Null;
28893107
2890 /** @name PalletStructureCall (313) */3108 /** @name PalletStructureCall (366) */
2891 type PalletStructureCall = Null;3109 type PalletStructureCall = Null;
28923110
2893 /** @name PalletRmrkCoreCall (314) */3111 /** @name PalletRmrkCoreCall (367) */
2894 interface PalletRmrkCoreCall extends Enum {3112 interface PalletRmrkCoreCall extends Enum {
2895 readonly isCreateCollection: boolean;3113 readonly isCreateCollection: boolean;
2896 readonly asCreateCollection: {3114 readonly asCreateCollection: {
2996 readonly type: 'CreateCollection' | 'DestroyCollection' | 'ChangeCollectionIssuer' | 'LockCollection' | 'MintNft' | 'BurnNft' | 'Send' | 'AcceptNft' | 'RejectNft' | 'AcceptResource' | 'AcceptResourceRemoval' | 'SetProperty' | 'SetPriority' | 'AddBasicResource' | 'AddComposableResource' | 'AddSlotResource' | 'RemoveResource';3214 readonly type: 'CreateCollection' | 'DestroyCollection' | 'ChangeCollectionIssuer' | 'LockCollection' | 'MintNft' | 'BurnNft' | 'Send' | 'AcceptNft' | 'RejectNft' | 'AcceptResource' | 'AcceptResourceRemoval' | 'SetProperty' | 'SetPriority' | 'AddBasicResource' | 'AddComposableResource' | 'AddSlotResource' | 'RemoveResource';
2997 }3215 }
29983216
2999 /** @name RmrkTraitsResourceResourceTypes (320) */3217 /** @name RmrkTraitsResourceResourceTypes (373) */
3000 interface RmrkTraitsResourceResourceTypes extends Enum {3218 interface RmrkTraitsResourceResourceTypes extends Enum {
3001 readonly isBasic: boolean;3219 readonly isBasic: boolean;
3002 readonly asBasic: RmrkTraitsResourceBasicResource;3220 readonly asBasic: RmrkTraitsResourceBasicResource;
3007 readonly type: 'Basic' | 'Composable' | 'Slot';3225 readonly type: 'Basic' | 'Composable' | 'Slot';
3008 }3226 }
30093227
3010 /** @name RmrkTraitsResourceBasicResource (322) */3228 /** @name RmrkTraitsResourceBasicResource (375) */
3011 interface RmrkTraitsResourceBasicResource extends Struct {3229 interface RmrkTraitsResourceBasicResource extends Struct {
3012 readonly src: Option<Bytes>;3230 readonly src: Option<Bytes>;
3013 readonly metadata: Option<Bytes>;3231 readonly metadata: Option<Bytes>;
3014 readonly license: Option<Bytes>;3232 readonly license: Option<Bytes>;
3015 readonly thumb: Option<Bytes>;3233 readonly thumb: Option<Bytes>;
3016 }3234 }
30173235
3018 /** @name RmrkTraitsResourceComposableResource (324) */3236 /** @name RmrkTraitsResourceComposableResource (377) */
3019 interface RmrkTraitsResourceComposableResource extends Struct {3237 interface RmrkTraitsResourceComposableResource extends Struct {
3020 readonly parts: Vec<u32>;3238 readonly parts: Vec<u32>;
3021 readonly base: u32;3239 readonly base: u32;
3025 readonly thumb: Option<Bytes>;3243 readonly thumb: Option<Bytes>;
3026 }3244 }
30273245
3028 /** @name RmrkTraitsResourceSlotResource (325) */3246 /** @name RmrkTraitsResourceSlotResource (378) */
3029 interface RmrkTraitsResourceSlotResource extends Struct {3247 interface RmrkTraitsResourceSlotResource extends Struct {
3030 readonly base: u32;3248 readonly base: u32;
3031 readonly src: Option<Bytes>;3249 readonly src: Option<Bytes>;
3035 readonly thumb: Option<Bytes>;3253 readonly thumb: Option<Bytes>;
3036 }3254 }
30373255
3038 /** @name PalletRmrkEquipCall (328) */3256 /** @name PalletRmrkEquipCall (381) */
3039 interface PalletRmrkEquipCall extends Enum {3257 interface PalletRmrkEquipCall extends Enum {
3040 readonly isCreateBase: boolean;3258 readonly isCreateBase: boolean;
3041 readonly asCreateBase: {3259 readonly asCreateBase: {
3057 readonly type: 'CreateBase' | 'ThemeAdd' | 'Equippable';3275 readonly type: 'CreateBase' | 'ThemeAdd' | 'Equippable';
3058 }3276 }
30593277
3060 /** @name RmrkTraitsPartPartType (331) */3278 /** @name RmrkTraitsPartPartType (384) */
3061 interface RmrkTraitsPartPartType extends Enum {3279 interface RmrkTraitsPartPartType extends Enum {
3062 readonly isFixedPart: boolean;3280 readonly isFixedPart: boolean;
3063 readonly asFixedPart: RmrkTraitsPartFixedPart;3281 readonly asFixedPart: RmrkTraitsPartFixedPart;
3066 readonly type: 'FixedPart' | 'SlotPart';3284 readonly type: 'FixedPart' | 'SlotPart';
3067 }3285 }
30683286
3069 /** @name RmrkTraitsPartFixedPart (333) */3287 /** @name RmrkTraitsPartFixedPart (386) */
3070 interface RmrkTraitsPartFixedPart extends Struct {3288 interface RmrkTraitsPartFixedPart extends Struct {
3071 readonly id: u32;3289 readonly id: u32;
3072 readonly z: u32;3290 readonly z: u32;
3073 readonly src: Bytes;3291 readonly src: Bytes;
3074 }3292 }
30753293
3076 /** @name RmrkTraitsPartSlotPart (334) */3294 /** @name RmrkTraitsPartSlotPart (387) */
3077 interface RmrkTraitsPartSlotPart extends Struct {3295 interface RmrkTraitsPartSlotPart extends Struct {
3078 readonly id: u32;3296 readonly id: u32;
3079 readonly equippable: RmrkTraitsPartEquippableList;3297 readonly equippable: RmrkTraitsPartEquippableList;
3080 readonly src: Bytes;3298 readonly src: Bytes;
3081 readonly z: u32;3299 readonly z: u32;
3082 }3300 }
30833301
3084 /** @name RmrkTraitsPartEquippableList (335) */3302 /** @name RmrkTraitsPartEquippableList (388) */
3085 interface RmrkTraitsPartEquippableList extends Enum {3303 interface RmrkTraitsPartEquippableList extends Enum {
3086 readonly isAll: boolean;3304 readonly isAll: boolean;
3087 readonly isEmpty: boolean;3305 readonly isEmpty: boolean;
3090 readonly type: 'All' | 'Empty' | 'Custom';3308 readonly type: 'All' | 'Empty' | 'Custom';
3091 }3309 }
30923310
3093 /** @name RmrkTraitsTheme (337) */3311 /** @name RmrkTraitsTheme (390) */
3094 interface RmrkTraitsTheme extends Struct {3312 interface RmrkTraitsTheme extends Struct {
3095 readonly name: Bytes;3313 readonly name: Bytes;
3096 readonly properties: Vec<RmrkTraitsThemeThemeProperty>;3314 readonly properties: Vec<RmrkTraitsThemeThemeProperty>;
3097 readonly inherit: bool;3315 readonly inherit: bool;
3098 }3316 }
30993317
3100 /** @name RmrkTraitsThemeThemeProperty (339) */3318 /** @name RmrkTraitsThemeThemeProperty (392) */
3101 interface RmrkTraitsThemeThemeProperty extends Struct {3319 interface RmrkTraitsThemeThemeProperty extends Struct {
3102 readonly key: Bytes;3320 readonly key: Bytes;
3103 readonly value: Bytes;3321 readonly value: Bytes;
3104 }3322 }
31053323
3106 /** @name PalletAppPromotionCall (341) */3324 /** @name PalletAppPromotionCall (394) */
3107 interface PalletAppPromotionCall extends Enum {3325 interface PalletAppPromotionCall extends Enum {
3108 readonly isSetAdminAddress: boolean;3326 readonly isSetAdminAddress: boolean;
3109 readonly asSetAdminAddress: {3327 readonly asSetAdminAddress: {
3137 readonly type: 'SetAdminAddress' | 'Stake' | 'Unstake' | 'SponsorCollection' | 'StopSponsoringCollection' | 'SponsorContract' | 'StopSponsoringContract' | 'PayoutStakers';3355 readonly type: 'SetAdminAddress' | 'Stake' | 'Unstake' | 'SponsorCollection' | 'StopSponsoringCollection' | 'SponsorContract' | 'StopSponsoringContract' | 'PayoutStakers';
3138 }3356 }
31393357
3140 /** @name PalletForeignAssetsModuleCall (342) */3358 /** @name PalletForeignAssetsModuleCall (395) */
3141 interface PalletForeignAssetsModuleCall extends Enum {3359 interface PalletForeignAssetsModuleCall extends Enum {
3142 readonly isRegisterForeignAsset: boolean;3360 readonly isRegisterForeignAsset: boolean;
3143 readonly asRegisterForeignAsset: {3361 readonly asRegisterForeignAsset: {
3154 readonly type: 'RegisterForeignAsset' | 'UpdateForeignAsset';3372 readonly type: 'RegisterForeignAsset' | 'UpdateForeignAsset';
3155 }3373 }
31563374
3157 /** @name PalletEvmCall (343) */3375 /** @name PalletEvmCall (396) */
3158 interface PalletEvmCall extends Enum {3376 interface PalletEvmCall extends Enum {
3159 readonly isWithdraw: boolean;3377 readonly isWithdraw: boolean;
3160 readonly asWithdraw: {3378 readonly asWithdraw: {
3199 readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';3417 readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';
3200 }3418 }
32013419
3202 /** @name PalletEthereumCall (349) */3420 /** @name PalletEthereumCall (402) */
3203 interface PalletEthereumCall extends Enum {3421 interface PalletEthereumCall extends Enum {
3204 readonly isTransact: boolean;3422 readonly isTransact: boolean;
3205 readonly asTransact: {3423 readonly asTransact: {
3208 readonly type: 'Transact';3426 readonly type: 'Transact';
3209 }3427 }
32103428
3211 /** @name EthereumTransactionTransactionV2 (350) */3429 /** @name EthereumTransactionTransactionV2 (403) */
3212 interface EthereumTransactionTransactionV2 extends Enum {3430 interface EthereumTransactionTransactionV2 extends Enum {
3213 readonly isLegacy: boolean;3431 readonly isLegacy: boolean;
3214 readonly asLegacy: EthereumTransactionLegacyTransaction;3432 readonly asLegacy: EthereumTransactionLegacyTransaction;
3219 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';3437 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';
3220 }3438 }
32213439
3222 /** @name EthereumTransactionLegacyTransaction (351) */3440 /** @name EthereumTransactionLegacyTransaction (404) */
3223 interface EthereumTransactionLegacyTransaction extends Struct {3441 interface EthereumTransactionLegacyTransaction extends Struct {
3224 readonly nonce: U256;3442 readonly nonce: U256;
3225 readonly gasPrice: U256;3443 readonly gasPrice: U256;
3230 readonly signature: EthereumTransactionTransactionSignature;3448 readonly signature: EthereumTransactionTransactionSignature;
3231 }3449 }
32323450
3233 /** @name EthereumTransactionTransactionAction (352) */3451 /** @name EthereumTransactionTransactionAction (405) */
3234 interface EthereumTransactionTransactionAction extends Enum {3452 interface EthereumTransactionTransactionAction extends Enum {
3235 readonly isCall: boolean;3453 readonly isCall: boolean;
3236 readonly asCall: H160;3454 readonly asCall: H160;
3237 readonly isCreate: boolean;3455 readonly isCreate: boolean;
3238 readonly type: 'Call' | 'Create';3456 readonly type: 'Call' | 'Create';
3239 }3457 }
32403458
3241 /** @name EthereumTransactionTransactionSignature (353) */3459 /** @name EthereumTransactionTransactionSignature (406) */
3242 interface EthereumTransactionTransactionSignature extends Struct {3460 interface EthereumTransactionTransactionSignature extends Struct {
3243 readonly v: u64;3461 readonly v: u64;
3244 readonly r: H256;3462 readonly r: H256;
3245 readonly s: H256;3463 readonly s: H256;
3246 }3464 }
32473465
3248 /** @name EthereumTransactionEip2930Transaction (355) */3466 /** @name EthereumTransactionEip2930Transaction (408) */
3249 interface EthereumTransactionEip2930Transaction extends Struct {3467 interface EthereumTransactionEip2930Transaction extends Struct {
3250 readonly chainId: u64;3468 readonly chainId: u64;
3251 readonly nonce: U256;3469 readonly nonce: U256;
3260 readonly s: H256;3478 readonly s: H256;
3261 }3479 }
32623480
3263 /** @name EthereumTransactionAccessListItem (357) */3481 /** @name EthereumTransactionAccessListItem (410) */
3264 interface EthereumTransactionAccessListItem extends Struct {3482 interface EthereumTransactionAccessListItem extends Struct {
3265 readonly address: H160;3483 readonly address: H160;
3266 readonly storageKeys: Vec<H256>;3484 readonly storageKeys: Vec<H256>;
3267 }3485 }
32683486
3269 /** @name EthereumTransactionEip1559Transaction (358) */3487 /** @name EthereumTransactionEip1559Transaction (411) */
3270 interface EthereumTransactionEip1559Transaction extends Struct {3488 interface EthereumTransactionEip1559Transaction extends Struct {
3271 readonly chainId: u64;3489 readonly chainId: u64;
3272 readonly nonce: U256;3490 readonly nonce: U256;
3282 readonly s: H256;3500 readonly s: H256;
3283 }3501 }
32843502
3285 /** @name PalletEvmMigrationCall (359) */3503 /** @name PalletDataManagementCall (412) */
3286 interface PalletEvmMigrationCall extends Enum {3504 interface PalletDataManagementCall extends Enum {
3287 readonly isBegin: boolean;3505 readonly isBegin: boolean;
3288 readonly asBegin: {3506 readonly asBegin: {
3289 readonly address: H160;3507 readonly address: H160;
3309 readonly type: 'Begin' | 'SetData' | 'Finish' | 'InsertEthLogs' | 'InsertEvents';3527 readonly type: 'Begin' | 'SetData' | 'Finish' | 'InsertEthLogs' | 'InsertEvents';
3310 }3528 }
33113529
3312 /** @name PalletMaintenanceCall (363) */3530 /** @name PalletMaintenanceCall (416) */
3313 interface PalletMaintenanceCall extends Enum {3531 interface PalletMaintenanceCall extends Enum {
3314 readonly isEnable: boolean;3532 readonly isEnable: boolean;
3315 readonly isDisable: boolean;3533 readonly isDisable: boolean;
3316 readonly type: 'Enable' | 'Disable';3534 readonly type: 'Enable' | 'Disable';
3317 }3535 }
33183536
3319 /** @name PalletTestUtilsCall (364) */3537 /** @name PalletTestUtilsCall (417) */
3320 interface PalletTestUtilsCall extends Enum {3538 interface PalletTestUtilsCall extends Enum {
3321 readonly isEnable: boolean;3539 readonly isEnable: boolean;
3322 readonly isSetTestValue: boolean;3540 readonly isSetTestValue: boolean;
3336 readonly type: 'Enable' | 'SetTestValue' | 'SetTestValueAndRollback' | 'IncTestValue' | 'JustTakeFee' | 'BatchAll';3554 readonly type: 'Enable' | 'SetTestValue' | 'SetTestValueAndRollback' | 'IncTestValue' | 'JustTakeFee' | 'BatchAll';
3337 }3555 }
33383556
3339 /** @name PalletSudoError (366) */3557 /** @name PalletSudoError (419) */
3340 interface PalletSudoError extends Enum {3558 interface PalletSudoError extends Enum {
3341 readonly isRequireSudo: boolean;3559 readonly isRequireSudo: boolean;
3342 readonly type: 'RequireSudo';3560 readonly type: 'RequireSudo';
3343 }3561 }
33443562
3345 /** @name OrmlVestingModuleError (368) */3563 /** @name OrmlVestingModuleError (421) */
3346 interface OrmlVestingModuleError extends Enum {3564 interface OrmlVestingModuleError extends Enum {
3347 readonly isZeroVestingPeriod: boolean;3565 readonly isZeroVestingPeriod: boolean;
3348 readonly isZeroVestingPeriodCount: boolean;3566 readonly isZeroVestingPeriodCount: boolean;
3353 readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';3571 readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';
3354 }3572 }
33553573
3356 /** @name OrmlXtokensModuleError (369) */3574 /** @name OrmlXtokensModuleError (422) */
3357 interface OrmlXtokensModuleError extends Enum {3575 interface OrmlXtokensModuleError extends Enum {
3358 readonly isAssetHasNoReserve: boolean;3576 readonly isAssetHasNoReserve: boolean;
3359 readonly isNotCrossChainTransfer: boolean;3577 readonly isNotCrossChainTransfer: boolean;
3377 readonly type: 'AssetHasNoReserve' | 'NotCrossChainTransfer' | 'InvalidDest' | 'NotCrossChainTransferableCurrency' | 'UnweighableMessage' | 'XcmExecutionFailed' | 'CannotReanchor' | 'InvalidAncestry' | 'InvalidAsset' | 'DestinationNotInvertible' | 'BadVersion' | 'DistinctReserveForAssetAndFee' | 'ZeroFee' | 'ZeroAmount' | 'TooManyAssetsBeingSent' | 'AssetIndexNonExistent' | 'FeeNotEnough' | 'NotSupportedMultiLocation' | 'MinXcmFeeNotDefined';3595 readonly type: 'AssetHasNoReserve' | 'NotCrossChainTransfer' | 'InvalidDest' | 'NotCrossChainTransferableCurrency' | 'UnweighableMessage' | 'XcmExecutionFailed' | 'CannotReanchor' | 'InvalidAncestry' | 'InvalidAsset' | 'DestinationNotInvertible' | 'BadVersion' | 'DistinctReserveForAssetAndFee' | 'ZeroFee' | 'ZeroAmount' | 'TooManyAssetsBeingSent' | 'AssetIndexNonExistent' | 'FeeNotEnough' | 'NotSupportedMultiLocation' | 'MinXcmFeeNotDefined';
3378 }3596 }
33793597
3380 /** @name OrmlTokensBalanceLock (372) */3598 /** @name OrmlTokensBalanceLock (425) */
3381 interface OrmlTokensBalanceLock extends Struct {3599 interface OrmlTokensBalanceLock extends Struct {
3382 readonly id: U8aFixed;3600 readonly id: U8aFixed;
3383 readonly amount: u128;3601 readonly amount: u128;
3384 }3602 }
33853603
3386 /** @name OrmlTokensAccountData (374) */3604 /** @name OrmlTokensAccountData (427) */
3387 interface OrmlTokensAccountData extends Struct {3605 interface OrmlTokensAccountData extends Struct {
3388 readonly free: u128;3606 readonly free: u128;
3389 readonly reserved: u128;3607 readonly reserved: u128;
3390 readonly frozen: u128;3608 readonly frozen: u128;
3391 }3609 }
33923610
3393 /** @name OrmlTokensReserveData (376) */3611 /** @name OrmlTokensReserveData (429) */
3394 interface OrmlTokensReserveData extends Struct {3612 interface OrmlTokensReserveData extends Struct {
3395 readonly id: Null;3613 readonly id: Null;
3396 readonly amount: u128;3614 readonly amount: u128;
3397 }3615 }
33983616
3399 /** @name OrmlTokensModuleError (378) */3617 /** @name OrmlTokensModuleError (431) */
3400 interface OrmlTokensModuleError extends Enum {3618 interface OrmlTokensModuleError extends Enum {
3401 readonly isBalanceTooLow: boolean;3619 readonly isBalanceTooLow: boolean;
3402 readonly isAmountIntoBalanceFailed: boolean;3620 readonly isAmountIntoBalanceFailed: boolean;
3409 readonly type: 'BalanceTooLow' | 'AmountIntoBalanceFailed' | 'LiquidityRestrictions' | 'MaxLocksExceeded' | 'KeepAlive' | 'ExistentialDeposit' | 'DeadAccount' | 'TooManyReserves';3627 readonly type: 'BalanceTooLow' | 'AmountIntoBalanceFailed' | 'LiquidityRestrictions' | 'MaxLocksExceeded' | 'KeepAlive' | 'ExistentialDeposit' | 'DeadAccount' | 'TooManyReserves';
3410 }3628 }
34113629
3412 /** @name CumulusPalletXcmpQueueInboundChannelDetails (380) */3630 /** @name CumulusPalletXcmpQueueInboundChannelDetails (433) */
3413 interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {3631 interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {
3414 readonly sender: u32;3632 readonly sender: u32;
3415 readonly state: CumulusPalletXcmpQueueInboundState;3633 readonly state: CumulusPalletXcmpQueueInboundState;
3416 readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;3634 readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;
3417 }3635 }
34183636
3419 /** @name CumulusPalletXcmpQueueInboundState (381) */3637 /** @name CumulusPalletXcmpQueueInboundState (434) */
3420 interface CumulusPalletXcmpQueueInboundState extends Enum {3638 interface CumulusPalletXcmpQueueInboundState extends Enum {
3421 readonly isOk: boolean;3639 readonly isOk: boolean;
3422 readonly isSuspended: boolean;3640 readonly isSuspended: boolean;
3423 readonly type: 'Ok' | 'Suspended';3641 readonly type: 'Ok' | 'Suspended';
3424 }3642 }
34253643
3426 /** @name PolkadotParachainPrimitivesXcmpMessageFormat (384) */3644 /** @name PolkadotParachainPrimitivesXcmpMessageFormat (437) */
3427 interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {3645 interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {
3428 readonly isConcatenatedVersionedXcm: boolean;3646 readonly isConcatenatedVersionedXcm: boolean;
3429 readonly isConcatenatedEncodedBlob: boolean;3647 readonly isConcatenatedEncodedBlob: boolean;
3430 readonly isSignals: boolean;3648 readonly isSignals: boolean;
3431 readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';3649 readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';
3432 }3650 }
34333651
3434 /** @name CumulusPalletXcmpQueueOutboundChannelDetails (387) */3652 /** @name CumulusPalletXcmpQueueOutboundChannelDetails (440) */
3435 interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {3653 interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {
3436 readonly recipient: u32;3654 readonly recipient: u32;
3437 readonly state: CumulusPalletXcmpQueueOutboundState;3655 readonly state: CumulusPalletXcmpQueueOutboundState;
3440 readonly lastIndex: u16;3658 readonly lastIndex: u16;
3441 }3659 }
34423660
3443 /** @name CumulusPalletXcmpQueueOutboundState (388) */3661 /** @name CumulusPalletXcmpQueueOutboundState (441) */
3444 interface CumulusPalletXcmpQueueOutboundState extends Enum {3662 interface CumulusPalletXcmpQueueOutboundState extends Enum {
3445 readonly isOk: boolean;3663 readonly isOk: boolean;
3446 readonly isSuspended: boolean;3664 readonly isSuspended: boolean;
3447 readonly type: 'Ok' | 'Suspended';3665 readonly type: 'Ok' | 'Suspended';
3448 }3666 }
34493667
3450 /** @name CumulusPalletXcmpQueueQueueConfigData (390) */3668 /** @name CumulusPalletXcmpQueueQueueConfigData (443) */
3451 interface CumulusPalletXcmpQueueQueueConfigData extends Struct {3669 interface CumulusPalletXcmpQueueQueueConfigData extends Struct {
3452 readonly suspendThreshold: u32;3670 readonly suspendThreshold: u32;
3453 readonly dropThreshold: u32;3671 readonly dropThreshold: u32;
3457 readonly xcmpMaxIndividualWeight: SpWeightsWeightV2Weight;3675 readonly xcmpMaxIndividualWeight: SpWeightsWeightV2Weight;
3458 }3676 }
34593677
3460 /** @name CumulusPalletXcmpQueueError (392) */3678 /** @name CumulusPalletXcmpQueueError (445) */
3461 interface CumulusPalletXcmpQueueError extends Enum {3679 interface CumulusPalletXcmpQueueError extends Enum {
3462 readonly isFailedToSend: boolean;3680 readonly isFailedToSend: boolean;
3463 readonly isBadXcmOrigin: boolean;3681 readonly isBadXcmOrigin: boolean;
3467 readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';3685 readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';
3468 }3686 }
34693687
3470 /** @name PalletXcmError (393) */3688 /** @name PalletXcmError (446) */
3471 interface PalletXcmError extends Enum {3689 interface PalletXcmError extends Enum {
3472 readonly isUnreachable: boolean;3690 readonly isUnreachable: boolean;
3473 readonly isSendFailure: boolean;3691 readonly isSendFailure: boolean;
3485 readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';3703 readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed';
3486 }3704 }
34873705
3488 /** @name CumulusPalletXcmError (394) */3706 /** @name CumulusPalletXcmError (447) */
3489 type CumulusPalletXcmError = Null;3707 type CumulusPalletXcmError = Null;
34903708
3491 /** @name CumulusPalletDmpQueueConfigData (395) */3709 /** @name CumulusPalletDmpQueueConfigData (448) */
3492 interface CumulusPalletDmpQueueConfigData extends Struct {3710 interface CumulusPalletDmpQueueConfigData extends Struct {
3493 readonly maxIndividual: SpWeightsWeightV2Weight;3711 readonly maxIndividual: SpWeightsWeightV2Weight;
3494 }3712 }
34953713
3496 /** @name CumulusPalletDmpQueuePageIndexData (396) */3714 /** @name CumulusPalletDmpQueuePageIndexData (449) */
3497 interface CumulusPalletDmpQueuePageIndexData extends Struct {3715 interface CumulusPalletDmpQueuePageIndexData extends Struct {
3498 readonly beginUsed: u32;3716 readonly beginUsed: u32;
3499 readonly endUsed: u32;3717 readonly endUsed: u32;
3500 readonly overweightCount: u64;3718 readonly overweightCount: u64;
3501 }3719 }
35023720
3503 /** @name CumulusPalletDmpQueueError (399) */3721 /** @name CumulusPalletDmpQueueError (452) */
3504 interface CumulusPalletDmpQueueError extends Enum {3722 interface CumulusPalletDmpQueueError extends Enum {
3505 readonly isUnknown: boolean;3723 readonly isUnknown: boolean;
3506 readonly isOverLimit: boolean;3724 readonly isOverLimit: boolean;
3507 readonly type: 'Unknown' | 'OverLimit';3725 readonly type: 'Unknown' | 'OverLimit';
3508 }3726 }
35093727
3510 /** @name PalletUniqueError (403) */3728 /** @name PalletUniqueError (456) */
3511 interface PalletUniqueError extends Enum {3729 interface PalletUniqueError extends Enum {
3512 readonly isCollectionDecimalPointLimitExceeded: boolean;3730 readonly isCollectionDecimalPointLimitExceeded: boolean;
3513 readonly isEmptyArgument: boolean;3731 readonly isEmptyArgument: boolean;
3514 readonly isRepartitionCalledOnNonRefungibleCollection: boolean;3732 readonly isRepartitionCalledOnNonRefungibleCollection: boolean;
3515 readonly type: 'CollectionDecimalPointLimitExceeded' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';3733 readonly type: 'CollectionDecimalPointLimitExceeded' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';
3516 }3734 }
35173735
3518 /** @name PalletConfigurationError (404) */3736 /** @name PalletConfigurationError (457) */
3519 interface PalletConfigurationError extends Enum {3737 interface PalletConfigurationError extends Enum {
3520 readonly isInconsistentConfiguration: boolean;3738 readonly isInconsistentConfiguration: boolean;
3521 readonly type: 'InconsistentConfiguration';3739 readonly type: 'InconsistentConfiguration';
3522 }3740 }
35233741
3524 /** @name UpDataStructsCollection (405) */3742 /** @name UpDataStructsCollection (458) */
3525 interface UpDataStructsCollection extends Struct {3743 interface UpDataStructsCollection extends Struct {
3526 readonly owner: AccountId32;3744 readonly owner: AccountId32;
3527 readonly mode: UpDataStructsCollectionMode;3745 readonly mode: UpDataStructsCollectionMode;
3534 readonly flags: U8aFixed;3752 readonly flags: U8aFixed;
3535 }3753 }
35363754
3537 /** @name UpDataStructsSponsorshipStateAccountId32 (406) */3755 /** @name UpDataStructsSponsorshipStateAccountId32 (459) */
3538 interface UpDataStructsSponsorshipStateAccountId32 extends Enum {3756 interface UpDataStructsSponsorshipStateAccountId32 extends Enum {
3539 readonly isDisabled: boolean;3757 readonly isDisabled: boolean;
3540 readonly isUnconfirmed: boolean;3758 readonly isUnconfirmed: boolean;
3544 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';3762 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';
3545 }3763 }
35463764
3547 /** @name UpDataStructsProperties (408) */3765 /** @name UpDataStructsProperties (460) */
3548 interface UpDataStructsProperties extends Struct {3766 interface UpDataStructsProperties extends Struct {
3549 readonly map: UpDataStructsPropertiesMapBoundedVec;3767 readonly map: UpDataStructsPropertiesMapBoundedVec;
3550 readonly consumedSpace: u32;3768 readonly consumedSpace: u32;
3551 readonly spaceLimit: u32;3769 readonly spaceLimit: u32;
3552 }3770 }
35533771
3554 /** @name UpDataStructsPropertiesMapBoundedVec (409) */3772 /** @name UpDataStructsPropertiesMapBoundedVec (461) */
3555 interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}3773 interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}
35563774
3557 /** @name UpDataStructsPropertiesMapPropertyPermission (414) */3775 /** @name UpDataStructsPropertiesMapPropertyPermission (466) */
3558 interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}3776 interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}
35593777
3560 /** @name UpDataStructsCollectionStats (421) */3778 /** @name UpDataStructsCollectionStats (473) */
3561 interface UpDataStructsCollectionStats extends Struct {3779 interface UpDataStructsCollectionStats extends Struct {
3562 readonly created: u32;3780 readonly created: u32;
3563 readonly destroyed: u32;3781 readonly destroyed: u32;
3564 readonly alive: u32;3782 readonly alive: u32;
3565 }3783 }
35663784
3567 /** @name UpDataStructsTokenChild (422) */3785 /** @name UpDataStructsTokenChild (474) */
3568 interface UpDataStructsTokenChild extends Struct {3786 interface UpDataStructsTokenChild extends Struct {
3569 readonly token: u32;3787 readonly token: u32;
3570 readonly collection: u32;3788 readonly collection: u32;
3571 }3789 }
35723790
3573 /** @name PhantomTypeUpDataStructs (423) */3791 /** @name PhantomTypeUpDataStructs (475) */
3574 interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}3792 interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, RmrkTraitsCollectionCollectionInfo, RmrkTraitsNftNftInfo, RmrkTraitsResourceResourceInfo, RmrkTraitsPropertyPropertyInfo, RmrkTraitsBaseBaseInfo, RmrkTraitsPartPartType, RmrkTraitsTheme, RmrkTraitsNftNftChild]>> {}
35753793
3576 /** @name UpDataStructsTokenData (425) */3794 /** @name UpDataStructsTokenData (477) */
3577 interface UpDataStructsTokenData extends Struct {3795 interface UpDataStructsTokenData extends Struct {
3578 readonly properties: Vec<UpDataStructsProperty>;3796 readonly properties: Vec<UpDataStructsProperty>;
3579 readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;3797 readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;
3580 readonly pieces: u128;3798 readonly pieces: u128;
3581 }3799 }
35823800
3583 /** @name UpDataStructsRpcCollection (427) */3801 /** @name UpDataStructsRpcCollection (479) */
3584 interface UpDataStructsRpcCollection extends Struct {3802 interface UpDataStructsRpcCollection extends Struct {
3585 readonly owner: AccountId32;3803 readonly owner: AccountId32;
3586 readonly mode: UpDataStructsCollectionMode;3804 readonly mode: UpDataStructsCollectionMode;
3596 readonly flags: UpDataStructsRpcCollectionFlags;3814 readonly flags: UpDataStructsRpcCollectionFlags;
3597 }3815 }
35983816
3599 /** @name UpDataStructsRpcCollectionFlags (428) */3817 /** @name UpDataStructsRpcCollectionFlags (480) */
3600 interface UpDataStructsRpcCollectionFlags extends Struct {3818 interface UpDataStructsRpcCollectionFlags extends Struct {
3601 readonly foreign: bool;3819 readonly foreign: bool;
3602 readonly erc721metadata: bool;3820 readonly erc721metadata: bool;
3603 }3821 }
36043822
3605 /** @name RmrkTraitsCollectionCollectionInfo (429) */3823 /** @name RmrkTraitsCollectionCollectionInfo (481) */
3606 interface RmrkTraitsCollectionCollectionInfo extends Struct {3824 interface RmrkTraitsCollectionCollectionInfo extends Struct {
3607 readonly issuer: AccountId32;3825 readonly issuer: AccountId32;
3608 readonly metadata: Bytes;3826 readonly metadata: Bytes;
3611 readonly nftsCount: u32;3829 readonly nftsCount: u32;
3612 }3830 }
36133831
3614 /** @name RmrkTraitsNftNftInfo (430) */3832 /** @name RmrkTraitsNftNftInfo (482) */
3615 interface RmrkTraitsNftNftInfo extends Struct {3833 interface RmrkTraitsNftNftInfo extends Struct {
3616 readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;3834 readonly owner: RmrkTraitsNftAccountIdOrCollectionNftTuple;
3617 readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;3835 readonly royalty: Option<RmrkTraitsNftRoyaltyInfo>;
3620 readonly pending: bool;3838 readonly pending: bool;
3621 }3839 }
36223840
3623 /** @name RmrkTraitsNftRoyaltyInfo (432) */3841 /** @name RmrkTraitsNftRoyaltyInfo (484) */
3624 interface RmrkTraitsNftRoyaltyInfo extends Struct {3842 interface RmrkTraitsNftRoyaltyInfo extends Struct {
3625 readonly recipient: AccountId32;3843 readonly recipient: AccountId32;
3626 readonly amount: Permill;3844 readonly amount: Permill;
3627 }3845 }
36283846
3629 /** @name RmrkTraitsResourceResourceInfo (433) */3847 /** @name RmrkTraitsResourceResourceInfo (485) */
3630 interface RmrkTraitsResourceResourceInfo extends Struct {3848 interface RmrkTraitsResourceResourceInfo extends Struct {
3631 readonly id: u32;3849 readonly id: u32;
3632 readonly resource: RmrkTraitsResourceResourceTypes;3850 readonly resource: RmrkTraitsResourceResourceTypes;
3633 readonly pending: bool;3851 readonly pending: bool;
3634 readonly pendingRemoval: bool;3852 readonly pendingRemoval: bool;
3635 }3853 }
36363854
3637 /** @name RmrkTraitsPropertyPropertyInfo (434) */3855 /** @name RmrkTraitsPropertyPropertyInfo (486) */
3638 interface RmrkTraitsPropertyPropertyInfo extends Struct {3856 interface RmrkTraitsPropertyPropertyInfo extends Struct {
3639 readonly key: Bytes;3857 readonly key: Bytes;
3640 readonly value: Bytes;3858 readonly value: Bytes;
3641 }3859 }
36423860
3643 /** @name RmrkTraitsBaseBaseInfo (435) */3861 /** @name RmrkTraitsBaseBaseInfo (487) */
3644 interface RmrkTraitsBaseBaseInfo extends Struct {3862 interface RmrkTraitsBaseBaseInfo extends Struct {
3645 readonly issuer: AccountId32;3863 readonly issuer: AccountId32;
3646 readonly baseType: Bytes;3864 readonly baseType: Bytes;
3647 readonly symbol: Bytes;3865 readonly symbol: Bytes;
3648 }3866 }
36493867
3650 /** @name RmrkTraitsNftNftChild (436) */3868 /** @name RmrkTraitsNftNftChild (488) */
3651 interface RmrkTraitsNftNftChild extends Struct {3869 interface RmrkTraitsNftNftChild extends Struct {
3652 readonly collectionId: u32;3870 readonly collectionId: u32;
3653 readonly nftId: u32;3871 readonly nftId: u32;
3654 }3872 }
36553873
3656 /** @name PalletCommonError (438) */3874 /** @name PalletCommonError (490) */
3657 interface PalletCommonError extends Enum {3875 interface PalletCommonError extends Enum {
3658 readonly isCollectionNotFound: boolean;3876 readonly isCollectionNotFound: boolean;
3659 readonly isMustBeTokenOwner: boolean;3877 readonly isMustBeTokenOwner: boolean;
3694 readonly type: 'CollectionNotFound' | 'MustBeTokenOwner' | 'NoPermission' | 'CantDestroyNotEmptyCollection' | 'PublicMintingNotAllowed' | 'AddressNotInAllowlist' | 'CollectionNameLimitExceeded' | 'CollectionDescriptionLimitExceeded' | 'CollectionTokenPrefixLimitExceeded' | 'TotalCollectionsLimitExceeded' | 'CollectionAdminCountExceeded' | 'CollectionLimitBoundsExceeded' | 'OwnerPermissionsCantBeReverted' | 'TransferNotAllowed' | 'AccountTokenLimitExceeded' | 'CollectionTokenLimitExceeded' | 'MetadataFlagFrozen' | 'TokenNotFound' | 'TokenValueTooLow' | 'ApprovedValueTooLow' | 'CantApproveMoreThanOwned' | 'AddressIsZero' | 'UnsupportedOperation' | 'NotSufficientFounds' | 'UserIsNotAllowedToNest' | 'SourceCollectionIsNotAllowedToNest' | 'CollectionFieldSizeExceeded' | 'NoSpaceForProperty' | 'PropertyLimitReached' | 'PropertyKeyIsTooLong' | 'InvalidCharacterInPropertyKey' | 'EmptyPropertyKey' | 'CollectionIsExternal' | 'CollectionIsInternal' | 'ConfirmSponsorshipFail' | 'UserIsNotCollectionAdmin';3912 readonly type: 'CollectionNotFound' | 'MustBeTokenOwner' | 'NoPermission' | 'CantDestroyNotEmptyCollection' | 'PublicMintingNotAllowed' | 'AddressNotInAllowlist' | 'CollectionNameLimitExceeded' | 'CollectionDescriptionLimitExceeded' | 'CollectionTokenPrefixLimitExceeded' | 'TotalCollectionsLimitExceeded' | 'CollectionAdminCountExceeded' | 'CollectionLimitBoundsExceeded' | 'OwnerPermissionsCantBeReverted' | 'TransferNotAllowed' | 'AccountTokenLimitExceeded' | 'CollectionTokenLimitExceeded' | 'MetadataFlagFrozen' | 'TokenNotFound' | 'TokenValueTooLow' | 'ApprovedValueTooLow' | 'CantApproveMoreThanOwned' | 'AddressIsZero' | 'UnsupportedOperation' | 'NotSufficientFounds' | 'UserIsNotAllowedToNest' | 'SourceCollectionIsNotAllowedToNest' | 'CollectionFieldSizeExceeded' | 'NoSpaceForProperty' | 'PropertyLimitReached' | 'PropertyKeyIsTooLong' | 'InvalidCharacterInPropertyKey' | 'EmptyPropertyKey' | 'CollectionIsExternal' | 'CollectionIsInternal' | 'ConfirmSponsorshipFail' | 'UserIsNotCollectionAdmin';
3695 }3913 }
36963914
3697 /** @name PalletFungibleError (440) */3915 /** @name PalletFungibleError (492) */
3698 interface PalletFungibleError extends Enum {3916 interface PalletFungibleError extends Enum {
3699 readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;3917 readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;
3700 readonly isFungibleItemsHaveNoId: boolean;3918 readonly isFungibleItemsHaveNoId: boolean;
3706 readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed' | 'SettingAllowanceForAllNotAllowed' | 'FungibleTokensAreAlwaysValid';3924 readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed' | 'SettingAllowanceForAllNotAllowed' | 'FungibleTokensAreAlwaysValid';
3707 }3925 }
37083926
3709 /** @name PalletRefungibleItemData (441) */3927 /** @name PalletRefungibleItemData (493) */
3710 interface PalletRefungibleItemData extends Struct {3928 interface PalletRefungibleItemData extends Struct {
3711 readonly constData: Bytes;3929 readonly constData: Bytes;
3712 }3930 }
37133931
3714 /** @name PalletRefungibleError (446) */3932 /** @name PalletRefungibleError (498) */
3715 interface PalletRefungibleError extends Enum {3933 interface PalletRefungibleError extends Enum {
3716 readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;3934 readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;
3717 readonly isWrongRefungiblePieces: boolean;3935 readonly isWrongRefungiblePieces: boolean;
3721 readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';3939 readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';
3722 }3940 }
37233941
3724 /** @name PalletNonfungibleItemData (447) */3942 /** @name PalletNonfungibleItemData (499) */
3725 interface PalletNonfungibleItemData extends Struct {3943 interface PalletNonfungibleItemData extends Struct {
3726 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;3944 readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;
3727 }3945 }
37283946
3729 /** @name UpDataStructsPropertyScope (449) */3947 /** @name UpDataStructsPropertyScope (501) */
3730 interface UpDataStructsPropertyScope extends Enum {3948 interface UpDataStructsPropertyScope extends Enum {
3731 readonly isNone: boolean;3949 readonly isNone: boolean;
3732 readonly isRmrk: boolean;3950 readonly isRmrk: boolean;
3733 readonly type: 'None' | 'Rmrk';3951 readonly type: 'None' | 'Rmrk';
3734 }3952 }
37353953
3736 /** @name PalletNonfungibleError (451) */3954 /** @name PalletNonfungibleError (503) */
3737 interface PalletNonfungibleError extends Enum {3955 interface PalletNonfungibleError extends Enum {
3738 readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;3956 readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;
3739 readonly isNonfungibleItemsHaveNoAmount: boolean;3957 readonly isNonfungibleItemsHaveNoAmount: boolean;
3740 readonly isCantBurnNftWithChildren: boolean;3958 readonly isCantBurnNftWithChildren: boolean;
3741 readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';3959 readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';
3742 }3960 }
37433961
3744 /** @name PalletStructureError (452) */3962 /** @name PalletStructureError (504) */
3745 interface PalletStructureError extends Enum {3963 interface PalletStructureError extends Enum {
3746 readonly isOuroborosDetected: boolean;3964 readonly isOuroborosDetected: boolean;
3747 readonly isDepthLimit: boolean;3965 readonly isDepthLimit: boolean;
3750 readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound';3968 readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound';
3751 }3969 }
37523970
3753 /** @name PalletRmrkCoreError (453) */3971 /** @name PalletRmrkCoreError (505) */
3754 interface PalletRmrkCoreError extends Enum {3972 interface PalletRmrkCoreError extends Enum {
3755 readonly isCorruptedCollectionType: boolean;3973 readonly isCorruptedCollectionType: boolean;
3756 readonly isRmrkPropertyKeyIsTooLong: boolean;3974 readonly isRmrkPropertyKeyIsTooLong: boolean;
3774 readonly type: 'CorruptedCollectionType' | 'RmrkPropertyKeyIsTooLong' | 'RmrkPropertyValueIsTooLong' | 'RmrkPropertyIsNotFound' | 'UnableToDecodeRmrkData' | 'CollectionNotEmpty' | 'NoAvailableCollectionId' | 'NoAvailableNftId' | 'CollectionUnknown' | 'NoPermission' | 'NonTransferable' | 'CollectionFullOrLocked' | 'ResourceDoesntExist' | 'CannotSendToDescendentOrSelf' | 'CannotAcceptNonOwnedNft' | 'CannotRejectNonOwnedNft' | 'CannotRejectNonPendingNft' | 'ResourceNotPending' | 'NoAvailableResourceId';3992 readonly type: 'CorruptedCollectionType' | 'RmrkPropertyKeyIsTooLong' | 'RmrkPropertyValueIsTooLong' | 'RmrkPropertyIsNotFound' | 'UnableToDecodeRmrkData' | 'CollectionNotEmpty' | 'NoAvailableCollectionId' | 'NoAvailableNftId' | 'CollectionUnknown' | 'NoPermission' | 'NonTransferable' | 'CollectionFullOrLocked' | 'ResourceDoesntExist' | 'CannotSendToDescendentOrSelf' | 'CannotAcceptNonOwnedNft' | 'CannotRejectNonOwnedNft' | 'CannotRejectNonPendingNft' | 'ResourceNotPending' | 'NoAvailableResourceId';
3775 }3993 }
37763994
3777 /** @name PalletRmrkEquipError (455) */3995 /** @name PalletRmrkEquipError (507) */
3778 interface PalletRmrkEquipError extends Enum {3996 interface PalletRmrkEquipError extends Enum {
3779 readonly isPermissionError: boolean;3997 readonly isPermissionError: boolean;
3780 readonly isNoAvailableBaseId: boolean;3998 readonly isNoAvailableBaseId: boolean;
3786 readonly type: 'PermissionError' | 'NoAvailableBaseId' | 'NoAvailablePartId' | 'BaseDoesntExist' | 'NeedsDefaultThemeFirst' | 'PartDoesntExist' | 'NoEquippableOnFixedPart';4004 readonly type: 'PermissionError' | 'NoAvailableBaseId' | 'NoAvailablePartId' | 'BaseDoesntExist' | 'NeedsDefaultThemeFirst' | 'PartDoesntExist' | 'NoEquippableOnFixedPart';
3787 }4005 }
37884006
3789 /** @name PalletAppPromotionError (461) */4007 /** @name PalletAppPromotionError (513) */
3790 interface PalletAppPromotionError extends Enum {4008 interface PalletAppPromotionError extends Enum {
3791 readonly isAdminNotSet: boolean;4009 readonly isAdminNotSet: boolean;
3792 readonly isNoPermission: boolean;4010 readonly isNoPermission: boolean;
3797 readonly type: 'AdminNotSet' | 'NoPermission' | 'NotSufficientFunds' | 'PendingForBlockOverflow' | 'SponsorNotSet' | 'IncorrectLockedBalanceOperation';4015 readonly type: 'AdminNotSet' | 'NoPermission' | 'NotSufficientFunds' | 'PendingForBlockOverflow' | 'SponsorNotSet' | 'IncorrectLockedBalanceOperation';
3798 }4016 }
37994017
3800 /** @name PalletForeignAssetsModuleError (462) */4018 /** @name PalletForeignAssetsModuleError (514) */
3801 interface PalletForeignAssetsModuleError extends Enum {4019 interface PalletForeignAssetsModuleError extends Enum {
3802 readonly isBadLocation: boolean;4020 readonly isBadLocation: boolean;
3803 readonly isMultiLocationExisted: boolean;4021 readonly isMultiLocationExisted: boolean;
3806 readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';4024 readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';
3807 }4025 }
38084026
3809 /** @name PalletEvmError (464) */4027 /** @name PalletEvmError (516) */
3810 interface PalletEvmError extends Enum {4028 interface PalletEvmError extends Enum {
3811 readonly isBalanceLow: boolean;4029 readonly isBalanceLow: boolean;
3812 readonly isFeeOverflow: boolean;4030 readonly isFeeOverflow: boolean;
3821 readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce' | 'GasLimitTooLow' | 'GasLimitTooHigh' | 'Undefined' | 'Reentrancy';4039 readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce' | 'GasLimitTooLow' | 'GasLimitTooHigh' | 'Undefined' | 'Reentrancy';
3822 }4040 }
38234041
3824 /** @name FpRpcTransactionStatus (467) */4042 /** @name FpRpcTransactionStatus (519) */
3825 interface FpRpcTransactionStatus extends Struct {4043 interface FpRpcTransactionStatus extends Struct {
3826 readonly transactionHash: H256;4044 readonly transactionHash: H256;
3827 readonly transactionIndex: u32;4045 readonly transactionIndex: u32;
3832 readonly logsBloom: EthbloomBloom;4050 readonly logsBloom: EthbloomBloom;
3833 }4051 }
38344052
3835 /** @name EthbloomBloom (469) */4053 /** @name EthbloomBloom (521) */
3836 interface EthbloomBloom extends U8aFixed {}4054 interface EthbloomBloom extends U8aFixed {}
38374055
3838 /** @name EthereumReceiptReceiptV3 (471) */4056 /** @name EthereumReceiptReceiptV3 (523) */
3839 interface EthereumReceiptReceiptV3 extends Enum {4057 interface EthereumReceiptReceiptV3 extends Enum {
3840 readonly isLegacy: boolean;4058 readonly isLegacy: boolean;
3841 readonly asLegacy: EthereumReceiptEip658ReceiptData;4059 readonly asLegacy: EthereumReceiptEip658ReceiptData;
3846 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';4064 readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';
3847 }4065 }
38484066
3849 /** @name EthereumReceiptEip658ReceiptData (472) */4067 /** @name EthereumReceiptEip658ReceiptData (524) */
3850 interface EthereumReceiptEip658ReceiptData extends Struct {4068 interface EthereumReceiptEip658ReceiptData extends Struct {
3851 readonly statusCode: u8;4069 readonly statusCode: u8;
3852 readonly usedGas: U256;4070 readonly usedGas: U256;
3853 readonly logsBloom: EthbloomBloom;4071 readonly logsBloom: EthbloomBloom;
3854 readonly logs: Vec<EthereumLog>;4072 readonly logs: Vec<EthereumLog>;
3855 }4073 }
38564074
3857 /** @name EthereumBlock (473) */4075 /** @name EthereumBlock (525) */
3858 interface EthereumBlock extends Struct {4076 interface EthereumBlock extends Struct {
3859 readonly header: EthereumHeader;4077 readonly header: EthereumHeader;
3860 readonly transactions: Vec<EthereumTransactionTransactionV2>;4078 readonly transactions: Vec<EthereumTransactionTransactionV2>;
3861 readonly ommers: Vec<EthereumHeader>;4079 readonly ommers: Vec<EthereumHeader>;
3862 }4080 }
38634081
3864 /** @name EthereumHeader (474) */4082 /** @name EthereumHeader (526) */
3865 interface EthereumHeader extends Struct {4083 interface EthereumHeader extends Struct {
3866 readonly parentHash: H256;4084 readonly parentHash: H256;
3867 readonly ommersHash: H256;4085 readonly ommersHash: H256;
3880 readonly nonce: EthereumTypesHashH64;4098 readonly nonce: EthereumTypesHashH64;
3881 }4099 }
38824100
3883 /** @name EthereumTypesHashH64 (475) */4101 /** @name EthereumTypesHashH64 (527) */
3884 interface EthereumTypesHashH64 extends U8aFixed {}4102 interface EthereumTypesHashH64 extends U8aFixed {}
38854103
3886 /** @name PalletEthereumError (480) */4104 /** @name PalletEthereumError (532) */
3887 interface PalletEthereumError extends Enum {4105 interface PalletEthereumError extends Enum {
3888 readonly isInvalidSignature: boolean;4106 readonly isInvalidSignature: boolean;
3889 readonly isPreLogExists: boolean;4107 readonly isPreLogExists: boolean;
3890 readonly type: 'InvalidSignature' | 'PreLogExists';4108 readonly type: 'InvalidSignature' | 'PreLogExists';
3891 }4109 }
38924110
3893 /** @name PalletEvmCoderSubstrateError (481) */4111 /** @name PalletEvmCoderSubstrateError (533) */
3894 interface PalletEvmCoderSubstrateError extends Enum {4112 interface PalletEvmCoderSubstrateError extends Enum {
3895 readonly isOutOfGas: boolean;4113 readonly isOutOfGas: boolean;
3896 readonly isOutOfFund: boolean;4114 readonly isOutOfFund: boolean;
3897 readonly type: 'OutOfGas' | 'OutOfFund';4115 readonly type: 'OutOfGas' | 'OutOfFund';
3898 }4116 }
38994117
3900 /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (482) */4118 /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (534) */
3901 interface UpDataStructsSponsorshipStateBasicCrossAccountIdRepr extends Enum {4119 interface UpDataStructsSponsorshipStateBasicCrossAccountIdRepr extends Enum {
3902 readonly isDisabled: boolean;4120 readonly isDisabled: boolean;
3903 readonly isUnconfirmed: boolean;4121 readonly isUnconfirmed: boolean;
3907 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';4125 readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';
3908 }4126 }
39094127
3910 /** @name PalletEvmContractHelpersSponsoringModeT (483) */4128 /** @name PalletEvmContractHelpersSponsoringModeT (535) */
3911 interface PalletEvmContractHelpersSponsoringModeT extends Enum {4129 interface PalletEvmContractHelpersSponsoringModeT extends Enum {
3912 readonly isDisabled: boolean;4130 readonly isDisabled: boolean;
3913 readonly isAllowlisted: boolean;4131 readonly isAllowlisted: boolean;
3914 readonly isGenerous: boolean;4132 readonly isGenerous: boolean;
3915 readonly type: 'Disabled' | 'Allowlisted' | 'Generous';4133 readonly type: 'Disabled' | 'Allowlisted' | 'Generous';
3916 }4134 }
39174135
3918 /** @name PalletEvmContractHelpersError (489) */4136 /** @name PalletEvmContractHelpersError (541) */
3919 interface PalletEvmContractHelpersError extends Enum {4137 interface PalletEvmContractHelpersError extends Enum {
3920 readonly isNoPermission: boolean;4138 readonly isNoPermission: boolean;
3921 readonly isNoPendingSponsor: boolean;4139 readonly isNoPendingSponsor: boolean;
3922 readonly isTooManyMethodsHaveSponsoredLimit: boolean;4140 readonly isTooManyMethodsHaveSponsoredLimit: boolean;
3923 readonly type: 'NoPermission' | 'NoPendingSponsor' | 'TooManyMethodsHaveSponsoredLimit';4141 readonly type: 'NoPermission' | 'NoPendingSponsor' | 'TooManyMethodsHaveSponsoredLimit';
3924 }4142 }
39254143
3926 /** @name PalletEvmMigrationError (490) */4144 /** @name PalletDataManagementError (542) */
3927 interface PalletEvmMigrationError extends Enum {4145 interface PalletDataManagementError extends Enum {
3928 readonly isAccountNotEmpty: boolean;4146 readonly isAccountNotEmpty: boolean;
3929 readonly isAccountIsNotMigrating: boolean;4147 readonly isAccountIsNotMigrating: boolean;
3930 readonly isBadEvent: boolean;4148 readonly isBadEvent: boolean;
3931 readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating' | 'BadEvent';4149 readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating' | 'BadEvent';
3932 }4150 }
39334151
3934 /** @name PalletMaintenanceError (491) */4152 /** @name PalletMaintenanceError (543) */
3935 type PalletMaintenanceError = Null;4153 type PalletMaintenanceError = Null;
39364154
3937 /** @name PalletTestUtilsError (492) */4155 /** @name PalletTestUtilsError (544) */
3938 interface PalletTestUtilsError extends Enum {4156 interface PalletTestUtilsError extends Enum {
3939 readonly isTestPalletDisabled: boolean;4157 readonly isTestPalletDisabled: boolean;
3940 readonly isTriggerRollback: boolean;4158 readonly isTriggerRollback: boolean;
3941 readonly type: 'TestPalletDisabled' | 'TriggerRollback';4159 readonly type: 'TestPalletDisabled' | 'TriggerRollback';
3942 }4160 }
39434161
3944 /** @name SpRuntimeMultiSignature (494) */4162 /** @name SpRuntimeMultiSignature (546) */
3945 interface SpRuntimeMultiSignature extends Enum {4163 interface SpRuntimeMultiSignature extends Enum {
3946 readonly isEd25519: boolean;4164 readonly isEd25519: boolean;
3947 readonly asEd25519: SpCoreEd25519Signature;4165 readonly asEd25519: SpCoreEd25519Signature;
3952 readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';4170 readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';
3953 }4171 }
39544172
3955 /** @name SpCoreEd25519Signature (495) */4173 /** @name SpCoreEd25519Signature (547) */
3956 interface SpCoreEd25519Signature extends U8aFixed {}4174 interface SpCoreEd25519Signature extends U8aFixed {}
39574175
3958 /** @name SpCoreSr25519Signature (497) */4176 /** @name SpCoreSr25519Signature (549) */
3959 interface SpCoreSr25519Signature extends U8aFixed {}4177 interface SpCoreSr25519Signature extends U8aFixed {}
39604178
3961 /** @name SpCoreEcdsaSignature (498) */4179 /** @name SpCoreEcdsaSignature (550) */
3962 interface SpCoreEcdsaSignature extends U8aFixed {}4180 interface SpCoreEcdsaSignature extends U8aFixed {}
39634181
3964 /** @name FrameSystemExtensionsCheckSpecVersion (501) */4182 /** @name FrameSystemExtensionsCheckSpecVersion (553) */
3965 type FrameSystemExtensionsCheckSpecVersion = Null;4183 type FrameSystemExtensionsCheckSpecVersion = Null;
39664184
3967 /** @name FrameSystemExtensionsCheckTxVersion (502) */4185 /** @name FrameSystemExtensionsCheckTxVersion (554) */
3968 type FrameSystemExtensionsCheckTxVersion = Null;4186 type FrameSystemExtensionsCheckTxVersion = Null;
39694187
3970 /** @name FrameSystemExtensionsCheckGenesis (503) */4188 /** @name FrameSystemExtensionsCheckGenesis (555) */
3971 type FrameSystemExtensionsCheckGenesis = Null;4189 type FrameSystemExtensionsCheckGenesis = Null;
39724190
3973 /** @name FrameSystemExtensionsCheckNonce (506) */4191 /** @name FrameSystemExtensionsCheckNonce (558) */
3974 interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}4192 interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}
39754193
3976 /** @name FrameSystemExtensionsCheckWeight (507) */4194 /** @name FrameSystemExtensionsCheckWeight (559) */
3977 type FrameSystemExtensionsCheckWeight = Null;4195 type FrameSystemExtensionsCheckWeight = Null;
39784196
3979 /** @name OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance (508) */4197 /** @name OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance (560) */
3980 type OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance = Null;4198 type OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance = Null;
4199
4200 /** @name OpalRuntimeRuntimeCommonDataManagementFilterIdentity (561) */
4201 type OpalRuntimeRuntimeCommonDataManagementFilterIdentity = Null;
39814202
3982 /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (509) */4203 /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (562) */
3983 interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}4204 interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}
39844205
3985 /** @name OpalRuntimeRuntime (510) */4206 /** @name OpalRuntimeRuntime (563) */
3986 type OpalRuntimeRuntime = Null;4207 type OpalRuntimeRuntime = Null;
39874208
3988 /** @name PalletEthereumFakeTransactionFinalizer (511) */4209 /** @name PalletEthereumFakeTransactionFinalizer (564) */
3989 type PalletEthereumFakeTransactionFinalizer = Null;4210 type PalletEthereumFakeTransactionFinalizer = Null;
39904211
3991} // declare module4212} // declare module
modifiedtests/src/pallet-presence.test.tsdiffbeforeafterboth
32 'evm',32 'evm',
33 'evmcodersubstrate',33 'evmcodersubstrate',
34 'evmcontracthelpers',34 'evmcontracthelpers',
35 'evmmigration',35 'datamanagement',
36 'evmtransactionpayment',36 'evmtransactionpayment',
37 'ethereum',37 'ethereum',
38 'fungible',38 'fungible',
66 const foreignAssets = 'foreignassets';66 const foreignAssets = 'foreignassets';
67 const rmrkPallets = ['rmrkcore', 'rmrkequip'];67 const rmrkPallets = ['rmrkcore', 'rmrkequip'];
68 const appPromotion = 'apppromotion';68 const appPromotion = 'apppromotion';
69 const collatorSelection = ['authorship', 'session', 'collatorselection'];69 const collatorSelection = ['authorship', 'session', 'collatorselection', 'identity'];
70 const testUtils = 'testutils';70 const testUtils = 'testutils';
7171
72 if (chain.eq('OPAL by UNIQUE')) {72 if (chain.eq('OPAL by UNIQUE')) {
modifiedtests/src/util/playgrounds/unique.dev.tsdiffbeforeafterboth
92 extrinsic: {},92 extrinsic: {},
93 payload: {},93 payload: {},
94 },94 },
95 FilterIdentity: {
96 extrinsic: {},
97 payload: {},
98 },
95 FakeTransactionFinalizer: {99 FakeTransactionFinalizer: {
96 extrinsic: {},100 extrinsic: {},
97 payload: {},101 payload: {},