git.delta.rocks / unique-network / refs/commits / 8d1c3c9ca4be

difftreelog

build update polkadot to v0.9.43

Yaroslav Bolyukin2023-07-16parent: #724706b.patch.diff
in: master

40 files changed

modifiedCargo.lockdiffbeforeafterboth
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -14,20 +14,20 @@
 
 [[package]]
 name = "addr2line"
-version = "0.17.0"
+version = "0.19.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
+checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
 dependencies = [
- "gimli 0.26.2",
+ "gimli",
 ]
 
 [[package]]
 name = "addr2line"
-version = "0.19.0"
+version = "0.20.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
+checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
 dependencies = [
- "gimli 0.27.2",
+ "gimli",
 ]
 
 [[package]]
@@ -90,9 +90,9 @@
 
 [[package]]
 name = "aes"
-version = "0.8.2"
+version = "0.8.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241"
+checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
 dependencies = [
  "cfg-if",
  "cipher 0.4.4",
@@ -120,7 +120,7 @@
 checksum = "209b47e8954a928e1d72e86eca7000ebb6655fe1436d33eefc2201cad027e237"
 dependencies = [
  "aead 0.5.2",
- "aes 0.8.2",
+ "aes 0.8.3",
  "cipher 0.4.4",
  "ctr 0.9.2",
  "ghash 0.5.0",
@@ -153,7 +153,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
 dependencies = [
- "getrandom 0.2.9",
+ "getrandom 0.2.10",
  "once_cell",
  "version_check",
 ]
@@ -165,22 +165,13 @@
 checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
 dependencies = [
  "cfg-if",
- "getrandom 0.2.9",
+ "getrandom 0.2.10",
  "once_cell",
  "version_check",
 ]
 
 [[package]]
 name = "aho-corasick"
-version = "0.7.20"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
-dependencies = [
- "memchr",
-]
-
-[[package]]
-name = "aho-corasick"
 version = "1.0.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
@@ -235,15 +226,15 @@
 
 [[package]]
 name = "anstyle"
-version = "1.0.0"
+version = "1.0.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
+checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
 
 [[package]]
 name = "anstyle-parse"
-version = "0.2.0"
+version = "0.2.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
+checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
 dependencies = [
  "utf8parse",
 ]
@@ -269,9 +260,9 @@
 
 [[package]]
 name = "anyhow"
-version = "1.0.71"
+version = "1.0.72"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
+checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
 
 [[package]]
 name = "app-promotion-rpc"
@@ -325,9 +316,9 @@
 
 [[package]]
 name = "arrayvec"
-version = "0.7.2"
+version = "0.7.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
+checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
 
 [[package]]
 name = "asn1-rs"
@@ -342,7 +333,7 @@
  "num-traits",
  "rusticata-macros",
  "thiserror",
- "time 0.3.21",
+ "time 0.3.23",
 ]
 
 [[package]]
@@ -358,7 +349,7 @@
  "num-traits",
  "rusticata-macros",
  "thiserror",
- "time 0.3.21",
+ "time 0.3.23",
 ]
 
 [[package]]
@@ -395,12 +386,6 @@
  "quote",
  "syn 1.0.109",
 ]
-
-[[package]]
-name = "asn1_der"
-version = "0.7.6"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "155a5a185e42c6b77ac7b88a15143d930a9e9727a5b7b77eed417404ab15c247"
 
 [[package]]
 name = "assert_matches"
@@ -410,9 +395,9 @@
 
 [[package]]
 name = "async-channel"
-version = "1.8.0"
+version = "1.9.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
+checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
 dependencies = [
  "concurrent-queue",
  "event-listener",
@@ -433,9 +418,9 @@
  "log",
  "parking",
  "polling",
- "rustix 0.37.19",
+ "rustix 0.37.23",
  "slab",
- "socket2",
+ "socket2 0.4.9",
  "waker-fn",
 ]
 
@@ -456,18 +441,18 @@
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
 name = "async-trait"
-version = "0.1.68"
+version = "0.1.71"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
+checksum = "a564d521dd56509c4c47480d00b80ee55f7e385ae48db5744c67ad50c92d2ebf"
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
@@ -480,7 +465,7 @@
  "futures-sink",
  "futures-util",
  "memchr",
- "pin-project-lite 0.2.9",
+ "pin-project-lite 0.2.10",
 ]
 
 [[package]]
@@ -520,16 +505,16 @@
 
 [[package]]
 name = "backtrace"
-version = "0.3.67"
+version = "0.3.68"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
+checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
 dependencies = [
- "addr2line 0.19.0",
+ "addr2line 0.20.0",
  "cc",
  "cfg-if",
  "libc",
- "miniz_oxide 0.6.2",
- "object 0.30.3",
+ "miniz_oxide",
+ "object 0.31.1",
  "rustc-demangle",
 ]
 
@@ -581,7 +566,7 @@
 [[package]]
 name = "binary-merkle-tree"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "hash-db 0.16.0",
  "log",
@@ -598,22 +583,23 @@
 
 [[package]]
 name = "bindgen"
-version = "0.64.0"
+version = "0.65.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"
+checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"
 dependencies = [
- "bitflags",
+ "bitflags 1.3.2",
  "cexpr",
  "clang-sys",
  "lazy_static",
  "lazycell",
  "peeking_take_while",
+ "prettyplease 0.2.10",
  "proc-macro2",
  "quote",
  "regex",
  "rustc-hash",
  "shlex",
- "syn 1.0.109",
+ "syn 2.0.26",
 ]
 
 [[package]]
@@ -623,6 +609,12 @@
 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 
 [[package]]
+name = "bitflags"
+version = "2.3.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
+
+[[package]]
 name = "bitvec"
 version = "1.0.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -650,8 +642,8 @@
 checksum = "3c2f0dc9a68c6317d884f97cc36cf5a3d20ba14ce404227df55e1af708ab04bc"
 dependencies = [
  "arrayref",
- "arrayvec 0.7.2",
- "constant_time_eq",
+ "arrayvec 0.7.4",
+ "constant_time_eq 0.2.6",
 ]
 
 [[package]]
@@ -661,21 +653,21 @@
 checksum = "6637f448b9e61dfadbdcbae9a885fadee1f3eaffb1f8d3c1965d3ade8bdfd44f"
 dependencies = [
  "arrayref",
- "arrayvec 0.7.2",
- "constant_time_eq",
+ "arrayvec 0.7.4",
+ "constant_time_eq 0.2.6",
 ]
 
 [[package]]
 name = "blake3"
-version = "1.3.3"
+version = "1.4.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef"
+checksum = "199c42ab6972d92c9f8995f086273d25c42fc0f7b2a1fcefba465c1352d25ba5"
 dependencies = [
  "arrayref",
- "arrayvec 0.7.2",
+ "arrayvec 0.7.4",
  "cc",
  "cfg-if",
- "constant_time_eq",
+ "constant_time_eq 0.3.0",
  "digest 0.10.7",
 ]
 
@@ -756,9 +748,9 @@
 
 [[package]]
 name = "bounded-collections"
-version = "0.1.7"
+version = "0.1.8"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "07fbd1d11282a1eb134d3c3b7cf8ce213b5161c6e5f73fb1b98618482c606b64"
+checksum = "eb5b05133427c07c4776906f673ccf36c21b102c9829c641a5b56bd151d44fd6"
 dependencies = [
  "log",
  "parity-scale-codec",
@@ -783,9 +775,9 @@
 
 [[package]]
 name = "bstr"
-version = "1.5.0"
+version = "1.6.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5"
+checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05"
 dependencies = [
  "memchr",
  "serde",
@@ -849,18 +841,18 @@
 
 [[package]]
 name = "camino"
-version = "1.1.4"
+version = "1.1.6"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2"
+checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c"
 dependencies = [
  "serde",
 ]
 
 [[package]]
 name = "cargo-platform"
-version = "0.1.2"
+version = "0.1.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
+checksum = "2cfa25e60aea747ec7e1124f238816749faa93759c6ff5b31f1ccdda137f4479"
 dependencies = [
  "serde",
 ]
@@ -873,7 +865,7 @@
 dependencies = [
  "camino",
  "cargo-platform",
- "semver 1.0.17",
+ "semver 1.0.18",
  "serde",
  "serde_json",
  "thiserror",
@@ -910,9 +902,9 @@
 
 [[package]]
 name = "cfg-expr"
-version = "0.10.3"
+version = "0.15.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db"
+checksum = "215c0072ecc28f92eeb0eea38ba63ddfcb65c2828c46311d646f1a3ff5f9841c"
 dependencies = [
  "smallvec",
 ]
@@ -1032,9 +1024,9 @@
 
 [[package]]
 name = "clap"
-version = "4.3.1"
+version = "4.3.12"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b4ed2379f8603fa2b7509891660e802b88c70a79a6427a70abb5968054de2c28"
+checksum = "3eab9e8ceb9afdade1ab3f0fd8dbce5b1b2f468ad653baf10e771781b2b67b73"
 dependencies = [
  "clap_builder",
  "clap_derive",
@@ -1043,27 +1035,26 @@
 
 [[package]]
 name = "clap_builder"
-version = "4.3.1"
+version = "4.3.12"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "72394f3339a76daf211e57d4bcb374410f3965dcc606dd0e03738c7888766980"
+checksum = "9f2763db829349bf00cfc06251268865ed4363b93a943174f638daf3ecdba2cd"
 dependencies = [
  "anstream",
  "anstyle",
- "bitflags",
  "clap_lex",
  "strsim",
 ]
 
 [[package]]
 name = "clap_derive"
-version = "4.3.1"
+version = "4.3.12"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "59e9ef9a08ee1c0e1f2e162121665ac45ac3783b0f897db7244ae75ad9a8f65b"
+checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050"
 dependencies = [
  "heck",
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
@@ -1121,16 +1112,35 @@
 ]
 
 [[package]]
+name = "console"
+version = "0.15.7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
+dependencies = [
+ "encode_unicode",
+ "lazy_static",
+ "libc",
+ "unicode-width",
+ "windows-sys 0.45.0",
+]
+
+[[package]]
 name = "const-oid"
-version = "0.9.2"
+version = "0.9.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "795bc6e66a8e340f075fcf6227e417a2dc976b92b91f3cdc778bb858778b6747"
+
+[[package]]
+name = "constant_time_eq"
+version = "0.2.6"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913"
+checksum = "21a53c0a4d288377e7415b53dcfc3c04da5cdc2cc95c8d5ac178b58f0b861ad6"
 
 [[package]]
 name = "constant_time_eq"
-version = "0.2.5"
+version = "0.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b"
+checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
 
 [[package]]
 name = "convert_case"
@@ -1184,37 +1194,36 @@
 
 [[package]]
 name = "cpufeatures"
-version = "0.2.7"
+version = "0.2.9"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
+checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
 dependencies = [
  "libc",
 ]
 
 [[package]]
 name = "cranelift-bforest"
-version = "0.93.2"
+version = "0.95.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2bc42ba2e232e5b20ff7dc299a812d53337dadce9a7e39a238e6a5cb82d2e57b"
+checksum = "1277fbfa94bc82c8ec4af2ded3e639d49ca5f7f3c7eeab2c66accd135ece4e70"
 dependencies = [
  "cranelift-entity",
 ]
 
 [[package]]
 name = "cranelift-codegen"
-version = "0.93.2"
+version = "0.95.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "253531aca9b6f56103c9420369db3263e784df39aa1c90685a1f69cfbba0623e"
+checksum = "c6e8c31ad3b2270e9aeec38723888fe1b0ace3bea2b06b3f749ccf46661d3220"
 dependencies = [
- "arrayvec 0.7.2",
  "bumpalo",
  "cranelift-bforest",
  "cranelift-codegen-meta",
  "cranelift-codegen-shared",
  "cranelift-entity",
  "cranelift-isle",
- "gimli 0.26.2",
- "hashbrown 0.12.3",
+ "gimli",
+ "hashbrown 0.13.2",
  "log",
  "regalloc2",
  "smallvec",
@@ -1223,33 +1232,33 @@
 
 [[package]]
 name = "cranelift-codegen-meta"
-version = "0.93.2"
+version = "0.95.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "72f2154365e2bff1b1b8537a7181591fdff50d8e27fa6e40d5c69c3bad0ca7c8"
+checksum = "c8ac5ac30d62b2d66f12651f6b606dbdfd9c2cfd0908de6b387560a277c5c9da"
 dependencies = [
  "cranelift-codegen-shared",
 ]
 
 [[package]]
 name = "cranelift-codegen-shared"
-version = "0.93.2"
+version = "0.95.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "687e14e3f5775248930e0d5a84195abef8b829958e9794bf8d525104993612b4"
+checksum = "dd82b8b376247834b59ed9bdc0ddeb50f517452827d4a11bccf5937b213748b8"
 
 [[package]]
 name = "cranelift-entity"
-version = "0.93.2"
+version = "0.95.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f42ea692c7b450ad18b8c9889661505d51c09ec4380cf1c2d278dbb2da22cae1"
+checksum = "40099d38061b37e505e63f89bab52199037a72b931ad4868d9089ff7268660b0"
 dependencies = [
  "serde",
 ]
 
 [[package]]
 name = "cranelift-frontend"
-version = "0.93.2"
+version = "0.95.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8483c2db6f45fe9ace984e5adc5d058102227e4c62e5aa2054e16b0275fd3a6e"
+checksum = "64a25d9d0a0ae3079c463c34115ec59507b4707175454f0eee0891e83e30e82d"
 dependencies = [
  "cranelift-codegen",
  "log",
@@ -1259,15 +1268,15 @@
 
 [[package]]
 name = "cranelift-isle"
-version = "0.93.2"
+version = "0.95.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e9793158837678902446c411741d87b43f57dadfb944f2440db4287cda8cbd59"
+checksum = "80de6a7d0486e4acbd5f9f87ec49912bf4c8fb6aea00087b989685460d4469ba"
 
 [[package]]
 name = "cranelift-native"
-version = "0.93.2"
+version = "0.95.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "72668c7755f2b880665cb422c8ad2d56db58a88b9bebfef0b73edc2277c13c49"
+checksum = "bb6b03e0e03801c4b3fd8ce0758a94750c07a44e7944cc0ffbf0d3f2e7c79b00"
 dependencies = [
  "cranelift-codegen",
  "libc",
@@ -1276,9 +1285,9 @@
 
 [[package]]
 name = "cranelift-wasm"
-version = "0.93.2"
+version = "0.95.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3852ce4b088b44ac4e29459573943009a70d1b192c8d77ef949b4e814f656fc1"
+checksum = "ff3220489a3d928ad91e59dd7aeaa8b3de18afb554a6211213673a71c90737ac"
 dependencies = [
  "cranelift-codegen",
  "cranelift-entity",
@@ -1337,14 +1346,14 @@
 
 [[package]]
 name = "crossbeam-epoch"
-version = "0.9.14"
+version = "0.9.15"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
+checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
 dependencies = [
  "autocfg",
  "cfg-if",
  "crossbeam-utils",
- "memoffset 0.8.0",
+ "memoffset 0.9.0",
  "scopeguard",
 ]
 
@@ -1360,9 +1369,9 @@
 
 [[package]]
 name = "crossbeam-utils"
-version = "0.8.15"
+version = "0.8.16"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
+checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
 dependencies = [
  "cfg-if",
 ]
@@ -1449,7 +1458,7 @@
 [[package]]
 name = "cumulus-client-cli"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.43#b8999fce0f61fb757f9e57e326cda48e70137019"
 dependencies = [
  "clap",
  "parity-scale-codec",
@@ -1464,7 +1473,7 @@
 [[package]]
 name = "cumulus-client-collator"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.43#b8999fce0f61fb757f9e57e326cda48e70137019"
 dependencies = [
  "cumulus-client-consensus-common",
  "cumulus-client-network",
@@ -1487,13 +1496,20 @@
 [[package]]
 name = "cumulus-client-consensus-aura"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.43#b8999fce0f61fb757f9e57e326cda48e70137019"
 dependencies = [
  "async-trait",
+ "cumulus-client-collator",
  "cumulus-client-consensus-common",
+ "cumulus-client-consensus-proposer",
  "cumulus-primitives-core",
+ "cumulus-primitives-parachain-inherent",
+ "cumulus-relay-chain-interface",
  "futures",
  "parity-scale-codec",
+ "polkadot-node-primitives",
+ "polkadot-overseer",
+ "polkadot-primitives",
  "sc-client-api",
  "sc-consensus",
  "sc-consensus-aura",
@@ -1509,6 +1525,8 @@
  "sp-inherents",
  "sp-keystore",
  "sp-runtime",
+ "sp-state-machine",
+ "sp-timestamp",
  "substrate-prometheus-endpoint",
  "tracing",
 ]
@@ -1516,7 +1534,7 @@
 [[package]]
 name = "cumulus-client-consensus-common"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.43#b8999fce0f61fb757f9e57e326cda48e70137019"
 dependencies = [
  "async-trait",
  "cumulus-client-pov-recovery",
@@ -1532,15 +1550,32 @@
  "schnellru",
  "sp-blockchain",
  "sp-consensus",
+ "sp-core",
  "sp-runtime",
  "sp-trie",
+ "substrate-prometheus-endpoint",
  "tracing",
 ]
 
 [[package]]
+name = "cumulus-client-consensus-proposer"
+version = "0.1.0"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.43#b8999fce0f61fb757f9e57e326cda48e70137019"
+dependencies = [
+ "anyhow",
+ "async-trait",
+ "cumulus-primitives-parachain-inherent",
+ "sp-consensus",
+ "sp-inherents",
+ "sp-runtime",
+ "sp-state-machine",
+ "thiserror",
+]
+
+[[package]]
 name = "cumulus-client-network"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.43#b8999fce0f61fb757f9e57e326cda48e70137019"
 dependencies = [
  "async-trait",
  "cumulus-relay-chain-interface",
@@ -1563,7 +1598,7 @@
 [[package]]
 name = "cumulus-client-pov-recovery"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.43#b8999fce0f61fb757f9e57e326cda48e70137019"
 dependencies = [
  "async-trait",
  "cumulus-primitives-core",
@@ -1587,7 +1622,7 @@
 [[package]]
 name = "cumulus-client-service"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.43#b8999fce0f61fb757f9e57e326cda48e70137019"
 dependencies = [
  "cumulus-client-cli",
  "cumulus-client-collator",
@@ -1622,7 +1657,7 @@
 [[package]]
 name = "cumulus-pallet-aura-ext"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.43#b8999fce0f61fb757f9e57e326cda48e70137019"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -1638,7 +1673,7 @@
 [[package]]
 name = "cumulus-pallet-dmp-queue"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.43#b8999fce0f61fb757f9e57e326cda48e70137019"
 dependencies = [
  "cumulus-primitives-core",
  "frame-support",
@@ -1655,7 +1690,7 @@
 [[package]]
 name = "cumulus-pallet-parachain-system"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.43#b8999fce0f61fb757f9e57e326cda48e70137019"
 dependencies = [
  "bytes",
  "cumulus-pallet-parachain-system-proc-macro",
@@ -1684,18 +1719,18 @@
 [[package]]
 name = "cumulus-pallet-parachain-system-proc-macro"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.43#b8999fce0f61fb757f9e57e326cda48e70137019"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
 name = "cumulus-pallet-xcm"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.43#b8999fce0f61fb757f9e57e326cda48e70137019"
 dependencies = [
  "cumulus-primitives-core",
  "frame-support",
@@ -1711,7 +1746,7 @@
 [[package]]
 name = "cumulus-pallet-xcmp-queue"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.43#b8999fce0f61fb757f9e57e326cda48e70137019"
 dependencies = [
  "cumulus-primitives-core",
  "frame-support",
@@ -1731,7 +1766,7 @@
 [[package]]
 name = "cumulus-primitives-core"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.43#b8999fce0f61fb757f9e57e326cda48e70137019"
 dependencies = [
  "parity-scale-codec",
  "polkadot-core-primitives",
@@ -1748,7 +1783,7 @@
 [[package]]
 name = "cumulus-primitives-parachain-inherent"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.43#b8999fce0f61fb757f9e57e326cda48e70137019"
 dependencies = [
  "async-trait",
  "cumulus-primitives-core",
@@ -1771,7 +1806,7 @@
 [[package]]
 name = "cumulus-primitives-timestamp"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.43#b8999fce0f61fb757f9e57e326cda48e70137019"
 dependencies = [
  "cumulus-primitives-core",
  "futures",
@@ -1784,7 +1819,7 @@
 [[package]]
 name = "cumulus-primitives-utility"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.43#b8999fce0f61fb757f9e57e326cda48e70137019"
 dependencies = [
  "cumulus-primitives-core",
  "frame-support",
@@ -1802,7 +1837,7 @@
 [[package]]
 name = "cumulus-relay-chain-inprocess-interface"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.43#b8999fce0f61fb757f9e57e326cda48e70137019"
 dependencies = [
  "async-trait",
  "cumulus-primitives-core",
@@ -1827,7 +1862,7 @@
 [[package]]
 name = "cumulus-relay-chain-interface"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.43#b8999fce0f61fb757f9e57e326cda48e70137019"
 dependencies = [
  "async-trait",
  "cumulus-primitives-core",
@@ -1845,7 +1880,7 @@
 [[package]]
 name = "cumulus-relay-chain-minimal-node"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.43#b8999fce0f61fb757f9e57e326cda48e70137019"
 dependencies = [
  "array-bytes 6.1.0",
  "async-trait",
@@ -1883,7 +1918,7 @@
 [[package]]
 name = "cumulus-relay-chain-rpc-interface"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.43#b8999fce0f61fb757f9e57e326cda48e70137019"
 dependencies = [
  "async-trait",
  "cumulus-primitives-core",
@@ -1913,7 +1948,7 @@
 [[package]]
 name = "cumulus-test-relay-sproof-builder"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.43#b8999fce0f61fb757f9e57e326cda48e70137019"
 dependencies = [
  "cumulus-primitives-core",
  "parity-scale-codec",
@@ -1965,9 +2000,9 @@
 
 [[package]]
 name = "cxx"
-version = "1.0.95"
+version = "1.0.100"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "109308c20e8445959c2792e81871054c6a17e6976489a93d2769641a2ba5839c"
+checksum = "e928d50d5858b744d1ea920b790641129c347a770d1530c3a85b77705a5ee031"
 dependencies = [
  "cc",
  "cxxbridge-flags",
@@ -1977,9 +2012,9 @@
 
 [[package]]
 name = "cxx-build"
-version = "1.0.95"
+version = "1.0.100"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "daf4c6755cdf10798b97510e0e2b3edb9573032bd9379de8fffa59d68165494f"
+checksum = "8332ba63f8a8040ca479de693150129067304a3496674477fff6d0c372cc34ae"
 dependencies = [
  "cc",
  "codespan-reporting",
@@ -1987,24 +2022,24 @@
  "proc-macro2",
  "quote",
  "scratch",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
 name = "cxxbridge-flags"
-version = "1.0.95"
+version = "1.0.100"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "882074421238e84fe3b4c65d0081de34e5b323bf64555d3e61991f76eb64a7bb"
+checksum = "5966a5a87b6e9bb342f5fab7170a93c77096efe199872afffc4b477cfeb86957"
 
 [[package]]
 name = "cxxbridge-macro"
-version = "1.0.95"
+version = "1.0.100"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4a076022ece33e7686fb76513518e219cca4fce5750a8ae6d1ce6c0f48fd1af9"
+checksum = "81b2dab6991c7ab1572fea8cb049db819b1aeea1e2dac74c0869f244d9f21a7c"
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
@@ -2081,9 +2116,9 @@
 
 [[package]]
 name = "der"
-version = "0.7.6"
+version = "0.7.7"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "56acb310e15652100da43d130af8d97b509e95af61aab1c5a7939ef24337ee17"
+checksum = "0c7ed52955ce76b1554f509074bb357d3fb8ac9b51288a65a3fd480d1dfba946"
 dependencies = [
  "const-oid",
  "zeroize",
@@ -2268,7 +2303,7 @@
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
@@ -2285,9 +2320,9 @@
 
 [[package]]
 name = "dtoa"
-version = "1.0.6"
+version = "1.0.9"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "65d09067bfacaa79114679b279d7f5885b53295b1e2cfb4e79c8e4bd3d633169"
+checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
 
 [[package]]
 name = "dyn-clonable"
@@ -2312,9 +2347,9 @@
 
 [[package]]
 name = "dyn-clone"
-version = "1.0.11"
+version = "1.0.12"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30"
+checksum = "304e6508efa593091e97a9abbc10f90aa7ca635b6d2784feff3c89d41dd12272"
 
 [[package]]
 name = "ecdsa"
@@ -2334,7 +2369,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "0997c976637b606099b9985693efa3581e84e41f5c11ba5255f88711058ad428"
 dependencies = [
- "der 0.7.6",
+ "der 0.7.7",
  "digest 0.10.7",
  "elliptic-curve 0.13.5",
  "rfc6979 0.4.0",
@@ -2427,6 +2462,12 @@
 ]
 
 [[package]]
+name = "encode_unicode"
+version = "0.3.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
+
+[[package]]
 name = "enum-as-inner"
 version = "0.5.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2455,18 +2496,18 @@
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
 name = "enumn"
-version = "0.1.8"
+version = "0.1.10"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "48016319042fb7c87b78d2993084a831793a897a5cd1a2a67cab9d1eeb4b7d76"
+checksum = "c9838a970f5de399d3070ae1739e131986b2f5dcc223c7423ca0927e3a878522"
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
@@ -2502,6 +2543,12 @@
 checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b"
 
 [[package]]
+name = "equivalent"
+version = "1.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
+
+[[package]]
 name = "errno"
 version = "0.3.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2579,9 +2626,8 @@
 
 [[package]]
 name = "evm"
-version = "0.37.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f4448c65b71e8e2b9718232d84d09045eeaaccb2320494e6bd6dbf7e58fec8ff"
+version = "0.39.1"
+source = "git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65#b7b82c7e1fc57b7449d6dfa6826600de37cc1e65"
 dependencies = [
  "auto_impl",
  "environmental",
@@ -2634,9 +2680,8 @@
 
 [[package]]
 name = "evm-core"
-version = "0.37.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "64c51bec0eb68a891c2575c758eaaa1d61373fc51f7caaf216b1fb5c3fea3b5d"
+version = "0.39.0"
+source = "git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65#b7b82c7e1fc57b7449d6dfa6826600de37cc1e65"
 dependencies = [
  "parity-scale-codec",
  "primitive-types",
@@ -2646,9 +2691,8 @@
 
 [[package]]
 name = "evm-gasometer"
-version = "0.37.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a8b93c59c54fc26522d842f0e0d3f8e8be331c776df18ff3e540b53c2f64d509"
+version = "0.39.0"
+source = "git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65#b7b82c7e1fc57b7449d6dfa6826600de37cc1e65"
 dependencies = [
  "environmental",
  "evm-core",
@@ -2658,9 +2702,8 @@
 
 [[package]]
 name = "evm-runtime"
-version = "0.37.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c79b9459ce64f1a28688397c4013764ce53cd57bb84efc16b5187fa9b05b13ad"
+version = "0.39.0"
+source = "git+https://github.com/rust-blockchain/evm?rev=b7b82c7e1fc57b7449d6dfa6826600de37cc1e65#b7b82c7e1fc57b7449d6dfa6826600de37cc1e65"
 dependencies = [
  "auto_impl",
  "environmental",
@@ -2725,7 +2768,7 @@
  "fs-err",
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
@@ -2766,7 +2809,7 @@
 checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"
 dependencies = [
  "expander 0.0.4",
- "indexmap",
+ "indexmap 1.9.3",
  "proc-macro-crate",
  "proc-macro2",
  "quote",
@@ -2777,10 +2820,9 @@
 [[package]]
 name = "fc-consensus"
 version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42-1#cf3f4f309c7b053c29a619b78fd27b744cbe020a"
+source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.43#00906ecb5f250cd0965a038ed4b802c9850df080"
 dependencies = [
  "async-trait",
- "fc-db",
  "fp-consensus",
  "fp-rpc",
  "sc-consensus",
@@ -2794,8 +2836,9 @@
 [[package]]
 name = "fc-db"
 version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42-1#cf3f4f309c7b053c29a619b78fd27b744cbe020a"
+source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.43#00906ecb5f250cd0965a038ed4b802c9850df080"
 dependencies = [
+ "async-trait",
  "fp-storage",
  "kvdb-rocksdb",
  "log",
@@ -2813,7 +2856,7 @@
 [[package]]
 name = "fc-mapping-sync"
 version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42-1#cf3f4f309c7b053c29a619b78fd27b744cbe020a"
+source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.43#00906ecb5f250cd0965a038ed4b802c9850df080"
 dependencies = [
  "fc-db",
  "fc-storage",
@@ -2834,7 +2877,7 @@
 [[package]]
 name = "fc-rpc"
 version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42-1#cf3f4f309c7b053c29a619b78fd27b744cbe020a"
+source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.43#00906ecb5f250cd0965a038ed4b802c9850df080"
 dependencies = [
  "ethereum",
  "ethereum-types",
@@ -2867,6 +2910,7 @@
  "sc-transaction-pool",
  "sc-transaction-pool-api",
  "sc-utils",
+ "serde",
  "sp-api",
  "sp-block-builder",
  "sp-blockchain",
@@ -2883,7 +2927,7 @@
 [[package]]
 name = "fc-rpc-core"
 version = "1.1.0-dev"
-source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42-1#cf3f4f309c7b053c29a619b78fd27b744cbe020a"
+source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.43#00906ecb5f250cd0965a038ed4b802c9850df080"
 dependencies = [
  "ethereum",
  "ethereum-types",
@@ -2896,7 +2940,7 @@
 [[package]]
 name = "fc-storage"
 version = "1.0.0-dev"
-source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42-1#cf3f4f309c7b053c29a619b78fd27b744cbe020a"
+source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.43#00906ecb5f250cd0965a038ed4b802c9850df080"
 dependencies = [
  "ethereum",
  "ethereum-types",
@@ -3010,7 +3054,7 @@
 dependencies = [
  "crc32fast",
  "libz-sys",
- "miniz_oxide 0.7.1",
+ "miniz_oxide",
 ]
 
 [[package]]
@@ -3031,7 +3075,7 @@
 [[package]]
 name = "fork-tree"
 version = "3.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "parity-scale-codec",
 ]
@@ -3048,7 +3092,7 @@
 [[package]]
 name = "fp-account"
 version = "1.0.0-dev"
-source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42-1#cf3f4f309c7b053c29a619b78fd27b744cbe020a"
+source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.43#00906ecb5f250cd0965a038ed4b802c9850df080"
 dependencies = [
  "hex",
  "impl-serde",
@@ -3060,13 +3104,14 @@
  "sp-core",
  "sp-io",
  "sp-runtime",
+ "sp-runtime-interface",
  "sp-std",
 ]
 
 [[package]]
 name = "fp-consensus"
 version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42-1#cf3f4f309c7b053c29a619b78fd27b744cbe020a"
+source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.43#00906ecb5f250cd0965a038ed4b802c9850df080"
 dependencies = [
  "ethereum",
  "parity-scale-codec",
@@ -3078,13 +3123,13 @@
 [[package]]
 name = "fp-ethereum"
 version = "1.0.0-dev"
-source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42-1#cf3f4f309c7b053c29a619b78fd27b744cbe020a"
+source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.43#00906ecb5f250cd0965a038ed4b802c9850df080"
 dependencies = [
  "ethereum",
  "ethereum-types",
  "fp-evm",
  "frame-support",
- "num_enum",
+ "num_enum 0.6.1",
  "parity-scale-codec",
  "sp-std",
 ]
@@ -3092,7 +3137,7 @@
 [[package]]
 name = "fp-evm"
 version = "3.0.0-dev"
-source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42-1#cf3f4f309c7b053c29a619b78fd27b744cbe020a"
+source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.43#00906ecb5f250cd0965a038ed4b802c9850df080"
 dependencies = [
  "evm",
  "frame-support",
@@ -3108,7 +3153,7 @@
 [[package]]
 name = "fp-rpc"
 version = "3.0.0-dev"
-source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42-1#cf3f4f309c7b053c29a619b78fd27b744cbe020a"
+source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.43#00906ecb5f250cd0965a038ed4b802c9850df080"
 dependencies = [
  "ethereum",
  "ethereum-types",
@@ -3125,7 +3170,7 @@
 [[package]]
 name = "fp-self-contained"
 version = "1.0.0-dev"
-source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42-1#cf3f4f309c7b053c29a619b78fd27b744cbe020a"
+source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.43#00906ecb5f250cd0965a038ed4b802c9850df080"
 dependencies = [
  "frame-support",
  "parity-scale-codec",
@@ -3137,7 +3182,7 @@
 [[package]]
 name = "fp-storage"
 version = "2.0.0"
-source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42-1#cf3f4f309c7b053c29a619b78fd27b744cbe020a"
+source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.43#00906ecb5f250cd0965a038ed4b802c9850df080"
 dependencies = [
  "parity-scale-codec",
  "serde",
@@ -3152,7 +3197,7 @@
 [[package]]
 name = "frame-benchmarking"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-support",
  "frame-support-procedural",
@@ -3177,7 +3222,7 @@
 [[package]]
 name = "frame-benchmarking-cli"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "Inflector",
  "array-bytes 4.2.0",
@@ -3224,18 +3269,18 @@
 [[package]]
 name = "frame-election-provider-solution-type"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
 name = "frame-election-provider-support"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-election-provider-solution-type",
  "frame-support",
@@ -3252,7 +3297,7 @@
 [[package]]
 name = "frame-executive"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -3281,10 +3326,11 @@
 [[package]]
 name = "frame-remote-externalities"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "async-recursion",
  "futures",
+ "indicatif",
  "jsonrpsee",
  "log",
  "parity-scale-codec",
@@ -3292,16 +3338,18 @@
  "sp-core",
  "sp-io",
  "sp-runtime",
+ "spinners",
  "substrate-rpc-client",
  "tokio",
+ "tokio-retry",
 ]
 
 [[package]]
 name = "frame-support"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
- "bitflags",
+ "bitflags 1.3.2",
  "environmental",
  "frame-metadata",
  "frame-support-procedural",
@@ -3318,6 +3366,7 @@
  "sp-arithmetic",
  "sp-core",
  "sp-core-hashing-proc-macro",
+ "sp-debug-derive",
  "sp-inherents",
  "sp-io",
  "sp-runtime",
@@ -3332,7 +3381,7 @@
 [[package]]
 name = "frame-support-procedural"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "Inflector",
  "cfg-expr",
@@ -3342,36 +3391,37 @@
  "proc-macro-warning",
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
 name = "frame-support-procedural-tools"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-support-procedural-tools-derive",
  "proc-macro-crate",
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
 name = "frame-support-procedural-tools-derive"
 version = "3.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
 name = "frame-system"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
+ "cfg-if",
  "frame-support",
  "log",
  "parity-scale-codec",
@@ -3388,7 +3438,7 @@
 [[package]]
 name = "frame-system-benchmarking"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -3403,7 +3453,7 @@
 [[package]]
 name = "frame-system-rpc-runtime-api"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "parity-scale-codec",
  "sp-api",
@@ -3412,7 +3462,7 @@
 [[package]]
 name = "frame-try-runtime"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-support",
  "parity-scale-codec",
@@ -3439,11 +3489,11 @@
 
 [[package]]
 name = "fs4"
-version = "0.6.5"
+version = "0.6.6"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7672706608ecb74ab2e055c68327ffc25ae4cac1e12349204fd5fb0f3487cce2"
+checksum = "2eeb4ed9e12f43b7fa0baae3f9cdda28352770132ef2e09a23760c29cae8bd47"
 dependencies = [
- "rustix 0.37.19",
+ "rustix 0.38.4",
  "windows-sys 0.48.0",
 ]
 
@@ -3513,7 +3563,7 @@
  "futures-io",
  "memchr",
  "parking",
- "pin-project-lite 0.2.9",
+ "pin-project-lite 0.2.10",
  "waker-fn",
 ]
 
@@ -3525,7 +3575,7 @@
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
@@ -3570,7 +3620,7 @@
  "futures-sink",
  "futures-task",
  "memchr",
- "pin-project-lite 0.2.9",
+ "pin-project-lite 0.2.10",
  "pin-utils",
  "slab",
 ]
@@ -3627,9 +3677,9 @@
 
 [[package]]
 name = "getrandom"
-version = "0.2.9"
+version = "0.2.10"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
+checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
 dependencies = [
  "cfg-if",
  "libc",
@@ -3653,25 +3703,19 @@
 checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40"
 dependencies = [
  "opaque-debug 0.3.0",
- "polyval 0.6.0",
+ "polyval 0.6.1",
 ]
 
 [[package]]
 name = "gimli"
-version = "0.26.2"
+version = "0.27.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
+checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
 dependencies = [
  "fallible-iterator",
- "indexmap",
+ "indexmap 1.9.3",
  "stable_deref_trait",
 ]
-
-[[package]]
-name = "gimli"
-version = "0.27.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
 
 [[package]]
 name = "glob"
@@ -3681,11 +3725,11 @@
 
 [[package]]
 name = "globset"
-version = "0.4.10"
+version = "0.4.11"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
+checksum = "1391ab1f92ffcc08911957149833e682aa3fe252b9f45f966d2ef972274c97df"
 dependencies = [
- "aho-corasick 0.7.20",
+ "aho-corasick",
  "bstr",
  "fnv",
  "log",
@@ -3716,9 +3760,9 @@
 
 [[package]]
 name = "h2"
-version = "0.3.19"
+version = "0.3.20"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782"
+checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049"
 dependencies = [
  "bytes",
  "fnv",
@@ -3726,7 +3770,7 @@
  "futures-sink",
  "futures-util",
  "http",
- "indexmap",
+ "indexmap 1.9.3",
  "slab",
  "tokio",
  "tokio-util",
@@ -3787,6 +3831,12 @@
 ]
 
 [[package]]
+name = "hashbrown"
+version = "0.14.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
+
+[[package]]
 name = "heck"
 version = "0.4.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3803,18 +3853,9 @@
 
 [[package]]
 name = "hermit-abi"
-version = "0.2.6"
+version = "0.3.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
-dependencies = [
- "libc",
-]
-
-[[package]]
-name = "hermit-abi"
-version = "0.3.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
+checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
 
 [[package]]
 name = "hex"
@@ -3907,7 +3948,7 @@
 dependencies = [
  "bytes",
  "http",
- "pin-project-lite 0.2.9",
+ "pin-project-lite 0.2.10",
 ]
 
 [[package]]
@@ -3936,9 +3977,9 @@
 
 [[package]]
 name = "hyper"
-version = "0.14.26"
+version = "0.14.27"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
+checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
 dependencies = [
  "bytes",
  "futures-channel",
@@ -3950,8 +3991,8 @@
  "httparse",
  "httpdate",
  "itoa",
- "pin-project-lite 0.2.9",
- "socket2",
+ "pin-project-lite 0.2.10",
+ "socket2 0.4.9",
  "tokio",
  "tower-service",
  "tracing",
@@ -3976,9 +4017,9 @@
 
 [[package]]
 name = "iana-time-zone"
-version = "0.1.56"
+version = "0.1.57"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
+checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
 dependencies = [
  "android_system_properties",
  "core-foundation-sys",
@@ -4103,6 +4144,29 @@
 ]
 
 [[package]]
+name = "indexmap"
+version = "2.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
+dependencies = [
+ "equivalent",
+ "hashbrown 0.14.0",
+]
+
+[[package]]
+name = "indicatif"
+version = "0.17.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057"
+dependencies = [
+ "console",
+ "instant",
+ "number_prefix",
+ "portable-atomic",
+ "unicode-width",
+]
+
+[[package]]
 name = "inout"
 version = "0.1.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -4160,7 +4224,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
 dependencies = [
- "hermit-abi 0.3.1",
+ "hermit-abi 0.3.2",
  "libc",
  "windows-sys 0.48.0",
 ]
@@ -4173,31 +4237,30 @@
 
 [[package]]
 name = "ipconfig"
-version = "0.3.1"
+version = "0.3.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bd302af1b90f2463a98fa5ad469fc212c8e3175a41c3068601bfa2727591c5be"
+checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
 dependencies = [
- "socket2",
+ "socket2 0.5.3",
  "widestring",
- "winapi",
+ "windows-sys 0.48.0",
  "winreg",
 ]
 
 [[package]]
 name = "ipnet"
-version = "2.7.2"
+version = "2.8.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
+checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
 
 [[package]]
 name = "is-terminal"
-version = "0.4.7"
+version = "0.4.9"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
+checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
 dependencies = [
- "hermit-abi 0.3.1",
- "io-lifetimes",
- "rustix 0.37.19",
+ "hermit-abi 0.3.2",
+ "rustix 0.38.4",
  "windows-sys 0.48.0",
 ]
 
@@ -4212,9 +4275,9 @@
 
 [[package]]
 name = "itoa"
-version = "1.0.6"
+version = "1.0.9"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
+checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
 
 [[package]]
 name = "jobserver"
@@ -4227,9 +4290,9 @@
 
 [[package]]
 name = "js-sys"
-version = "0.3.63"
+version = "0.3.64"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790"
+checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
 dependencies = [
  "wasm-bindgen",
 ]
@@ -4277,7 +4340,7 @@
 checksum = "a4e70b4439a751a5de7dd5ed55eacff78ebf4ffe0fc009cb1ebb11417f5b536b"
 dependencies = [
  "anyhow",
- "arrayvec 0.7.2",
+ "arrayvec 0.7.4",
  "async-lock",
  "async-trait",
  "beef",
@@ -4388,7 +4451,7 @@
  "ecdsa 0.16.7",
  "elliptic-curve 0.13.5",
  "once_cell",
- "sha2 0.10.6",
+ "sha2 0.10.7",
 ]
 
 [[package]]
@@ -4402,8 +4465,8 @@
 
 [[package]]
 name = "kusama-runtime"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "bitvec",
  "frame-benchmarking",
@@ -4432,10 +4495,11 @@
  "pallet-elections-phragmen",
  "pallet-fast-unstake",
  "pallet-grandpa",
- "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)",
+ "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43)",
  "pallet-im-online",
  "pallet-indices",
  "pallet-membership",
+ "pallet-message-queue",
  "pallet-multisig",
  "pallet-nis",
  "pallet-nomination-pools",
@@ -4500,8 +4564,8 @@
 
 [[package]]
 name = "kusama-runtime-constants"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "frame-support",
  "polkadot-primitives",
@@ -4533,9 +4597,9 @@
 
 [[package]]
 name = "kvdb-rocksdb"
-version = "0.18.0"
+version = "0.19.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fe7a749456510c45f795e8b04a6a3e0976d0139213ecbf465843830ad55e2217"
+checksum = "b644c70b92285f66bfc2032922a79000ea30af7bc2ab31902992a5dcb9b434f6"
 dependencies = [
  "kvdb",
  "num_cpus",
@@ -4559,9 +4623,9 @@
 
 [[package]]
 name = "libc"
-version = "0.2.145"
+version = "0.2.147"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fc86cde3ff845662b8f4ef6cb50ea0e20c524eb3d29ae048287e06a1b3fa6a81"
+checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
 
 [[package]]
 name = "libloading"
@@ -4587,22 +4651,24 @@
 
 [[package]]
 name = "libp2p"
-version = "0.50.1"
+version = "0.51.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c7b0104790be871edcf97db9bd2356604984e623a08d825c3f27852290266b8"
+checksum = "f210d259724eae82005b5c48078619b7745edb7b76de370b03f8ba59ea103097"
 dependencies = [
  "bytes",
  "futures",
  "futures-timer",
- "getrandom 0.2.9",
+ "getrandom 0.2.10",
  "instant",
- "libp2p-core 0.38.0",
+ "libp2p-allow-block-list",
+ "libp2p-connection-limits",
+ "libp2p-core",
  "libp2p-dns",
  "libp2p-identify",
+ "libp2p-identity",
  "libp2p-kad",
  "libp2p-mdns",
  "libp2p-metrics",
- "libp2p-mplex",
  "libp2p-noise",
  "libp2p-ping",
  "libp2p-quic",
@@ -4613,47 +4679,35 @@
  "libp2p-webrtc",
  "libp2p-websocket",
  "libp2p-yamux",
- "multiaddr 0.16.0",
- "parking_lot 0.12.1",
+ "multiaddr",
  "pin-project",
- "smallvec",
 ]
 
 [[package]]
-name = "libp2p-core"
-version = "0.38.0"
+name = "libp2p-allow-block-list"
+version = "0.1.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b6a8fcd392ff67af6cc3f03b1426c41f7f26b6b9aff2dc632c1c56dd649e571f"
+checksum = "510daa05efbc25184458db837f6f9a5143888f1caa742426d92e1833ddd38a50"
 dependencies = [
- "asn1_der",
- "bs58",
- "ed25519-dalek",
- "either",
- "fnv",
- "futures",
- "futures-timer",
- "instant",
- "log",
- "multiaddr 0.16.0",
- "multihash 0.16.3",
- "multistream-select",
- "once_cell",
- "parking_lot 0.12.1",
- "pin-project",
- "prost",
- "prost-build",
- "rand 0.8.5",
- "rw-stream-sink",
- "sec1 0.3.0",
- "sha2 0.10.6",
- "smallvec",
- "thiserror",
- "unsigned-varint",
+ "libp2p-core",
+ "libp2p-identity",
+ "libp2p-swarm",
  "void",
- "zeroize",
 ]
 
 [[package]]
+name = "libp2p-connection-limits"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "4caa33f1d26ed664c4fe2cca81a08c8e07d4c1c04f2f4ac7655c2dd85467fda0"
+dependencies = [
+ "libp2p-core",
+ "libp2p-identity",
+ "libp2p-swarm",
+ "void",
+]
+
+[[package]]
 name = "libp2p-core"
 version = "0.39.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -4666,7 +4720,7 @@
  "instant",
  "libp2p-identity",
  "log",
- "multiaddr 0.17.1",
+ "multiaddr",
  "multihash 0.17.0",
  "multistream-select",
  "once_cell",
@@ -4683,12 +4737,12 @@
 
 [[package]]
 name = "libp2p-dns"
-version = "0.38.0"
+version = "0.39.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8e42a271c1b49f789b92f7fc87749fa79ce5c7bdc88cbdfacb818a4bca47fec5"
+checksum = "146ff7034daae62077c415c2376b8057368042df6ab95f5432ad5e88568b1554"
 dependencies = [
  "futures",
- "libp2p-core 0.38.0",
+ "libp2p-core",
  "log",
  "parking_lot 0.12.1",
  "smallvec",
@@ -4697,20 +4751,21 @@
 
 [[package]]
 name = "libp2p-identify"
-version = "0.41.1"
+version = "0.42.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c052d0026f4817b44869bfb6810f4e1112f43aec8553f2cb38881c524b563abf"
+checksum = "5455f472243e63b9c497ff320ded0314254a9eb751799a39c283c6f20b793f3c"
 dependencies = [
  "asynchronous-codec",
+ "either",
  "futures",
  "futures-timer",
- "libp2p-core 0.38.0",
+ "libp2p-core",
+ "libp2p-identity",
  "libp2p-swarm",
  "log",
- "lru 0.8.1",
- "prost",
- "prost-build",
- "prost-codec",
+ "lru 0.10.1",
+ "quick-protobuf",
+ "quick-protobuf-codec",
  "smallvec",
  "thiserror",
  "void",
@@ -4725,22 +4780,22 @@
  "bs58",
  "ed25519-dalek",
  "log",
- "multiaddr 0.17.1",
+ "multiaddr",
  "multihash 0.17.0",
  "quick-protobuf",
  "rand 0.8.5",
- "sha2 0.10.6",
+ "sha2 0.10.7",
  "thiserror",
  "zeroize",
 ]
 
 [[package]]
 name = "libp2p-kad"
-version = "0.42.1"
+version = "0.43.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2766dcd2be8c87d5e1f35487deb22d765f49c6ae1251b3633efe3b25698bd3d2"
+checksum = "39d5ef876a2b2323d63c258e63c2f8e36f205fe5a11f0b3095d59635650790ff"
 dependencies = [
- "arrayvec 0.7.2",
+ "arrayvec 0.7.4",
  "asynchronous-codec",
  "bytes",
  "either",
@@ -4748,13 +4803,13 @@
  "futures",
  "futures-timer",
  "instant",
- "libp2p-core 0.38.0",
+ "libp2p-core",
+ "libp2p-identity",
  "libp2p-swarm",
  "log",
- "prost",
- "prost-build",
+ "quick-protobuf",
  "rand 0.8.5",
- "sha2 0.10.6",
+ "sha2 0.10.7",
  "smallvec",
  "thiserror",
  "uint",
@@ -4764,19 +4819,20 @@
 
 [[package]]
 name = "libp2p-mdns"
-version = "0.42.0"
+version = "0.43.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "04f378264aade9872d6ccd315c0accc18be3a35d15fc1b9c36e5b6f983b62b5b"
+checksum = "19983e1f949f979a928f2c603de1cf180cc0dc23e4ac93a62651ccb18341460b"
 dependencies = [
  "data-encoding",
  "futures",
  "if-watch",
- "libp2p-core 0.38.0",
+ "libp2p-core",
+ "libp2p-identity",
  "libp2p-swarm",
  "log",
  "rand 0.8.5",
  "smallvec",
- "socket2",
+ "socket2 0.4.9",
  "tokio",
  "trust-dns-proto",
  "void",
@@ -4784,11 +4840,11 @@
 
 [[package]]
 name = "libp2p-metrics"
-version = "0.11.0"
+version = "0.12.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5ad8a64f29da86005c86a4d2728b8a0719e9b192f4092b609fd8790acb9dec55"
+checksum = "a42ec91e227d7d0dafa4ce88b333cdf5f277253873ab087555c92798db2ddd46"
 dependencies = [
- "libp2p-core 0.38.0",
+ "libp2p-core",
  "libp2p-identify",
  "libp2p-kad",
  "libp2p-ping",
@@ -4797,39 +4853,21 @@
 ]
 
 [[package]]
-name = "libp2p-mplex"
-version = "0.38.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "03805b44107aa013e7cbbfa5627b31c36cbedfdfb00603c0311998882bc4bace"
-dependencies = [
- "asynchronous-codec",
- "bytes",
- "futures",
- "libp2p-core 0.38.0",
- "log",
- "nohash-hasher",
- "parking_lot 0.12.1",
- "rand 0.8.5",
- "smallvec",
- "unsigned-varint",
-]
-
-[[package]]
 name = "libp2p-noise"
-version = "0.41.0"
+version = "0.42.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a978cb57efe82e892ec6f348a536bfbd9fee677adbe5689d7a93ad3a9bffbf2e"
+checksum = "9c3673da89d29936bc6435bafc638e2f184180d554ce844db65915113f86ec5e"
 dependencies = [
  "bytes",
  "curve25519-dalek 3.2.0",
  "futures",
- "libp2p-core 0.38.0",
+ "libp2p-core",
+ "libp2p-identity",
  "log",
  "once_cell",
- "prost",
- "prost-build",
+ "quick-protobuf",
  "rand 0.8.5",
- "sha2 0.10.6",
+ "sha2 0.10.7",
  "snow",
  "static_assertions",
  "thiserror",
@@ -4839,14 +4877,15 @@
 
 [[package]]
 name = "libp2p-ping"
-version = "0.41.0"
+version = "0.42.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "929fcace45a112536e22b3dcfd4db538723ef9c3cb79f672b98be2cc8e25f37f"
+checksum = "3e57759c19c28a73ef1eb3585ca410cefb72c1a709fcf6de1612a378e4219202"
 dependencies = [
+ "either",
  "futures",
  "futures-timer",
  "instant",
- "libp2p-core 0.38.0",
+ "libp2p-core",
  "libp2p-swarm",
  "log",
  "rand 0.8.5",
@@ -4855,15 +4894,16 @@
 
 [[package]]
 name = "libp2p-quic"
-version = "0.7.0-alpha"
+version = "0.7.0-alpha.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "01e7c867e95c8130667b24409d236d37598270e6da69b3baf54213ba31ffca59"
+checksum = "c6b26abd81cd2398382a1edfe739b539775be8a90fa6914f39b2ab49571ec735"
 dependencies = [
  "bytes",
  "futures",
  "futures-timer",
  "if-watch",
- "libp2p-core 0.38.0",
+ "libp2p-core",
+ "libp2p-identity",
  "libp2p-tls",
  "log",
  "parking_lot 0.12.1",
@@ -4876,49 +4916,46 @@
 
 [[package]]
 name = "libp2p-request-response"
-version = "0.23.0"
+version = "0.24.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3236168796727bfcf4927f766393415361e2c644b08bedb6a6b13d957c9a4884"
+checksum = "7ffdb374267d42dc5ed5bc53f6e601d4a64ac5964779c6e40bb9e4f14c1e30d5"
 dependencies = [
  "async-trait",
- "bytes",
  "futures",
  "instant",
- "libp2p-core 0.38.0",
+ "libp2p-core",
+ "libp2p-identity",
  "libp2p-swarm",
- "log",
  "rand 0.8.5",
  "smallvec",
- "unsigned-varint",
 ]
 
 [[package]]
 name = "libp2p-swarm"
-version = "0.41.1"
+version = "0.42.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b2a35472fe3276b3855c00f1c032ea8413615e030256429ad5349cdf67c6e1a0"
+checksum = "903b3d592d7694e56204d211f29d31bc004be99386644ba8731fc3e3ef27b296"
 dependencies = [
  "either",
  "fnv",
  "futures",
  "futures-timer",
  "instant",
- "libp2p-core 0.38.0",
+ "libp2p-core",
+ "libp2p-identity",
  "libp2p-swarm-derive",
  "log",
- "pin-project",
  "rand 0.8.5",
  "smallvec",
- "thiserror",
  "tokio",
  "void",
 ]
 
 [[package]]
 name = "libp2p-swarm-derive"
-version = "0.31.0"
+version = "0.32.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9d527d5827582abd44a6d80c07ff8b50b4ee238a8979e05998474179e79dc400"
+checksum = "0fba456131824ab6acd4c7bf61e9c0f0a3014b5fc9868ccb8e10d344594cdc4f"
 dependencies = [
  "heck",
  "quote",
@@ -4927,17 +4964,17 @@
 
 [[package]]
 name = "libp2p-tcp"
-version = "0.38.0"
+version = "0.39.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b4b257baf6df8f2df39678b86c578961d48cc8b68642a12f0f763f56c8e5858d"
+checksum = "33d33698596d7722d85d3ab0c86c2c322254fce1241e91208e3679b4eb3026cf"
 dependencies = [
  "futures",
  "futures-timer",
  "if-watch",
  "libc",
- "libp2p-core 0.38.0",
+ "libp2p-core",
  "log",
- "socket2",
+ "socket2 0.4.9",
  "tokio",
 ]
 
@@ -4949,7 +4986,7 @@
 dependencies = [
  "futures",
  "futures-rustls",
- "libp2p-core 0.39.2",
+ "libp2p-core",
  "libp2p-identity",
  "rcgen 0.10.0",
  "ring",
@@ -4962,13 +4999,13 @@
 
 [[package]]
 name = "libp2p-wasm-ext"
-version = "0.38.0"
+version = "0.39.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1bb1a35299860e0d4b3c02a3e74e3b293ad35ae0cee8a056363b0c862d082069"
+checksum = "77dff9d32353a5887adb86c8afc1de1a94d9e8c3bc6df8b2201d7cdf5c848f43"
 dependencies = [
  "futures",
  "js-sys",
- "libp2p-core 0.38.0",
+ "libp2p-core",
  "parity-send-wrapper",
  "wasm-bindgen",
  "wasm-bindgen-futures",
@@ -4976,9 +5013,9 @@
 
 [[package]]
 name = "libp2p-webrtc"
-version = "0.4.0-alpha"
+version = "0.4.0-alpha.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cdb6cd86dd68cba72308ea05de1cebf3ba0ae6e187c40548167955d4e3970f6a"
+checksum = "dba48592edbc2f60b4bc7c10d65445b0c3964c07df26fdf493b6880d33be36f8"
 dependencies = [
  "async-trait",
  "asynchronous-codec",
@@ -4987,13 +5024,13 @@
  "futures-timer",
  "hex",
  "if-watch",
- "libp2p-core 0.38.0",
+ "libp2p-core",
+ "libp2p-identity",
  "libp2p-noise",
  "log",
- "multihash 0.16.3",
- "prost",
- "prost-build",
- "prost-codec",
+ "multihash 0.17.0",
+ "quick-protobuf",
+ "quick-protobuf-codec",
  "rand 0.8.5",
  "rcgen 0.9.3",
  "serde",
@@ -5007,14 +5044,14 @@
 
 [[package]]
 name = "libp2p-websocket"
-version = "0.40.0"
+version = "0.41.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1d705506030d5c0aaf2882437c70dab437605f21c5f9811978f694e6917a3b54"
+checksum = "111273f7b3d3510524c752e8b7a5314b7f7a1fee7e68161c01a7d72cbb06db9f"
 dependencies = [
  "either",
  "futures",
  "futures-rustls",
- "libp2p-core 0.38.0",
+ "libp2p-core",
  "log",
  "parking_lot 0.12.1",
  "quicksink",
@@ -5026,23 +5063,22 @@
 
 [[package]]
 name = "libp2p-yamux"
-version = "0.42.0"
+version = "0.43.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4f63594a0aa818642d9d4915c791945053877253f08a3626f13416b5cd928a29"
+checksum = "4dcd21d950662700a385d4c6d68e2f5f54d778e97068cdd718522222ef513bda"
 dependencies = [
  "futures",
- "libp2p-core 0.38.0",
+ "libp2p-core",
  "log",
- "parking_lot 0.12.1",
  "thiserror",
  "yamux",
 ]
 
 [[package]]
 name = "librocksdb-sys"
-version = "0.10.0+7.9.2"
+version = "0.11.0+8.1.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0fe4d5874f5ff2bc616e55e8c6086d478fcda13faf9495768a4aa1c22042d30b"
+checksum = "d3386f101bcb4bd252d8e9d2fb41ec3b0862a15a62b478c355b2982efa469e3e"
 dependencies = [
  "bindgen",
  "bzip2-sys",
@@ -5114,9 +5150,9 @@
 
 [[package]]
 name = "link-cplusplus"
-version = "1.0.8"
+version = "1.0.9"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
+checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
 dependencies = [
  "cc",
 ]
@@ -5138,9 +5174,9 @@
 
 [[package]]
 name = "linregress"
-version = "0.5.1"
+version = "0.5.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "475015a7f8f017edb28d2e69813be23500ad4b32cfe3421c4148efc97324ee52"
+checksum = "4de0b5f52a9f84544d268f5fabb71b38962d6aa3c6600b8bcd27d44ccf9c9c45"
 dependencies = [
  "nalgebra",
 ]
@@ -5158,10 +5194,16 @@
 checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
 
 [[package]]
+name = "linux-raw-sys"
+version = "0.4.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
+
+[[package]]
 name = "lock_api"
-version = "0.4.9"
+version = "0.4.10"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
+checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
 dependencies = [
  "autocfg",
  "scopeguard",
@@ -5169,9 +5211,9 @@
 
 [[package]]
 name = "log"
-version = "0.4.18"
+version = "0.4.19"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
+checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
 
 [[package]]
 name = "lru"
@@ -5192,6 +5234,15 @@
 ]
 
 [[package]]
+name = "lru"
+version = "0.10.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "718e8fae447df0c7e1ba7f5189829e63fd536945c8988d61444c19039f16b670"
+dependencies = [
+ "hashbrown 0.13.2",
+]
+
+[[package]]
 name = "lru-cache"
 version = "0.1.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -5230,6 +5281,12 @@
 ]
 
 [[package]]
+name = "maplit"
+version = "1.0.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
+
+[[package]]
 name = "match_cfg"
 version = "0.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -5241,7 +5298,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
 dependencies = [
- "regex-automata",
+ "regex-automata 0.1.10",
 ]
 
 [[package]]
@@ -5281,7 +5338,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "ffc89ccdc6e10d6907450f753537ebc5c5d3460d2e4e62ea74bd571db62c0f9e"
 dependencies = [
- "rustix 0.37.19",
+ "rustix 0.37.23",
 ]
 
 [[package]]
@@ -5312,6 +5369,15 @@
 ]
 
 [[package]]
+name = "memoffset"
+version = "0.9.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
+dependencies = [
+ "autocfg",
+]
+
+[[package]]
 name = "memory-db"
 version = "0.32.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -5354,15 +5420,6 @@
 version = "0.2.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
-
-[[package]]
-name = "miniz_oxide"
-version = "0.6.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
-dependencies = [
- "adler",
-]
 
 [[package]]
 name = "miniz_oxide"
@@ -5387,7 +5444,7 @@
 [[package]]
 name = "mmr-gadget"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "futures",
  "log",
@@ -5406,7 +5463,7 @@
 [[package]]
 name = "mmr-rpc"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "anyhow",
  "jsonrpsee",
@@ -5444,24 +5501,6 @@
  "proc-macro2",
  "quote",
  "syn 1.0.109",
-]
-
-[[package]]
-name = "multiaddr"
-version = "0.16.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a4aebdb21e90f81d13ed01dc84123320838e53963c2ca94b60b305d3fa64f31e"
-dependencies = [
- "arrayref",
- "byteorder",
- "data-encoding",
- "multibase",
- "multihash 0.16.3",
- "percent-encoding",
- "serde",
- "static_assertions",
- "unsigned-varint",
- "url",
 ]
 
 [[package]]
@@ -5506,7 +5545,7 @@
  "core2",
  "digest 0.10.7",
  "multihash-derive",
- "sha2 0.10.6",
+ "sha2 0.10.7",
  "sha3 0.10.8",
  "unsigned-varint",
 ]
@@ -5518,7 +5557,9 @@
 checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40"
 dependencies = [
  "core2",
+ "digest 0.10.7",
  "multihash-derive",
+ "sha2 0.10.7",
  "unsigned-varint",
 ]
 
@@ -5558,9 +5599,9 @@
 
 [[package]]
 name = "nalgebra"
-version = "0.32.2"
+version = "0.32.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d68d47bba83f9e2006d117a9a33af1524e655516b8919caac694427a6fb1e511"
+checksum = "307ed9b18cc2423f29e83f84fd23a8e73628727990181f18641a8b5dc2ab1caa"
 dependencies = [
  "approx",
  "matrixmultiply",
@@ -5574,9 +5615,9 @@
 
 [[package]]
 name = "nalgebra-macros"
-version = "0.2.0"
+version = "0.2.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d232c68884c0c99810a5a4d333ef7e47689cfd0edc85efc9e54e1e6bf5212766"
+checksum = "91761aed67d03ad966ef783ae962ef9bbaca728d2dd7ceb7939ec110fffad998"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -5617,7 +5658,7 @@
 checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"
 dependencies = [
  "anyhow",
- "bitflags",
+ "bitflags 1.3.2",
  "byteorder",
  "libc",
  "netlink-packet-core",
@@ -5670,7 +5711,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
 dependencies = [
- "bitflags",
+ "bitflags 1.3.2",
  "cfg-if",
  "libc",
  "memoffset 0.6.5",
@@ -5724,7 +5765,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
 dependencies = [
- "arrayvec 0.7.2",
+ "arrayvec 0.7.4",
  "itoa",
 ]
 
@@ -5761,11 +5802,11 @@
 
 [[package]]
 name = "num_cpus"
-version = "1.15.0"
+version = "1.16.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
+checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 dependencies = [
- "hermit-abi 0.2.6",
+ "hermit-abi 0.3.2",
  "libc",
 ]
 
@@ -5775,7 +5816,16 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
 dependencies = [
- "num_enum_derive",
+ "num_enum_derive 0.5.11",
+]
+
+[[package]]
+name = "num_enum"
+version = "0.6.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1"
+dependencies = [
+ "num_enum_derive 0.6.1",
 ]
 
 [[package]]
@@ -5784,29 +5834,46 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
 dependencies = [
- "proc-macro-crate",
  "proc-macro2",
  "quote",
  "syn 1.0.109",
 ]
 
 [[package]]
+name = "num_enum_derive"
+version = "0.6.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6"
+dependencies = [
+ "proc-macro-crate",
+ "proc-macro2",
+ "quote",
+ "syn 2.0.26",
+]
+
+[[package]]
+name = "number_prefix"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
+
+[[package]]
 name = "object"
-version = "0.29.0"
+version = "0.30.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
+checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385"
 dependencies = [
  "crc32fast",
- "hashbrown 0.12.3",
- "indexmap",
+ "hashbrown 0.13.2",
+ "indexmap 1.9.3",
  "memchr",
 ]
 
 [[package]]
 name = "object"
-version = "0.30.3"
+version = "0.31.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
+checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
 dependencies = [
  "memchr",
 ]
@@ -5837,7 +5904,7 @@
 
 [[package]]
 name = "opal-runtime"
-version = "0.9.42"
+version = "0.9.43"
 dependencies = [
  "app-promotion-rpc",
  "cumulus-pallet-aura-ext",
@@ -5863,7 +5930,7 @@
  "hex-literal",
  "impl-trait-for-tuples",
  "log",
- "num_enum",
+ "num_enum 0.5.11",
  "orml-tokens",
  "orml-traits",
  "orml-vesting",
@@ -5999,7 +6066,7 @@
 [[package]]
 name = "orml-tokens"
 version = "0.4.1-dev"
-source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#4890cd1a55486394a7c70471c98d8b02dd2b22bf"
+source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.43#28a2e6f0df9540d91db4018c7ecebb8bfc217a2a"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -6015,7 +6082,7 @@
 [[package]]
 name = "orml-traits"
 version = "0.4.1-dev"
-source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#4890cd1a55486394a7c70471c98d8b02dd2b22bf"
+source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.43#28a2e6f0df9540d91db4018c7ecebb8bfc217a2a"
 dependencies = [
  "frame-support",
  "impl-trait-for-tuples",
@@ -6034,7 +6101,7 @@
 [[package]]
 name = "orml-utilities"
 version = "0.4.1-dev"
-source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#4890cd1a55486394a7c70471c98d8b02dd2b22bf"
+source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.43#28a2e6f0df9540d91db4018c7ecebb8bfc217a2a"
 dependencies = [
  "frame-support",
  "parity-scale-codec",
@@ -6048,7 +6115,7 @@
 [[package]]
 name = "orml-vesting"
 version = "0.4.1-dev"
-source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#4890cd1a55486394a7c70471c98d8b02dd2b22bf"
+source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.43#28a2e6f0df9540d91db4018c7ecebb8bfc217a2a"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -6063,7 +6130,7 @@
 [[package]]
 name = "orml-xcm-support"
 version = "0.4.1-dev"
-source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#4890cd1a55486394a7c70471c98d8b02dd2b22bf"
+source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.43#28a2e6f0df9540d91db4018c7ecebb8bfc217a2a"
 dependencies = [
  "frame-support",
  "orml-traits",
@@ -6077,7 +6144,7 @@
 [[package]]
 name = "orml-xtokens"
 version = "0.4.1-dev"
-source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.42#4890cd1a55486394a7c70471c98d8b02dd2b22bf"
+source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.43#28a2e6f0df9540d91db4018c7ecebb8bfc217a2a"
 dependencies = [
  "cumulus-primitives-core",
  "frame-support",
@@ -6103,7 +6170,7 @@
 dependencies = [
  "ecdsa 0.14.8",
  "elliptic-curve 0.12.3",
- "sha2 0.10.6",
+ "sha2 0.10.7",
 ]
 
 [[package]]
@@ -6114,7 +6181,7 @@
 dependencies = [
  "ecdsa 0.14.8",
  "elliptic-curve 0.12.3",
- "sha2 0.10.6",
+ "sha2 0.10.7",
 ]
 
 [[package]]
@@ -6152,7 +6219,7 @@
 [[package]]
 name = "pallet-aura"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -6168,7 +6235,7 @@
 [[package]]
 name = "pallet-authority-discovery"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -6184,7 +6251,7 @@
 [[package]]
 name = "pallet-authorship"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -6198,7 +6265,7 @@
 [[package]]
 name = "pallet-babe"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6222,7 +6289,7 @@
 [[package]]
 name = "pallet-bags-list"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-election-provider-support",
@@ -6242,7 +6309,7 @@
 [[package]]
 name = "pallet-balances"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6278,7 +6345,7 @@
 [[package]]
 name = "pallet-base-fee"
 version = "1.0.0"
-source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42-1#cf3f4f309c7b053c29a619b78fd27b744cbe020a"
+source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.43#00906ecb5f250cd0965a038ed4b802c9850df080"
 dependencies = [
  "fp-evm",
  "frame-support",
@@ -6292,7 +6359,7 @@
 [[package]]
 name = "pallet-beefy"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -6311,7 +6378,7 @@
 [[package]]
 name = "pallet-beefy-mmr"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "array-bytes 4.2.0",
  "binary-merkle-tree",
@@ -6335,7 +6402,7 @@
 [[package]]
 name = "pallet-bounties"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6353,7 +6420,7 @@
 [[package]]
 name = "pallet-child-bounties"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6398,7 +6465,7 @@
 [[package]]
 name = "pallet-collective"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6452,7 +6519,7 @@
 [[package]]
 name = "pallet-conviction-voting"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "assert_matches",
  "frame-benchmarking",
@@ -6469,7 +6536,7 @@
 [[package]]
 name = "pallet-democracy"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6487,7 +6554,7 @@
 [[package]]
 name = "pallet-election-provider-multi-phase"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-election-provider-support",
@@ -6510,7 +6577,7 @@
 [[package]]
 name = "pallet-election-provider-support-benchmarking"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-election-provider-support",
@@ -6523,7 +6590,7 @@
 [[package]]
 name = "pallet-elections-phragmen"
 version = "5.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6541,7 +6608,7 @@
 [[package]]
 name = "pallet-ethereum"
 version = "4.0.0-dev"
-source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42-1#cf3f4f309c7b053c29a619b78fd27b744cbe020a"
+source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.43#00906ecb5f250cd0965a038ed4b802c9850df080"
 dependencies = [
  "ethereum",
  "ethereum-types",
@@ -6564,7 +6631,7 @@
 [[package]]
 name = "pallet-evm"
 version = "6.0.0-dev"
-source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42-1#cf3f4f309c7b053c29a619b78fd27b744cbe020a"
+source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.43#00906ecb5f250cd0965a038ed4b802c9850df080"
 dependencies = [
  "environmental",
  "evm",
@@ -6574,6 +6641,7 @@
  "frame-support",
  "frame-system",
  "hex",
+ "hex-literal",
  "impl-trait-for-tuples",
  "log",
  "parity-scale-codec",
@@ -6643,7 +6711,7 @@
 [[package]]
 name = "pallet-evm-precompile-simple"
 version = "2.0.0-dev"
-source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.42-1#cf3f4f309c7b053c29a619b78fd27b744cbe020a"
+source = "git+https://github.com/uniquenetwork/unique-frontier?branch=unique-polkadot-v0.9.43#00906ecb5f250cd0965a038ed4b802c9850df080"
 dependencies = [
  "fp-evm",
  "ripemd",
@@ -6669,7 +6737,7 @@
 [[package]]
 name = "pallet-fast-unstake"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-election-provider-support",
@@ -6729,7 +6797,7 @@
 [[package]]
 name = "pallet-grandpa"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6769,7 +6837,7 @@
 [[package]]
 name = "pallet-identity"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "enumflags2",
  "frame-benchmarking",
@@ -6785,7 +6853,7 @@
 [[package]]
 name = "pallet-im-online"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6805,7 +6873,7 @@
 [[package]]
 name = "pallet-indices"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6851,7 +6919,24 @@
 [[package]]
 name = "pallet-membership"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
+dependencies = [
+ "frame-benchmarking",
+ "frame-support",
+ "frame-system",
+ "log",
+ "parity-scale-codec",
+ "scale-info",
+ "sp-core",
+ "sp-io",
+ "sp-runtime",
+ "sp-std",
+]
+
+[[package]]
+name = "pallet-message-queue"
+version = "7.0.0-dev"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6859,16 +6944,18 @@
  "log",
  "parity-scale-codec",
  "scale-info",
+ "sp-arithmetic",
  "sp-core",
  "sp-io",
  "sp-runtime",
  "sp-std",
+ "sp-weights",
 ]
 
 [[package]]
 name = "pallet-mmr"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6885,7 +6972,7 @@
 [[package]]
 name = "pallet-multisig"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6901,7 +6988,7 @@
 [[package]]
 name = "pallet-nis"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -6917,7 +7004,7 @@
 [[package]]
 name = "pallet-nomination-pools"
 version = "1.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -6934,7 +7021,7 @@
 [[package]]
 name = "pallet-nomination-pools-benchmarking"
 version = "1.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-election-provider-support",
@@ -6954,7 +7041,7 @@
 [[package]]
 name = "pallet-nomination-pools-runtime-api"
 version = "1.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "pallet-nomination-pools",
  "parity-scale-codec",
@@ -6986,7 +7073,7 @@
 [[package]]
 name = "pallet-offences"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -7003,7 +7090,7 @@
 [[package]]
 name = "pallet-offences-benchmarking"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-election-provider-support",
@@ -7027,7 +7114,7 @@
 [[package]]
 name = "pallet-preimage"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -7044,7 +7131,7 @@
 [[package]]
 name = "pallet-proxy"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -7059,7 +7146,7 @@
 [[package]]
 name = "pallet-ranked-collective"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -7077,7 +7164,7 @@
 [[package]]
 name = "pallet-recovery"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -7092,7 +7179,7 @@
 [[package]]
 name = "pallet-referenda"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "assert_matches",
  "frame-benchmarking",
@@ -7131,7 +7218,7 @@
 [[package]]
 name = "pallet-scheduler"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -7148,7 +7235,7 @@
 [[package]]
 name = "pallet-session"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -7169,7 +7256,7 @@
 [[package]]
 name = "pallet-session-benchmarking"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -7185,7 +7272,7 @@
 [[package]]
 name = "pallet-society"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -7199,7 +7286,7 @@
 [[package]]
 name = "pallet-staking"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-election-provider-support",
@@ -7222,18 +7309,18 @@
 [[package]]
 name = "pallet-staking-reward-curve"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
 name = "pallet-staking-reward-fn"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "log",
  "sp-arithmetic",
@@ -7242,7 +7329,7 @@
 [[package]]
 name = "pallet-staking-runtime-api"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "parity-scale-codec",
  "sp-api",
@@ -7251,7 +7338,7 @@
 [[package]]
 name = "pallet-state-trie-migration"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -7284,8 +7371,9 @@
 [[package]]
 name = "pallet-sudo"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
+ "frame-benchmarking",
  "frame-support",
  "frame-system",
  "parity-scale-codec",
@@ -7298,7 +7386,7 @@
 [[package]]
 name = "pallet-template-transaction-payment"
 version = "3.0.0"
-source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.42#be3a4a92920866f234c66eff18df9c624bb7dfc4"
+source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.43#bd6e4a2a97b1415c22f96512b857d9615cbe2f81"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -7330,7 +7418,7 @@
 [[package]]
 name = "pallet-timestamp"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -7348,7 +7436,7 @@
 [[package]]
 name = "pallet-tips"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -7367,7 +7455,7 @@
 [[package]]
 name = "pallet-transaction-payment"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -7383,7 +7471,7 @@
 [[package]]
 name = "pallet-transaction-payment-rpc"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "jsonrpsee",
  "pallet-transaction-payment-rpc-runtime-api",
@@ -7399,7 +7487,7 @@
 [[package]]
 name = "pallet-transaction-payment-rpc-runtime-api"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "pallet-transaction-payment",
  "parity-scale-codec",
@@ -7411,7 +7499,7 @@
 [[package]]
 name = "pallet-treasury"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -7470,7 +7558,7 @@
 [[package]]
 name = "pallet-utility"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -7486,7 +7574,7 @@
 [[package]]
 name = "pallet-vesting"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -7501,7 +7589,7 @@
 [[package]]
 name = "pallet-whitelist"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -7515,8 +7603,8 @@
 
 [[package]]
 name = "pallet-xcm"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "bounded-collections",
  "frame-benchmarking",
@@ -7536,8 +7624,8 @@
 
 [[package]]
 name = "pallet-xcm-benchmarks"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "frame-benchmarking",
  "frame-support",
@@ -7556,7 +7644,7 @@
 [[package]]
 name = "parachain-info"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61ff370fc33740c9373833c3c6ba1486846"
+source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.43#b8999fce0f61fb757f9e57e326cda48e70137019"
 dependencies = [
  "cumulus-primitives-core",
  "frame-support",
@@ -7567,9 +7655,9 @@
 
 [[package]]
 name = "parity-db"
-version = "0.4.8"
+version = "0.4.9"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4890dcb9556136a4ec2b0c51fa4a08c8b733b829506af8fff2e853f3a065985b"
+checksum = "0dab3ac198341b2f0fec6e7f8a6eeed07a41201d98a124260611598c142e76df"
 dependencies = [
  "blake2",
  "crc32fast",
@@ -7587,11 +7675,11 @@
 
 [[package]]
 name = "parity-scale-codec"
-version = "3.5.0"
+version = "3.6.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5ddb756ca205bd108aee3c62c6d3c994e1df84a59b9d6d4a5ea42ee1fd5a9a28"
+checksum = "756d439303e94fae44f288ba881ad29670c65b0c4b0e05674ca81061bb65f2c5"
 dependencies = [
- "arrayvec 0.7.2",
+ "arrayvec 0.7.4",
  "bitvec",
  "byte-slice-cast",
  "bytes",
@@ -7602,9 +7690,9 @@
 
 [[package]]
 name = "parity-scale-codec-derive"
-version = "3.1.4"
+version = "3.6.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "86b26a931f824dd4eca30b3e43bb4f31cd5f0d3a403c5f5ff27106b805bfde7b"
+checksum = "9d884d78fcf214d70b1e239fcd1c6e5e95aa3be1881918da2e488cc946c7a476"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",
@@ -7648,7 +7736,7 @@
 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
 dependencies = [
  "lock_api",
- "parking_lot_core 0.9.7",
+ "parking_lot_core 0.9.8",
 ]
 
 [[package]]
@@ -7667,22 +7755,28 @@
 
 [[package]]
 name = "parking_lot_core"
-version = "0.9.7"
+version = "0.9.8"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
+checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
 dependencies = [
  "cfg-if",
  "libc",
- "redox_syscall 0.2.16",
+ "redox_syscall 0.3.5",
  "smallvec",
- "windows-sys 0.45.0",
+ "windows-targets 0.48.1",
 ]
 
 [[package]]
+name = "partial_sort"
+version = "0.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7924d1d0ad836f665c9065e26d016c673ece3993f30d340068b16f282afc1156"
+
+[[package]]
 name = "paste"
-version = "1.0.12"
+version = "1.0.14"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
+checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
 
 [[package]]
 name = "pbkdf2"
@@ -7734,9 +7828,9 @@
 
 [[package]]
 name = "pest"
-version = "2.6.0"
+version = "2.7.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70"
+checksum = "f73935e4d55e2abf7f130186537b19e7a4abc886a0252380b59248af473a3fc9"
 dependencies = [
  "thiserror",
  "ucd-trie",
@@ -7744,9 +7838,9 @@
 
 [[package]]
 name = "pest_derive"
-version = "2.6.0"
+version = "2.7.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6b79d4c71c865a25a4322296122e3924d30bc8ee0834c8bfc8b95f7f054afbfb"
+checksum = "aef623c9bbfa0eedf5a0efba11a5ee83209c326653ca31ff019bec3a95bfff2b"
 dependencies = [
  "pest",
  "pest_generator",
@@ -7754,26 +7848,26 @@
 
 [[package]]
 name = "pest_generator"
-version = "2.6.0"
+version = "2.7.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6c435bf1076437b851ebc8edc3a18442796b30f1728ffea6262d59bbe28b077e"
+checksum = "b3e8cba4ec22bada7fc55ffe51e2deb6a0e0db2d0b7ab0b103acc80d2510c190"
 dependencies = [
  "pest",
  "pest_meta",
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
 name = "pest_meta"
-version = "2.6.0"
+version = "2.7.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "745a452f8eb71e39ffd8ee32b3c5f51d03845f99786fa9b68db6ff509c505411"
+checksum = "a01f71cb40bd8bb94232df14b946909e14660e33fc05db3e50ae2a82d7ea0ca0"
 dependencies = [
  "once_cell",
  "pest",
- "sha2 0.10.6",
+ "sha2 0.10.7",
 ]
 
 [[package]]
@@ -7783,27 +7877,27 @@
 checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
 dependencies = [
  "fixedbitset",
- "indexmap",
+ "indexmap 1.9.3",
 ]
 
 [[package]]
 name = "pin-project"
-version = "1.1.0"
+version = "1.1.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead"
+checksum = "030ad2bc4db10a8944cb0d837f158bdfec4d4a4873ab701a95046770d11f8842"
 dependencies = [
  "pin-project-internal",
 ]
 
 [[package]]
 name = "pin-project-internal"
-version = "1.1.0"
+version = "1.1.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07"
+checksum = "ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c"
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
@@ -7814,9 +7908,9 @@
 
 [[package]]
 name = "pin-project-lite"
-version = "0.2.9"
+version = "0.2.10"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
+checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57"
 
 [[package]]
 name = "pin-utils"
@@ -7840,7 +7934,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
 dependencies = [
- "der 0.7.6",
+ "der 0.7.7",
  "spki 0.7.2",
 ]
 
@@ -7864,8 +7958,8 @@
 
 [[package]]
 name = "polkadot-approval-distribution"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "futures",
  "polkadot-node-jaeger",
@@ -7880,8 +7974,8 @@
 
 [[package]]
 name = "polkadot-availability-bitfield-distribution"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "futures",
  "polkadot-node-network-protocol",
@@ -7894,8 +7988,8 @@
 
 [[package]]
 name = "polkadot-availability-distribution"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "derive_more",
  "fatality",
@@ -7917,8 +8011,8 @@
 
 [[package]]
 name = "polkadot-availability-recovery"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "fatality",
  "futures",
@@ -7938,8 +8032,8 @@
 
 [[package]]
 name = "polkadot-cli"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "clap",
  "frame-benchmarking-cli",
@@ -7967,8 +8061,8 @@
 
 [[package]]
 name = "polkadot-client"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "async-trait",
  "frame-benchmarking",
@@ -8009,8 +8103,8 @@
 
 [[package]]
 name = "polkadot-collator-protocol"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "always-assert",
  "bitvec",
@@ -8031,8 +8125,8 @@
 
 [[package]]
 name = "polkadot-core-primitives"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "parity-scale-codec",
  "scale-info",
@@ -8043,14 +8137,14 @@
 
 [[package]]
 name = "polkadot-dispute-distribution"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "derive_more",
  "fatality",
  "futures",
  "futures-timer",
- "indexmap",
+ "indexmap 1.9.3",
  "lru 0.9.0",
  "parity-scale-codec",
  "polkadot-erasure-coding",
@@ -8068,8 +8162,8 @@
 
 [[package]]
 name = "polkadot-erasure-coding"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "parity-scale-codec",
  "polkadot-node-primitives",
@@ -8082,8 +8176,8 @@
 
 [[package]]
 name = "polkadot-gossip-support"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "futures",
  "futures-timer",
@@ -8102,8 +8196,8 @@
 
 [[package]]
 name = "polkadot-network-bridge"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "always-assert",
  "async-trait",
@@ -8125,8 +8219,8 @@
 
 [[package]]
 name = "polkadot-node-collation-generation"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "futures",
  "parity-scale-codec",
@@ -8143,8 +8237,8 @@
 
 [[package]]
 name = "polkadot-node-core-approval-voting"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "bitvec",
  "derive_more",
@@ -8172,8 +8266,8 @@
 
 [[package]]
 name = "polkadot-node-core-av-store"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "bitvec",
  "futures",
@@ -8193,8 +8287,8 @@
 
 [[package]]
 name = "polkadot-node-core-backing"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "bitvec",
  "fatality",
@@ -8212,8 +8306,8 @@
 
 [[package]]
 name = "polkadot-node-core-bitfield-signing"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "futures",
  "polkadot-node-subsystem",
@@ -8227,8 +8321,8 @@
 
 [[package]]
 name = "polkadot-node-core-candidate-validation"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "async-trait",
  "futures",
@@ -8247,8 +8341,8 @@
 
 [[package]]
 name = "polkadot-node-core-chain-api"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "futures",
  "polkadot-node-metrics",
@@ -8262,8 +8356,8 @@
 
 [[package]]
 name = "polkadot-node-core-chain-selection"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "futures",
  "futures-timer",
@@ -8279,8 +8373,8 @@
 
 [[package]]
 name = "polkadot-node-core-dispute-coordinator"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "fatality",
  "futures",
@@ -8298,8 +8392,8 @@
 
 [[package]]
 name = "polkadot-node-core-parachains-inherent"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "async-trait",
  "futures",
@@ -8315,8 +8409,8 @@
 
 [[package]]
 name = "polkadot-node-core-provisioner"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "bitvec",
  "fatality",
@@ -8333,8 +8427,8 @@
 
 [[package]]
 name = "polkadot-node-core-pvf"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "always-assert",
  "futures",
@@ -8360,8 +8454,8 @@
 
 [[package]]
 name = "polkadot-node-core-pvf-checker"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "futures",
  "polkadot-node-primitives",
@@ -8376,8 +8470,8 @@
 
 [[package]]
 name = "polkadot-node-core-pvf-worker"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "assert_matches",
  "cpu-time",
@@ -8405,8 +8499,8 @@
 
 [[package]]
 name = "polkadot-node-core-runtime-api"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "futures",
  "lru 0.9.0",
@@ -8420,8 +8514,8 @@
 
 [[package]]
 name = "polkadot-node-jaeger"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "lazy_static",
  "log",
@@ -8438,8 +8532,8 @@
 
 [[package]]
 name = "polkadot-node-metrics"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "bs58",
  "futures",
@@ -8457,9 +8551,10 @@
 
 [[package]]
 name = "polkadot-node-network-protocol"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
+ "async-channel",
  "async-trait",
  "derive_more",
  "fatality",
@@ -8479,8 +8574,8 @@
 
 [[package]]
 name = "polkadot-node-primitives"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "bounded-vec",
  "futures",
@@ -8501,8 +8596,8 @@
 
 [[package]]
 name = "polkadot-node-subsystem"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "polkadot-node-jaeger",
  "polkadot-node-subsystem-types",
@@ -8511,8 +8606,8 @@
 
 [[package]]
 name = "polkadot-node-subsystem-types"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "async-trait",
  "derive_more",
@@ -8534,8 +8629,8 @@
 
 [[package]]
 name = "polkadot-node-subsystem-util"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "async-trait",
  "derive_more",
@@ -8567,8 +8662,8 @@
 
 [[package]]
 name = "polkadot-overseer"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "async-trait",
  "futures",
@@ -8590,8 +8685,8 @@
 
 [[package]]
 name = "polkadot-parachain"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "bounded-collections",
  "derive_more",
@@ -8607,8 +8702,8 @@
 
 [[package]]
 name = "polkadot-performance-test"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "env_logger 0.9.3",
  "kusama-runtime",
@@ -8625,8 +8720,8 @@
 
 [[package]]
 name = "polkadot-primitives"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "bitvec",
  "hex-literal",
@@ -8651,8 +8746,8 @@
 
 [[package]]
 name = "polkadot-rpc"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "jsonrpsee",
  "mmr-rpc",
@@ -8683,8 +8778,8 @@
 
 [[package]]
 name = "polkadot-runtime"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "bitvec",
  "frame-benchmarking",
@@ -8712,10 +8807,11 @@
  "pallet-elections-phragmen",
  "pallet-fast-unstake",
  "pallet-grandpa",
- "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)",
+ "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43)",
  "pallet-im-online",
  "pallet-indices",
  "pallet-membership",
+ "pallet-message-queue",
  "pallet-multisig",
  "pallet-nomination-pools",
  "pallet-nomination-pools-benchmarking",
@@ -8777,8 +8873,8 @@
 
 [[package]]
 name = "polkadot-runtime-common"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "bitvec",
  "frame-benchmarking",
@@ -8823,8 +8919,8 @@
 
 [[package]]
 name = "polkadot-runtime-constants"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "frame-support",
  "polkadot-primitives",
@@ -8837,8 +8933,8 @@
 
 [[package]]
 name = "polkadot-runtime-metrics"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "bs58",
  "parity-scale-codec",
@@ -8849,10 +8945,10 @@
 
 [[package]]
 name = "polkadot-runtime-parachains"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
- "bitflags",
+ "bitflags 1.3.2",
  "bitvec",
  "derive_more",
  "frame-benchmarking",
@@ -8863,6 +8959,7 @@
  "pallet-authorship",
  "pallet-babe",
  "pallet-balances",
+ "pallet-message-queue",
  "pallet-session",
  "pallet-staking",
  "pallet-timestamp",
@@ -8893,8 +8990,8 @@
 
 [[package]]
 name = "polkadot-service"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "async-trait",
  "frame-benchmarking-cli",
@@ -9002,13 +9099,13 @@
 
 [[package]]
 name = "polkadot-statement-distribution"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "arrayvec 0.5.2",
  "fatality",
  "futures",
- "indexmap",
+ "indexmap 1.9.3",
  "parity-scale-codec",
  "polkadot-node-network-protocol",
  "polkadot-node-primitives",
@@ -9023,8 +9120,8 @@
 
 [[package]]
 name = "polkadot-statement-table"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "parity-scale-codec",
  "polkadot-primitives",
@@ -9038,12 +9135,12 @@
 checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
 dependencies = [
  "autocfg",
- "bitflags",
+ "bitflags 1.3.2",
  "cfg-if",
  "concurrent-queue",
  "libc",
  "log",
- "pin-project-lite 0.2.9",
+ "pin-project-lite 0.2.10",
  "windows-sys 0.48.0",
 ]
 
@@ -9072,9 +9169,9 @@
 
 [[package]]
 name = "polyval"
-version = "0.6.0"
+version = "0.6.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7ef234e08c11dfcb2e56f79fd70f6f2eb7f025c0ce2333e82f4f0518ecad30c6"
+checksum = "d52cff9d1d4dee5fe6d03729099f4a310a41179e0a10dbf542039873f2e826fb"
 dependencies = [
  "cfg-if",
  "cpufeatures",
@@ -9083,6 +9180,12 @@
 ]
 
 [[package]]
+name = "portable-atomic"
+version = "1.4.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "edc55135a600d700580e406b4de0d59cb9ad25e344a3a091a97ded2622ec4ec6"
+
+[[package]]
 name = "ppv-lite86"
 version = "0.2.17"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -9092,7 +9195,7 @@
 name = "precompile-utils-macro"
 version = "0.1.0"
 dependencies = [
- "num_enum",
+ "num_enum 0.5.11",
  "proc-macro2",
  "quote",
  "sha3 0.8.2",
@@ -9140,6 +9243,16 @@
 ]
 
 [[package]]
+name = "prettyplease"
+version = "0.2.10"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "92139198957b410250d43fad93e630d956499a625c527eda65175c8680f83387"
+dependencies = [
+ "proc-macro2",
+ "syn 2.0.26",
+]
+
+[[package]]
 name = "primitive-types"
 version = "0.12.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -9211,14 +9324,14 @@
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
 name = "proc-macro2"
-version = "1.0.63"
+version = "1.0.65"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
+checksum = "92de25114670a878b1261c79c9f8f729fb97e95bac93f6312f583c60dd6a1dfe"
 dependencies = [
  "unicode-ident",
 ]
@@ -9239,21 +9352,21 @@
 
 [[package]]
 name = "prometheus-client"
-version = "0.18.1"
+version = "0.19.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "83cd1b99916654a69008fd66b4f9397fbe08e6e51dfe23d4417acf5d3b8cb87c"
+checksum = "5d6fa99d535dd930d1249e6c79cb3c2915f9172a540fe2b02a4c8f9ca954721e"
 dependencies = [
  "dtoa",
  "itoa",
  "parking_lot 0.12.1",
- "prometheus-client-derive-text-encode",
+ "prometheus-client-derive-encode",
 ]
 
 [[package]]
-name = "prometheus-client-derive-text-encode"
-version = "0.3.0"
+name = "prometheus-client-derive-encode"
+version = "0.4.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "66a455fbcb954c1a7decf3c586e860fd7889cddf4b8e164be736dbac95a953cd"
+checksum = "72b6a5217beb0ad503ee7fa752d451c905113d70721b937126158f3106a48cc1"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -9283,7 +9396,7 @@
  "log",
  "multimap",
  "petgraph",
- "prettyplease",
+ "prettyplease 0.1.25",
  "prost",
  "prost-types",
  "regex",
@@ -9293,19 +9406,6 @@
 ]
 
 [[package]]
-name = "prost-codec"
-version = "0.3.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0dc34979ff898b6e141106178981ce2596c387ea6e62533facfc61a37fc879c0"
-dependencies = [
- "asynchronous-codec",
- "bytes",
- "prost",
- "thiserror",
- "unsigned-varint",
-]
-
-[[package]]
 name = "prost-derive"
 version = "0.11.9"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -9338,7 +9438,7 @@
 
 [[package]]
 name = "quartz-runtime"
-version = "0.9.42"
+version = "0.9.43"
 dependencies = [
  "app-promotion-rpc",
  "cumulus-pallet-aura-ext",
@@ -9364,7 +9464,7 @@
  "hex-literal",
  "impl-trait-for-tuples",
  "log",
- "num_enum",
+ "num_enum 0.5.11",
  "orml-tokens",
  "orml-traits",
  "orml-vesting",
@@ -9453,6 +9553,19 @@
 ]
 
 [[package]]
+name = "quick-protobuf-codec"
+version = "0.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1693116345026436eb2f10b677806169c1a1260c1c60eaaffe3fb5a29ae23d8b"
+dependencies = [
+ "asynchronous-codec",
+ "bytes",
+ "quick-protobuf",
+ "thiserror",
+ "unsigned-varint",
+]
+
+[[package]]
 name = "quicksink"
 version = "0.1.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -9483,9 +9596,9 @@
 
 [[package]]
 name = "quote"
-version = "1.0.28"
+version = "1.0.30"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
+checksum = "5907a1b7c277254a8b15170f6e7c97cfa60ee7872a3217663bb81151e48184bb"
 dependencies = [
  "proc-macro2",
 ]
@@ -9555,7 +9668,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
 dependencies = [
- "getrandom 0.2.9",
+ "getrandom 0.2.10",
 ]
 
 [[package]]
@@ -9612,7 +9725,7 @@
 dependencies = [
  "pem",
  "ring",
- "time 0.3.21",
+ "time 0.3.23",
  "x509-parser 0.13.2",
  "yasna",
 ]
@@ -9625,7 +9738,7 @@
 dependencies = [
  "pem",
  "ring",
- "time 0.3.21",
+ "time 0.3.23",
  "yasna",
 ]
 
@@ -9635,7 +9748,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
 dependencies = [
- "bitflags",
+ "bitflags 1.3.2",
 ]
 
 [[package]]
@@ -9644,7 +9757,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
 dependencies = [
- "bitflags",
+ "bitflags 1.3.2",
 ]
 
 [[package]]
@@ -9653,7 +9766,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
 dependencies = [
- "getrandom 0.2.9",
+ "getrandom 0.2.10",
  "redox_syscall 0.2.16",
  "thiserror",
 ]
@@ -9673,29 +9786,29 @@
 
 [[package]]
 name = "ref-cast"
-version = "1.0.16"
+version = "1.0.18"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f43faa91b1c8b36841ee70e97188a869d37ae21759da6846d4be66de5bf7b12c"
+checksum = "1641819477c319ef452a075ac34a4be92eb9ba09f6841f62d594d50fdcf0bf6b"
 dependencies = [
  "ref-cast-impl",
 ]
 
 [[package]]
 name = "ref-cast-impl"
-version = "1.0.16"
+version = "1.0.18"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8d2275aab483050ab2a7364c1a46604865ee7d6906684e08db0f090acf74f9e7"
+checksum = "68bf53dad9b6086826722cdc99140793afd9f62faa14a1ad07eb4f955e7a7216"
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
 name = "regalloc2"
-version = "0.5.1"
+version = "0.6.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "300d4fbfb40c1c66a78ba3ddd41c1110247cf52f97b87d0f2fc9209bd49b030c"
+checksum = "80535183cae11b149d618fbd3c37e38d7cda589d82d7769e196ca9a9042d7621"
 dependencies = [
  "fxhash",
  "log",
@@ -9705,13 +9818,14 @@
 
 [[package]]
 name = "regex"
-version = "1.8.4"
+version = "1.9.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
+checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
 dependencies = [
- "aho-corasick 1.0.2",
+ "aho-corasick",
  "memchr",
- "regex-syntax 0.7.2",
+ "regex-automata 0.3.3",
+ "regex-syntax 0.7.4",
 ]
 
 [[package]]
@@ -9724,6 +9838,17 @@
 ]
 
 [[package]]
+name = "regex-automata"
+version = "0.3.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310"
+dependencies = [
+ "aho-corasick",
+ "memchr",
+ "regex-syntax 0.7.4",
+]
+
+[[package]]
 name = "regex-syntax"
 version = "0.6.29"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -9731,21 +9856,9 @@
 
 [[package]]
 name = "regex-syntax"
-version = "0.7.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
-
-[[package]]
-name = "region"
-version = "3.0.0"
+version = "0.7.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "76e189c2369884dce920945e2ddf79b3dff49e071a167dd1817fa9c4c00d512e"
-dependencies = [
- "bitflags",
- "libc",
- "mach",
- "winapi",
-]
+checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
 
 [[package]]
 name = "resolv-conf"
@@ -9826,9 +9939,9 @@
 
 [[package]]
 name = "rocksdb"
-version = "0.20.1"
+version = "0.21.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "015439787fce1e75d55f279078d33ff14b4af5d93d995e8838ee4631301c8a99"
+checksum = "bb6f170a4041d50a0ce04b0d2e14916d6ca863ea2e422689a5b694395d299ffe"
 dependencies = [
  "libc",
  "librocksdb-sys",
@@ -9836,8 +9949,8 @@
 
 [[package]]
 name = "rococo-runtime"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "binary-merkle-tree",
  "frame-benchmarking",
@@ -9861,10 +9974,11 @@
  "pallet-democracy",
  "pallet-elections-phragmen",
  "pallet-grandpa",
- "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)",
+ "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43)",
  "pallet-im-online",
  "pallet-indices",
  "pallet-membership",
+ "pallet-message-queue",
  "pallet-mmr",
  "pallet-multisig",
  "pallet-nis",
@@ -9922,8 +10036,8 @@
 
 [[package]]
 name = "rococo-runtime-constants"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "frame-support",
  "polkadot-primitives",
@@ -10019,7 +10133,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
 dependencies = [
- "semver 1.0.17",
+ "semver 1.0.18",
 ]
 
 [[package]]
@@ -10033,11 +10147,11 @@
 
 [[package]]
 name = "rustix"
-version = "0.36.14"
+version = "0.36.15"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "14e4d67015953998ad0eb82887a0eb0129e18a7e2f3b7b0f6c422fddcd503d62"
+checksum = "c37f1bd5ef1b5422177b7646cba67430579cfe2ace80f284fee876bca52ad941"
 dependencies = [
- "bitflags",
+ "bitflags 1.3.2",
  "errno",
  "io-lifetimes",
  "libc",
@@ -10047,11 +10161,11 @@
 
 [[package]]
 name = "rustix"
-version = "0.37.19"
+version = "0.37.23"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
+checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
 dependencies = [
- "bitflags",
+ "bitflags 1.3.2",
  "errno",
  "io-lifetimes",
  "libc",
@@ -10060,6 +10174,19 @@
 ]
 
 [[package]]
+name = "rustix"
+version = "0.38.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5"
+dependencies = [
+ "bitflags 2.3.3",
+ "errno",
+ "libc",
+ "linux-raw-sys 0.4.3",
+ "windows-sys 0.48.0",
+]
+
+[[package]]
 name = "rustls"
 version = "0.19.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -10086,9 +10213,9 @@
 
 [[package]]
 name = "rustls-native-certs"
-version = "0.6.2"
+version = "0.6.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
+checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
 dependencies = [
  "openssl-probe",
  "rustls-pemfile",
@@ -10098,18 +10225,18 @@
 
 [[package]]
 name = "rustls-pemfile"
-version = "1.0.2"
+version = "1.0.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
+checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
 dependencies = [
  "base64 0.21.2",
 ]
 
 [[package]]
 name = "rustversion"
-version = "1.0.12"
+version = "1.0.14"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
+checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
 
 [[package]]
 name = "rw-stream-sink"
@@ -10124,15 +10251,15 @@
 
 [[package]]
 name = "ryu"
-version = "1.0.13"
+version = "1.0.15"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
+checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
 
 [[package]]
 name = "safe_arch"
-version = "0.6.0"
+version = "0.7.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "794821e4ccb0d9f979512f9c1973480123f9bd62a90d74ab0f9426fcf8f4a529"
+checksum = "62a7484307bd40f8f7ccbacccac730108f2cae119a3b11c74485b48aa9ea650f"
 dependencies = [
  "bytemuck",
 ]
@@ -10149,7 +10276,7 @@
 [[package]]
 name = "sc-allocator"
 version = "4.1.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "log",
  "sp-core",
@@ -10160,7 +10287,7 @@
 [[package]]
 name = "sc-authority-discovery"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "async-trait",
  "futures",
@@ -10168,6 +10295,7 @@
  "ip_network",
  "libp2p",
  "log",
+ "multihash 0.17.0",
  "parity-scale-codec",
  "prost",
  "prost-build",
@@ -10188,7 +10316,7 @@
 [[package]]
 name = "sc-basic-authorship"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "futures",
  "futures-timer",
@@ -10211,7 +10339,7 @@
 [[package]]
 name = "sc-block-builder"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "parity-scale-codec",
  "sc-client-api",
@@ -10226,7 +10354,7 @@
 [[package]]
 name = "sc-chain-spec"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "memmap2",
  "sc-chain-spec-derive",
@@ -10245,25 +10373,25 @@
 [[package]]
 name = "sc-chain-spec-derive"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
 name = "sc-cli"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "array-bytes 4.2.0",
  "chrono",
  "clap",
  "fdlimit",
  "futures",
- "libp2p",
+ "libp2p-identity",
  "log",
  "names",
  "parity-scale-codec",
@@ -10296,7 +10424,7 @@
 [[package]]
 name = "sc-client-api"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "fnv",
  "futures",
@@ -10315,6 +10443,7 @@
  "sp-keystore",
  "sp-runtime",
  "sp-state-machine",
+ "sp-statement-store",
  "sp-storage",
  "substrate-prometheus-endpoint",
 ]
@@ -10322,7 +10451,7 @@
 [[package]]
 name = "sc-client-db"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "hash-db 0.16.0",
  "kvdb",
@@ -10348,12 +10477,12 @@
 [[package]]
 name = "sc-consensus"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "async-trait",
  "futures",
  "futures-timer",
- "libp2p",
+ "libp2p-identity",
  "log",
  "mockall",
  "parking_lot 0.12.1",
@@ -10373,7 +10502,7 @@
 [[package]]
 name = "sc-consensus-aura"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "async-trait",
  "futures",
@@ -10402,7 +10531,7 @@
 [[package]]
 name = "sc-consensus-babe"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "async-trait",
  "fork-tree",
@@ -10438,7 +10567,7 @@
 [[package]]
 name = "sc-consensus-babe-rpc"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "futures",
  "jsonrpsee",
@@ -10460,9 +10589,10 @@
 [[package]]
 name = "sc-consensus-beefy"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "array-bytes 4.2.0",
+ "async-channel",
  "async-trait",
  "fnv",
  "futures",
@@ -10495,7 +10625,7 @@
 [[package]]
 name = "sc-consensus-beefy-rpc"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "futures",
  "jsonrpsee",
@@ -10514,7 +10644,7 @@
 [[package]]
 name = "sc-consensus-epochs"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "fork-tree",
  "parity-scale-codec",
@@ -10527,7 +10657,7 @@
 [[package]]
 name = "sc-consensus-grandpa"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "ahash 0.8.3",
  "array-bytes 4.2.0",
@@ -10567,7 +10697,7 @@
 [[package]]
 name = "sc-consensus-grandpa-rpc"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "finality-grandpa",
  "futures",
@@ -10587,11 +10717,12 @@
 [[package]]
 name = "sc-consensus-manual-seal"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "assert_matches",
  "async-trait",
  "futures",
+ "futures-timer",
  "jsonrpsee",
  "log",
  "parity-scale-codec",
@@ -10621,7 +10752,7 @@
 [[package]]
 name = "sc-consensus-slots"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "async-trait",
  "futures",
@@ -10644,13 +10775,12 @@
 [[package]]
 name = "sc-executor"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "lru 0.8.1",
  "parity-scale-codec",
  "parking_lot 0.12.1",
  "sc-executor-common",
- "sc-executor-wasmi",
  "sc-executor-wasmtime",
  "sp-api",
  "sp-core",
@@ -10662,46 +10792,31 @@
  "sp-version",
  "sp-wasm-interface",
  "tracing",
- "wasmi",
 ]
 
 [[package]]
 name = "sc-executor-common"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "sc-allocator",
  "sp-maybe-compressed-blob",
  "sp-wasm-interface",
  "thiserror",
  "wasm-instrument",
- "wasmi",
-]
-
-[[package]]
-name = "sc-executor-wasmi"
-version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
-dependencies = [
- "log",
- "sc-allocator",
- "sc-executor-common",
- "sp-runtime-interface",
- "sp-wasm-interface",
- "wasmi",
 ]
 
 [[package]]
 name = "sc-executor-wasmtime"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "anyhow",
  "cfg-if",
  "libc",
  "log",
  "once_cell",
- "rustix 0.36.14",
+ "rustix 0.36.15",
  "sc-allocator",
  "sc-executor-common",
  "sp-runtime-interface",
@@ -10712,7 +10827,7 @@
 [[package]]
 name = "sc-informant"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "ansi_term",
  "futures",
@@ -10728,10 +10843,9 @@
 [[package]]
 name = "sc-keystore"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "array-bytes 4.2.0",
- "async-trait",
  "parking_lot 0.12.1",
  "serde_json",
  "sp-application-crypto",
@@ -10743,7 +10857,7 @@
 [[package]]
 name = "sc-network"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "array-bytes 4.2.0",
  "async-channel",
@@ -10788,11 +10902,12 @@
 [[package]]
 name = "sc-network-bitswap"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
+ "async-channel",
  "cid",
  "futures",
- "libp2p",
+ "libp2p-identity",
  "log",
  "prost",
  "prost-build",
@@ -10808,15 +10923,15 @@
 [[package]]
 name = "sc-network-common"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "array-bytes 4.2.0",
  "async-trait",
- "bitflags",
+ "bitflags 1.3.2",
  "bytes",
  "futures",
  "futures-timer",
- "libp2p",
+ "libp2p-identity",
  "parity-scale-codec",
  "prost-build",
  "sc-consensus",
@@ -10836,7 +10951,7 @@
 [[package]]
 name = "sc-network-gossip"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "ahash 0.8.3",
  "futures",
@@ -10855,11 +10970,12 @@
 [[package]]
 name = "sc-network-light"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "array-bytes 4.2.0",
+ "async-channel",
  "futures",
- "libp2p",
+ "libp2p-identity",
  "log",
  "parity-scale-codec",
  "prost",
@@ -10877,9 +10993,10 @@
 [[package]]
 name = "sc-network-sync"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "array-bytes 4.2.0",
+ "async-channel",
  "async-trait",
  "fork-tree",
  "futures",
@@ -10911,7 +11028,7 @@
 [[package]]
 name = "sc-network-transactions"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "array-bytes 4.2.0",
  "futures",
@@ -10931,7 +11048,7 @@
 [[package]]
 name = "sc-offchain"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "array-bytes 4.2.0",
  "bytes",
@@ -10962,20 +11079,23 @@
 [[package]]
 name = "sc-peerset"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "futures",
- "libp2p",
+ "libp2p-identity",
  "log",
+ "parking_lot 0.12.1",
+ "partial_sort",
  "sc-utils",
  "serde_json",
+ "sp-arithmetic",
  "wasm-timer",
 ]
 
 [[package]]
 name = "sc-proposer-metrics"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "log",
  "substrate-prometheus-endpoint",
@@ -10984,7 +11104,7 @@
 [[package]]
 name = "sc-rpc"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "futures",
  "jsonrpsee",
@@ -11007,6 +11127,7 @@
  "sp-rpc",
  "sp-runtime",
  "sp-session",
+ "sp-statement-store",
  "sp-version",
  "tokio",
 ]
@@ -11014,7 +11135,7 @@
 [[package]]
 name = "sc-rpc-api"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "jsonrpsee",
  "parity-scale-codec",
@@ -11033,7 +11154,7 @@
 [[package]]
 name = "sc-rpc-server"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "http",
  "jsonrpsee",
@@ -11048,7 +11169,7 @@
 [[package]]
 name = "sc-rpc-spec-v2"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "array-bytes 4.2.0",
  "futures",
@@ -11074,7 +11195,7 @@
 [[package]]
 name = "sc-service"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "async-trait",
  "directories",
@@ -11140,7 +11261,7 @@
 [[package]]
 name = "sc-state-db"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "log",
  "parity-scale-codec",
@@ -11151,7 +11272,7 @@
 [[package]]
 name = "sc-storage-monitor"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "clap",
  "fs4",
@@ -11167,7 +11288,7 @@
 [[package]]
 name = "sc-sync-state-rpc"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "jsonrpsee",
  "parity-scale-codec",
@@ -11186,7 +11307,7 @@
 [[package]]
 name = "sc-sysinfo"
 version = "6.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "futures",
  "libc",
@@ -11205,7 +11326,7 @@
 [[package]]
 name = "sc-telemetry"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "chrono",
  "futures",
@@ -11224,7 +11345,7 @@
 [[package]]
 name = "sc-tracing"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "ansi_term",
  "atty",
@@ -11255,18 +11376,18 @@
 [[package]]
 name = "sc-tracing-proc-macro"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
 name = "sc-transaction-pool"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "async-trait",
  "futures",
@@ -11293,7 +11414,7 @@
 [[package]]
 name = "sc-transaction-pool-api"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "async-trait",
  "futures",
@@ -11307,7 +11428,7 @@
 [[package]]
 name = "sc-utils"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "async-channel",
  "futures",
@@ -11321,9 +11442,9 @@
 
 [[package]]
 name = "scale-info"
-version = "2.7.0"
+version = "2.9.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b569c32c806ec3abdf3b5869fb8bf1e0d275a7c1c9b0b05603d9464632649edf"
+checksum = "35c0a159d0c45c12b20c5a844feb1fe4bea86e28f17b92a5f0c42193634d3782"
 dependencies = [
  "bitvec",
  "cfg-if",
@@ -11335,9 +11456,9 @@
 
 [[package]]
 name = "scale-info-derive"
-version = "2.6.0"
+version = "2.9.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "53012eae69e5aa5c14671942a5dd47de59d4cdcff8532a6dd0e081faf1119482"
+checksum = "912e55f6d20e0e80d63733872b40e1227c0bce1e1ab81ba67d696339bfd7fd29"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",
@@ -11347,11 +11468,11 @@
 
 [[package]]
 name = "schannel"
-version = "0.1.21"
+version = "0.1.22"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
+checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
 dependencies = [
- "windows-sys 0.42.0",
+ "windows-sys 0.48.0",
 ]
 
 [[package]]
@@ -11391,9 +11512,9 @@
 
 [[package]]
 name = "scratch"
-version = "1.0.5"
+version = "1.0.7"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
+checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
 
 [[package]]
 name = "sct"
@@ -11448,7 +11569,7 @@
 checksum = "f0aec48e813d6b90b15f0b8948af3c63483992dee44c03e9930b3eebdabe046e"
 dependencies = [
  "base16ct 0.2.0",
- "der 0.7.6",
+ "der 0.7.7",
  "generic-array 0.14.7",
  "pkcs8 0.10.2",
  "subtle",
@@ -11488,7 +11609,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"
 dependencies = [
- "bitflags",
+ "bitflags 1.3.2",
  "core-foundation",
  "core-foundation-sys",
  "libc",
@@ -11516,9 +11637,9 @@
 
 [[package]]
 name = "semver"
-version = "1.0.17"
+version = "1.0.18"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
+checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
 dependencies = [
  "serde",
 ]
@@ -11531,29 +11652,29 @@
 
 [[package]]
 name = "serde"
-version = "1.0.163"
+version = "1.0.171"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
+checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9"
 dependencies = [
  "serde_derive",
 ]
 
 [[package]]
 name = "serde_derive"
-version = "1.0.163"
+version = "1.0.171"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
+checksum = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682"
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
 name = "serde_json"
-version = "1.0.96"
+version = "1.0.103"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
+checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b"
 dependencies = [
  "itoa",
  "ryu",
@@ -11562,9 +11683,9 @@
 
 [[package]]
 name = "serde_spanned"
-version = "0.6.2"
+version = "0.6.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d"
+checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
 dependencies = [
  "serde",
 ]
@@ -11620,9 +11741,9 @@
 
 [[package]]
 name = "sha2"
-version = "0.10.6"
+version = "0.10.7"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
+checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
 dependencies = [
  "cfg-if",
  "cpufeatures",
@@ -11738,8 +11859,8 @@
 
 [[package]]
 name = "slot-range-helper"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "enumn",
  "parity-scale-codec",
@@ -11759,9 +11880,9 @@
 
 [[package]]
 name = "smallvec"
-version = "1.10.0"
+version = "1.11.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
+checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
 
 [[package]]
 name = "snap"
@@ -11782,7 +11903,7 @@
  "rand_core 0.6.4",
  "ring",
  "rustc_version",
- "sha2 0.10.6",
+ "sha2 0.10.7",
  "subtle",
 ]
 
@@ -11797,6 +11918,16 @@
 ]
 
 [[package]]
+name = "socket2"
+version = "0.5.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
+dependencies = [
+ "libc",
+ "windows-sys 0.48.0",
+]
+
+[[package]]
 name = "soketto"
 version = "0.7.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -11816,7 +11947,7 @@
 [[package]]
 name = "sp-api"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "hash-db 0.16.0",
  "log",
@@ -11836,7 +11967,7 @@
 [[package]]
 name = "sp-api-proc-macro"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "Inflector",
  "blake2",
@@ -11844,13 +11975,13 @@
  "proc-macro-crate",
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
 name = "sp-application-crypto"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "parity-scale-codec",
  "scale-info",
@@ -11863,7 +11994,7 @@
 [[package]]
 name = "sp-arithmetic"
 version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "integer-sqrt",
  "num-traits",
@@ -11877,7 +12008,7 @@
 [[package]]
 name = "sp-authority-discovery"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "parity-scale-codec",
  "scale-info",
@@ -11890,7 +12021,7 @@
 [[package]]
 name = "sp-block-builder"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "parity-scale-codec",
  "sp-api",
@@ -11902,7 +12033,7 @@
 [[package]]
 name = "sp-blockchain"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "futures",
  "log",
@@ -11920,7 +12051,7 @@
 [[package]]
 name = "sp-consensus"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "async-trait",
  "futures",
@@ -11935,7 +12066,7 @@
 [[package]]
 name = "sp-consensus-aura"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "async-trait",
  "parity-scale-codec",
@@ -11953,7 +12084,7 @@
 [[package]]
 name = "sp-consensus-babe"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "async-trait",
  "parity-scale-codec",
@@ -11974,7 +12105,7 @@
 [[package]]
 name = "sp-consensus-beefy"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "lazy_static",
  "parity-scale-codec",
@@ -11993,7 +12124,7 @@
 [[package]]
 name = "sp-consensus-grandpa"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "finality-grandpa",
  "log",
@@ -12011,7 +12142,7 @@
 [[package]]
 name = "sp-consensus-slots"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "parity-scale-codec",
  "scale-info",
@@ -12023,10 +12154,10 @@
 [[package]]
 name = "sp-core"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "array-bytes 4.2.0",
- "bitflags",
+ "bitflags 1.3.2",
  "blake2",
  "bounded-collections",
  "bs58",
@@ -12067,12 +12198,12 @@
 [[package]]
 name = "sp-core-hashing"
 version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "blake2b_simd",
  "byteorder",
  "digest 0.10.7",
- "sha2 0.10.6",
+ "sha2 0.10.7",
  "sha3 0.10.8",
  "sp-std",
  "twox-hash",
@@ -12081,18 +12212,18 @@
 [[package]]
 name = "sp-core-hashing-proc-macro"
 version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "proc-macro2",
  "quote",
  "sp-core-hashing",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
 name = "sp-database"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "kvdb",
  "parking_lot 0.12.1",
@@ -12101,17 +12232,17 @@
 [[package]]
 name = "sp-debug-derive"
 version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
 name = "sp-externalities"
 version = "0.13.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "environmental",
  "parity-scale-codec",
@@ -12122,7 +12253,7 @@
 [[package]]
 name = "sp-inherents"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "async-trait",
  "impl-trait-for-tuples",
@@ -12137,7 +12268,7 @@
 [[package]]
 name = "sp-io"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "bytes",
  "ed25519",
@@ -12163,7 +12294,7 @@
 [[package]]
 name = "sp-keyring"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "lazy_static",
  "sp-core",
@@ -12174,7 +12305,7 @@
 [[package]]
 name = "sp-keystore"
 version = "0.13.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "futures",
  "parity-scale-codec",
@@ -12188,7 +12319,7 @@
 [[package]]
 name = "sp-maybe-compressed-blob"
 version = "4.1.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "thiserror",
  "zstd 0.12.3+zstd.1.5.2",
@@ -12197,7 +12328,7 @@
 [[package]]
 name = "sp-metadata-ir"
 version = "0.1.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-metadata",
  "parity-scale-codec",
@@ -12208,7 +12339,7 @@
 [[package]]
 name = "sp-mmr-primitives"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "ckb-merkle-mountain-range",
  "log",
@@ -12226,7 +12357,7 @@
 [[package]]
 name = "sp-npos-elections"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "parity-scale-codec",
  "scale-info",
@@ -12240,7 +12371,7 @@
 [[package]]
 name = "sp-offchain"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "sp-api",
  "sp-core",
@@ -12250,7 +12381,7 @@
 [[package]]
 name = "sp-panic-handler"
 version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "backtrace",
  "lazy_static",
@@ -12260,7 +12391,7 @@
 [[package]]
 name = "sp-rpc"
 version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "rustc-hash",
  "serde",
@@ -12270,7 +12401,7 @@
 [[package]]
 name = "sp-runtime"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "either",
  "hash256-std-hasher",
@@ -12292,7 +12423,7 @@
 [[package]]
 name = "sp-runtime-interface"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "bytes",
  "impl-trait-for-tuples",
@@ -12310,19 +12441,19 @@
 [[package]]
 name = "sp-runtime-interface-proc-macro"
 version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "Inflector",
  "proc-macro-crate",
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
 name = "sp-session"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "parity-scale-codec",
  "scale-info",
@@ -12336,7 +12467,7 @@
 [[package]]
 name = "sp-staking"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "parity-scale-codec",
  "scale-info",
@@ -12349,7 +12480,7 @@
 [[package]]
 name = "sp-state-machine"
 version = "0.13.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "hash-db 0.16.0",
  "log",
@@ -12367,14 +12498,32 @@
 ]
 
 [[package]]
+name = "sp-statement-store"
+version = "4.0.0-dev"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
+dependencies = [
+ "log",
+ "parity-scale-codec",
+ "scale-info",
+ "sp-api",
+ "sp-application-crypto",
+ "sp-core",
+ "sp-externalities",
+ "sp-runtime",
+ "sp-runtime-interface",
+ "sp-std",
+ "thiserror",
+]
+
+[[package]]
 name = "sp-std"
 version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 
 [[package]]
 name = "sp-storage"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "impl-serde",
  "parity-scale-codec",
@@ -12387,7 +12536,7 @@
 [[package]]
 name = "sp-timestamp"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "async-trait",
  "futures-timer",
@@ -12402,7 +12551,7 @@
 [[package]]
 name = "sp-tracing"
 version = "6.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "parity-scale-codec",
  "sp-std",
@@ -12414,7 +12563,7 @@
 [[package]]
 name = "sp-transaction-pool"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "sp-api",
  "sp-runtime",
@@ -12423,7 +12572,7 @@
 [[package]]
 name = "sp-transaction-storage-proof"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "async-trait",
  "log",
@@ -12439,7 +12588,7 @@
 [[package]]
 name = "sp-trie"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "ahash 0.8.3",
  "hash-db 0.16.0",
@@ -12462,7 +12611,7 @@
 [[package]]
 name = "sp-version"
 version = "5.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "impl-serde",
  "parity-scale-codec",
@@ -12479,18 +12628,18 @@
 [[package]]
 name = "sp-version-proc-macro"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "parity-scale-codec",
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
 name = "sp-wasm-interface"
 version = "7.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "anyhow",
  "impl-trait-for-tuples",
@@ -12504,7 +12653,7 @@
 [[package]]
 name = "sp-weights"
 version = "4.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "parity-scale-codec",
  "scale-info",
@@ -12524,7 +12673,7 @@
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
@@ -12534,6 +12683,17 @@
 checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
 
 [[package]]
+name = "spinners"
+version = "4.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "08615eea740067d9899969bc2891c68a19c315cb1f66640af9a9ecb91b13bcab"
+dependencies = [
+ "lazy_static",
+ "maplit",
+ "strum",
+]
+
+[[package]]
 name = "spki"
 version = "0.6.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -12550,14 +12710,14 @@
 checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
 dependencies = [
  "base64ct",
- "der 0.7.6",
+ "der 0.7.7",
 ]
 
 [[package]]
 name = "ss58-registry"
-version = "1.40.0"
+version = "1.41.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "eb47a8ad42e5fc72d5b1eb104a5546937eaf39843499948bb666d6e93c62423b"
+checksum = "bfc443bad666016e012538782d9e3006213a7db43e9fb1dda91657dc06a6fa08"
 dependencies = [
  "Inflector",
  "num-format",
@@ -12598,7 +12758,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"
 dependencies = [
- "bitflags",
+ "bitflags 1.3.2",
  "cfg_aliases",
  "libc",
  "parking_lot 0.11.2",
@@ -12704,7 +12864,7 @@
 [[package]]
 name = "substrate-build-script-utils"
 version = "3.0.0"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "platforms 2.0.0",
 ]
@@ -12712,7 +12872,7 @@
 [[package]]
 name = "substrate-frame-rpc-system"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "frame-system-rpc-runtime-api",
  "futures",
@@ -12731,7 +12891,7 @@
 [[package]]
 name = "substrate-prometheus-endpoint"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "hyper",
  "log",
@@ -12743,7 +12903,7 @@
 [[package]]
 name = "substrate-rpc-client"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "async-trait",
  "jsonrpsee",
@@ -12756,7 +12916,7 @@
 [[package]]
 name = "substrate-state-trie-migration-rpc"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "jsonrpsee",
  "log",
@@ -12775,7 +12935,7 @@
 [[package]]
 name = "substrate-test-utils"
 version = "4.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "futures",
  "substrate-test-utils-derive",
@@ -12785,18 +12945,18 @@
 [[package]]
 name = "substrate-test-utils-derive"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "proc-macro-crate",
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
 name = "substrate-wasm-builder"
 version = "5.0.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "ansi_term",
  "build-helper",
@@ -12805,7 +12965,7 @@
  "sp-maybe-compressed-blob",
  "strum",
  "tempfile",
- "toml 0.7.4",
+ "toml 0.7.6",
  "walkdir",
  "wasm-opt",
 ]
@@ -12838,9 +12998,9 @@
 
 [[package]]
 name = "syn"
-version = "2.0.18"
+version = "2.0.26"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
+checksum = "45c3457aacde3c65315de5031ec191ce46604304d2446e803d71ade03308d970"
 dependencies = [
  "proc-macro2",
  "quote",
@@ -12865,7 +13025,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
 dependencies = [
- "bitflags",
+ "bitflags 1.3.2",
  "core-foundation",
  "system-configuration-sys",
 ]
@@ -12888,21 +13048,22 @@
 
 [[package]]
 name = "target-lexicon"
-version = "0.12.7"
+version = "0.12.9"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5"
+checksum = "df8e77cb757a61f51b947ec4a7e3646efd825b73561db1c232a8ccb639e611a0"
 
 [[package]]
 name = "tempfile"
-version = "3.5.0"
+version = "3.6.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
+checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
 dependencies = [
+ "autocfg",
  "cfg-if",
  "fastrand",
  "redox_syscall 0.3.5",
- "rustix 0.37.19",
- "windows-sys 0.45.0",
+ "rustix 0.37.23",
+ "windows-sys 0.48.0",
 ]
 
 [[package]]
@@ -12954,22 +13115,22 @@
 
 [[package]]
 name = "thiserror"
-version = "1.0.40"
+version = "1.0.43"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
+checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42"
 dependencies = [
  "thiserror-impl",
 ]
 
 [[package]]
 name = "thiserror-impl"
-version = "1.0.40"
+version = "1.0.43"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
+checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f"
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
@@ -13044,9 +13205,9 @@
 
 [[package]]
 name = "time"
-version = "0.3.21"
+version = "0.3.23"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
+checksum = "59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446"
 dependencies = [
  "itoa",
  "serde",
@@ -13062,9 +13223,9 @@
 
 [[package]]
 name = "time-macros"
-version = "0.2.9"
+version = "0.2.10"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
+checksum = "96ba15a897f3c86766b757e5ac7221554c6750054d74d5b28844fce5fb36a6c4"
 dependencies = [
  "time-core",
 ]
@@ -13081,7 +13242,7 @@
  "pbkdf2 0.11.0",
  "rand 0.8.5",
  "rustc-hash",
- "sha2 0.10.6",
+ "sha2 0.10.7",
  "thiserror",
  "unicode-normalization",
  "wasm-bindgen",
@@ -13124,19 +13285,20 @@
 
 [[package]]
 name = "tokio"
-version = "1.28.2"
+version = "1.29.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2"
+checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
 dependencies = [
  "autocfg",
+ "backtrace",
  "bytes",
  "libc",
  "mio",
  "num_cpus",
  "parking_lot 0.12.1",
- "pin-project-lite 0.2.9",
+ "pin-project-lite 0.2.10",
  "signal-hook-registry",
- "socket2",
+ "socket2 0.4.9",
  "tokio-macros",
  "windows-sys 0.48.0",
 ]
@@ -13149,10 +13311,21 @@
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
+name = "tokio-retry"
+version = "0.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f"
+dependencies = [
+ "pin-project",
+ "rand 0.8.5",
+ "tokio",
+]
+
+[[package]]
 name = "tokio-rustls"
 version = "0.23.4"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -13170,7 +13343,7 @@
 checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
 dependencies = [
  "futures-core",
- "pin-project-lite 0.2.9",
+ "pin-project-lite 0.2.10",
  "tokio",
  "tokio-util",
 ]
@@ -13185,7 +13358,7 @@
  "futures-core",
  "futures-io",
  "futures-sink",
- "pin-project-lite 0.2.9",
+ "pin-project-lite 0.2.10",
  "tokio",
  "tracing",
 ]
@@ -13201,9 +13374,9 @@
 
 [[package]]
 name = "toml"
-version = "0.7.4"
+version = "0.7.6"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec"
+checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542"
 dependencies = [
  "serde",
  "serde_spanned",
@@ -13213,20 +13386,20 @@
 
 [[package]]
 name = "toml_datetime"
-version = "0.6.2"
+version = "0.6.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"
+checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
 dependencies = [
  "serde",
 ]
 
 [[package]]
 name = "toml_edit"
-version = "0.19.10"
+version = "0.19.14"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739"
+checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a"
 dependencies = [
- "indexmap",
+ "indexmap 2.0.0",
  "serde",
  "serde_spanned",
  "toml_datetime",
@@ -13246,18 +13419,18 @@
 
 [[package]]
 name = "tower-http"
-version = "0.3.5"
+version = "0.4.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
+checksum = "a8bd22a874a2d0b70452d5597b12c537331d49060824a95f49f108994f94aa4c"
 dependencies = [
- "bitflags",
+ "bitflags 2.3.3",
  "bytes",
  "futures-core",
  "futures-util",
  "http",
  "http-body",
  "http-range-header",
- "pin-project-lite 0.2.9",
+ "pin-project-lite 0.2.10",
  "tower-layer",
  "tower-service",
 ]
@@ -13282,20 +13455,20 @@
 dependencies = [
  "cfg-if",
  "log",
- "pin-project-lite 0.2.9",
+ "pin-project-lite 0.2.10",
  "tracing-attributes",
  "tracing-core",
 ]
 
 [[package]]
 name = "tracing-attributes"
-version = "0.1.24"
+version = "0.1.26"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"
+checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
@@ -13320,8 +13493,8 @@
 
 [[package]]
 name = "tracing-gum"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "polkadot-node-jaeger",
  "polkadot-primitives",
@@ -13331,14 +13504,14 @@
 
 [[package]]
 name = "tracing-gum-proc-macro"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "expander 2.0.0",
  "proc-macro-crate",
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
@@ -13447,7 +13620,7 @@
  "lazy_static",
  "rand 0.8.5",
  "smallvec",
- "socket2",
+ "socket2 0.4.9",
  "thiserror",
  "tinyvec",
  "tokio",
@@ -13484,7 +13657,7 @@
 [[package]]
 name = "try-runtime-cli"
 version = "0.10.0-dev"
-source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42#569aae5341ea0c1d10426fa1ec13a36c0b64393b"
+source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43#5e49f6e44820affccaf517fd22af564f4b495d40"
 dependencies = [
  "async-trait",
  "clap",
@@ -13597,9 +13770,9 @@
 
 [[package]]
 name = "ucd-trie"
-version = "0.1.5"
+version = "0.1.6"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
+checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
 
 [[package]]
 name = "uint"
@@ -13621,9 +13794,9 @@
 
 [[package]]
 name = "unicode-ident"
-version = "1.0.9"
+version = "1.0.11"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
+checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
 
 [[package]]
 name = "unicode-normalization"
@@ -13648,7 +13821,7 @@
 
 [[package]]
 name = "unique-node"
-version = "0.9.42"
+version = "0.9.43"
 dependencies = [
  "app-promotion-rpc",
  "clap",
@@ -13757,7 +13930,7 @@
 
 [[package]]
 name = "unique-runtime"
-version = "0.9.42"
+version = "0.9.43"
 dependencies = [
  "app-promotion-rpc",
  "cumulus-pallet-aura-ext",
@@ -13783,7 +13956,7 @@
  "hex-literal",
  "impl-trait-for-tuples",
  "log",
- "num_enum",
+ "num_enum 0.5.11",
  "orml-tokens",
  "orml-traits",
  "orml-vesting",
@@ -13896,7 +14069,7 @@
 
 [[package]]
 name = "up-common"
-version = "0.9.42"
+version = "0.9.43"
 dependencies = [
  "cumulus-primitives-core",
  "fp-rpc",
@@ -13955,7 +14128,7 @@
 [[package]]
 name = "up-sponsorship"
 version = "0.1.0"
-source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.42#be3a4a92920866f234c66eff18df9c624bb7dfc4"
+source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.43#bd6e4a2a97b1415c22f96512b857d9615cbe2f81"
 dependencies = [
  "impl-trait-for-tuples",
 ]
@@ -13979,11 +14152,11 @@
 
 [[package]]
 name = "uuid"
-version = "1.3.3"
+version = "1.4.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2"
+checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be"
 dependencies = [
- "getrandom 0.2.9",
+ "getrandom 0.2.10",
 ]
 
 [[package]]
@@ -14037,11 +14210,10 @@
 
 [[package]]
 name = "want"
-version = "0.3.0"
+version = "0.3.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
+checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
 dependencies = [
- "log",
  "try-lock",
 ]
 
@@ -14065,9 +14237,9 @@
 
 [[package]]
 name = "wasm-bindgen"
-version = "0.2.86"
+version = "0.2.87"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73"
+checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
 dependencies = [
  "cfg-if",
  "wasm-bindgen-macro",
@@ -14075,24 +14247,24 @@
 
 [[package]]
 name = "wasm-bindgen-backend"
-version = "0.2.86"
+version = "0.2.87"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb"
+checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
 dependencies = [
  "bumpalo",
  "log",
  "once_cell",
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
  "wasm-bindgen-shared",
 ]
 
 [[package]]
 name = "wasm-bindgen-futures"
-version = "0.4.36"
+version = "0.4.37"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e"
+checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
 dependencies = [
  "cfg-if",
  "js-sys",
@@ -14102,9 +14274,9 @@
 
 [[package]]
 name = "wasm-bindgen-macro"
-version = "0.2.86"
+version = "0.2.87"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258"
+checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
 dependencies = [
  "quote",
  "wasm-bindgen-macro-support",
@@ -14112,22 +14284,22 @@
 
 [[package]]
 name = "wasm-bindgen-macro-support"
-version = "0.2.86"
+version = "0.2.87"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8"
+checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
  "wasm-bindgen-backend",
  "wasm-bindgen-shared",
 ]
 
 [[package]]
 name = "wasm-bindgen-shared"
-version = "0.2.86"
+version = "0.2.87"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93"
+checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
 
 [[package]]
 name = "wasm-instrument"
@@ -14140,9 +14312,9 @@
 
 [[package]]
 name = "wasm-opt"
-version = "0.111.0"
+version = "0.112.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "84a303793cbc01fb96551badfc7367db6007396bba6bac97936b3c8b6f7fdb41"
+checksum = "87fef6d0d508f08334e0ab0e6877feb4c0ecb3956bcf2cb950699b22fedf3e9c"
 dependencies = [
  "anyhow",
  "libc",
@@ -14156,9 +14328,9 @@
 
 [[package]]
 name = "wasm-opt-cxx-sys"
-version = "0.111.0"
+version = "0.112.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d9c9deb56f8a9f2ec177b3bd642a8205621835944ed5da55f2388ef216aca5a4"
+checksum = "bc816bbc1596c8f2e8127e137a760c798023ef3d378f2ae51f0f1840e2dfa445"
 dependencies = [
  "anyhow",
  "cxx",
@@ -14168,15 +14340,14 @@
 
 [[package]]
 name = "wasm-opt-sys"
-version = "0.111.0"
+version = "0.112.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4432e28b542738a9776cedf92e8a99d8991c7b4667ee2c7ccddfb479dd2856a7"
+checksum = "40199e4f68ef1071b3c6d0bd8026a12b481865d4b9e49c156932ea9a6234dd14"
 dependencies = [
  "anyhow",
  "cc",
  "cxx",
  "cxx-build",
- "regex",
 ]
 
 [[package]]
@@ -14225,32 +14396,31 @@
  "memory_units",
  "num-rational",
  "num-traits",
- "region",
 ]
 
 [[package]]
 name = "wasmparser"
-version = "0.100.0"
+version = "0.102.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "64b20236ab624147dfbb62cf12a19aaf66af0e41b8398838b66e997d07d269d4"
+checksum = "48134de3d7598219ab9eaf6b91b15d8e50d31da76b8519fe4ecfcec2cf35104b"
 dependencies = [
- "indexmap",
+ "indexmap 1.9.3",
  "url",
 ]
 
 [[package]]
 name = "wasmtime"
-version = "6.0.2"
+version = "8.0.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "76a222f5fa1e14b2cefc286f1b68494d7a965f4bf57ec04c59bb62673d639af6"
+checksum = "f907fdead3153cb9bfb7a93bbd5b62629472dc06dee83605358c64c52ed3dda9"
 dependencies = [
  "anyhow",
  "bincode",
  "cfg-if",
- "indexmap",
+ "indexmap 1.9.3",
  "libc",
  "log",
- "object 0.29.0",
+ "object 0.30.4",
  "once_cell",
  "paste",
  "psm",
@@ -14263,43 +14433,43 @@
  "wasmtime-environ",
  "wasmtime-jit",
  "wasmtime-runtime",
- "windows-sys 0.42.0",
+ "windows-sys 0.45.0",
 ]
 
 [[package]]
 name = "wasmtime-asm-macros"
-version = "6.0.2"
+version = "8.0.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4407a7246e7d2f3d8fb1cf0c72fda8dbafdb6dd34d555ae8bea0e5ae031089cc"
+checksum = "d3b9daa7c14cd4fa3edbf69de994408d5f4b7b0959ac13fa69d465f6597f810d"
 dependencies = [
  "cfg-if",
 ]
 
 [[package]]
 name = "wasmtime-cache"
-version = "6.0.2"
+version = "8.0.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5ceb3adf61d654be0be67fffdce42447b0880481348785be5fe40b5dd7663a4c"
+checksum = "c86437fa68626fe896e5afc69234bb2b5894949083586535f200385adfd71213"
 dependencies = [
  "anyhow",
- "base64 0.13.1",
+ "base64 0.21.2",
  "bincode",
  "directories-next",
  "file-per-thread-logger",
  "log",
- "rustix 0.36.14",
+ "rustix 0.36.15",
  "serde",
- "sha2 0.10.6",
+ "sha2 0.10.7",
  "toml 0.5.11",
- "windows-sys 0.42.0",
+ "windows-sys 0.45.0",
  "zstd 0.11.2+zstd.1.5.2",
 ]
 
 [[package]]
 name = "wasmtime-cranelift"
-version = "6.0.2"
+version = "8.0.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3c366bb8647e01fd08cb5589976284b00abfded5529b33d7e7f3f086c68304a4"
+checksum = "b1cefde0cce8cb700b1b21b6298a3837dba46521affd7b8c38a9ee2c869eee04"
 dependencies = [
  "anyhow",
  "cranelift-codegen",
@@ -14307,27 +14477,43 @@
  "cranelift-frontend",
  "cranelift-native",
  "cranelift-wasm",
- "gimli 0.26.2",
+ "gimli",
  "log",
- "object 0.29.0",
+ "object 0.30.4",
  "target-lexicon",
  "thiserror",
  "wasmparser",
+ "wasmtime-cranelift-shared",
  "wasmtime-environ",
 ]
 
 [[package]]
+name = "wasmtime-cranelift-shared"
+version = "8.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "cd041e382ef5aea1b9fc78442394f1a4f6d676ce457e7076ca4cb3f397882f8b"
+dependencies = [
+ "anyhow",
+ "cranelift-codegen",
+ "cranelift-native",
+ "gimli",
+ "object 0.30.4",
+ "target-lexicon",
+ "wasmtime-environ",
+]
+
+[[package]]
 name = "wasmtime-environ"
-version = "6.0.2"
+version = "8.0.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "47b8b50962eae38ee319f7b24900b7cf371f03eebdc17400c1dc8575fc10c9a7"
+checksum = "a990198cee4197423045235bf89d3359e69bd2ea031005f4c2d901125955c949"
 dependencies = [
  "anyhow",
  "cranelift-entity",
- "gimli 0.26.2",
- "indexmap",
+ "gimli",
+ "indexmap 1.9.3",
  "log",
- "object 0.29.0",
+ "object 0.30.4",
  "serde",
  "target-lexicon",
  "thiserror",
@@ -14337,18 +14523,18 @@
 
 [[package]]
 name = "wasmtime-jit"
-version = "6.0.2"
+version = "8.0.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ffaed4f9a234ba5225d8e64eac7b4a5d13b994aeb37353cde2cbeb3febda9eaa"
+checksum = "0de48df552cfca1c9b750002d3e07b45772dd033b0b206d5c0968496abf31244"
 dependencies = [
- "addr2line 0.17.0",
+ "addr2line 0.19.0",
  "anyhow",
  "bincode",
  "cfg-if",
  "cpp_demangle",
- "gimli 0.26.2",
+ "gimli",
  "log",
- "object 0.29.0",
+ "object 0.30.4",
  "rustc-demangle",
  "serde",
  "target-lexicon",
@@ -14356,60 +14542,60 @@
  "wasmtime-jit-debug",
  "wasmtime-jit-icache-coherence",
  "wasmtime-runtime",
- "windows-sys 0.42.0",
+ "windows-sys 0.45.0",
 ]
 
 [[package]]
 name = "wasmtime-jit-debug"
-version = "6.0.2"
+version = "8.0.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "eed41cbcbf74ce3ff6f1d07d1b707888166dc408d1a880f651268f4f7c9194b2"
+checksum = "6e0554b84c15a27d76281d06838aed94e13a77d7bf604bbbaf548aa20eb93846"
 dependencies = [
- "object 0.29.0",
+ "object 0.30.4",
  "once_cell",
- "rustix 0.36.14",
+ "rustix 0.36.15",
 ]
 
 [[package]]
 name = "wasmtime-jit-icache-coherence"
-version = "6.0.2"
+version = "8.0.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "43a28ae1e648461bfdbb79db3efdaee1bca5b940872e4175390f465593a2e54c"
+checksum = "aecae978b13f7f67efb23bd827373ace4578f2137ec110bbf6a4a7cde4121bbd"
 dependencies = [
  "cfg-if",
  "libc",
- "windows-sys 0.42.0",
+ "windows-sys 0.45.0",
 ]
 
 [[package]]
 name = "wasmtime-runtime"
-version = "6.0.2"
+version = "8.0.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e704b126e4252788ccfc3526d4d4511d4b23c521bf123e447ac726c14545217b"
+checksum = "658cf6f325232b6760e202e5255d823da5e348fdea827eff0a2a22319000b441"
 dependencies = [
  "anyhow",
  "cc",
  "cfg-if",
- "indexmap",
+ "indexmap 1.9.3",
  "libc",
  "log",
  "mach",
  "memfd",
- "memoffset 0.6.5",
+ "memoffset 0.8.0",
  "paste",
  "rand 0.8.5",
- "rustix 0.36.14",
+ "rustix 0.36.15",
  "wasmtime-asm-macros",
  "wasmtime-environ",
  "wasmtime-jit-debug",
- "windows-sys 0.42.0",
+ "windows-sys 0.45.0",
 ]
 
 [[package]]
 name = "wasmtime-types"
-version = "6.0.2"
+version = "8.0.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "83e5572c5727c1ee7e8f28717aaa8400e4d22dcbd714ea5457d85b5005206568"
+checksum = "a4f6fffd2a1011887d57f07654dd112791e872e3ff4a2e626aee8059ee17f06f"
 dependencies = [
  "cranelift-entity",
  "serde",
@@ -14419,9 +14605,9 @@
 
 [[package]]
 name = "web-sys"
-version = "0.3.63"
+version = "0.3.64"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2"
+checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
 dependencies = [
  "js-sys",
  "wasm-bindgen",
@@ -14479,10 +14665,10 @@
  "sdp",
  "serde",
  "serde_json",
- "sha2 0.10.6",
+ "sha2 0.10.7",
  "stun",
  "thiserror",
- "time 0.3.21",
+ "time 0.3.23",
  "tokio",
  "turn",
  "url",
@@ -14542,7 +14728,7 @@
  "sec1 0.3.0",
  "serde",
  "sha1",
- "sha2 0.10.6",
+ "sha2 0.10.7",
  "signature 1.6.4",
  "subtle",
  "thiserror",
@@ -14584,7 +14770,7 @@
 checksum = "f08dfd7a6e3987e255c4dbe710dde5d94d0f0574f8a21afa95d171376c143106"
 dependencies = [
  "log",
- "socket2",
+ "socket2 0.4.9",
  "thiserror",
  "tokio",
  "webrtc-util",
@@ -14651,7 +14837,7 @@
 checksum = "93f1db1727772c05cf7a2cfece52c3aca8045ca1e176cd517d323489aa3c6d87"
 dependencies = [
  "async-trait",
- "bitflags",
+ "bitflags 1.3.2",
  "bytes",
  "cc",
  "ipnet",
@@ -14667,8 +14853,8 @@
 
 [[package]]
 name = "westend-runtime"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "bitvec",
  "frame-benchmarking",
@@ -14693,10 +14879,11 @@
  "pallet-elections-phragmen",
  "pallet-fast-unstake",
  "pallet-grandpa",
- "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.42)",
+ "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.43)",
  "pallet-im-online",
  "pallet-indices",
  "pallet-membership",
+ "pallet-message-queue",
  "pallet-multisig",
  "pallet-nomination-pools",
  "pallet-nomination-pools-benchmarking",
@@ -14759,8 +14946,8 @@
 
 [[package]]
 name = "westend-runtime-constants"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "frame-support",
  "polkadot-primitives",
@@ -14784,9 +14971,9 @@
 
 [[package]]
 name = "wide"
-version = "0.7.9"
+version = "0.7.11"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5cd0496a71f3cc6bc4bf0ed91346426a5099e93d89807e663162dc5a1069ff65"
+checksum = "aa469ffa65ef7e0ba0f164183697b89b854253fd31aeb92358b7b6155177d62f"
 dependencies = [
  "bytemuck",
  "safe_arch",
@@ -14794,9 +14981,9 @@
 
 [[package]]
 name = "widestring"
-version = "0.5.1"
+version = "1.0.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"
+checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"
 
 [[package]]
 name = "winapi"
@@ -14848,22 +15035,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
 dependencies = [
- "windows-targets 0.48.0",
-]
-
-[[package]]
-name = "windows-sys"
-version = "0.42.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
-dependencies = [
- "windows_aarch64_gnullvm 0.42.2",
- "windows_aarch64_msvc 0.42.2",
- "windows_i686_gnu 0.42.2",
- "windows_i686_msvc 0.42.2",
- "windows_x86_64_gnu 0.42.2",
- "windows_x86_64_gnullvm 0.42.2",
- "windows_x86_64_msvc 0.42.2",
+ "windows-targets 0.48.1",
 ]
 
 [[package]]
@@ -14881,7 +15053,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
 dependencies = [
- "windows-targets 0.48.0",
+ "windows-targets 0.48.1",
 ]
 
 [[package]]
@@ -14901,9 +15073,9 @@
 
 [[package]]
 name = "windows-targets"
-version = "0.48.0"
+version = "0.48.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
+checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
 dependencies = [
  "windows_aarch64_gnullvm 0.48.0",
  "windows_aarch64_msvc 0.48.0",
@@ -15030,20 +15202,21 @@
 
 [[package]]
 name = "winnow"
-version = "0.4.6"
+version = "0.5.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"
+checksum = "81fac9742fd1ad1bd9643b991319f72dd031016d44b77039a26977eb667141e7"
 dependencies = [
  "memchr",
 ]
 
 [[package]]
 name = "winreg"
-version = "0.10.1"
+version = "0.50.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
+checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
 dependencies = [
- "winapi",
+ "cfg-if",
+ "windows-sys 0.48.0",
 ]
 
 [[package]]
@@ -15093,7 +15266,7 @@
  "ring",
  "rusticata-macros",
  "thiserror",
- "time 0.3.21",
+ "time 0.3.23",
 ]
 
 [[package]]
@@ -15111,13 +15284,13 @@
  "oid-registry 0.6.1",
  "rusticata-macros",
  "thiserror",
- "time 0.3.21",
+ "time 0.3.23",
 ]
 
 [[package]]
 name = "xcm"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "bounded-collections",
  "derivative",
@@ -15132,8 +15305,8 @@
 
 [[package]]
 name = "xcm-builder"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "frame-support",
  "frame-system",
@@ -15147,14 +15320,15 @@
  "sp-io",
  "sp-runtime",
  "sp-std",
+ "sp-weights",
  "xcm",
  "xcm-executor",
 ]
 
 [[package]]
 name = "xcm-executor"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "environmental",
  "frame-benchmarking",
@@ -15173,13 +15347,13 @@
 
 [[package]]
 name = "xcm-procedural"
-version = "0.9.42"
-source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.42#9b1fc27cec47f01a2c229532ee7ab79cc5bb28ef"
+version = "0.9.43"
+source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.43#ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25"
 dependencies = [
  "Inflector",
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
@@ -15202,7 +15376,7 @@
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
 dependencies = [
- "time 0.3.21",
+ "time 0.3.23",
 ]
 
 [[package]]
@@ -15222,7 +15396,7 @@
 dependencies = [
  "proc-macro2",
  "quote",
- "syn 2.0.18",
+ "syn 2.0.26",
 ]
 
 [[package]]
modifiedCargo.tomldiffbeforeafterboth
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@
 	'runtime/tests',
 	'runtime/unique',
 ]
-package.version = "0.9.42"
+package.version = "0.9.43"
 resolver = "2"
 
 [profile.release]
@@ -30,7 +30,7 @@
 evm-coder = { git = "https://github.com/uniquenetwork/evm-coder", tag = "v0.3.1", default-features = false }
 pallet-app-promotion = { path = "pallets/app-promotion", default-features = false }
 pallet-balances-adapter = { default-features = false, path = "pallets/balances-adapter" }
-pallet-charge-transaction = { package = "pallet-template-transaction-payment", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.42" }
+pallet-charge-transaction = { package = "pallet-template-transaction-payment", default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.43" }
 pallet-collator-selection = { default-features = false, path = "pallets/collator-selection" }
 pallet-common = { default-features = false, path = "pallets/common" }
 pallet-configuration = { default-features = false, path = "pallets/configuration" }
@@ -57,7 +57,7 @@
 up-data-structs = { path = "primitives/data-structs", default-features = false }
 up-pov-estimate-rpc = { path = "primitives/pov-estimate-rpc", default-features = false }
 up-rpc = { path = "primitives/rpc", default-features = false }
-up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.42" }
+up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.43" }
 
 # Unique: Runtimes
 opal-runtime = { path = "runtime/opal" }
@@ -65,130 +65,130 @@
 unique-runtime = { path = "runtime/unique" }
 
 # Frontier (Unique patches over the Parity version)
-fc-consensus = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42-1" }
-fc-db = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42-1" }
-fc-mapping-sync = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42-1" }
-fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42-1" }
-fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42-1" }
-fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42-1" }
-fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42-1" }
-fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42-1" }
-fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42-1" }
-pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42-1" }
-pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42-1" }
-pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42-1" }
-pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.42-1" }
+fc-consensus = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }
+fc-db = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }
+fc-mapping-sync = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }
+fc-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }
+fc-rpc-core = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }
+fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }
+fp-rpc = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }
+fp-self-contained = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }
+fp-storage = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }
+pallet-base-fee = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }
+pallet-ethereum = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }
+pallet-evm = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }
+pallet-evm-precompile-simple = { default-features = false, git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.43" }
 
 # Parity
 codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.2.2" }
-cumulus-client-cli = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
-cumulus-client-consensus-aura = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
-cumulus-client-consensus-common = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
-cumulus-client-network = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
-cumulus-client-service = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
-cumulus-pallet-aura-ext = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
-cumulus-pallet-dmp-queue = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
-cumulus-pallet-parachain-system = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
-cumulus-pallet-xcm = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
-cumulus-pallet-xcmp-queue = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
-cumulus-primitives-core = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
-cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
-cumulus-primitives-timestamp = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
-cumulus-primitives-utility = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
-cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
-cumulus-relay-chain-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
-cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
-frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-pallet-authorship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-pallet-preimage = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-pallet-state-trie-migration = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-pallet-treasury = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.42", default-features = false }
-parachain-info = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.42" }
-polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.42" }
-polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.42", default-features = false }
-polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.42" }
-polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.42" }
-sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sc-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sc-network-sync = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
+cumulus-client-cli = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }
+cumulus-client-consensus-aura = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }
+cumulus-client-consensus-common = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }
+cumulus-client-network = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }
+cumulus-client-service = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }
+cumulus-pallet-aura-ext = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }
+cumulus-pallet-dmp-queue = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }
+cumulus-pallet-parachain-system = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }
+cumulus-pallet-xcm = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }
+cumulus-pallet-xcmp-queue = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }
+cumulus-primitives-core = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }
+cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }
+cumulus-primitives-timestamp = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }
+cumulus-primitives-utility = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }
+cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }
+cumulus-relay-chain-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }
+cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }
+frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+frame-system-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+pallet-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+pallet-authorship = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+pallet-balances = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+pallet-preimage = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+pallet-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+pallet-state-trie-migration = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+pallet-sudo = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+pallet-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+pallet-transaction-payment = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+pallet-treasury = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }
+parachain-info = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43" }
+polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43" }
+polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }
+polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43" }
+polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43" }
+sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sc-consensus-grandpa = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sc-consensus-manual-seal = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sc-network-sync = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sc-service = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sc-sysinfo = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
 scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
-sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sp-block-builder = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sp-inherents = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sp-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sp-staking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sp-trie = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-sp-version = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.42", default-features = false }
-xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.42", default-features = false }
-xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.42", default-features = false }
+sp-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sp-block-builder = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sp-consensus-aura = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sp-core = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sp-inherents = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sp-offchain = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sp-session = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sp-staking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sp-std = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sp-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sp-transaction-pool = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sp-trie = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+sp-version = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }
+xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }
+xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false }
 
 # Parity: Build utils
-substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
+substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
 
 # Parity: Benchmarking
-frame-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-frame-system-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
+frame-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+frame-system-benchmarking = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
 
 # Parity: Try Runtime
-frame-try-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
-try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
+frame-try-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
+try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
 
 # ORML
-orml-tokens = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "polkadot-v0.9.42" }
-orml-traits = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "polkadot-v0.9.42" }
-orml-vesting = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "polkadot-v0.9.42" }
-orml-xcm-support = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "polkadot-v0.9.42" }
-orml-xtokens = { default-features = false, git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "polkadot-v0.9.42" }
+orml-tokens = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" }
+orml-traits = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" }
+orml-vesting = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" }
+orml-xcm-support = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" }
+orml-xtokens = { default-features = false, git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.43" }
 
 # Other
 derivative = { version = "2.2.0", features = ["use_core"] }
 ethereum = { version = "0.14.0", default-features = false }
-evm-core = { default-features = false, version = "0.37.0" }
+evm-core = { git = "https://github.com/rust-blockchain/evm", rev = "b7b82c7e1fc57b7449d6dfa6826600de37cc1e65", default-features = false }
 hex-literal = "0.4.1"
 impl-trait-for-tuples = "0.2.2"
 jsonrpsee = { version = "0.16.2", features = ["macros", "server"] }
modifiedREADME.mddiffbeforeafterboth
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@
 ```
 git clone https://github.com/paritytech/polkadot.git
 cd polkadot
-git checkout release-v0.9.42
+git checkout release-v0.9.43
 cargo build --release
 ```
 
modifiedlaunch-config-full.jsondiffbeforeafterboth
--- a/launch-config-full.json
+++ b/launch-config-full.json
@@ -72,8 +72,7 @@
             "nodes": [
                 {
                     "port": 31200,
-                    "wsPort": 9944,
-                    "rpcPort": 9933,
+                    "rpcPort": 9944,
                     "name": "alice",
                     "flags": [
                         "--rpc-cors=all",
@@ -84,8 +83,7 @@
                 },
                 {
                     "port": 31201,
-                    "wsPort": 9945,
-                    "rpcPort": 9934,
+                    "rpcPort": 9945,
                     "name": "bob",
                     "flags": [
                         "--rpc-cors=all",
modifiedlaunch-config.jsondiffbeforeafterboth
--- a/launch-config.json
+++ b/launch-config.json
@@ -90,8 +90,7 @@
             "nodes": [
                 {
                     "port": 31200,
-                    "wsPort": 9944,
-                    "rpcPort": 9933,
+                    "rpcPort": 9944,
                     "name": "alice",
                     "flags": [
                         "--rpc-cors=all",
@@ -102,8 +101,7 @@
                 },
                 {
                     "port": 31201,
-                    "wsPort": 9945,
-                    "rpcPort": 9934,
+                    "rpcPort": 9945,
                     "name": "bob",
                     "flags": [
                         "--rpc-cors=all",
modifiednode/cli/src/cli.rsdiffbeforeafterboth
--- a/node/cli/src/cli.rs
+++ b/node/cli/src/cli.rs
@@ -114,7 +114,7 @@
 	pub chain_id: Option<String>,
 
 	/// The base path that should be used by the relay chain.
-	pub base_path: Option<PathBuf>,
+	pub base_path: PathBuf,
 }
 
 impl RelayChainCli {
@@ -125,10 +125,7 @@
 	) -> Self {
 		let extension = chain_spec::Extensions::try_get(&*para_config.chain_spec);
 		let chain_id = extension.map(|e| e.relay_chain.clone());
-		let base_path = para_config
-			.base_path
-			.as_ref()
-			.map(|x| x.path().join("polkadot"));
+		let base_path = para_config.base_path.path().join("polkadot");
 		Self {
 			base_path,
 			chain_id,
modifiednode/cli/src/command.rsdiffbeforeafterboth
--- a/node/cli/src/command.rs
+++ b/node/cli/src/command.rs
@@ -59,12 +59,10 @@
 	ChainSpec, CliConfiguration, DefaultConfigurationValues, ImportParams, KeystoreParams,
 	NetworkParams, Result, RuntimeVersion, SharedParams, SubstrateCli,
 };
-use sc_service::{
-	config::{BasePath, PrometheusConfig},
-};
+use sc_service::config::{BasePath, PrometheusConfig};
 use sp_core::hexdisplay::HexDisplay;
 use sp_runtime::traits::{AccountIdConversion, Block as BlockT};
-use std::{net::SocketAddr, time::Duration};
+use std::{time::Duration};
 
 use up_common::types::opaque::{Block, RuntimeId};
 
@@ -555,14 +553,10 @@
 		30334
 	}
 
-	fn rpc_ws_listen_port() -> u16 {
+	fn rpc_listen_port() -> u16 {
 		9945
 	}
 
-	fn rpc_http_listen_port() -> u16 {
-		9934
-	}
-
 	fn prometheus_listen_port() -> u16 {
 		9616
 	}
@@ -589,21 +583,9 @@
 		Ok(self
 			.shared_params()
 			.base_path()?
-			.or_else(|| self.base_path.clone().map(Into::into)))
-	}
-
-	fn rpc_http(&self, default_listen_port: u16) -> Result<Option<SocketAddr>> {
-		self.base.base.rpc_http(default_listen_port)
-	}
-
-	fn rpc_ipc(&self) -> Result<Option<String>> {
-		self.base.base.rpc_ipc()
+			.or_else(|| Some(self.base_path.clone().into())))
 	}
 
-	fn rpc_ws(&self, default_listen_port: u16) -> Result<Option<SocketAddr>> {
-		self.base.base.rpc_ws(default_listen_port)
-	}
-
 	fn prometheus_config(
 		&self,
 		default_listen_port: u16,
@@ -646,8 +628,8 @@
 		self.base.base.rpc_methods()
 	}
 
-	fn rpc_ws_max_connections(&self) -> Result<Option<usize>> {
-		self.base.base.rpc_ws_max_connections()
+	fn rpc_max_connections(&self) -> Result<u32> {
+		self.base.base.rpc_max_connections()
 	}
 
 	fn rpc_cors(&self, is_dev: bool) -> Result<Option<Vec<String>>> {
modifiednode/cli/src/service.rsdiffbeforeafterboth
--- a/node/cli/src/service.rs
+++ b/node/cli/src/service.rs
@@ -54,7 +54,7 @@
 use sc_executor::NativeExecutionDispatch;
 use sc_network::NetworkBlock;
 use sc_network_sync::SyncingService;
-use sc_service::{BasePath, Configuration, PartialComponents, TaskManager};
+use sc_service::{Configuration, PartialComponents, TaskManager};
 use sc_telemetry::{Telemetry, TelemetryHandle, TelemetryWorker, TelemetryWorkerHandle};
 use sp_runtime::traits::BlakeTwo256;
 use substrate_prometheus_endpoint::Registry;
@@ -65,7 +65,7 @@
 
 // Frontier Imports
 use fc_rpc_core::types::FilterPool;
-use fc_mapping_sync::{MappingSyncWorker, SyncStrategy};
+use fc_mapping_sync::{kv::MappingSyncWorker, SyncStrategy};
 
 use up_common::types::opaque::*;
 
@@ -176,19 +176,13 @@
 pub fn open_frontier_backend<Block: BlockT, C: sp_blockchain::HeaderBackend<Block>>(
 	client: Arc<C>,
 	config: &Configuration,
-) -> Result<Arc<fc_db::Backend<Block>>, String> {
-	let config_dir = config
-		.base_path
-		.as_ref()
-		.map(|base_path| base_path.config_dir(config.chain_spec.id()))
-		.unwrap_or_else(|| {
-			BasePath::from_project("", "", "unique").config_dir(config.chain_spec.id())
-		});
+) -> Result<Arc<fc_db::kv::Backend<Block>>, String> {
+	let config_dir = config.base_path.config_dir(config.chain_spec.id());
 	let database_dir = config_dir.join("frontier").join("db");
 
-	Ok(Arc::new(fc_db::Backend::<Block>::new(
+	Ok(Arc::new(fc_db::kv::Backend::<Block>::new(
 		client,
-		&fc_db::DatabaseSettings {
+		&fc_db::kv::DatabaseSettings {
 			source: fc_db::DatabaseSource::RocksDb {
 				path: database_dir,
 				cache_size: 0,
@@ -222,7 +216,7 @@
 		(
 			Option<Telemetry>,
 			Option<FilterPool>,
-			Arc<fc_db::Backend<Block>>,
+			Arc<fc_db::kv::Backend<Block>>,
 			Option<TelemetryWorkerHandle>,
 			FeeHistoryCache,
 		),
@@ -435,6 +429,7 @@
 		new_partial::<RuntimeApi, ExecutorDispatch, BIQ>(&parachain_config, build_import_queue)?;
 	let (mut telemetry, filter_pool, frontier_backend, telemetry_worker_handle, fee_history_cache) =
 		params.other;
+	let net_config = sc_network::config::FullNetworkConfiguration::new(&parachain_config.network);
 
 	let client = params.client.clone();
 	let backend = params.backend.clone();
@@ -462,6 +457,7 @@
 	let (network, system_rpc_tx, tx_handler_controller, start_network, sync_service) =
 		sc_service::build_network(sc_service::BuildNetworkParams {
 			config: &parachain_config,
+			net_config,
 			client: client.clone(),
 			transaction_pool: transaction_pool.clone(),
 			spawn_handle: task_manager.spawn_handle(),
@@ -919,6 +915,7 @@
 		&config,
 		dev_build_import_queue::<RuntimeApi, ExecutorDispatch>,
 	)?;
+	let net_config = sc_network::config::FullNetworkConfiguration::new(&config.network);
 	let prometheus_registry = config.prometheus_registry().cloned();
 
 	let block_data_cache = Arc::new(fc_rpc::EthBlockDataCacheTask::new(
@@ -937,6 +934,7 @@
 	let (network, system_rpc_tx, tx_handler_controller, network_starter, sync_service) =
 		sc_service::build_network(sc_service::BuildNetworkParams {
 			config: &config,
+			net_config,
 			client: client.clone(),
 			transaction_pool: transaction_pool.clone(),
 			spawn_handle: task_manager.spawn_handle(),
@@ -959,8 +957,7 @@
 	let select_chain = maybe_select_chain;
 
 	if collator {
-		let block_import =
-			FrontierBlockImport::new(client.clone(), client.clone(), frontier_backend.clone());
+		let block_import = FrontierBlockImport::new(client.clone(), client.clone());
 
 		let env = sc_basic_authorship::ProposerFactory::new(
 			task_manager.spawn_handle(),
modifiednode/rpc/src/lib.rsdiffbeforeafterboth
--- a/node/rpc/src/lib.rs
+++ b/node/rpc/src/lib.rs
@@ -93,7 +93,7 @@
 	pub backend: Arc<FullBackend>,
 
 	/// Ethereum Backend.
-	pub eth_backend: Arc<fc_db::Backend<Block>>,
+	pub eth_backend: Arc<dyn fc_db::BackendReader<Block> + Send + Sync>,
 	/// Maximum number of logs in a query.
 	pub max_past_logs: u32,
 	/// Maximum fee history cache size.
@@ -181,7 +181,7 @@
 {
 	use fc_rpc::{
 		Eth, EthApiServer, EthDevSigner, EthFilter, EthFilterApiServer, EthPubSub,
-		EthPubSubApiServer, EthSigner, Net, NetApiServer, Web3, Web3ApiServer,
+		EthPubSubApiServer, EthSigner, Net, NetApiServer, Web3, Web3ApiServer, TxPool, TxPoolApiServer
 	};
 	use uc_rpc::{UniqueApiServer, Unique};
 
@@ -240,7 +240,7 @@
 		Eth::new(
 			client.clone(),
 			pool.clone(),
-			graph,
+			graph.clone(),
 			Some(<R as RuntimeInstance>::get_transaction_converter()),
 			sync.clone(),
 			signers,
@@ -272,11 +272,13 @@
 		.into_rpc(),
 	)?;
 
+	let tx_pool = TxPool::new(client.clone(), graph);
 	if let Some(filter_pool) = filter_pool {
 		io.merge(
 			EthFilter::new(
 				client.clone(),
 				eth_backend,
+				tx_pool.clone(),
 				filter_pool,
 				500_usize, // max stored filters
 				max_past_logs,
@@ -310,5 +312,7 @@
 		.into_rpc(),
 	)?;
 
+	io.merge(tx_pool.into_rpc())?;
+
 	Ok(io)
 }
modifiedpallets/evm-coder-substrate/src/lib.rsdiffbeforeafterboth
--- a/pallets/evm-coder-substrate/src/lib.rs
+++ b/pallets/evm-coder-substrate/src/lib.rs
@@ -41,7 +41,6 @@
 // #[cfg(feature = "runtime-benchmarks")]
 // pub mod benchmarking;
 pub mod execution;
-pub use evm_coder::*;
 
 #[doc(hidden)]
 pub use spez::spez;
@@ -52,14 +51,13 @@
 };
 
 pub use pallet::*;
+pub use evm_coder::{ResultWithPostInfoOf, Contract, abi, solidity_interface, ToLog, types};
 
 #[frame_support::pallet]
 pub mod pallet {
 	use super::*;
 
-	use frame_system::ensure_signed;
 	pub use frame_support::dispatch::DispatchResult;
-	use frame_system::pallet_prelude::*;
 
 	/// DispatchError is opaque, but we need to somehow extract correct error in case of OutOfGas failure
 	/// So we have this pallet, which defines OutOfGas error, and knews its own id to check if DispatchError
@@ -77,16 +75,6 @@
 
 	#[pallet::pallet]
 	pub struct Pallet<T>(_);
-
-	#[pallet::call]
-	impl<T: Config> Pallet<T> {
-		#[pallet::call_index(0)]
-		#[pallet::weight(0)]
-		pub fn empty_call(origin: OriginFor<T>) -> DispatchResult {
-			let _sender = ensure_signed(origin)?;
-			Ok(())
-		}
-	}
 }
 
 // From instabul hardfork configuration: https://github.com/rust-blockchain/evm/blob/fd4fd6acc0ca3208d6770fdb3ba407c94cdf97c6/runtime/src/lib.rs#L284
modifiedpallets/evm-contract-helpers/src/lib.rsdiffbeforeafterboth
--- a/pallets/evm-contract-helpers/src/lib.rs
+++ b/pallets/evm-contract-helpers/src/lib.rs
@@ -32,7 +32,6 @@
 #[frame_support::pallet]
 pub mod pallet {
 	pub use super::*;
-	use crate::eth::ContractHelpersEvents;
 	use frame_support::{pallet_prelude::*, sp_runtime::DispatchResult};
 	use frame_system::{pallet_prelude::OriginFor, ensure_root};
 	use sp_core::{H160, U256};
modifiedpallets/inflation/src/lib.rsdiffbeforeafterboth
--- a/pallets/inflation/src/lib.rs
+++ b/pallets/inflation/src/lib.rs
@@ -163,7 +163,10 @@
 		///
 		/// * inflation_start_relay_block: The relay chain block at which inflation should start
 		#[pallet::call_index(0)]
-		#[pallet::weight(0)]
+		// Constant weights are deprecated,
+		// but in this case writing benchmark is not feasible, `start_inflation` call
+		// might be even moved to GenesisConfig
+		#[pallet::weight(Weight::from_parts(0, 0))]
 		pub fn start_inflation(
 			origin: OriginFor<T>,
 			inflation_start_relay_block: T::BlockNumber,
modifiedpallets/scheduler-v2/Cargo.tomldiffbeforeafterboth
--- a/pallets/scheduler-v2/Cargo.toml
+++ b/pallets/scheduler-v2/Cargo.toml
@@ -25,7 +25,7 @@
 
 [dev-dependencies]
 pallet-preimage = { workspace = true }
-substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.42" }
+substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.43" }
 
 [features]
 default = ["std"]
modifiedruntime/common/config/ethereum.rsdiffbeforeafterboth
--- a/runtime/common/config/ethereum.rs
+++ b/runtime/common/config/ethereum.rs
@@ -20,6 +20,9 @@
 
 pub type CrossAccountId = pallet_evm::account::BasicCrossAccountId<Runtime>;
 
+// Assuming PoV size per read is 96 bytes: 16 for twox128(Evm), 16 for twox128(Storage), 32 for storage key, and 32 for storage value
+const EVM_SLOAD_PROOF_SIZE: u64 = 96;
+
 // ~~Assuming slowest ethereum opcode is SSTORE, with gas price of 20000 as our worst case~~
 // ~~(contract, which only writes a lot of data),~~
 // ~~approximating on top of our real store write weight~~
@@ -31,7 +34,10 @@
 	pub const GasPerSecond: u64 = ReadsPerSecond::get() * 2100;
 	pub const WeightTimePerGas: u64 = WEIGHT_REF_TIME_PER_SECOND / GasPerSecond::get();
 
-	pub const WeightPerGas: Weight = Weight::from_parts(WeightTimePerGas::get(), 0);
+	pub const BytesReadPerSecond: u64 = ReadsPerSecond::get() * EVM_SLOAD_PROOF_SIZE;
+	pub const ProofSizePerGas: u64 = 0; //WEIGHT_REF_TIME_PER_SECOND / GasPerSecond::get();
+
+	pub const WeightPerGas: Weight = Weight::from_parts(WeightTimePerGas::get(), ProofSizePerGas::get());
 }
 
 /// Limiting EVM execution to 50% of block for substrate users and management tasks
@@ -86,6 +92,7 @@
 	type FindAuthor = EthereumFindAuthor<Aura>;
 	type Timestamp = crate::Timestamp;
 	type WeightInfo = pallet_evm::weights::SubstrateWeight<Self>;
+	type GasLimitPovSizeRatio = ProofSizePerGas;
 }
 
 impl pallet_evm_migration::Config for Runtime {
modifiedruntime/common/config/substrate.rsdiffbeforeafterboth
--- a/runtime/common/config/substrate.rs
+++ b/runtime/common/config/substrate.rs
@@ -236,6 +236,7 @@
 impl pallet_sudo::Config for Runtime {
 	type RuntimeEvent = RuntimeEvent;
 	type RuntimeCall = RuntimeCall;
+	type WeightInfo = pallet_sudo::weights::SubstrateWeight<Self>;
 }
 
 parameter_types! {
modifiedruntime/common/config/xcm/mod.rsdiffbeforeafterboth
--- a/runtime/common/config/xcm/mod.rs
+++ b/runtime/common/config/xcm/mod.rs
@@ -220,6 +220,8 @@
 	type MaxLockers = ConstU32<8>;
 	type WeightInfo = crate::weights::xcm::SubstrateWeight<Runtime>;
 	type AdminOrigin = EnsureRoot<AccountId>;
+	type MaxRemoteLockConsumers = ConstU32<0>;
+	type RemoteLockConsumerIdentifier = ();
 	#[cfg(feature = "runtime-benchmarks")]
 	type ReachableDest = ReachableDest;
 }
modifiedruntime/common/ethereum/precompiles/mod.rsdiffbeforeafterboth
--- a/runtime/common/ethereum/precompiles/mod.rs
+++ b/runtime/common/ethereum/precompiles/mod.rs
@@ -14,7 +14,7 @@
 // You should have received a copy of the GNU General Public License
 // along with Unique Network. If not, see <http://www.gnu.org/licenses/>.
 
-use pallet_evm::{Precompile, PrecompileHandle, PrecompileResult, PrecompileSet};
+use pallet_evm::{Precompile, PrecompileHandle, PrecompileResult, PrecompileSet, IsPrecompileResult};
 use sp_core::H160;
 use sp_std::marker::PhantomData;
 
@@ -60,8 +60,11 @@
 		}
 	}
 
-	fn is_precompile(&self, address: H160) -> bool {
-		Self::used_addresses().contains(&address)
+	fn is_precompile(&self, address: H160, _gas: u64) -> IsPrecompileResult {
+		IsPrecompileResult::Answer {
+			is_precompile: Self::used_addresses().contains(&address),
+			extra_cost: 0,
+		}
 	}
 }
 
modifiedruntime/common/runtime_apis.rsdiffbeforeafterboth
--- a/runtime/common/runtime_apis.rs
+++ b/runtime/common/runtime_apis.rs
@@ -38,11 +38,14 @@
         use sp_core::{crypto::KeyTypeId, OpaqueMetadata, H256, U256, H160};
         use sp_runtime::{
             Permill,
-            traits::Block as BlockT,
+            traits::{Block as BlockT},
             transaction_validity::{TransactionSource, TransactionValidity},
             ApplyExtrinsicResult, DispatchError,
         };
-        use frame_support::pallet_prelude::Weight;
+        use frame_support::{
+            pallet_prelude::Weight,
+            traits::OnFinalize,
+        };
         use fp_rpc::TransactionStatus;
         use pallet_transaction_payment::{
             FeeDetails, RuntimeDispatchInfo,
@@ -367,6 +370,10 @@
                         access_list.unwrap_or_default(),
                         is_transactional,
                         validate,
+                        // TODO we probably want to support external cost recording in non-transactional calls
+                        None,
+                        None,
+
                         config.as_ref().unwrap_or_else(|| <Runtime as pallet_evm::Config>::config()),
                     ).map_err(|err| err.error.into())
                 }
@@ -404,6 +411,10 @@
                         access_list.unwrap_or_default(),
                         is_transactional,
                         validate,
+                        // TODO we probably want to support external cost recording in non-transactional calls
+                        None,
+                        None,
+
                         config.as_ref().unwrap_or_else(|| <Runtime as pallet_evm::Config>::config()),
                     ).map_err(|err| err.error.into())
                 }
@@ -444,6 +455,21 @@
                 }
 
                 fn gas_limit_multiplier_support() {}
+
+                fn pending_block(
+                    xts: Vec<<Block as BlockT>::Extrinsic>,
+                ) -> (Option<pallet_ethereum::Block>, Option<Vec<TransactionStatus>>) {
+                    for ext in xts.into_iter() {
+                        let _ = Executive::apply_extrinsic(ext);
+                    }
+
+                    Ethereum::on_finalize(System::block_number() + 1);
+
+                    (
+                        pallet_ethereum::CurrentBlock::<Runtime>::get(),
+                        pallet_ethereum::CurrentTransactionStatuses::<Runtime>::get()
+                    )
+                }
             }
 
             impl fp_rpc::ConvertTransactionRuntimeApi<Block> for Runtime {
modifiedtests/package.jsondiffbeforeafterboth
--- a/tests/package.json
+++ b/tests/package.json
@@ -4,24 +4,24 @@
   "description": "Unique Chain Tests",
   "main": "",
   "devDependencies": {
-    "@polkadot/typegen": "10.7.2",
+    "@polkadot/typegen": "10.9.1",
     "@types/chai": "^4.3.3",
     "@types/chai-as-promised": "^7.1.5",
     "@types/chai-like": "^1.1.1",
     "@types/chai-subset": "^1.3.3",
     "@types/mocha": "^10.0.0",
-    "@types/node": "^20.2.3",
-    "@typescript-eslint/eslint-plugin": "^5.47.0",
-    "@typescript-eslint/parser": "^5.47.0",
+    "@types/node": "^20.4.2",
+    "@typescript-eslint/eslint-plugin": "^6.0.0",
+    "@typescript-eslint/parser": "^6.0.0",
     "@zombienet/orchestrator": "https://gitpkg.now.sh/UniqueNetwork/zombienet/javascript/packages/orchestrator?2476ea76a368f1b1e94038dbfec29c27f114288e",
     "@zombienet/utils": "https://gitpkg.now.sh/UniqueNetwork/zombienet/javascript/packages/utils?2476ea76a368f1b1e94038dbfec29c27f114288e",
     "chai": "^4.3.6",
     "chai-subset": "^1.6.0",
-    "eslint": "^8.25.0",
+    "eslint": "^8.45.0",
     "eslint-plugin-mocha": "^10.1.0",
     "mocha": "^10.1.0",
     "ts-node": "^10.9.1",
-    "typescript": "^5.0.4"
+    "typescript": "^5.1.6"
   },
   "mocha": {
     "timeout": 9999999,
@@ -119,7 +119,7 @@
     "benchMintingFee": "ts-node src/benchmarks/mintFee/benchmark.ts",
     "load": "yarn _test './**/*.load.ts'",
     "loadTransfer": "ts-node src/transfer.nload.ts",
-    "polkadot-types-fetch-metadata": "curl -H 'Content-Type: application/json' -d '{\"id\":\"1\", \"jsonrpc\":\"2.0\", \"method\": \"state_getMetadata\", \"params\":[]}' http://localhost:9933 > src/interfaces/metadata.json",
+    "polkadot-types-fetch-metadata": "curl -H 'Content-Type: application/json' -d '{\"id\":\"1\", \"jsonrpc\":\"2.0\", \"method\": \"state_getMetadata\", \"params\":[]}' http://localhost:9944 > src/interfaces/metadata.json",
     "polkadot-types-from-defs": "ts-node --esm ./node_modules/.bin/polkadot-types-from-defs --endpoint src/interfaces/metadata.json --input src/interfaces/ --package .",
     "polkadot-types-from-chain": "ts-node --esm ./node_modules/.bin/polkadot-types-from-chain --endpoint src/interfaces/metadata.json --output src/interfaces/ --package .",
     "polkadot-types": "echo \"export default {}\" > src/interfaces/lookup.ts && yarn polkadot-types-fetch-metadata && yarn polkadot-types-from-defs && yarn polkadot-types-from-defs && yarn polkadot-types-from-chain",
@@ -129,11 +129,11 @@
   "license": "SEE LICENSE IN ../LICENSE",
   "homepage": "",
   "dependencies": {
-    "@openzeppelin/contracts": "^4.9.0",
-    "@polkadot/api": "10.7.2",
-    "@polkadot/rpc-core": "^10.7.2",
-    "@polkadot/util": "12.2.1",
-    "@polkadot/util-crypto": "12.2.1",
+    "@openzeppelin/contracts": "^4.9.2",
+    "@polkadot/api": "10.9.1",
+    "@polkadot/rpc-core": "^10.9.1",
+    "@polkadot/util": "12.3.2",
+    "@polkadot/util-crypto": "12.3.2",
     "@polkadot/wasm-crypto-asmjs": "^7.2.1",
     "@polkadot/wasm-crypto-wasm": "^7.2.1",
     "@rmrk-team/evm-contracts": "^1.2.1",
@@ -143,7 +143,7 @@
     "csv-writer": "^1.6.0",
     "find-process": "^1.4.7",
     "lossless-json": "^2.0.9",
-    "solc": "0.8.18",
+    "solc": "0.8.20",
     "typechain": "^8.2.0",
     "web3": "1.10.0"
   },
modifiedtests/scripts/generate_types_package.shdiffbeforeafterboth
--- a/tests/scripts/generate_types_package.sh
+++ b/tests/scripts/generate_types_package.sh
@@ -9,7 +9,7 @@
 . $DIR/functions.sh
 
 usage() {
-	echo "Usage: [RPC_URL=http://localhost:9933] $0 <--rc|--release> [--force] [--push] [--rpc-url=http://localhost:9933]" 1>&2
+	echo "Usage: [RPC_URL=http://localhost:9944] $0 <--rc|--release> [--force] [--push] [--rpc-url=http://localhost:9933]" 1>&2
 	exit 1
 }
 
modifiedtests/src/config.tsdiffbeforeafterboth
--- a/tests/src/config.ts
+++ b/tests/src/config.ts
@@ -18,7 +18,6 @@
 
 const config = {
   substrateUrl: process.env.substrateUrl || 'ws://127.0.0.1:9944',
-  frontierUrl: process.env.frontierUrl || 'http://127.0.0.1:9933',
   relayUrl: process.env.relayUrl || 'ws://127.0.0.1:9844',
   acalaUrl: process.env.acalaUrl || 'ws://127.0.0.1:9946',
   karuraUrl: process.env.acalaUrl || 'ws://127.0.0.1:9946',
modifiedtests/src/config_docker.tsdiffbeforeafterboth
--- a/tests/src/config_docker.ts
+++ b/tests/src/config_docker.ts
@@ -18,7 +18,6 @@
 
 const config = {
   substrateUrl: process.env.substrateUrl || 'ws://blockchain_nodes:9944',
-  frontierUrl: process.env.frontierUrl || 'http://blockchain_nodes:9933',
 };
 
 export default config;
modifiedtests/src/eth/allowlist.test.tsdiffbeforeafterboth
--- a/tests/src/eth/allowlist.test.ts
+++ b/tests/src/eth/allowlist.test.ts
@@ -30,7 +30,7 @@
   itEth('Contract allowlist can be toggled', async ({helper}) => {
     const owner = await helper.eth.createAccountWithBalance(donor);
     const flipper = await helper.eth.deployFlipper(owner);
-    const helpers = await helper.ethNativeContract.contractHelpers(owner);
+    const helpers = helper.ethNativeContract.contractHelpers(owner);
 
     // Any user is allowed by default
     expect(await helpers.methods.allowlistEnabled(flipper.options.address).call()).to.be.false;
modifiedtests/src/eth/fractionalizer/fractionalizer.test.tsdiffbeforeafterboth
--- a/tests/src/eth/fractionalizer/fractionalizer.test.ts
+++ b/tests/src/eth/fractionalizer/fractionalizer.test.ts
@@ -249,7 +249,7 @@
   itEth('call setRFTCollection with NFT collection', async ({helper}) => {
     const owner = await helper.eth.createAccountWithBalance(donor);
     const nftCollection = await helper.eth.createNFTCollection(owner, 'nft', 'NFT collection', 'NFT');
-    const nftContract = await helper.ethNativeContract.collection(nftCollection.collectionAddress, 'nft', owner);
+    const nftContract = helper.ethNativeContract.collection(nftCollection.collectionAddress, 'nft', owner);
 
     const fractionalizer = await deployContract(helper, owner);
     const fractionalizerAddressCross = helper.ethCrossAccount.fromAddress(fractionalizer.options.address);
@@ -284,7 +284,7 @@
     const owner = await helper.eth.createAccountWithBalance(donor);
 
     const nftCollection = await helper.eth.createNFTCollection(owner, 'nft', 'NFT collection', 'NFT');
-    const nftContract = await helper.ethNativeContract.collection(nftCollection.collectionAddress, 'nft', owner);
+    const nftContract = helper.ethNativeContract.collection(nftCollection.collectionAddress, 'nft', owner);
     const mintResult = await nftContract.methods.mint(owner).send({from: owner});
     const nftTokenId = mintResult.events.Transfer.returnValues.tokenId;
 
@@ -299,7 +299,7 @@
     const nftOwner = await helper.eth.createAccountWithBalance(donor);
 
     const nftCollection = await helper.eth.createNFTCollection(owner, 'nft', 'NFT collection', 'NFT');
-    const nftContract = await helper.ethNativeContract.collection(nftCollection.collectionAddress, 'nft', owner);
+    const nftContract = helper.ethNativeContract.collection(nftCollection.collectionAddress, 'nft', owner);
     const mintResult = await nftContract.methods.mint(owner).send({from: owner});
     const nftTokenId = mintResult.events.Transfer.returnValues.tokenId;
     await nftContract.methods.transfer(nftOwner, 1).send({from: owner});
@@ -316,7 +316,7 @@
     const owner = await helper.eth.createAccountWithBalance(donor);
 
     const nftCollection = await helper.eth.createNFTCollection(owner, 'nft', 'NFT collection', 'NFT');
-    const nftContract = await helper.ethNativeContract.collection(nftCollection.collectionAddress, 'nft', owner);
+    const nftContract = helper.ethNativeContract.collection(nftCollection.collectionAddress, 'nft', owner);
     const mintResult = await nftContract.methods.mint(owner).send({from: owner});
     const nftTokenId = mintResult.events.Transfer.returnValues.tokenId;
 
@@ -360,7 +360,7 @@
 
     const {contract: fractionalizer} = await initContract(helper, owner);
     const rftCollection = await helper.eth.createRFTCollection(owner, 'rft', 'RFT collection', 'RFT');
-    const refungibleContract = await helper.ethNativeContract.collection(rftCollection.collectionAddress, 'rft', owner);
+    const refungibleContract = helper.ethNativeContract.collection(rftCollection.collectionAddress, 'rft', owner);
     const mintResult = await refungibleContract.methods.mint(owner).send({from: owner});
     const rftTokenId = mintResult.events.Transfer.returnValues.tokenId;
 
@@ -371,7 +371,7 @@
   itEth('call rft2nft for RFT token that was not minted by fractionalizer contract', async ({helper}) => {
     const owner = await helper.eth.createAccountWithBalance(donor);
     const rftCollection = await helper.eth.createRFTCollection(owner, 'rft', 'RFT collection', 'RFT');
-    const refungibleContract = await helper.ethNativeContract.collection(rftCollection.collectionAddress, 'rft', owner);
+    const refungibleContract = helper.ethNativeContract.collection(rftCollection.collectionAddress, 'rft', owner);
 
     const fractionalizer = await deployContract(helper, owner);
 
@@ -394,7 +394,7 @@
     const {rftTokenAddress} = await mintRFTToken(helper, owner, fractionalizer, 100n);
 
     const {tokenId} = helper.ethAddress.extractTokenId(rftTokenAddress);
-    const refungibleTokenContract = await helper.ethNativeContract.rftToken(rftTokenAddress, owner);
+    const refungibleTokenContract = helper.ethNativeContract.rftToken(rftTokenAddress, owner);
     await refungibleTokenContract.methods.transfer(receiver, 50).send({from: owner});
     await refungibleTokenContract.methods.approve(fractionalizer.options.address, 50).send({from: receiver});
     await expect(fractionalizer.methods.rft2nft(rftCollectionAddress, tokenId).call({from: receiver}))
modifiedtests/src/eth/marketplace-v2/Market.soldiffbeforeafterboth
--- a/tests/src/eth/marketplace-v2/Market.sol
+++ b/tests/src/eth/marketplace-v2/Market.sol
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: UNLICENSED
-pragma solidity 0.8.18;
+pragma solidity ^0.8.18;
 
 import "@openzeppelin/contracts/security/ReentrancyGuard.sol";
 import "@openzeppelin/contracts/utils/introspection/ERC165Checker.sol";
@@ -411,4 +411,4 @@
             payable(transferTo).transfer(balance);
         }
     }
-}
\ No newline at end of file
+}
modifiedtests/src/eth/marketplace-v2/marketplace.test.tsdiffbeforeafterboth
--- a/tests/src/eth/marketplace-v2/marketplace.test.ts
+++ b/tests/src/eth/marketplace-v2/marketplace.test.ts
@@ -29,8 +29,12 @@
   let donor: IKeyringPair;
 
   before(async () => {
-    await usingEthPlaygrounds(async (_helper, privateKey) => {
+    await usingEthPlaygrounds(async (helper, privateKey) => {
       donor = await privateKey({url: import.meta.url});
+
+      const marketOwner = await helper.eth.createAccountWithBalance(donor, 600n);
+
+      await deployMarket(helper, marketOwner);
     });
   });
 
@@ -100,12 +104,6 @@
     else if(sub instanceof Uint8Array)
       return web3.utils.padLeft(web3.utils.bytesToHex(Array.from(sub)), 64);
   }
-
-  itEth('Deploy', async ({helper}) => {
-    const marketOwner = await helper.eth.createAccountWithBalance(donor, 600n);
-
-    await deployMarket(helper, marketOwner);
-  });
 
   itEth('Put + Buy [eth]', async ({helper}) => {
     const ONE_TOKEN = helper.balance.getOneTokenNominal();
modifiedtests/src/eth/transferValue.test.tsdiffbeforeafterboth
--- a/tests/src/eth/transferValue.test.ts
+++ b/tests/src/eth/transferValue.test.ts
@@ -36,7 +36,7 @@
       'Test',
       `
       // SPDX-License-Identifier: UNLICENSED
-      pragma solidity 0.8.18;
+      pragma solidity ^0.8.18;
       
       contract Test {
         function send() public payable {
@@ -61,4 +61,4 @@
     expect(await helper.balance.getEthereum(receiverMirror)).to.be.equal(1000000000000000000n);
     expect(await helper.balance.getEthereum(contract.options.address)).to.be.equal(1000000000000000000n);
   });
-});
\ No newline at end of file
+});
modifiedtests/src/interfaces/augment-api-consts.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-consts.ts
+++ b/tests/src/interfaces/augment-api-consts.ts
@@ -6,7 +6,7 @@
 import '@polkadot/api-base/types/consts';
 
 import type { ApiTypes, AugmentedConst } from '@polkadot/api-base/types';
-import type { Option, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
+import type { Option, U8aFixed, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
 import type { Codec } from '@polkadot/types-codec/types';
 import type { H160, Perbill, Permill } from '@polkadot/types/interfaces/runtime';
 import type { FrameSupportPalletId, FrameSystemLimitsBlockLength, FrameSystemLimitsBlockWeights, SpVersionRuntimeVersion, SpWeightsRuntimeDbWeight, SpWeightsWeightV2Weight, UpDataStructsCollectionLimits, XcmV3MultiLocation } from '@polkadot/types/lookup';
@@ -17,6 +17,10 @@
   interface AugmentedConsts<ApiType extends ApiTypes> {
     appPromotion: {
       /**
+       * Freeze identifier used by the pallet
+       **/
+      freezeIdentifier: U8aFixed & AugmentedConst<ApiType>;
+      /**
        * Rate of return for interval in blocks defined in `RecalculationInterval`.
        **/
       intervalIncome: Perbill & AugmentedConst<ApiType>;
@@ -75,6 +79,13 @@
        **/
       [key: string]: Codec;
     };
+    collatorSelection: {
+      licenceBondIdentifier: U8aFixed & AugmentedConst<ApiType>;
+      /**
+       * Generic const
+       **/
+      [key: string]: Codec;
+    };
     common: {
       /**
        * Maximum admins per collection.
@@ -161,6 +172,36 @@
        **/
       [key: string]: Codec;
     };
+    stateTrieMigration: {
+      /**
+       * Maximal number of bytes that a key can have.
+       * 
+       * FRAME itself does not limit the key length.
+       * The concrete value must therefore depend on your storage usage.
+       * A [`frame_support::storage::StorageNMap`] for example can have an arbitrary number of
+       * keys which are then hashed and concatenated, resulting in arbitrarily long keys.
+       * 
+       * Use the *state migration RPC* to retrieve the length of the longest key in your
+       * storage: <https://github.com/paritytech/substrate/issues/11642>
+       * 
+       * The migration will halt with a `Halted` event if this value is too small.
+       * Since there is no real penalty from over-estimating, it is advised to use a large
+       * value. The default is 512 byte.
+       * 
+       * Some key lengths for reference:
+       * - [`frame_support::storage::StorageValue`]: 32 byte
+       * - [`frame_support::storage::StorageMap`]: 64 byte
+       * - [`frame_support::storage::StorageDoubleMap`]: 96 byte
+       * 
+       * For more info see
+       * <https://www.shawntabrizi.com/substrate/querying-substrate-storage-via-rpc/>
+       **/
+      maxKeyLen: u32 & AugmentedConst<ApiType>;
+      /**
+       * Generic const
+       **/
+      [key: string]: Codec;
+    };
     system: {
       /**
        * Maximum number of block number to block hash mappings to keep (oldest pruned first).
modifiedtests/src/interfaces/augment-api-errors.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-errors.ts
+++ b/tests/src/interfaces/augment-api-errors.ts
@@ -17,9 +17,9 @@
        **/
       AdminNotSet: AugmentedError<ApiType>;
       /**
-       * Errors caused by incorrect actions with a locked balance.
+       * Errors caused by incorrect state of a staker in context of the pallet.
        **/
-      IncorrectLockedBalanceOperation: AugmentedError<ApiType>;
+      InconsistencyState: AugmentedError<ApiType>;
       /**
        * Errors caused by insufficient staked balance.
        **/
@@ -675,7 +675,7 @@
        **/
       Filtered: AugmentedError<ApiType>;
       /**
-       * The unlock operation cannot succeed because there are still users of the lock.
+       * The unlock operation cannot succeed because there are still consumers of the lock.
        **/
       InUse: AugmentedError<ApiType>;
       /**
@@ -807,6 +807,42 @@
        **/
       [key: string]: AugmentedError<ApiType>;
     };
+    stateTrieMigration: {
+      /**
+       * Bad child root provided.
+       **/
+      BadChildRoot: AugmentedError<ApiType>;
+      /**
+       * Bad witness data provided.
+       **/
+      BadWitness: AugmentedError<ApiType>;
+      /**
+       * A key was longer than the configured maximum.
+       * 
+       * This means that the migration halted at the current [`Progress`] and
+       * can be resumed with a larger [`crate::Config::MaxKeyLen`] value.
+       * Retrying with the same [`crate::Config::MaxKeyLen`] value will not work.
+       * The value should only be increased to avoid a storage migration for the currently
+       * stored [`crate::Progress::LastKey`].
+       **/
+      KeyTooLong: AugmentedError<ApiType>;
+      /**
+       * Max signed limits not respected.
+       **/
+      MaxSignedLimits: AugmentedError<ApiType>;
+      /**
+       * submitter does not have enough funds.
+       **/
+      NotEnoughFunds: AugmentedError<ApiType>;
+      /**
+       * Signed migration is not allowed because the maximum limit is not set yet.
+       **/
+      SignedMigrationNotAllowed: AugmentedError<ApiType>;
+      /**
+       * Generic error
+       **/
+      [key: string]: AugmentedError<ApiType>;
+    };
     structure: {
       /**
        * While nesting, reached the breadth limit of nesting, exceeding the provided budget.
modifiedtests/src/interfaces/augment-api-events.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-events.ts
+++ b/tests/src/interfaces/augment-api-events.ts
@@ -8,7 +8,7 @@
 import type { ApiTypes, AugmentedEvent } from '@polkadot/api-base/types';
 import type { Bytes, Null, Option, Result, U8aFixed, bool, u128, u32, u64, u8 } from '@polkadot/types-codec';
 import type { AccountId32, H160, H256 } from '@polkadot/types/interfaces/runtime';
-import type { EthereumLog, EvmCoreErrorExitReason, FrameSupportDispatchDispatchInfo, FrameSupportTokensMiscBalanceStatus, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, SpRuntimeDispatchError, SpWeightsWeightV2Weight, XcmV3MultiAsset, XcmV3MultiLocation, XcmV3MultiassetMultiAssets, XcmV3Response, XcmV3TraitsError, XcmV3TraitsOutcome, XcmV3Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation } from '@polkadot/types/lookup';
+import type { EthereumLog, EvmCoreErrorExitReason, FrameSupportDispatchDispatchInfo, FrameSupportTokensMiscBalanceStatus, OrmlVestingVestingSchedule, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletStateTrieMigrationError, PalletStateTrieMigrationMigrationCompute, SpRuntimeDispatchError, SpWeightsWeightV2Weight, XcmV3MultiAsset, XcmV3MultiLocation, XcmV3MultiassetMultiAssets, XcmV3Response, XcmV3TraitsError, XcmV3TraitsOutcome, XcmV3Xcm, XcmVersionedMultiAssets, XcmVersionedMultiLocation } from '@polkadot/types/lookup';
 
 export type __AugmentedEvent<ApiType extends ApiTypes> = AugmentedEvent<ApiType>;
 
@@ -705,6 +705,29 @@
        **/
       [key: string]: AugmentedEvent<ApiType>;
     };
+    stateTrieMigration: {
+      /**
+       * The auto migration task finished.
+       **/
+      AutoMigrationFinished: AugmentedEvent<ApiType, []>;
+      /**
+       * Migration got halted due to an error or miss-configuration.
+       **/
+      Halted: AugmentedEvent<ApiType, [error: PalletStateTrieMigrationError], { error: PalletStateTrieMigrationError }>;
+      /**
+       * Given number of `(top, child)` keys were migrated respectively, with the given
+       * `compute`.
+       **/
+      Migrated: AugmentedEvent<ApiType, [top: u32, child: u32, compute: PalletStateTrieMigrationMigrationCompute], { top: u32, child: u32, compute: PalletStateTrieMigrationMigrationCompute }>;
+      /**
+       * Some account got slashed by the given amount.
+       **/
+      Slashed: AugmentedEvent<ApiType, [who: AccountId32, amount: u128], { who: AccountId32, amount: u128 }>;
+      /**
+       * Generic event
+       **/
+      [key: string]: AugmentedEvent<ApiType>;
+    };
     structure: {
       /**
        * Executed call on behalf of the token.
modifiedtests/src/interfaces/augment-api-query.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-query.ts
+++ b/tests/src/interfaces/augment-api-query.ts
@@ -10,7 +10,7 @@
 import type { BTreeMap, Bytes, Option, U256, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
 import type { AnyNumber, ITuple } from '@polkadot/types-codec/types';
 import type { AccountId32, H160, H256 } from '@polkadot/types/interfaces/runtime';
-import type { CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCodeUpgradeAuthorization, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueQueueConfigData, EthereumBlock, EthereumLog, EthereumReceiptReceiptV3, EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportDispatchPerDispatchClassWeight, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, OpalRuntimeRuntimeCommonSessionKeys, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensReserveData, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesIdAmount, PalletBalancesReserveData, PalletConfigurationAppPromotionConfiguration, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmContractHelpersSponsoringModeT, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletNonfungibleItemData, PalletPreimageRequestStatus, PalletTransactionPaymentReleases, PalletTreasuryProposal, PalletXcmQueryStatus, PalletXcmRemoteLockedFungibleRecord, PalletXcmVersionMigrationStage, PhantomTypeUpDataStructs, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV4AbridgedHostConfiguration, PolkadotPrimitivesV4PersistedValidationData, PolkadotPrimitivesV4UpgradeRestriction, SpConsensusAuraSr25519AppSr25519Public, SpCoreCryptoKeyTypeId, SpRuntimeDigest, SpTrieStorageProof, SpWeightsWeightV2Weight, UpDataStructsCollection, UpDataStructsCollectionStats, UpDataStructsProperties, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsPropertyScope, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, XcmV3MultiLocation, XcmVersionedAssetId, XcmVersionedMultiLocation } from '@polkadot/types/lookup';
+import type { CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCodeUpgradeAuthorization, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletXcmpQueueInboundChannelDetails, CumulusPalletXcmpQueueOutboundChannelDetails, CumulusPalletXcmpQueueQueueConfigData, EthereumBlock, EthereumLog, EthereumReceiptReceiptV3, EthereumTransactionTransactionV2, FpRpcTransactionStatus, FrameSupportDispatchPerDispatchClassWeight, FrameSystemAccountInfo, FrameSystemEventRecord, FrameSystemLastRuntimeUpgradeInfo, FrameSystemPhase, OpalRuntimeRuntimeCommonSessionKeys, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensReserveData, OrmlVestingVestingSchedule, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesIdAmount, PalletBalancesReserveData, PalletConfigurationAppPromotionConfiguration, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCodeMetadata, PalletEvmContractHelpersSponsoringModeT, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletNonfungibleItemData, PalletPreimageRequestStatus, PalletStateTrieMigrationMigrationLimits, PalletStateTrieMigrationMigrationTask, PalletTransactionPaymentReleases, PalletTreasuryProposal, PalletXcmQueryStatus, PalletXcmRemoteLockedFungibleRecord, PalletXcmVersionMigrationStage, PhantomTypeUpDataStructs, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotPrimitivesV4AbridgedHostConfiguration, PolkadotPrimitivesV4PersistedValidationData, PolkadotPrimitivesV4UpgradeRestriction, SpConsensusAuraSr25519AppSr25519Public, SpCoreCryptoKeyTypeId, SpRuntimeDigest, SpTrieStorageProof, SpWeightsWeightV2Weight, UpDataStructsCollection, UpDataStructsCollectionStats, UpDataStructsProperties, UpDataStructsPropertiesMapPropertyPermission, UpDataStructsPropertyScope, UpDataStructsSponsorshipStateBasicCrossAccountIdRepr, UpDataStructsTokenChild, XcmV3MultiLocation, XcmVersionedAssetId, XcmVersionedMultiLocation } from '@polkadot/types/lookup';
 import type { Observable } from '@polkadot/types/types';
 
 export type __AugmentedQuery<ApiType extends ApiTypes> = AugmentedQuery<ApiType, () => unknown>;
@@ -289,6 +289,7 @@
     };
     evm: {
       accountCodes: AugmentedQuery<ApiType, (arg: H160 | string | Uint8Array) => Observable<Bytes>, [H160]> & QueryableStorageEntry<ApiType, [H160]>;
+      accountCodesMetadata: AugmentedQuery<ApiType, (arg: H160 | string | Uint8Array) => Observable<Option<PalletEvmCodeMetadata>>, [H160]> & QueryableStorageEntry<ApiType, [H160]>;
       accountStorages: AugmentedQuery<ApiType, (arg1: H160 | string | Uint8Array, arg2: H256 | string | Uint8Array) => Observable<H256>, [H160, H256]> & QueryableStorageEntry<ApiType, [H160, H256]>;
       /**
        * Written on log, reset after transaction
@@ -853,6 +854,31 @@
        **/
       [key: string]: QueryableStorageEntry<ApiType>;
     };
+    stateTrieMigration: {
+      /**
+       * The limits that are imposed on automatic migrations.
+       * 
+       * If set to None, then no automatic migration happens.
+       **/
+      autoLimits: AugmentedQuery<ApiType, () => Observable<Option<PalletStateTrieMigrationMigrationLimits>>, []> & QueryableStorageEntry<ApiType, []>;
+      /**
+       * Migration progress.
+       * 
+       * This stores the snapshot of the last migrated keys. It can be set into motion and move
+       * forward by any of the means provided by this pallet.
+       **/
+      migrationProcess: AugmentedQuery<ApiType, () => Observable<PalletStateTrieMigrationMigrationTask>, []> & QueryableStorageEntry<ApiType, []>;
+      /**
+       * The maximum limits that the signed migration could use.
+       * 
+       * If not set, no signed submission is allowed.
+       **/
+      signedMigrationMaxLimits: AugmentedQuery<ApiType, () => Observable<Option<PalletStateTrieMigrationMigrationLimits>>, []> & QueryableStorageEntry<ApiType, []>;
+      /**
+       * Generic query
+       **/
+      [key: string]: QueryableStorageEntry<ApiType>;
+    };
     sudo: {
       /**
        * The `AccountId` of the sudo key.
modifiedtests/src/interfaces/augment-api-runtime.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-runtime.ts
+++ b/tests/src/interfaces/augment-api-runtime.ts
@@ -6,20 +6,19 @@
 import '@polkadot/api-base/types/calls';
 
 import type { ApiTypes, AugmentedCall, DecoratedCallBase } from '@polkadot/api-base/types';
-import type { Bytes, Null, Option, Result, U256, Vec, bool, u256, u32, u64 } from '@polkadot/types-codec';
+import type { Bytes, Null, Option, Vec, u32 } from '@polkadot/types-codec';
 import type { AnyNumber, ITuple } from '@polkadot/types-codec/types';
 import type { CheckInherentsResult, InherentData } from '@polkadot/types/interfaces/blockbuilder';
 import type { BlockHash } from '@polkadot/types/interfaces/chain';
 import type { AuthorityId } from '@polkadot/types/interfaces/consensus';
 import type { CollationInfo } from '@polkadot/types/interfaces/cumulus';
-import type { BlockV2, EthReceiptV3, EthTransactionStatus, TransactionV2 } from '@polkadot/types/interfaces/eth';
-import type { EvmAccount, EvmCallInfo, EvmCreateInfo } from '@polkadot/types/interfaces/evm';
+import type { TransactionV2 } from '@polkadot/types/interfaces/eth';
 import type { Extrinsic } from '@polkadot/types/interfaces/extrinsics';
 import type { OpaqueMetadata } from '@polkadot/types/interfaces/metadata';
 import type { FeeDetails, RuntimeDispatchInfo } from '@polkadot/types/interfaces/payment';
-import type { AccountId, Balance, Block, H160, H256, Header, Index, KeyTypeId, Permill, SlotDuration, Weight } from '@polkadot/types/interfaces/runtime';
+import type { AccountId, Balance, Block, Header, Index, KeyTypeId, SlotDuration, Weight } from '@polkadot/types/interfaces/runtime';
 import type { RuntimeVersion } from '@polkadot/types/interfaces/state';
-import type { ApplyExtrinsicResult, DispatchError } from '@polkadot/types/interfaces/system';
+import type { ApplyExtrinsicResult } from '@polkadot/types/interfaces/system';
 import type { TransactionSource, TransactionValidity } from '@polkadot/types/interfaces/txqueue';
 import type { IExtrinsic, Observable } from '@polkadot/types/types';
 
@@ -113,69 +112,6 @@
        * Returns the version of the runtime.
        **/
       version: AugmentedCall<ApiType, () => Observable<RuntimeVersion>>;
-      /**
-       * Generic call
-       **/
-      [key: string]: DecoratedCallBase<ApiType>;
-    };
-    /** 0x582211f65bb14b89/4 */
-    ethereumRuntimeRPCApi: {
-      /**
-       * Returns pallet_evm::Accounts by address.
-       **/
-      accountBasic: AugmentedCall<ApiType, (address: H160 | string | Uint8Array) => Observable<EvmAccount>>;
-      /**
-       * For a given account address, returns pallet_evm::AccountCodes.
-       **/
-      accountCodeAt: AugmentedCall<ApiType, (address: H160 | string | Uint8Array) => Observable<Bytes>>;
-      /**
-       * Returns the converted FindAuthor::find_author authority id.
-       **/
-      author: AugmentedCall<ApiType, () => Observable<H160>>;
-      /**
-       * Returns a frame_ethereum::call response. If `estimate` is true,
-       **/
-      call: AugmentedCall<ApiType, (from: H160 | string | Uint8Array, to: H160 | string | Uint8Array, data: Bytes | string | Uint8Array, value: U256 | AnyNumber | Uint8Array, gasLimit: U256 | AnyNumber | Uint8Array, maxFeePerGas: Option<U256> | null | Uint8Array | U256 | AnyNumber, maxPriorityFeePerGas: Option<U256> | null | Uint8Array | U256 | AnyNumber, nonce: Option<U256> | null | Uint8Array | U256 | AnyNumber, estimate: bool | boolean | Uint8Array, accessList: Option<Vec<ITuple<[H160, Vec<H256>]>>> | null | Uint8Array | Vec<ITuple<[H160, Vec<H256>]>> | ([H160 | string | Uint8Array, Vec<H256> | (H256 | string | Uint8Array)[]])[]) => Observable<Result<EvmCallInfo, DispatchError>>>;
-      /**
-       * Returns runtime defined pallet_evm::ChainId.
-       **/
-      chainId: AugmentedCall<ApiType, () => Observable<u64>>;
-      /**
-       * Returns a frame_ethereum::call response. If `estimate` is true,
-       **/
-      create: AugmentedCall<ApiType, (from: H160 | string | Uint8Array, data: Bytes | string | Uint8Array, value: U256 | AnyNumber | Uint8Array, gasLimit: U256 | AnyNumber | Uint8Array, maxFeePerGas: Option<U256> | null | Uint8Array | U256 | AnyNumber, maxPriorityFeePerGas: Option<U256> | null | Uint8Array | U256 | AnyNumber, nonce: Option<U256> | null | Uint8Array | U256 | AnyNumber, estimate: bool | boolean | Uint8Array, accessList: Option<Vec<ITuple<[H160, Vec<H256>]>>> | null | Uint8Array | Vec<ITuple<[H160, Vec<H256>]>> | ([H160 | string | Uint8Array, Vec<H256> | (H256 | string | Uint8Array)[]])[]) => Observable<Result<EvmCreateInfo, DispatchError>>>;
-      /**
-       * Return all the current data for a block in a single runtime call.
-       **/
-      currentAll: AugmentedCall<ApiType, () => Observable<ITuple<[Option<BlockV2>, Option<Vec<EthReceiptV3>>, Option<Vec<EthTransactionStatus>>]>>>;
-      /**
-       * Return the current block.
-       **/
-      currentBlock: AugmentedCall<ApiType, () => Observable<BlockV2>>;
-      /**
-       * Return the current receipt.
-       **/
-      currentReceipts: AugmentedCall<ApiType, () => Observable<Option<Vec<EthReceiptV3>>>>;
-      /**
-       * Return the current transaction status.
-       **/
-      currentTransactionStatuses: AugmentedCall<ApiType, () => Observable<Option<Vec<EthTransactionStatus>>>>;
-      /**
-       * Return the elasticity multiplier.
-       **/
-      elasticity: AugmentedCall<ApiType, () => Observable<Option<Permill>>>;
-      /**
-       * Receives a `Vec<OpaqueExtrinsic>` and filters all the ethereum transactions.
-       **/
-      extrinsicFilter: AugmentedCall<ApiType, (xts: Vec<Extrinsic> | (Extrinsic | IExtrinsic | string | Uint8Array)[]) => Observable<Vec<TransactionV2>>>;
-      /**
-       * Returns FixedGasPrice::min_gas_price
-       **/
-      gasPrice: AugmentedCall<ApiType, () => Observable<u256>>;
-      /**
-       * For a given account address and index, returns pallet_evm::AccountStorages.
-       **/
-      storageAt: AugmentedCall<ApiType, (address: H160 | string | Uint8Array, index: u256 | AnyNumber | Uint8Array) => Observable<H256>>;
       /**
        * Generic call
        **/
modifiedtests/src/interfaces/augment-api-tx.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-api-tx.ts
+++ b/tests/src/interfaces/augment-api-tx.ts
@@ -10,7 +10,7 @@
 import type { Bytes, Compact, Option, U256, Vec, bool, u128, u16, u32, u64, u8 } from '@polkadot/types-codec';
 import type { AnyNumber, IMethod, ITuple } from '@polkadot/types-codec/types';
 import type { AccountId32, Call, H160, H256, MultiAddress } from '@polkadot/types/interfaces/runtime';
-import type { CumulusPrimitivesParachainInherentParachainInherentData, EthereumLog, EthereumTransactionTransactionV2, OpalRuntimeRuntimeCommonSessionKeys, OrmlVestingVestingSchedule, PalletConfigurationAppPromotionConfiguration, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletIdentityBitFlags, PalletIdentityIdentityInfo, PalletIdentityJudgement, PalletIdentityRegistration, SpWeightsWeightV2Weight, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCreateCollectionData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, XcmV3MultiLocation, XcmV3WeightLimit, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
+import type { CumulusPrimitivesParachainInherentParachainInherentData, EthereumLog, EthereumTransactionTransactionV2, OpalRuntimeRuntimeCommonSessionKeys, OrmlVestingVestingSchedule, PalletConfigurationAppPromotionConfiguration, PalletEvmAccountBasicCrossAccountIdRepr, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletIdentityBitFlags, PalletIdentityIdentityInfo, PalletIdentityJudgement, PalletIdentityRegistration, PalletStateTrieMigrationMigrationLimits, PalletStateTrieMigrationMigrationTask, PalletStateTrieMigrationProgress, SpWeightsWeightV2Weight, UpDataStructsCollectionLimits, UpDataStructsCollectionMode, UpDataStructsCollectionPermissions, UpDataStructsCreateCollectionData, UpDataStructsCreateItemData, UpDataStructsCreateItemExData, UpDataStructsProperty, UpDataStructsPropertyKeyPermission, XcmV3MultiLocation, XcmV3WeightLimit, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedXcm } from '@polkadot/types/lookup';
 
 export type __AugmentedSubmittable = AugmentedSubmittable<() => unknown>;
 export type __SubmittableExtrinsic<ApiType extends ApiTypes> = SubmittableExtrinsic<ApiType>;
@@ -20,6 +20,19 @@
   interface AugmentedSubmittables<ApiType extends ApiTypes> {
     appPromotion: {
       /**
+       * Called for blocks that, for some reason, have not been unstacked
+       * 
+       * # Permissions
+       * 
+       * * Sudo
+       * 
+       * # Arguments
+       * 
+       * * `origin`: Must be `Root`.
+       * * `pending_blocks`: Block numbers that will be processed.
+       **/
+      forceUnstake: AugmentedSubmittable<(pendingBlocks: Vec<u32> | (u32 | AnyNumber | Uint8Array)[]) => SubmittableExtrinsic<ApiType>, [Vec<u32>]>;
+      /**
        * Recalculates interest for the specified number of stakers.
        * If all stakers are not recalculated, the next call of the extrinsic
        * will continue the recalculation, from those stakers for whom this
@@ -320,13 +333,6 @@
        * Withdraw balance from EVM into currency/balances pallet.
        **/
       withdraw: AugmentedSubmittable<(address: H160 | string | Uint8Array, value: u128 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [H160, u128]>;
-      /**
-       * Generic tx
-       **/
-      [key: string]: SubmittableExtrinsicFunction<ApiType>;
-    };
-    evmCoderSubstrate: {
-      emptyCall: AugmentedSubmittable<() => SubmittableExtrinsic<ApiType>, []>;
       /**
        * Generic tx
        **/
@@ -966,6 +972,74 @@
        **/
       [key: string]: SubmittableExtrinsicFunction<ApiType>;
     };
+    stateTrieMigration: {
+      /**
+       * Continue the migration for the given `limits`.
+       * 
+       * The dispatch origin of this call can be any signed account.
+       * 
+       * This transaction has NO MONETARY INCENTIVES. calling it will not reward anyone. Albeit,
+       * Upon successful execution, the transaction fee is returned.
+       * 
+       * The (potentially over-estimated) of the byte length of all the data read must be
+       * provided for up-front fee-payment and weighing. In essence, the caller is guaranteeing
+       * that executing the current `MigrationTask` with the given `limits` will not exceed
+       * `real_size_upper` bytes of read data.
+       * 
+       * The `witness_task` is merely a helper to prevent the caller from being slashed or
+       * generally trigger a migration that they do not intend. This parameter is just a message
+       * from caller, saying that they believed `witness_task` was the last state of the
+       * migration, and they only wish for their transaction to do anything, if this assumption
+       * holds. In case `witness_task` does not match, the transaction fails.
+       * 
+       * Based on the documentation of [`MigrationTask::migrate_until_exhaustion`], the
+       * recommended way of doing this is to pass a `limit` that only bounds `count`, as the
+       * `size` limit can always be overwritten.
+       **/
+      continueMigrate: AugmentedSubmittable<(limits: PalletStateTrieMigrationMigrationLimits | { size_?: any; item?: any } | string | Uint8Array, realSizeUpper: u32 | AnyNumber | Uint8Array, witnessTask: PalletStateTrieMigrationMigrationTask | { progressTop?: any; progressChild?: any; size_?: any; topItems?: any; childItems?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletStateTrieMigrationMigrationLimits, u32, PalletStateTrieMigrationMigrationTask]>;
+      /**
+       * Control the automatic migration.
+       * 
+       * The dispatch origin of this call must be [`Config::ControlOrigin`].
+       **/
+      controlAutoMigration: AugmentedSubmittable<(maybeConfig: Option<PalletStateTrieMigrationMigrationLimits> | null | Uint8Array | PalletStateTrieMigrationMigrationLimits | { size_?: any; item?: any } | string) => SubmittableExtrinsic<ApiType>, [Option<PalletStateTrieMigrationMigrationLimits>]>;
+      /**
+       * Forcefully set the progress the running migration.
+       * 
+       * This is only useful in one case: the next key to migrate is too big to be migrated with
+       * a signed account, in a parachain context, and we simply want to skip it. A reasonable
+       * example of this would be `:code:`, which is both very expensive to migrate, and commonly
+       * used, so probably it is already migrated.
+       * 
+       * In case you mess things up, you can also, in principle, use this to reset the migration
+       * process.
+       **/
+      forceSetProgress: AugmentedSubmittable<(progressTop: PalletStateTrieMigrationProgress | { ToStart: any } | { LastKey: any } | { Complete: any } | string | Uint8Array, progressChild: PalletStateTrieMigrationProgress | { ToStart: any } | { LastKey: any } | { Complete: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletStateTrieMigrationProgress, PalletStateTrieMigrationProgress]>;
+      /**
+       * Migrate the list of child keys by iterating each of them one by one.
+       * 
+       * All of the given child keys must be present under one `child_root`.
+       * 
+       * This does not affect the global migration process tracker ([`MigrationProcess`]), and
+       * should only be used in case any keys are leftover due to a bug.
+       **/
+      migrateCustomChild: AugmentedSubmittable<(root: Bytes | string | Uint8Array, childKeys: Vec<Bytes> | (Bytes | string | Uint8Array)[], totalSize: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes, Vec<Bytes>, u32]>;
+      /**
+       * Migrate the list of top keys by iterating each of them one by one.
+       * 
+       * This does not affect the global migration process tracker ([`MigrationProcess`]), and
+       * should only be used in case any keys are leftover due to a bug.
+       **/
+      migrateCustomTop: AugmentedSubmittable<(keys: Vec<Bytes> | (Bytes | string | Uint8Array)[], witnessSize: u32 | AnyNumber | Uint8Array) => SubmittableExtrinsic<ApiType>, [Vec<Bytes>, u32]>;
+      /**
+       * Set the maximum limit of the signed migration.
+       **/
+      setSignedMaxLimits: AugmentedSubmittable<(limits: PalletStateTrieMigrationMigrationLimits | { size_?: any; item?: any } | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [PalletStateTrieMigrationMigrationLimits]>;
+      /**
+       * Generic tx
+       **/
+      [key: string]: SubmittableExtrinsicFunction<ApiType>;
+    };
     structure: {
       /**
        * Generic tx
@@ -1033,7 +1107,6 @@
       /**
        * Make some on-chain remark.
        * 
-       * ## Complexity
        * - `O(1)`
        **/
       remark: AugmentedSubmittable<(remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
@@ -1043,16 +1116,10 @@
       remarkWithEvent: AugmentedSubmittable<(remark: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
       /**
        * Set the new runtime code.
-       * 
-       * ## Complexity
-       * - `O(C + S)` where `C` length of `code` and `S` complexity of `can_set_code`
        **/
       setCode: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
       /**
        * Set the new runtime code without doing any checks of the given `code`.
-       * 
-       * ## Complexity
-       * - `O(C)` where `C` length of `code`
        **/
       setCodeWithoutChecks: AugmentedSubmittable<(code: Bytes | string | Uint8Array) => SubmittableExtrinsic<ApiType>, [Bytes]>;
       /**
modifiedtests/src/interfaces/augment-types.tsdiffbeforeafterboth
--- a/tests/src/interfaces/augment-types.ts
+++ b/tests/src/interfaces/augment-types.ts
@@ -5,7 +5,7 @@
 // this is required to allow for ambient/previous definitions
 import '@polkadot/types/types/registry';
 
-import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemCodeUpgradeAuthorization, 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, OpalRuntimeRuntimeCommonIdentityDisableIdentityCalls, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OpalRuntimeRuntimeCommonSessionKeys, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesIdAmount, PalletBalancesReasons, PalletBalancesReserveData, PalletCollatorSelectionCall, PalletCollatorSelectionError, PalletCollatorSelectionEvent, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletConfigurationEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersCall, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletIdentityBitFlags, PalletIdentityCall, PalletIdentityError, PalletIdentityEvent, PalletIdentityIdentityField, PalletIdentityIdentityInfo, PalletIdentityJudgement, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletPreimageCall, PalletPreimageError, PalletPreimageEvent, PalletPreimageRequestStatus, PalletRefungibleError, PalletSessionCall, PalletSessionError, PalletSessionEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmQueryStatus, PalletXcmRemoteLockedFungibleRecord, PalletXcmVersionMigrationStage, ParachainInfoCall, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV4AbridgedHostConfiguration, PolkadotPrimitivesV4AbridgedHrmpChannel, PolkadotPrimitivesV4PersistedValidationData, PolkadotPrimitivesV4UpgradeRestriction, SpArithmeticArithmeticError, SpConsensusAuraSr25519AppSr25519Public, SpCoreCryptoKeyTypeId, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Public, SpCoreSr25519Signature, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionValidityInvalidTransaction, SpRuntimeTransactionValidityTransactionValidityError, SpRuntimeTransactionValidityUnknownTransaction, 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, UpPovEstimateRpcPovInfo, UpPovEstimateRpcTrieKeyValue, XcmDoubleEncoded, XcmV2BodyId, XcmV2BodyPart, XcmV2Instruction, XcmV2Junction, XcmV2MultiAsset, XcmV2MultiLocation, XcmV2MultiassetAssetId, XcmV2MultiassetAssetInstance, XcmV2MultiassetFungibility, XcmV2MultiassetMultiAssetFilter, XcmV2MultiassetMultiAssets, XcmV2MultiassetWildFungibility, XcmV2MultiassetWildMultiAsset, XcmV2MultilocationJunctions, XcmV2NetworkId, XcmV2OriginKind, XcmV2Response, XcmV2TraitsError, XcmV2WeightLimit, XcmV2Xcm, XcmV3Instruction, XcmV3Junction, XcmV3JunctionBodyId, XcmV3JunctionBodyPart, XcmV3JunctionNetworkId, XcmV3Junctions, XcmV3MaybeErrorCode, XcmV3MultiAsset, XcmV3MultiLocation, XcmV3MultiassetAssetId, XcmV3MultiassetAssetInstance, XcmV3MultiassetFungibility, XcmV3MultiassetMultiAssetFilter, XcmV3MultiassetMultiAssets, XcmV3MultiassetWildFungibility, XcmV3MultiassetWildMultiAsset, XcmV3PalletInfo, XcmV3QueryResponseInfo, XcmV3Response, XcmV3TraitsError, XcmV3TraitsOutcome, XcmV3WeightLimit, XcmV3Xcm, XcmVersionedAssetId, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedResponse, XcmVersionedXcm } from './default';
+import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemCodeUpgradeAuthorization, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletParachainSystemRelayStateSnapshotRelayDispachQueueSize, 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, OpalRuntimeRuntimeCommonIdentityDisableIdentityCalls, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OpalRuntimeRuntimeCommonSessionKeys, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesIdAmount, PalletBalancesReasons, PalletBalancesReserveData, PalletCollatorSelectionCall, PalletCollatorSelectionError, PalletCollatorSelectionEvent, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletConfigurationEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCodeMetadata, PalletEvmCoderSubstrateError, PalletEvmContractHelpersCall, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletIdentityBitFlags, PalletIdentityCall, PalletIdentityError, PalletIdentityEvent, PalletIdentityIdentityField, PalletIdentityIdentityInfo, PalletIdentityJudgement, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletPreimageCall, PalletPreimageError, PalletPreimageEvent, PalletPreimageRequestStatus, PalletRefungibleError, PalletSessionCall, PalletSessionError, PalletSessionEvent, PalletStateTrieMigrationCall, PalletStateTrieMigrationError, PalletStateTrieMigrationEvent, PalletStateTrieMigrationMigrationCompute, PalletStateTrieMigrationMigrationLimits, PalletStateTrieMigrationMigrationTask, PalletStateTrieMigrationProgress, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmQueryStatus, PalletXcmRemoteLockedFungibleRecord, PalletXcmVersionMigrationStage, ParachainInfoCall, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV4AbridgedHostConfiguration, PolkadotPrimitivesV4AbridgedHrmpChannel, PolkadotPrimitivesV4PersistedValidationData, PolkadotPrimitivesV4UpgradeRestriction, SpArithmeticArithmeticError, SpConsensusAuraSr25519AppSr25519Public, SpCoreCryptoKeyTypeId, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Public, SpCoreSr25519Signature, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionValidityInvalidTransaction, SpRuntimeTransactionValidityTransactionValidityError, SpRuntimeTransactionValidityUnknownTransaction, 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, UpPovEstimateRpcPovInfo, UpPovEstimateRpcTrieKeyValue, XcmDoubleEncoded, XcmV2BodyId, XcmV2BodyPart, XcmV2Instruction, XcmV2Junction, XcmV2MultiAsset, XcmV2MultiLocation, XcmV2MultiassetAssetId, XcmV2MultiassetAssetInstance, XcmV2MultiassetFungibility, XcmV2MultiassetMultiAssetFilter, XcmV2MultiassetMultiAssets, XcmV2MultiassetWildFungibility, XcmV2MultiassetWildMultiAsset, XcmV2MultilocationJunctions, XcmV2NetworkId, XcmV2OriginKind, XcmV2Response, XcmV2TraitsError, XcmV2WeightLimit, XcmV2Xcm, XcmV3Instruction, XcmV3Junction, XcmV3JunctionBodyId, XcmV3JunctionBodyPart, XcmV3JunctionNetworkId, XcmV3Junctions, XcmV3MaybeErrorCode, XcmV3MultiAsset, XcmV3MultiLocation, XcmV3MultiassetAssetId, XcmV3MultiassetAssetInstance, XcmV3MultiassetFungibility, XcmV3MultiassetMultiAssetFilter, XcmV3MultiassetMultiAssets, XcmV3MultiassetWildFungibility, XcmV3MultiassetWildMultiAsset, XcmV3PalletInfo, XcmV3QueryResponseInfo, XcmV3Response, XcmV3TraitsError, XcmV3TraitsOutcome, XcmV3WeightLimit, XcmV3Xcm, XcmVersionedAssetId, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedResponse, XcmVersionedXcm } from './default';
 import type { Data, StorageKey } from '@polkadot/types';
 import type { BitVec, Bool, Bytes, F32, F64, I128, I16, I256, I32, I64, I8, ISize, Json, Null, OptionBool, Raw, Text, Type, U128, U16, U256, U32, U64, U8, USize, bool, f32, f64, i128, i16, i256, i32, i64, i8, isize, u128, u16, u256, u32, u64, u8, usize } from '@polkadot/types-codec';
 import type { AssetApproval, AssetApprovalKey, AssetBalance, AssetDestroyWitness, AssetDetails, AssetMetadata, TAssetBalance, TAssetDepositBalance } from '@polkadot/types/interfaces/assets';
@@ -25,7 +25,7 @@
 import type { CollectiveOrigin, MemberCount, ProposalIndex, Votes, VotesTo230 } from '@polkadot/types/interfaces/collective';
 import type { AuthorityId, RawVRFOutput } from '@polkadot/types/interfaces/consensus';
 import type { AliveContractInfo, CodeHash, CodeSource, CodeUploadRequest, CodeUploadResult, CodeUploadResultValue, ContractCallFlags, ContractCallRequest, ContractExecResult, ContractExecResultOk, ContractExecResultResult, ContractExecResultSuccessTo255, ContractExecResultSuccessTo260, ContractExecResultTo255, ContractExecResultTo260, ContractExecResultTo267, ContractExecResultU64, ContractInfo, ContractInstantiateResult, ContractInstantiateResultTo267, ContractInstantiateResultTo299, ContractInstantiateResultU64, ContractReturnFlags, ContractStorageKey, DeletedContract, ExecReturnValue, Gas, HostFnWeights, HostFnWeightsTo264, InstantiateRequest, InstantiateRequestV1, InstantiateRequestV2, InstantiateReturnValue, InstantiateReturnValueOk, InstantiateReturnValueTo267, InstructionWeights, Limits, LimitsTo264, PrefabWasmModule, RentProjection, Schedule, ScheduleTo212, ScheduleTo258, ScheduleTo264, SeedOf, StorageDeposit, TombstoneContractInfo, TrieId } from '@polkadot/types/interfaces/contracts';
-import type { ContractConstructorSpecLatest, ContractConstructorSpecV0, ContractConstructorSpecV1, ContractConstructorSpecV2, ContractConstructorSpecV3, ContractContractSpecV0, ContractContractSpecV1, ContractContractSpecV2, ContractContractSpecV3, ContractContractSpecV4, ContractCryptoHasher, ContractDiscriminant, ContractDisplayName, ContractEventParamSpecLatest, ContractEventParamSpecV0, ContractEventParamSpecV2, ContractEventSpecLatest, ContractEventSpecV0, ContractEventSpecV1, ContractEventSpecV2, ContractLayoutArray, ContractLayoutCell, ContractLayoutEnum, ContractLayoutHash, ContractLayoutHashingStrategy, ContractLayoutKey, ContractLayoutStruct, ContractLayoutStructField, ContractMessageParamSpecLatest, ContractMessageParamSpecV0, ContractMessageParamSpecV2, ContractMessageSpecLatest, ContractMessageSpecV0, ContractMessageSpecV1, ContractMessageSpecV2, ContractMetadata, ContractMetadataLatest, ContractMetadataV0, ContractMetadataV1, ContractMetadataV2, ContractMetadataV3, ContractMetadataV4, ContractProject, ContractProjectContract, ContractProjectInfo, ContractProjectSource, ContractProjectV0, ContractSelector, ContractStorageLayout, ContractTypeSpec } from '@polkadot/types/interfaces/contractsAbi';
+import type { ContractConstructorSpecLatest, ContractConstructorSpecV0, ContractConstructorSpecV1, ContractConstructorSpecV2, ContractConstructorSpecV3, ContractConstructorSpecV4, ContractContractSpecV0, ContractContractSpecV1, ContractContractSpecV2, ContractContractSpecV3, ContractContractSpecV4, ContractCryptoHasher, ContractDiscriminant, ContractDisplayName, ContractEnvironmentV4, ContractEventParamSpecLatest, ContractEventParamSpecV0, ContractEventParamSpecV2, ContractEventSpecLatest, ContractEventSpecV0, ContractEventSpecV1, ContractEventSpecV2, ContractLayoutArray, ContractLayoutCell, ContractLayoutEnum, ContractLayoutHash, ContractLayoutHashingStrategy, ContractLayoutKey, ContractLayoutStruct, ContractLayoutStructField, ContractMessageParamSpecLatest, ContractMessageParamSpecV0, ContractMessageParamSpecV2, ContractMessageSpecLatest, ContractMessageSpecV0, ContractMessageSpecV1, ContractMessageSpecV2, ContractMessageSpecV3, ContractMetadata, ContractMetadataLatest, ContractMetadataV0, ContractMetadataV1, ContractMetadataV2, ContractMetadataV3, ContractMetadataV4, ContractProject, ContractProjectContract, ContractProjectInfo, ContractProjectSource, ContractProjectV0, ContractSelector, ContractStorageLayout, ContractTypeSpec } from '@polkadot/types/interfaces/contractsAbi';
 import type { FundIndex, FundInfo, LastContribution, TrieIndex } from '@polkadot/types/interfaces/crowdloan';
 import type { CollationInfo, CollationInfoV1, ConfigData, MessageId, OverweightIndex, PageCounter, PageIndexData } from '@polkadot/types/interfaces/cumulus';
 import type { AccountVote, AccountVoteSplit, AccountVoteStandard, Conviction, Delegations, PreimageStatus, PreimageStatusAvailable, PriorLock, PropIndex, Proposal, ProxyState, ReferendumIndex, ReferendumInfo, ReferendumInfoFinished, ReferendumInfoTo239, ReferendumStatus, Tally, Voting, VotingDelegating, VotingDirect, VotingDirectVote } from '@polkadot/types/interfaces/democracy';
@@ -254,6 +254,7 @@
     ContractConstructorSpecV1: ContractConstructorSpecV1;
     ContractConstructorSpecV2: ContractConstructorSpecV2;
     ContractConstructorSpecV3: ContractConstructorSpecV3;
+    ContractConstructorSpecV4: ContractConstructorSpecV4;
     ContractContractSpecV0: ContractContractSpecV0;
     ContractContractSpecV1: ContractContractSpecV1;
     ContractContractSpecV2: ContractContractSpecV2;
@@ -262,6 +263,7 @@
     ContractCryptoHasher: ContractCryptoHasher;
     ContractDiscriminant: ContractDiscriminant;
     ContractDisplayName: ContractDisplayName;
+    ContractEnvironmentV4: ContractEnvironmentV4;
     ContractEventParamSpecLatest: ContractEventParamSpecLatest;
     ContractEventParamSpecV0: ContractEventParamSpecV0;
     ContractEventParamSpecV2: ContractEventParamSpecV2;
@@ -298,6 +300,7 @@
     ContractMessageSpecV0: ContractMessageSpecV0;
     ContractMessageSpecV1: ContractMessageSpecV1;
     ContractMessageSpecV2: ContractMessageSpecV2;
+    ContractMessageSpecV3: ContractMessageSpecV3;
     ContractMetadata: ContractMetadata;
     ContractMetadataLatest: ContractMetadataLatest;
     ContractMetadataV0: ContractMetadataV0;
@@ -332,6 +335,7 @@
     CumulusPalletParachainSystemError: CumulusPalletParachainSystemError;
     CumulusPalletParachainSystemEvent: CumulusPalletParachainSystemEvent;
     CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot;
+    CumulusPalletParachainSystemRelayStateSnapshotRelayDispachQueueSize: CumulusPalletParachainSystemRelayStateSnapshotRelayDispachQueueSize;
     CumulusPalletXcmCall: CumulusPalletXcmCall;
     CumulusPalletXcmError: CumulusPalletXcmError;
     CumulusPalletXcmEvent: CumulusPalletXcmEvent;
@@ -866,7 +870,7 @@
     PalletEventMetadataV14: PalletEventMetadataV14;
     PalletEvmAccountBasicCrossAccountIdRepr: PalletEvmAccountBasicCrossAccountIdRepr;
     PalletEvmCall: PalletEvmCall;
-    PalletEvmCoderSubstrateCall: PalletEvmCoderSubstrateCall;
+    PalletEvmCodeMetadata: PalletEvmCodeMetadata;
     PalletEvmCoderSubstrateError: PalletEvmCoderSubstrateError;
     PalletEvmContractHelpersCall: PalletEvmContractHelpersCall;
     PalletEvmContractHelpersError: PalletEvmContractHelpersError;
@@ -912,6 +916,13 @@
     PalletSessionError: PalletSessionError;
     PalletSessionEvent: PalletSessionEvent;
     PalletsOrigin: PalletsOrigin;
+    PalletStateTrieMigrationCall: PalletStateTrieMigrationCall;
+    PalletStateTrieMigrationError: PalletStateTrieMigrationError;
+    PalletStateTrieMigrationEvent: PalletStateTrieMigrationEvent;
+    PalletStateTrieMigrationMigrationCompute: PalletStateTrieMigrationMigrationCompute;
+    PalletStateTrieMigrationMigrationLimits: PalletStateTrieMigrationMigrationLimits;
+    PalletStateTrieMigrationMigrationTask: PalletStateTrieMigrationMigrationTask;
+    PalletStateTrieMigrationProgress: PalletStateTrieMigrationProgress;
     PalletStorageMetadataLatest: PalletStorageMetadataLatest;
     PalletStorageMetadataV14: PalletStorageMetadataV14;
     PalletStructureCall: PalletStructureCall;
modifiedtests/src/interfaces/default/types.tsdiffbeforeafterboth
before · tests/src/interfaces/default/types.ts
1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34import type { Data } from '@polkadot/types';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';6import type { ITuple } from '@polkadot/types-codec/types';7import type { AccountId32, Call, H160, H256, MultiAddress, Perbill } from '@polkadot/types/interfaces/runtime';8import type { Event } from '@polkadot/types/interfaces/system';910/** @name CumulusPalletDmpQueueCall */11export interface CumulusPalletDmpQueueCall extends Enum {12  readonly isServiceOverweight: boolean;13  readonly asServiceOverweight: {14    readonly index: u64;15    readonly weightLimit: SpWeightsWeightV2Weight;16  } & Struct;17  readonly type: 'ServiceOverweight';18}1920/** @name CumulusPalletDmpQueueConfigData */21export interface CumulusPalletDmpQueueConfigData extends Struct {22  readonly maxIndividual: SpWeightsWeightV2Weight;23}2425/** @name CumulusPalletDmpQueueError */26export interface CumulusPalletDmpQueueError extends Enum {27  readonly isUnknown: boolean;28  readonly isOverLimit: boolean;29  readonly type: 'Unknown' | 'OverLimit';30}3132/** @name CumulusPalletDmpQueueEvent */33export interface CumulusPalletDmpQueueEvent extends Enum {34  readonly isInvalidFormat: boolean;35  readonly asInvalidFormat: {36    readonly messageId: U8aFixed;37  } & Struct;38  readonly isUnsupportedVersion: boolean;39  readonly asUnsupportedVersion: {40    readonly messageId: U8aFixed;41  } & Struct;42  readonly isExecutedDownward: boolean;43  readonly asExecutedDownward: {44    readonly messageId: U8aFixed;45    readonly outcome: XcmV3TraitsOutcome;46  } & Struct;47  readonly isWeightExhausted: boolean;48  readonly asWeightExhausted: {49    readonly messageId: U8aFixed;50    readonly remainingWeight: SpWeightsWeightV2Weight;51    readonly requiredWeight: SpWeightsWeightV2Weight;52  } & Struct;53  readonly isOverweightEnqueued: boolean;54  readonly asOverweightEnqueued: {55    readonly messageId: U8aFixed;56    readonly overweightIndex: u64;57    readonly requiredWeight: SpWeightsWeightV2Weight;58  } & Struct;59  readonly isOverweightServiced: boolean;60  readonly asOverweightServiced: {61    readonly overweightIndex: u64;62    readonly weightUsed: SpWeightsWeightV2Weight;63  } & Struct;64  readonly isMaxMessagesExhausted: boolean;65  readonly asMaxMessagesExhausted: {66    readonly messageId: U8aFixed;67  } & Struct;68  readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced' | 'MaxMessagesExhausted';69}7071/** @name CumulusPalletDmpQueuePageIndexData */72export interface CumulusPalletDmpQueuePageIndexData extends Struct {73  readonly beginUsed: u32;74  readonly endUsed: u32;75  readonly overweightCount: u64;76}7778/** @name CumulusPalletParachainSystemCall */79export interface CumulusPalletParachainSystemCall extends Enum {80  readonly isSetValidationData: boolean;81  readonly asSetValidationData: {82    readonly data: CumulusPrimitivesParachainInherentParachainInherentData;83  } & Struct;84  readonly isSudoSendUpwardMessage: boolean;85  readonly asSudoSendUpwardMessage: {86    readonly message: Bytes;87  } & Struct;88  readonly isAuthorizeUpgrade: boolean;89  readonly asAuthorizeUpgrade: {90    readonly codeHash: H256;91    readonly checkVersion: bool;92  } & Struct;93  readonly isEnactAuthorizedUpgrade: boolean;94  readonly asEnactAuthorizedUpgrade: {95    readonly code: Bytes;96  } & Struct;97  readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';98}99100/** @name CumulusPalletParachainSystemCodeUpgradeAuthorization */101export interface CumulusPalletParachainSystemCodeUpgradeAuthorization extends Struct {102  readonly codeHash: H256;103  readonly checkVersion: bool;104}105106/** @name CumulusPalletParachainSystemError */107export interface CumulusPalletParachainSystemError extends Enum {108  readonly isOverlappingUpgrades: boolean;109  readonly isProhibitedByPolkadot: boolean;110  readonly isTooBig: boolean;111  readonly isValidationDataNotAvailable: boolean;112  readonly isHostConfigurationNotAvailable: boolean;113  readonly isNotScheduled: boolean;114  readonly isNothingAuthorized: boolean;115  readonly isUnauthorized: boolean;116  readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';117}118119/** @name CumulusPalletParachainSystemEvent */120export interface CumulusPalletParachainSystemEvent extends Enum {121  readonly isValidationFunctionStored: boolean;122  readonly isValidationFunctionApplied: boolean;123  readonly asValidationFunctionApplied: {124    readonly relayChainBlockNum: u32;125  } & Struct;126  readonly isValidationFunctionDiscarded: boolean;127  readonly isUpgradeAuthorized: boolean;128  readonly asUpgradeAuthorized: {129    readonly codeHash: H256;130  } & Struct;131  readonly isDownwardMessagesReceived: boolean;132  readonly asDownwardMessagesReceived: {133    readonly count: u32;134  } & Struct;135  readonly isDownwardMessagesProcessed: boolean;136  readonly asDownwardMessagesProcessed: {137    readonly weightUsed: SpWeightsWeightV2Weight;138    readonly dmqHead: H256;139  } & Struct;140  readonly isUpwardMessageSent: boolean;141  readonly asUpwardMessageSent: {142    readonly messageHash: Option<U8aFixed>;143  } & Struct;144  readonly type: 'ValidationFunctionStored' | 'ValidationFunctionApplied' | 'ValidationFunctionDiscarded' | 'UpgradeAuthorized' | 'DownwardMessagesReceived' | 'DownwardMessagesProcessed' | 'UpwardMessageSent';145}146147/** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot */148export interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {149  readonly dmqMqcHead: H256;150  readonly relayDispatchQueueSize: ITuple<[u32, u32]>;151  readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV4AbridgedHrmpChannel]>>;152  readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV4AbridgedHrmpChannel]>>;153}154155/** @name CumulusPalletXcmCall */156export interface CumulusPalletXcmCall extends Null {}157158/** @name CumulusPalletXcmError */159export interface CumulusPalletXcmError extends Null {}160161/** @name CumulusPalletXcmEvent */162export interface CumulusPalletXcmEvent extends Enum {163  readonly isInvalidFormat: boolean;164  readonly asInvalidFormat: U8aFixed;165  readonly isUnsupportedVersion: boolean;166  readonly asUnsupportedVersion: U8aFixed;167  readonly isExecutedDownward: boolean;168  readonly asExecutedDownward: ITuple<[U8aFixed, XcmV3TraitsOutcome]>;169  readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';170}171172/** @name CumulusPalletXcmpQueueCall */173export interface CumulusPalletXcmpQueueCall extends Enum {174  readonly isServiceOverweight: boolean;175  readonly asServiceOverweight: {176    readonly index: u64;177    readonly weightLimit: SpWeightsWeightV2Weight;178  } & Struct;179  readonly isSuspendXcmExecution: boolean;180  readonly isResumeXcmExecution: boolean;181  readonly isUpdateSuspendThreshold: boolean;182  readonly asUpdateSuspendThreshold: {183    readonly new_: u32;184  } & Struct;185  readonly isUpdateDropThreshold: boolean;186  readonly asUpdateDropThreshold: {187    readonly new_: u32;188  } & Struct;189  readonly isUpdateResumeThreshold: boolean;190  readonly asUpdateResumeThreshold: {191    readonly new_: u32;192  } & Struct;193  readonly isUpdateThresholdWeight: boolean;194  readonly asUpdateThresholdWeight: {195    readonly new_: SpWeightsWeightV2Weight;196  } & Struct;197  readonly isUpdateWeightRestrictDecay: boolean;198  readonly asUpdateWeightRestrictDecay: {199    readonly new_: SpWeightsWeightV2Weight;200  } & Struct;201  readonly isUpdateXcmpMaxIndividualWeight: boolean;202  readonly asUpdateXcmpMaxIndividualWeight: {203    readonly new_: SpWeightsWeightV2Weight;204  } & Struct;205  readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';206}207208/** @name CumulusPalletXcmpQueueError */209export interface CumulusPalletXcmpQueueError extends Enum {210  readonly isFailedToSend: boolean;211  readonly isBadXcmOrigin: boolean;212  readonly isBadXcm: boolean;213  readonly isBadOverweightIndex: boolean;214  readonly isWeightOverLimit: boolean;215  readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';216}217218/** @name CumulusPalletXcmpQueueEvent */219export interface CumulusPalletXcmpQueueEvent extends Enum {220  readonly isSuccess: boolean;221  readonly asSuccess: {222    readonly messageHash: Option<U8aFixed>;223    readonly weight: SpWeightsWeightV2Weight;224  } & Struct;225  readonly isFail: boolean;226  readonly asFail: {227    readonly messageHash: Option<U8aFixed>;228    readonly error: XcmV3TraitsError;229    readonly weight: SpWeightsWeightV2Weight;230  } & Struct;231  readonly isBadVersion: boolean;232  readonly asBadVersion: {233    readonly messageHash: Option<U8aFixed>;234  } & Struct;235  readonly isBadFormat: boolean;236  readonly asBadFormat: {237    readonly messageHash: Option<U8aFixed>;238  } & Struct;239  readonly isXcmpMessageSent: boolean;240  readonly asXcmpMessageSent: {241    readonly messageHash: Option<U8aFixed>;242  } & Struct;243  readonly isOverweightEnqueued: boolean;244  readonly asOverweightEnqueued: {245    readonly sender: u32;246    readonly sentAt: u32;247    readonly index: u64;248    readonly required: SpWeightsWeightV2Weight;249  } & Struct;250  readonly isOverweightServiced: boolean;251  readonly asOverweightServiced: {252    readonly index: u64;253    readonly used: SpWeightsWeightV2Weight;254  } & Struct;255  readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';256}257258/** @name CumulusPalletXcmpQueueInboundChannelDetails */259export interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {260  readonly sender: u32;261  readonly state: CumulusPalletXcmpQueueInboundState;262  readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;263}264265/** @name CumulusPalletXcmpQueueInboundState */266export interface CumulusPalletXcmpQueueInboundState extends Enum {267  readonly isOk: boolean;268  readonly isSuspended: boolean;269  readonly type: 'Ok' | 'Suspended';270}271272/** @name CumulusPalletXcmpQueueOutboundChannelDetails */273export interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {274  readonly recipient: u32;275  readonly state: CumulusPalletXcmpQueueOutboundState;276  readonly signalsExist: bool;277  readonly firstIndex: u16;278  readonly lastIndex: u16;279}280281/** @name CumulusPalletXcmpQueueOutboundState */282export interface CumulusPalletXcmpQueueOutboundState extends Enum {283  readonly isOk: boolean;284  readonly isSuspended: boolean;285  readonly type: 'Ok' | 'Suspended';286}287288/** @name CumulusPalletXcmpQueueQueueConfigData */289export interface CumulusPalletXcmpQueueQueueConfigData extends Struct {290  readonly suspendThreshold: u32;291  readonly dropThreshold: u32;292  readonly resumeThreshold: u32;293  readonly thresholdWeight: SpWeightsWeightV2Weight;294  readonly weightRestrictDecay: SpWeightsWeightV2Weight;295  readonly xcmpMaxIndividualWeight: SpWeightsWeightV2Weight;296}297298/** @name CumulusPrimitivesParachainInherentParachainInherentData */299export interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {300  readonly validationData: PolkadotPrimitivesV4PersistedValidationData;301  readonly relayChainState: SpTrieStorageProof;302  readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;303  readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;304}305306/** @name EthbloomBloom */307export interface EthbloomBloom extends U8aFixed {}308309/** @name EthereumBlock */310export interface EthereumBlock extends Struct {311  readonly header: EthereumHeader;312  readonly transactions: Vec<EthereumTransactionTransactionV2>;313  readonly ommers: Vec<EthereumHeader>;314}315316/** @name EthereumHeader */317export interface EthereumHeader extends Struct {318  readonly parentHash: H256;319  readonly ommersHash: H256;320  readonly beneficiary: H160;321  readonly stateRoot: H256;322  readonly transactionsRoot: H256;323  readonly receiptsRoot: H256;324  readonly logsBloom: EthbloomBloom;325  readonly difficulty: U256;326  readonly number: U256;327  readonly gasLimit: U256;328  readonly gasUsed: U256;329  readonly timestamp: u64;330  readonly extraData: Bytes;331  readonly mixHash: H256;332  readonly nonce: EthereumTypesHashH64;333}334335/** @name EthereumLog */336export interface EthereumLog extends Struct {337  readonly address: H160;338  readonly topics: Vec<H256>;339  readonly data: Bytes;340}341342/** @name EthereumReceiptEip658ReceiptData */343export interface EthereumReceiptEip658ReceiptData extends Struct {344  readonly statusCode: u8;345  readonly usedGas: U256;346  readonly logsBloom: EthbloomBloom;347  readonly logs: Vec<EthereumLog>;348}349350/** @name EthereumReceiptReceiptV3 */351export interface EthereumReceiptReceiptV3 extends Enum {352  readonly isLegacy: boolean;353  readonly asLegacy: EthereumReceiptEip658ReceiptData;354  readonly isEip2930: boolean;355  readonly asEip2930: EthereumReceiptEip658ReceiptData;356  readonly isEip1559: boolean;357  readonly asEip1559: EthereumReceiptEip658ReceiptData;358  readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';359}360361/** @name EthereumTransactionAccessListItem */362export interface EthereumTransactionAccessListItem extends Struct {363  readonly address: H160;364  readonly storageKeys: Vec<H256>;365}366367/** @name EthereumTransactionEip1559Transaction */368export interface EthereumTransactionEip1559Transaction extends Struct {369  readonly chainId: u64;370  readonly nonce: U256;371  readonly maxPriorityFeePerGas: U256;372  readonly maxFeePerGas: U256;373  readonly gasLimit: U256;374  readonly action: EthereumTransactionTransactionAction;375  readonly value: U256;376  readonly input: Bytes;377  readonly accessList: Vec<EthereumTransactionAccessListItem>;378  readonly oddYParity: bool;379  readonly r: H256;380  readonly s: H256;381}382383/** @name EthereumTransactionEip2930Transaction */384export interface EthereumTransactionEip2930Transaction extends Struct {385  readonly chainId: u64;386  readonly nonce: U256;387  readonly gasPrice: U256;388  readonly gasLimit: U256;389  readonly action: EthereumTransactionTransactionAction;390  readonly value: U256;391  readonly input: Bytes;392  readonly accessList: Vec<EthereumTransactionAccessListItem>;393  readonly oddYParity: bool;394  readonly r: H256;395  readonly s: H256;396}397398/** @name EthereumTransactionLegacyTransaction */399export interface EthereumTransactionLegacyTransaction extends Struct {400  readonly nonce: U256;401  readonly gasPrice: U256;402  readonly gasLimit: U256;403  readonly action: EthereumTransactionTransactionAction;404  readonly value: U256;405  readonly input: Bytes;406  readonly signature: EthereumTransactionTransactionSignature;407}408409/** @name EthereumTransactionTransactionAction */410export interface EthereumTransactionTransactionAction extends Enum {411  readonly isCall: boolean;412  readonly asCall: H160;413  readonly isCreate: boolean;414  readonly type: 'Call' | 'Create';415}416417/** @name EthereumTransactionTransactionSignature */418export interface EthereumTransactionTransactionSignature extends Struct {419  readonly v: u64;420  readonly r: H256;421  readonly s: H256;422}423424/** @name EthereumTransactionTransactionV2 */425export interface EthereumTransactionTransactionV2 extends Enum {426  readonly isLegacy: boolean;427  readonly asLegacy: EthereumTransactionLegacyTransaction;428  readonly isEip2930: boolean;429  readonly asEip2930: EthereumTransactionEip2930Transaction;430  readonly isEip1559: boolean;431  readonly asEip1559: EthereumTransactionEip1559Transaction;432  readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';433}434435/** @name EthereumTypesHashH64 */436export interface EthereumTypesHashH64 extends U8aFixed {}437438/** @name EvmCoreErrorExitError */439export interface EvmCoreErrorExitError extends Enum {440  readonly isStackUnderflow: boolean;441  readonly isStackOverflow: boolean;442  readonly isInvalidJump: boolean;443  readonly isInvalidRange: boolean;444  readonly isDesignatedInvalid: boolean;445  readonly isCallTooDeep: boolean;446  readonly isCreateCollision: boolean;447  readonly isCreateContractLimit: boolean;448  readonly isOutOfOffset: boolean;449  readonly isOutOfGas: boolean;450  readonly isOutOfFund: boolean;451  readonly isPcUnderflow: boolean;452  readonly isCreateEmpty: boolean;453  readonly isOther: boolean;454  readonly asOther: Text;455  readonly isInvalidCode: boolean;456  readonly asInvalidCode: u8;457  readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';458}459460/** @name EvmCoreErrorExitFatal */461export interface EvmCoreErrorExitFatal extends Enum {462  readonly isNotSupported: boolean;463  readonly isUnhandledInterrupt: boolean;464  readonly isCallErrorAsFatal: boolean;465  readonly asCallErrorAsFatal: EvmCoreErrorExitError;466  readonly isOther: boolean;467  readonly asOther: Text;468  readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';469}470471/** @name EvmCoreErrorExitReason */472export interface EvmCoreErrorExitReason extends Enum {473  readonly isSucceed: boolean;474  readonly asSucceed: EvmCoreErrorExitSucceed;475  readonly isError: boolean;476  readonly asError: EvmCoreErrorExitError;477  readonly isRevert: boolean;478  readonly asRevert: EvmCoreErrorExitRevert;479  readonly isFatal: boolean;480  readonly asFatal: EvmCoreErrorExitFatal;481  readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';482}483484/** @name EvmCoreErrorExitRevert */485export interface EvmCoreErrorExitRevert extends Enum {486  readonly isReverted: boolean;487  readonly type: 'Reverted';488}489490/** @name EvmCoreErrorExitSucceed */491export interface EvmCoreErrorExitSucceed extends Enum {492  readonly isStopped: boolean;493  readonly isReturned: boolean;494  readonly isSuicided: boolean;495  readonly type: 'Stopped' | 'Returned' | 'Suicided';496}497498/** @name FpRpcTransactionStatus */499export interface FpRpcTransactionStatus extends Struct {500  readonly transactionHash: H256;501  readonly transactionIndex: u32;502  readonly from: H160;503  readonly to: Option<H160>;504  readonly contractAddress: Option<H160>;505  readonly logs: Vec<EthereumLog>;506  readonly logsBloom: EthbloomBloom;507}508509/** @name FrameSupportDispatchDispatchClass */510export interface FrameSupportDispatchDispatchClass extends Enum {511  readonly isNormal: boolean;512  readonly isOperational: boolean;513  readonly isMandatory: boolean;514  readonly type: 'Normal' | 'Operational' | 'Mandatory';515}516517/** @name FrameSupportDispatchDispatchInfo */518export interface FrameSupportDispatchDispatchInfo extends Struct {519  readonly weight: SpWeightsWeightV2Weight;520  readonly class: FrameSupportDispatchDispatchClass;521  readonly paysFee: FrameSupportDispatchPays;522}523524/** @name FrameSupportDispatchPays */525export interface FrameSupportDispatchPays extends Enum {526  readonly isYes: boolean;527  readonly isNo: boolean;528  readonly type: 'Yes' | 'No';529}530531/** @name FrameSupportDispatchPerDispatchClassU32 */532export interface FrameSupportDispatchPerDispatchClassU32 extends Struct {533  readonly normal: u32;534  readonly operational: u32;535  readonly mandatory: u32;536}537538/** @name FrameSupportDispatchPerDispatchClassWeight */539export interface FrameSupportDispatchPerDispatchClassWeight extends Struct {540  readonly normal: SpWeightsWeightV2Weight;541  readonly operational: SpWeightsWeightV2Weight;542  readonly mandatory: SpWeightsWeightV2Weight;543}544545/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass */546export interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {547  readonly normal: FrameSystemLimitsWeightsPerClass;548  readonly operational: FrameSystemLimitsWeightsPerClass;549  readonly mandatory: FrameSystemLimitsWeightsPerClass;550}551552/** @name FrameSupportPalletId */553export interface FrameSupportPalletId extends U8aFixed {}554555/** @name FrameSupportTokensMiscBalanceStatus */556export interface FrameSupportTokensMiscBalanceStatus extends Enum {557  readonly isFree: boolean;558  readonly isReserved: boolean;559  readonly type: 'Free' | 'Reserved';560}561562/** @name FrameSystemAccountInfo */563export interface FrameSystemAccountInfo extends Struct {564  readonly nonce: u32;565  readonly consumers: u32;566  readonly providers: u32;567  readonly sufficients: u32;568  readonly data: PalletBalancesAccountData;569}570571/** @name FrameSystemCall */572export interface FrameSystemCall extends Enum {573  readonly isRemark: boolean;574  readonly asRemark: {575    readonly remark: Bytes;576  } & Struct;577  readonly isSetHeapPages: boolean;578  readonly asSetHeapPages: {579    readonly pages: u64;580  } & Struct;581  readonly isSetCode: boolean;582  readonly asSetCode: {583    readonly code: Bytes;584  } & Struct;585  readonly isSetCodeWithoutChecks: boolean;586  readonly asSetCodeWithoutChecks: {587    readonly code: Bytes;588  } & Struct;589  readonly isSetStorage: boolean;590  readonly asSetStorage: {591    readonly items: Vec<ITuple<[Bytes, Bytes]>>;592  } & Struct;593  readonly isKillStorage: boolean;594  readonly asKillStorage: {595    readonly keys_: Vec<Bytes>;596  } & Struct;597  readonly isKillPrefix: boolean;598  readonly asKillPrefix: {599    readonly prefix: Bytes;600    readonly subkeys: u32;601  } & Struct;602  readonly isRemarkWithEvent: boolean;603  readonly asRemarkWithEvent: {604    readonly remark: Bytes;605  } & Struct;606  readonly type: 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';607}608609/** @name FrameSystemError */610export interface FrameSystemError extends Enum {611  readonly isInvalidSpecName: boolean;612  readonly isSpecVersionNeedsToIncrease: boolean;613  readonly isFailedToExtractRuntimeVersion: boolean;614  readonly isNonDefaultComposite: boolean;615  readonly isNonZeroRefCount: boolean;616  readonly isCallFiltered: boolean;617  readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';618}619620/** @name FrameSystemEvent */621export interface FrameSystemEvent extends Enum {622  readonly isExtrinsicSuccess: boolean;623  readonly asExtrinsicSuccess: {624    readonly dispatchInfo: FrameSupportDispatchDispatchInfo;625  } & Struct;626  readonly isExtrinsicFailed: boolean;627  readonly asExtrinsicFailed: {628    readonly dispatchError: SpRuntimeDispatchError;629    readonly dispatchInfo: FrameSupportDispatchDispatchInfo;630  } & Struct;631  readonly isCodeUpdated: boolean;632  readonly isNewAccount: boolean;633  readonly asNewAccount: {634    readonly account: AccountId32;635  } & Struct;636  readonly isKilledAccount: boolean;637  readonly asKilledAccount: {638    readonly account: AccountId32;639  } & Struct;640  readonly isRemarked: boolean;641  readonly asRemarked: {642    readonly sender: AccountId32;643    readonly hash_: H256;644  } & Struct;645  readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked';646}647648/** @name FrameSystemEventRecord */649export interface FrameSystemEventRecord extends Struct {650  readonly phase: FrameSystemPhase;651  readonly event: Event;652  readonly topics: Vec<H256>;653}654655/** @name FrameSystemExtensionsCheckGenesis */656export interface FrameSystemExtensionsCheckGenesis extends Null {}657658/** @name FrameSystemExtensionsCheckNonce */659export interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}660661/** @name FrameSystemExtensionsCheckSpecVersion */662export interface FrameSystemExtensionsCheckSpecVersion extends Null {}663664/** @name FrameSystemExtensionsCheckTxVersion */665export interface FrameSystemExtensionsCheckTxVersion extends Null {}666667/** @name FrameSystemExtensionsCheckWeight */668export interface FrameSystemExtensionsCheckWeight extends Null {}669670/** @name FrameSystemLastRuntimeUpgradeInfo */671export interface FrameSystemLastRuntimeUpgradeInfo extends Struct {672  readonly specVersion: Compact<u32>;673  readonly specName: Text;674}675676/** @name FrameSystemLimitsBlockLength */677export interface FrameSystemLimitsBlockLength extends Struct {678  readonly max: FrameSupportDispatchPerDispatchClassU32;679}680681/** @name FrameSystemLimitsBlockWeights */682export interface FrameSystemLimitsBlockWeights extends Struct {683  readonly baseBlock: SpWeightsWeightV2Weight;684  readonly maxBlock: SpWeightsWeightV2Weight;685  readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;686}687688/** @name FrameSystemLimitsWeightsPerClass */689export interface FrameSystemLimitsWeightsPerClass extends Struct {690  readonly baseExtrinsic: SpWeightsWeightV2Weight;691  readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;692  readonly maxTotal: Option<SpWeightsWeightV2Weight>;693  readonly reserved: Option<SpWeightsWeightV2Weight>;694}695696/** @name FrameSystemPhase */697export interface FrameSystemPhase extends Enum {698  readonly isApplyExtrinsic: boolean;699  readonly asApplyExtrinsic: u32;700  readonly isFinalization: boolean;701  readonly isInitialization: boolean;702  readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';703}704705/** @name OpalRuntimeRuntime */706export interface OpalRuntimeRuntime extends Null {}707708/** @name OpalRuntimeRuntimeCommonIdentityDisableIdentityCalls */709export interface OpalRuntimeRuntimeCommonIdentityDisableIdentityCalls extends Null {}710711/** @name OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance */712export interface OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance extends Null {}713714/** @name OpalRuntimeRuntimeCommonSessionKeys */715export interface OpalRuntimeRuntimeCommonSessionKeys extends Struct {716  readonly aura: SpConsensusAuraSr25519AppSr25519Public;717}718719/** @name OrmlTokensAccountData */720export interface OrmlTokensAccountData extends Struct {721  readonly free: u128;722  readonly reserved: u128;723  readonly frozen: u128;724}725726/** @name OrmlTokensBalanceLock */727export interface OrmlTokensBalanceLock extends Struct {728  readonly id: U8aFixed;729  readonly amount: u128;730}731732/** @name OrmlTokensModuleCall */733export interface OrmlTokensModuleCall extends Enum {734  readonly isTransfer: boolean;735  readonly asTransfer: {736    readonly dest: MultiAddress;737    readonly currencyId: PalletForeignAssetsAssetIds;738    readonly amount: Compact<u128>;739  } & Struct;740  readonly isTransferAll: boolean;741  readonly asTransferAll: {742    readonly dest: MultiAddress;743    readonly currencyId: PalletForeignAssetsAssetIds;744    readonly keepAlive: bool;745  } & Struct;746  readonly isTransferKeepAlive: boolean;747  readonly asTransferKeepAlive: {748    readonly dest: MultiAddress;749    readonly currencyId: PalletForeignAssetsAssetIds;750    readonly amount: Compact<u128>;751  } & Struct;752  readonly isForceTransfer: boolean;753  readonly asForceTransfer: {754    readonly source: MultiAddress;755    readonly dest: MultiAddress;756    readonly currencyId: PalletForeignAssetsAssetIds;757    readonly amount: Compact<u128>;758  } & Struct;759  readonly isSetBalance: boolean;760  readonly asSetBalance: {761    readonly who: MultiAddress;762    readonly currencyId: PalletForeignAssetsAssetIds;763    readonly newFree: Compact<u128>;764    readonly newReserved: Compact<u128>;765  } & Struct;766  readonly type: 'Transfer' | 'TransferAll' | 'TransferKeepAlive' | 'ForceTransfer' | 'SetBalance';767}768769/** @name OrmlTokensModuleError */770export interface OrmlTokensModuleError extends Enum {771  readonly isBalanceTooLow: boolean;772  readonly isAmountIntoBalanceFailed: boolean;773  readonly isLiquidityRestrictions: boolean;774  readonly isMaxLocksExceeded: boolean;775  readonly isKeepAlive: boolean;776  readonly isExistentialDeposit: boolean;777  readonly isDeadAccount: boolean;778  readonly isTooManyReserves: boolean;779  readonly type: 'BalanceTooLow' | 'AmountIntoBalanceFailed' | 'LiquidityRestrictions' | 'MaxLocksExceeded' | 'KeepAlive' | 'ExistentialDeposit' | 'DeadAccount' | 'TooManyReserves';780}781782/** @name OrmlTokensModuleEvent */783export interface OrmlTokensModuleEvent extends Enum {784  readonly isEndowed: boolean;785  readonly asEndowed: {786    readonly currencyId: PalletForeignAssetsAssetIds;787    readonly who: AccountId32;788    readonly amount: u128;789  } & Struct;790  readonly isDustLost: boolean;791  readonly asDustLost: {792    readonly currencyId: PalletForeignAssetsAssetIds;793    readonly who: AccountId32;794    readonly amount: u128;795  } & Struct;796  readonly isTransfer: boolean;797  readonly asTransfer: {798    readonly currencyId: PalletForeignAssetsAssetIds;799    readonly from: AccountId32;800    readonly to: AccountId32;801    readonly amount: u128;802  } & Struct;803  readonly isReserved: boolean;804  readonly asReserved: {805    readonly currencyId: PalletForeignAssetsAssetIds;806    readonly who: AccountId32;807    readonly amount: u128;808  } & Struct;809  readonly isUnreserved: boolean;810  readonly asUnreserved: {811    readonly currencyId: PalletForeignAssetsAssetIds;812    readonly who: AccountId32;813    readonly amount: u128;814  } & Struct;815  readonly isReserveRepatriated: boolean;816  readonly asReserveRepatriated: {817    readonly currencyId: PalletForeignAssetsAssetIds;818    readonly from: AccountId32;819    readonly to: AccountId32;820    readonly amount: u128;821    readonly status: FrameSupportTokensMiscBalanceStatus;822  } & Struct;823  readonly isBalanceSet: boolean;824  readonly asBalanceSet: {825    readonly currencyId: PalletForeignAssetsAssetIds;826    readonly who: AccountId32;827    readonly free: u128;828    readonly reserved: u128;829  } & Struct;830  readonly isTotalIssuanceSet: boolean;831  readonly asTotalIssuanceSet: {832    readonly currencyId: PalletForeignAssetsAssetIds;833    readonly amount: u128;834  } & Struct;835  readonly isWithdrawn: boolean;836  readonly asWithdrawn: {837    readonly currencyId: PalletForeignAssetsAssetIds;838    readonly who: AccountId32;839    readonly amount: u128;840  } & Struct;841  readonly isSlashed: boolean;842  readonly asSlashed: {843    readonly currencyId: PalletForeignAssetsAssetIds;844    readonly who: AccountId32;845    readonly freeAmount: u128;846    readonly reservedAmount: u128;847  } & Struct;848  readonly isDeposited: boolean;849  readonly asDeposited: {850    readonly currencyId: PalletForeignAssetsAssetIds;851    readonly who: AccountId32;852    readonly amount: u128;853  } & Struct;854  readonly isLockSet: boolean;855  readonly asLockSet: {856    readonly lockId: U8aFixed;857    readonly currencyId: PalletForeignAssetsAssetIds;858    readonly who: AccountId32;859    readonly amount: u128;860  } & Struct;861  readonly isLockRemoved: boolean;862  readonly asLockRemoved: {863    readonly lockId: U8aFixed;864    readonly currencyId: PalletForeignAssetsAssetIds;865    readonly who: AccountId32;866  } & Struct;867  readonly isLocked: boolean;868  readonly asLocked: {869    readonly currencyId: PalletForeignAssetsAssetIds;870    readonly who: AccountId32;871    readonly amount: u128;872  } & Struct;873  readonly isUnlocked: boolean;874  readonly asUnlocked: {875    readonly currencyId: PalletForeignAssetsAssetIds;876    readonly who: AccountId32;877    readonly amount: u128;878  } & Struct;879  readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'BalanceSet' | 'TotalIssuanceSet' | 'Withdrawn' | 'Slashed' | 'Deposited' | 'LockSet' | 'LockRemoved' | 'Locked' | 'Unlocked';880}881882/** @name OrmlTokensReserveData */883export interface OrmlTokensReserveData extends Struct {884  readonly id: Null;885  readonly amount: u128;886}887888/** @name OrmlVestingModuleCall */889export interface OrmlVestingModuleCall extends Enum {890  readonly isClaim: boolean;891  readonly isVestedTransfer: boolean;892  readonly asVestedTransfer: {893    readonly dest: MultiAddress;894    readonly schedule: OrmlVestingVestingSchedule;895  } & Struct;896  readonly isUpdateVestingSchedules: boolean;897  readonly asUpdateVestingSchedules: {898    readonly who: MultiAddress;899    readonly vestingSchedules: Vec<OrmlVestingVestingSchedule>;900  } & Struct;901  readonly isClaimFor: boolean;902  readonly asClaimFor: {903    readonly dest: MultiAddress;904  } & Struct;905  readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';906}907908/** @name OrmlVestingModuleError */909export interface OrmlVestingModuleError extends Enum {910  readonly isZeroVestingPeriod: boolean;911  readonly isZeroVestingPeriodCount: boolean;912  readonly isInsufficientBalanceToLock: boolean;913  readonly isTooManyVestingSchedules: boolean;914  readonly isAmountLow: boolean;915  readonly isMaxVestingSchedulesExceeded: boolean;916  readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';917}918919/** @name OrmlVestingModuleEvent */920export interface OrmlVestingModuleEvent extends Enum {921  readonly isVestingScheduleAdded: boolean;922  readonly asVestingScheduleAdded: {923    readonly from: AccountId32;924    readonly to: AccountId32;925    readonly vestingSchedule: OrmlVestingVestingSchedule;926  } & Struct;927  readonly isClaimed: boolean;928  readonly asClaimed: {929    readonly who: AccountId32;930    readonly amount: u128;931  } & Struct;932  readonly isVestingSchedulesUpdated: boolean;933  readonly asVestingSchedulesUpdated: {934    readonly who: AccountId32;935  } & Struct;936  readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';937}938939/** @name OrmlVestingVestingSchedule */940export interface OrmlVestingVestingSchedule extends Struct {941  readonly start: u32;942  readonly period: u32;943  readonly periodCount: u32;944  readonly perPeriod: Compact<u128>;945}946947/** @name OrmlXtokensModuleCall */948export interface OrmlXtokensModuleCall extends Enum {949  readonly isTransfer: boolean;950  readonly asTransfer: {951    readonly currencyId: PalletForeignAssetsAssetIds;952    readonly amount: u128;953    readonly dest: XcmVersionedMultiLocation;954    readonly destWeightLimit: XcmV3WeightLimit;955  } & Struct;956  readonly isTransferMultiasset: boolean;957  readonly asTransferMultiasset: {958    readonly asset: XcmVersionedMultiAsset;959    readonly dest: XcmVersionedMultiLocation;960    readonly destWeightLimit: XcmV3WeightLimit;961  } & Struct;962  readonly isTransferWithFee: boolean;963  readonly asTransferWithFee: {964    readonly currencyId: PalletForeignAssetsAssetIds;965    readonly amount: u128;966    readonly fee: u128;967    readonly dest: XcmVersionedMultiLocation;968    readonly destWeightLimit: XcmV3WeightLimit;969  } & Struct;970  readonly isTransferMultiassetWithFee: boolean;971  readonly asTransferMultiassetWithFee: {972    readonly asset: XcmVersionedMultiAsset;973    readonly fee: XcmVersionedMultiAsset;974    readonly dest: XcmVersionedMultiLocation;975    readonly destWeightLimit: XcmV3WeightLimit;976  } & Struct;977  readonly isTransferMulticurrencies: boolean;978  readonly asTransferMulticurrencies: {979    readonly currencies: Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>>;980    readonly feeItem: u32;981    readonly dest: XcmVersionedMultiLocation;982    readonly destWeightLimit: XcmV3WeightLimit;983  } & Struct;984  readonly isTransferMultiassets: boolean;985  readonly asTransferMultiassets: {986    readonly assets: XcmVersionedMultiAssets;987    readonly feeItem: u32;988    readonly dest: XcmVersionedMultiLocation;989    readonly destWeightLimit: XcmV3WeightLimit;990  } & Struct;991  readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';992}993994/** @name OrmlXtokensModuleError */995export interface OrmlXtokensModuleError extends Enum {996  readonly isAssetHasNoReserve: boolean;997  readonly isNotCrossChainTransfer: boolean;998  readonly isInvalidDest: boolean;999  readonly isNotCrossChainTransferableCurrency: boolean;1000  readonly isUnweighableMessage: boolean;1001  readonly isXcmExecutionFailed: boolean;1002  readonly isCannotReanchor: boolean;1003  readonly isInvalidAncestry: boolean;1004  readonly isInvalidAsset: boolean;1005  readonly isDestinationNotInvertible: boolean;1006  readonly isBadVersion: boolean;1007  readonly isDistinctReserveForAssetAndFee: boolean;1008  readonly isZeroFee: boolean;1009  readonly isZeroAmount: boolean;1010  readonly isTooManyAssetsBeingSent: boolean;1011  readonly isAssetIndexNonExistent: boolean;1012  readonly isFeeNotEnough: boolean;1013  readonly isNotSupportedMultiLocation: boolean;1014  readonly isMinXcmFeeNotDefined: boolean;1015  readonly type: 'AssetHasNoReserve' | 'NotCrossChainTransfer' | 'InvalidDest' | 'NotCrossChainTransferableCurrency' | 'UnweighableMessage' | 'XcmExecutionFailed' | 'CannotReanchor' | 'InvalidAncestry' | 'InvalidAsset' | 'DestinationNotInvertible' | 'BadVersion' | 'DistinctReserveForAssetAndFee' | 'ZeroFee' | 'ZeroAmount' | 'TooManyAssetsBeingSent' | 'AssetIndexNonExistent' | 'FeeNotEnough' | 'NotSupportedMultiLocation' | 'MinXcmFeeNotDefined';1016}10171018/** @name OrmlXtokensModuleEvent */1019export interface OrmlXtokensModuleEvent extends Enum {1020  readonly isTransferredMultiAssets: boolean;1021  readonly asTransferredMultiAssets: {1022    readonly sender: AccountId32;1023    readonly assets: XcmV3MultiassetMultiAssets;1024    readonly fee: XcmV3MultiAsset;1025    readonly dest: XcmV3MultiLocation;1026  } & Struct;1027  readonly type: 'TransferredMultiAssets';1028}10291030/** @name PalletAppPromotionCall */1031export interface PalletAppPromotionCall extends Enum {1032  readonly isSetAdminAddress: boolean;1033  readonly asSetAdminAddress: {1034    readonly admin: PalletEvmAccountBasicCrossAccountIdRepr;1035  } & Struct;1036  readonly isStake: boolean;1037  readonly asStake: {1038    readonly amount: u128;1039  } & Struct;1040  readonly isUnstakeAll: boolean;1041  readonly isSponsorCollection: boolean;1042  readonly asSponsorCollection: {1043    readonly collectionId: u32;1044  } & Struct;1045  readonly isStopSponsoringCollection: boolean;1046  readonly asStopSponsoringCollection: {1047    readonly collectionId: u32;1048  } & Struct;1049  readonly isSponsorContract: boolean;1050  readonly asSponsorContract: {1051    readonly contractId: H160;1052  } & Struct;1053  readonly isStopSponsoringContract: boolean;1054  readonly asStopSponsoringContract: {1055    readonly contractId: H160;1056  } & Struct;1057  readonly isPayoutStakers: boolean;1058  readonly asPayoutStakers: {1059    readonly stakersNumber: Option<u8>;1060  } & Struct;1061  readonly isUnstakePartial: boolean;1062  readonly asUnstakePartial: {1063    readonly amount: u128;1064  } & Struct;1065  readonly type: 'SetAdminAddress' | 'Stake' | 'UnstakeAll' | 'SponsorCollection' | 'StopSponsoringCollection' | 'SponsorContract' | 'StopSponsoringContract' | 'PayoutStakers' | 'UnstakePartial';1066}10671068/** @name PalletAppPromotionError */1069export interface PalletAppPromotionError extends Enum {1070  readonly isAdminNotSet: boolean;1071  readonly isNoPermission: boolean;1072  readonly isNotSufficientFunds: boolean;1073  readonly isPendingForBlockOverflow: boolean;1074  readonly isSponsorNotSet: boolean;1075  readonly isIncorrectLockedBalanceOperation: boolean;1076  readonly isInsufficientStakedBalance: boolean;1077  readonly type: 'AdminNotSet' | 'NoPermission' | 'NotSufficientFunds' | 'PendingForBlockOverflow' | 'SponsorNotSet' | 'IncorrectLockedBalanceOperation' | 'InsufficientStakedBalance';1078}10791080/** @name PalletAppPromotionEvent */1081export interface PalletAppPromotionEvent extends Enum {1082  readonly isStakingRecalculation: boolean;1083  readonly asStakingRecalculation: ITuple<[AccountId32, u128, u128]>;1084  readonly isStake: boolean;1085  readonly asStake: ITuple<[AccountId32, u128]>;1086  readonly isUnstake: boolean;1087  readonly asUnstake: ITuple<[AccountId32, u128]>;1088  readonly isSetAdmin: boolean;1089  readonly asSetAdmin: AccountId32;1090  readonly type: 'StakingRecalculation' | 'Stake' | 'Unstake' | 'SetAdmin';1091}10921093/** @name PalletBalancesAccountData */1094export interface PalletBalancesAccountData extends Struct {1095  readonly free: u128;1096  readonly reserved: u128;1097  readonly frozen: u128;1098  readonly flags: u128;1099}11001101/** @name PalletBalancesBalanceLock */1102export interface PalletBalancesBalanceLock extends Struct {1103  readonly id: U8aFixed;1104  readonly amount: u128;1105  readonly reasons: PalletBalancesReasons;1106}11071108/** @name PalletBalancesCall */1109export interface PalletBalancesCall extends Enum {1110  readonly isTransferAllowDeath: boolean;1111  readonly asTransferAllowDeath: {1112    readonly dest: MultiAddress;1113    readonly value: Compact<u128>;1114  } & Struct;1115  readonly isSetBalanceDeprecated: boolean;1116  readonly asSetBalanceDeprecated: {1117    readonly who: MultiAddress;1118    readonly newFree: Compact<u128>;1119    readonly oldReserved: Compact<u128>;1120  } & Struct;1121  readonly isForceTransfer: boolean;1122  readonly asForceTransfer: {1123    readonly source: MultiAddress;1124    readonly dest: MultiAddress;1125    readonly value: Compact<u128>;1126  } & Struct;1127  readonly isTransferKeepAlive: boolean;1128  readonly asTransferKeepAlive: {1129    readonly dest: MultiAddress;1130    readonly value: Compact<u128>;1131  } & Struct;1132  readonly isTransferAll: boolean;1133  readonly asTransferAll: {1134    readonly dest: MultiAddress;1135    readonly keepAlive: bool;1136  } & Struct;1137  readonly isForceUnreserve: boolean;1138  readonly asForceUnreserve: {1139    readonly who: MultiAddress;1140    readonly amount: u128;1141  } & Struct;1142  readonly isUpgradeAccounts: boolean;1143  readonly asUpgradeAccounts: {1144    readonly who: Vec<AccountId32>;1145  } & Struct;1146  readonly isTransfer: boolean;1147  readonly asTransfer: {1148    readonly dest: MultiAddress;1149    readonly value: Compact<u128>;1150  } & Struct;1151  readonly isForceSetBalance: boolean;1152  readonly asForceSetBalance: {1153    readonly who: MultiAddress;1154    readonly newFree: Compact<u128>;1155  } & Struct;1156  readonly type: 'TransferAllowDeath' | 'SetBalanceDeprecated' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve' | 'UpgradeAccounts' | 'Transfer' | 'ForceSetBalance';1157}11581159/** @name PalletBalancesError */1160export interface PalletBalancesError extends Enum {1161  readonly isVestingBalance: boolean;1162  readonly isLiquidityRestrictions: boolean;1163  readonly isInsufficientBalance: boolean;1164  readonly isExistentialDeposit: boolean;1165  readonly isExpendability: boolean;1166  readonly isExistingVestingSchedule: boolean;1167  readonly isDeadAccount: boolean;1168  readonly isTooManyReserves: boolean;1169  readonly isTooManyHolds: boolean;1170  readonly isTooManyFreezes: boolean;1171  readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'Expendability' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves' | 'TooManyHolds' | 'TooManyFreezes';1172}11731174/** @name PalletBalancesEvent */1175export interface PalletBalancesEvent extends Enum {1176  readonly isEndowed: boolean;1177  readonly asEndowed: {1178    readonly account: AccountId32;1179    readonly freeBalance: u128;1180  } & Struct;1181  readonly isDustLost: boolean;1182  readonly asDustLost: {1183    readonly account: AccountId32;1184    readonly amount: u128;1185  } & Struct;1186  readonly isTransfer: boolean;1187  readonly asTransfer: {1188    readonly from: AccountId32;1189    readonly to: AccountId32;1190    readonly amount: u128;1191  } & Struct;1192  readonly isBalanceSet: boolean;1193  readonly asBalanceSet: {1194    readonly who: AccountId32;1195    readonly free: u128;1196  } & Struct;1197  readonly isReserved: boolean;1198  readonly asReserved: {1199    readonly who: AccountId32;1200    readonly amount: u128;1201  } & Struct;1202  readonly isUnreserved: boolean;1203  readonly asUnreserved: {1204    readonly who: AccountId32;1205    readonly amount: u128;1206  } & Struct;1207  readonly isReserveRepatriated: boolean;1208  readonly asReserveRepatriated: {1209    readonly from: AccountId32;1210    readonly to: AccountId32;1211    readonly amount: u128;1212    readonly destinationStatus: FrameSupportTokensMiscBalanceStatus;1213  } & Struct;1214  readonly isDeposit: boolean;1215  readonly asDeposit: {1216    readonly who: AccountId32;1217    readonly amount: u128;1218  } & Struct;1219  readonly isWithdraw: boolean;1220  readonly asWithdraw: {1221    readonly who: AccountId32;1222    readonly amount: u128;1223  } & Struct;1224  readonly isSlashed: boolean;1225  readonly asSlashed: {1226    readonly who: AccountId32;1227    readonly amount: u128;1228  } & Struct;1229  readonly isMinted: boolean;1230  readonly asMinted: {1231    readonly who: AccountId32;1232    readonly amount: u128;1233  } & Struct;1234  readonly isBurned: boolean;1235  readonly asBurned: {1236    readonly who: AccountId32;1237    readonly amount: u128;1238  } & Struct;1239  readonly isSuspended: boolean;1240  readonly asSuspended: {1241    readonly who: AccountId32;1242    readonly amount: u128;1243  } & Struct;1244  readonly isRestored: boolean;1245  readonly asRestored: {1246    readonly who: AccountId32;1247    readonly amount: u128;1248  } & Struct;1249  readonly isUpgraded: boolean;1250  readonly asUpgraded: {1251    readonly who: AccountId32;1252  } & Struct;1253  readonly isIssued: boolean;1254  readonly asIssued: {1255    readonly amount: u128;1256  } & Struct;1257  readonly isRescinded: boolean;1258  readonly asRescinded: {1259    readonly amount: u128;1260  } & Struct;1261  readonly isLocked: boolean;1262  readonly asLocked: {1263    readonly who: AccountId32;1264    readonly amount: u128;1265  } & Struct;1266  readonly isUnlocked: boolean;1267  readonly asUnlocked: {1268    readonly who: AccountId32;1269    readonly amount: u128;1270  } & Struct;1271  readonly isFrozen: boolean;1272  readonly asFrozen: {1273    readonly who: AccountId32;1274    readonly amount: u128;1275  } & Struct;1276  readonly isThawed: boolean;1277  readonly asThawed: {1278    readonly who: AccountId32;1279    readonly amount: u128;1280  } & Struct;1281  readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'BalanceSet' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'Deposit' | 'Withdraw' | 'Slashed' | 'Minted' | 'Burned' | 'Suspended' | 'Restored' | 'Upgraded' | 'Issued' | 'Rescinded' | 'Locked' | 'Unlocked' | 'Frozen' | 'Thawed';1282}12831284/** @name PalletBalancesIdAmount */1285export interface PalletBalancesIdAmount extends Struct {1286  readonly id: U8aFixed;1287  readonly amount: u128;1288}12891290/** @name PalletBalancesReasons */1291export interface PalletBalancesReasons extends Enum {1292  readonly isFee: boolean;1293  readonly isMisc: boolean;1294  readonly isAll: boolean;1295  readonly type: 'Fee' | 'Misc' | 'All';1296}12971298/** @name PalletBalancesReserveData */1299export interface PalletBalancesReserveData extends Struct {1300  readonly id: U8aFixed;1301  readonly amount: u128;1302}13031304/** @name PalletCollatorSelectionCall */1305export interface PalletCollatorSelectionCall extends Enum {1306  readonly isAddInvulnerable: boolean;1307  readonly asAddInvulnerable: {1308    readonly new_: AccountId32;1309  } & Struct;1310  readonly isRemoveInvulnerable: boolean;1311  readonly asRemoveInvulnerable: {1312    readonly who: AccountId32;1313  } & Struct;1314  readonly isGetLicense: boolean;1315  readonly isOnboard: boolean;1316  readonly isOffboard: boolean;1317  readonly isReleaseLicense: boolean;1318  readonly isForceReleaseLicense: boolean;1319  readonly asForceReleaseLicense: {1320    readonly who: AccountId32;1321  } & Struct;1322  readonly type: 'AddInvulnerable' | 'RemoveInvulnerable' | 'GetLicense' | 'Onboard' | 'Offboard' | 'ReleaseLicense' | 'ForceReleaseLicense';1323}13241325/** @name PalletCollatorSelectionError */1326export interface PalletCollatorSelectionError extends Enum {1327  readonly isTooManyCandidates: boolean;1328  readonly isUnknown: boolean;1329  readonly isPermission: boolean;1330  readonly isAlreadyHoldingLicense: boolean;1331  readonly isNoLicense: boolean;1332  readonly isAlreadyCandidate: boolean;1333  readonly isNotCandidate: boolean;1334  readonly isTooManyInvulnerables: boolean;1335  readonly isTooFewInvulnerables: boolean;1336  readonly isAlreadyInvulnerable: boolean;1337  readonly isNotInvulnerable: boolean;1338  readonly isNoAssociatedValidatorId: boolean;1339  readonly isValidatorNotRegistered: boolean;1340  readonly type: 'TooManyCandidates' | 'Unknown' | 'Permission' | 'AlreadyHoldingLicense' | 'NoLicense' | 'AlreadyCandidate' | 'NotCandidate' | 'TooManyInvulnerables' | 'TooFewInvulnerables' | 'AlreadyInvulnerable' | 'NotInvulnerable' | 'NoAssociatedValidatorId' | 'ValidatorNotRegistered';1341}13421343/** @name PalletCollatorSelectionEvent */1344export interface PalletCollatorSelectionEvent extends Enum {1345  readonly isInvulnerableAdded: boolean;1346  readonly asInvulnerableAdded: {1347    readonly invulnerable: AccountId32;1348  } & Struct;1349  readonly isInvulnerableRemoved: boolean;1350  readonly asInvulnerableRemoved: {1351    readonly invulnerable: AccountId32;1352  } & Struct;1353  readonly isLicenseObtained: boolean;1354  readonly asLicenseObtained: {1355    readonly accountId: AccountId32;1356    readonly deposit: u128;1357  } & Struct;1358  readonly isLicenseReleased: boolean;1359  readonly asLicenseReleased: {1360    readonly accountId: AccountId32;1361    readonly depositReturned: u128;1362  } & Struct;1363  readonly isCandidateAdded: boolean;1364  readonly asCandidateAdded: {1365    readonly accountId: AccountId32;1366  } & Struct;1367  readonly isCandidateRemoved: boolean;1368  readonly asCandidateRemoved: {1369    readonly accountId: AccountId32;1370  } & Struct;1371  readonly type: 'InvulnerableAdded' | 'InvulnerableRemoved' | 'LicenseObtained' | 'LicenseReleased' | 'CandidateAdded' | 'CandidateRemoved';1372}13731374/** @name PalletCommonError */1375export interface PalletCommonError extends Enum {1376  readonly isCollectionNotFound: boolean;1377  readonly isMustBeTokenOwner: boolean;1378  readonly isNoPermission: boolean;1379  readonly isCantDestroyNotEmptyCollection: boolean;1380  readonly isPublicMintingNotAllowed: boolean;1381  readonly isAddressNotInAllowlist: boolean;1382  readonly isCollectionNameLimitExceeded: boolean;1383  readonly isCollectionDescriptionLimitExceeded: boolean;1384  readonly isCollectionTokenPrefixLimitExceeded: boolean;1385  readonly isTotalCollectionsLimitExceeded: boolean;1386  readonly isCollectionAdminCountExceeded: boolean;1387  readonly isCollectionLimitBoundsExceeded: boolean;1388  readonly isOwnerPermissionsCantBeReverted: boolean;1389  readonly isTransferNotAllowed: boolean;1390  readonly isAccountTokenLimitExceeded: boolean;1391  readonly isCollectionTokenLimitExceeded: boolean;1392  readonly isMetadataFlagFrozen: boolean;1393  readonly isTokenNotFound: boolean;1394  readonly isTokenValueTooLow: boolean;1395  readonly isApprovedValueTooLow: boolean;1396  readonly isCantApproveMoreThanOwned: boolean;1397  readonly isAddressIsNotEthMirror: boolean;1398  readonly isAddressIsZero: boolean;1399  readonly isUnsupportedOperation: boolean;1400  readonly isNotSufficientFounds: boolean;1401  readonly isUserIsNotAllowedToNest: boolean;1402  readonly isSourceCollectionIsNotAllowedToNest: boolean;1403  readonly isCollectionFieldSizeExceeded: boolean;1404  readonly isNoSpaceForProperty: boolean;1405  readonly isPropertyLimitReached: boolean;1406  readonly isPropertyKeyIsTooLong: boolean;1407  readonly isInvalidCharacterInPropertyKey: boolean;1408  readonly isEmptyPropertyKey: boolean;1409  readonly isCollectionIsExternal: boolean;1410  readonly isCollectionIsInternal: boolean;1411  readonly isConfirmSponsorshipFail: boolean;1412  readonly isUserIsNotCollectionAdmin: boolean;1413  readonly type: 'CollectionNotFound' | 'MustBeTokenOwner' | 'NoPermission' | 'CantDestroyNotEmptyCollection' | 'PublicMintingNotAllowed' | 'AddressNotInAllowlist' | 'CollectionNameLimitExceeded' | 'CollectionDescriptionLimitExceeded' | 'CollectionTokenPrefixLimitExceeded' | 'TotalCollectionsLimitExceeded' | 'CollectionAdminCountExceeded' | 'CollectionLimitBoundsExceeded' | 'OwnerPermissionsCantBeReverted' | 'TransferNotAllowed' | 'AccountTokenLimitExceeded' | 'CollectionTokenLimitExceeded' | 'MetadataFlagFrozen' | 'TokenNotFound' | 'TokenValueTooLow' | 'ApprovedValueTooLow' | 'CantApproveMoreThanOwned' | 'AddressIsNotEthMirror' | 'AddressIsZero' | 'UnsupportedOperation' | 'NotSufficientFounds' | 'UserIsNotAllowedToNest' | 'SourceCollectionIsNotAllowedToNest' | 'CollectionFieldSizeExceeded' | 'NoSpaceForProperty' | 'PropertyLimitReached' | 'PropertyKeyIsTooLong' | 'InvalidCharacterInPropertyKey' | 'EmptyPropertyKey' | 'CollectionIsExternal' | 'CollectionIsInternal' | 'ConfirmSponsorshipFail' | 'UserIsNotCollectionAdmin';1414}14151416/** @name PalletCommonEvent */1417export interface PalletCommonEvent extends Enum {1418  readonly isCollectionCreated: boolean;1419  readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;1420  readonly isCollectionDestroyed: boolean;1421  readonly asCollectionDestroyed: u32;1422  readonly isItemCreated: boolean;1423  readonly asItemCreated: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1424  readonly isItemDestroyed: boolean;1425  readonly asItemDestroyed: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1426  readonly isTransfer: boolean;1427  readonly asTransfer: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1428  readonly isApproved: boolean;1429  readonly asApproved: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1430  readonly isApprovedForAll: boolean;1431  readonly asApprovedForAll: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, bool]>;1432  readonly isCollectionPropertySet: boolean;1433  readonly asCollectionPropertySet: ITuple<[u32, Bytes]>;1434  readonly isCollectionPropertyDeleted: boolean;1435  readonly asCollectionPropertyDeleted: ITuple<[u32, Bytes]>;1436  readonly isTokenPropertySet: boolean;1437  readonly asTokenPropertySet: ITuple<[u32, u32, Bytes]>;1438  readonly isTokenPropertyDeleted: boolean;1439  readonly asTokenPropertyDeleted: ITuple<[u32, u32, Bytes]>;1440  readonly isPropertyPermissionSet: boolean;1441  readonly asPropertyPermissionSet: ITuple<[u32, Bytes]>;1442  readonly isAllowListAddressAdded: boolean;1443  readonly asAllowListAddressAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1444  readonly isAllowListAddressRemoved: boolean;1445  readonly asAllowListAddressRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1446  readonly isCollectionAdminAdded: boolean;1447  readonly asCollectionAdminAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1448  readonly isCollectionAdminRemoved: boolean;1449  readonly asCollectionAdminRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1450  readonly isCollectionLimitSet: boolean;1451  readonly asCollectionLimitSet: u32;1452  readonly isCollectionOwnerChanged: boolean;1453  readonly asCollectionOwnerChanged: ITuple<[u32, AccountId32]>;1454  readonly isCollectionPermissionSet: boolean;1455  readonly asCollectionPermissionSet: u32;1456  readonly isCollectionSponsorSet: boolean;1457  readonly asCollectionSponsorSet: ITuple<[u32, AccountId32]>;1458  readonly isSponsorshipConfirmed: boolean;1459  readonly asSponsorshipConfirmed: ITuple<[u32, AccountId32]>;1460  readonly isCollectionSponsorRemoved: boolean;1461  readonly asCollectionSponsorRemoved: u32;1462  readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved' | 'ApprovedForAll' | 'CollectionPropertySet' | 'CollectionPropertyDeleted' | 'TokenPropertySet' | 'TokenPropertyDeleted' | 'PropertyPermissionSet' | 'AllowListAddressAdded' | 'AllowListAddressRemoved' | 'CollectionAdminAdded' | 'CollectionAdminRemoved' | 'CollectionLimitSet' | 'CollectionOwnerChanged' | 'CollectionPermissionSet' | 'CollectionSponsorSet' | 'SponsorshipConfirmed' | 'CollectionSponsorRemoved';1463}14641465/** @name PalletConfigurationAppPromotionConfiguration */1466export interface PalletConfigurationAppPromotionConfiguration extends Struct {1467  readonly recalculationInterval: Option<u32>;1468  readonly pendingInterval: Option<u32>;1469  readonly intervalIncome: Option<Perbill>;1470  readonly maxStakersPerCalculation: Option<u8>;1471}14721473/** @name PalletConfigurationCall */1474export interface PalletConfigurationCall extends Enum {1475  readonly isSetWeightToFeeCoefficientOverride: boolean;1476  readonly asSetWeightToFeeCoefficientOverride: {1477    readonly coeff: Option<u64>;1478  } & Struct;1479  readonly isSetMinGasPriceOverride: boolean;1480  readonly asSetMinGasPriceOverride: {1481    readonly coeff: Option<u64>;1482  } & Struct;1483  readonly isSetAppPromotionConfigurationOverride: boolean;1484  readonly asSetAppPromotionConfigurationOverride: {1485    readonly configuration: PalletConfigurationAppPromotionConfiguration;1486  } & Struct;1487  readonly isSetCollatorSelectionDesiredCollators: boolean;1488  readonly asSetCollatorSelectionDesiredCollators: {1489    readonly max: Option<u32>;1490  } & Struct;1491  readonly isSetCollatorSelectionLicenseBond: boolean;1492  readonly asSetCollatorSelectionLicenseBond: {1493    readonly amount: Option<u128>;1494  } & Struct;1495  readonly isSetCollatorSelectionKickThreshold: boolean;1496  readonly asSetCollatorSelectionKickThreshold: {1497    readonly threshold: Option<u32>;1498  } & Struct;1499  readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride' | 'SetAppPromotionConfigurationOverride' | 'SetCollatorSelectionDesiredCollators' | 'SetCollatorSelectionLicenseBond' | 'SetCollatorSelectionKickThreshold';1500}15011502/** @name PalletConfigurationError */1503export interface PalletConfigurationError extends Enum {1504  readonly isInconsistentConfiguration: boolean;1505  readonly type: 'InconsistentConfiguration';1506}15071508/** @name PalletConfigurationEvent */1509export interface PalletConfigurationEvent extends Enum {1510  readonly isNewDesiredCollators: boolean;1511  readonly asNewDesiredCollators: {1512    readonly desiredCollators: Option<u32>;1513  } & Struct;1514  readonly isNewCollatorLicenseBond: boolean;1515  readonly asNewCollatorLicenseBond: {1516    readonly bondCost: Option<u128>;1517  } & Struct;1518  readonly isNewCollatorKickThreshold: boolean;1519  readonly asNewCollatorKickThreshold: {1520    readonly lengthInBlocks: Option<u32>;1521  } & Struct;1522  readonly type: 'NewDesiredCollators' | 'NewCollatorLicenseBond' | 'NewCollatorKickThreshold';1523}15241525/** @name PalletEthereumCall */1526export interface PalletEthereumCall extends Enum {1527  readonly isTransact: boolean;1528  readonly asTransact: {1529    readonly transaction: EthereumTransactionTransactionV2;1530  } & Struct;1531  readonly type: 'Transact';1532}15331534/** @name PalletEthereumError */1535export interface PalletEthereumError extends Enum {1536  readonly isInvalidSignature: boolean;1537  readonly isPreLogExists: boolean;1538  readonly type: 'InvalidSignature' | 'PreLogExists';1539}15401541/** @name PalletEthereumEvent */1542export interface PalletEthereumEvent extends Enum {1543  readonly isExecuted: boolean;1544  readonly asExecuted: {1545    readonly from: H160;1546    readonly to: H160;1547    readonly transactionHash: H256;1548    readonly exitReason: EvmCoreErrorExitReason;1549    readonly extraData: Bytes;1550  } & Struct;1551  readonly type: 'Executed';1552}15531554/** @name PalletEthereumFakeTransactionFinalizer */1555export interface PalletEthereumFakeTransactionFinalizer extends Null {}15561557/** @name PalletEvmAccountBasicCrossAccountIdRepr */1558export interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {1559  readonly isSubstrate: boolean;1560  readonly asSubstrate: AccountId32;1561  readonly isEthereum: boolean;1562  readonly asEthereum: H160;1563  readonly type: 'Substrate' | 'Ethereum';1564}15651566/** @name PalletEvmCall */1567export interface PalletEvmCall extends Enum {1568  readonly isWithdraw: boolean;1569  readonly asWithdraw: {1570    readonly address: H160;1571    readonly value: u128;1572  } & Struct;1573  readonly isCall: boolean;1574  readonly asCall: {1575    readonly source: H160;1576    readonly target: H160;1577    readonly input: Bytes;1578    readonly value: U256;1579    readonly gasLimit: u64;1580    readonly maxFeePerGas: U256;1581    readonly maxPriorityFeePerGas: Option<U256>;1582    readonly nonce: Option<U256>;1583    readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1584  } & Struct;1585  readonly isCreate: boolean;1586  readonly asCreate: {1587    readonly source: H160;1588    readonly init: Bytes;1589    readonly value: U256;1590    readonly gasLimit: u64;1591    readonly maxFeePerGas: U256;1592    readonly maxPriorityFeePerGas: Option<U256>;1593    readonly nonce: Option<U256>;1594    readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1595  } & Struct;1596  readonly isCreate2: boolean;1597  readonly asCreate2: {1598    readonly source: H160;1599    readonly init: Bytes;1600    readonly salt: H256;1601    readonly value: U256;1602    readonly gasLimit: u64;1603    readonly maxFeePerGas: U256;1604    readonly maxPriorityFeePerGas: Option<U256>;1605    readonly nonce: Option<U256>;1606    readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1607  } & Struct;1608  readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';1609}16101611/** @name PalletEvmCoderSubstrateCall */1612export interface PalletEvmCoderSubstrateCall extends Enum {1613  readonly isEmptyCall: boolean;1614  readonly type: 'EmptyCall';1615}16161617/** @name PalletEvmCoderSubstrateError */1618export interface PalletEvmCoderSubstrateError extends Enum {1619  readonly isOutOfGas: boolean;1620  readonly isOutOfFund: boolean;1621  readonly type: 'OutOfGas' | 'OutOfFund';1622}16231624/** @name PalletEvmContractHelpersCall */1625export interface PalletEvmContractHelpersCall extends Enum {1626  readonly isMigrateFromSelfSponsoring: boolean;1627  readonly asMigrateFromSelfSponsoring: {1628    readonly addresses: Vec<H160>;1629  } & Struct;1630  readonly type: 'MigrateFromSelfSponsoring';1631}16321633/** @name PalletEvmContractHelpersError */1634export interface PalletEvmContractHelpersError extends Enum {1635  readonly isNoPermission: boolean;1636  readonly isNoPendingSponsor: boolean;1637  readonly isTooManyMethodsHaveSponsoredLimit: boolean;1638  readonly type: 'NoPermission' | 'NoPendingSponsor' | 'TooManyMethodsHaveSponsoredLimit';1639}16401641/** @name PalletEvmContractHelpersEvent */1642export interface PalletEvmContractHelpersEvent extends Enum {1643  readonly isContractSponsorSet: boolean;1644  readonly asContractSponsorSet: ITuple<[H160, AccountId32]>;1645  readonly isContractSponsorshipConfirmed: boolean;1646  readonly asContractSponsorshipConfirmed: ITuple<[H160, AccountId32]>;1647  readonly isContractSponsorRemoved: boolean;1648  readonly asContractSponsorRemoved: H160;1649  readonly type: 'ContractSponsorSet' | 'ContractSponsorshipConfirmed' | 'ContractSponsorRemoved';1650}16511652/** @name PalletEvmContractHelpersSponsoringModeT */1653export interface PalletEvmContractHelpersSponsoringModeT extends Enum {1654  readonly isDisabled: boolean;1655  readonly isAllowlisted: boolean;1656  readonly isGenerous: boolean;1657  readonly type: 'Disabled' | 'Allowlisted' | 'Generous';1658}16591660/** @name PalletEvmError */1661export interface PalletEvmError extends Enum {1662  readonly isBalanceLow: boolean;1663  readonly isFeeOverflow: boolean;1664  readonly isPaymentOverflow: boolean;1665  readonly isWithdrawFailed: boolean;1666  readonly isGasPriceTooLow: boolean;1667  readonly isInvalidNonce: boolean;1668  readonly isGasLimitTooLow: boolean;1669  readonly isGasLimitTooHigh: boolean;1670  readonly isUndefined: boolean;1671  readonly isReentrancy: boolean;1672  readonly isTransactionMustComeFromEOA: boolean;1673  readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce' | 'GasLimitTooLow' | 'GasLimitTooHigh' | 'Undefined' | 'Reentrancy' | 'TransactionMustComeFromEOA';1674}16751676/** @name PalletEvmEvent */1677export interface PalletEvmEvent extends Enum {1678  readonly isLog: boolean;1679  readonly asLog: {1680    readonly log: EthereumLog;1681  } & Struct;1682  readonly isCreated: boolean;1683  readonly asCreated: {1684    readonly address: H160;1685  } & Struct;1686  readonly isCreatedFailed: boolean;1687  readonly asCreatedFailed: {1688    readonly address: H160;1689  } & Struct;1690  readonly isExecuted: boolean;1691  readonly asExecuted: {1692    readonly address: H160;1693  } & Struct;1694  readonly isExecutedFailed: boolean;1695  readonly asExecutedFailed: {1696    readonly address: H160;1697  } & Struct;1698  readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed';1699}17001701/** @name PalletEvmMigrationCall */1702export interface PalletEvmMigrationCall extends Enum {1703  readonly isBegin: boolean;1704  readonly asBegin: {1705    readonly address: H160;1706  } & Struct;1707  readonly isSetData: boolean;1708  readonly asSetData: {1709    readonly address: H160;1710    readonly data: Vec<ITuple<[H256, H256]>>;1711  } & Struct;1712  readonly isFinish: boolean;1713  readonly asFinish: {1714    readonly address: H160;1715    readonly code: Bytes;1716  } & Struct;1717  readonly isInsertEthLogs: boolean;1718  readonly asInsertEthLogs: {1719    readonly logs: Vec<EthereumLog>;1720  } & Struct;1721  readonly isInsertEvents: boolean;1722  readonly asInsertEvents: {1723    readonly events: Vec<Bytes>;1724  } & Struct;1725  readonly isRemoveRmrkData: boolean;1726  readonly type: 'Begin' | 'SetData' | 'Finish' | 'InsertEthLogs' | 'InsertEvents' | 'RemoveRmrkData';1727}17281729/** @name PalletEvmMigrationError */1730export interface PalletEvmMigrationError extends Enum {1731  readonly isAccountNotEmpty: boolean;1732  readonly isAccountIsNotMigrating: boolean;1733  readonly isBadEvent: boolean;1734  readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating' | 'BadEvent';1735}17361737/** @name PalletEvmMigrationEvent */1738export interface PalletEvmMigrationEvent extends Enum {1739  readonly isTestEvent: boolean;1740  readonly type: 'TestEvent';1741}17421743/** @name PalletForeignAssetsAssetIds */1744export interface PalletForeignAssetsAssetIds extends Enum {1745  readonly isForeignAssetId: boolean;1746  readonly asForeignAssetId: u32;1747  readonly isNativeAssetId: boolean;1748  readonly asNativeAssetId: PalletForeignAssetsNativeCurrency;1749  readonly type: 'ForeignAssetId' | 'NativeAssetId';1750}17511752/** @name PalletForeignAssetsModuleAssetMetadata */1753export interface PalletForeignAssetsModuleAssetMetadata extends Struct {1754  readonly name: Bytes;1755  readonly symbol: Bytes;1756  readonly decimals: u8;1757  readonly minimalBalance: u128;1758}17591760/** @name PalletForeignAssetsModuleCall */1761export interface PalletForeignAssetsModuleCall extends Enum {1762  readonly isRegisterForeignAsset: boolean;1763  readonly asRegisterForeignAsset: {1764    readonly owner: AccountId32;1765    readonly location: XcmVersionedMultiLocation;1766    readonly metadata: PalletForeignAssetsModuleAssetMetadata;1767  } & Struct;1768  readonly isUpdateForeignAsset: boolean;1769  readonly asUpdateForeignAsset: {1770    readonly foreignAssetId: u32;1771    readonly location: XcmVersionedMultiLocation;1772    readonly metadata: PalletForeignAssetsModuleAssetMetadata;1773  } & Struct;1774  readonly type: 'RegisterForeignAsset' | 'UpdateForeignAsset';1775}17761777/** @name PalletForeignAssetsModuleError */1778export interface PalletForeignAssetsModuleError extends Enum {1779  readonly isBadLocation: boolean;1780  readonly isMultiLocationExisted: boolean;1781  readonly isAssetIdNotExists: boolean;1782  readonly isAssetIdExisted: boolean;1783  readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';1784}17851786/** @name PalletForeignAssetsModuleEvent */1787export interface PalletForeignAssetsModuleEvent extends Enum {1788  readonly isForeignAssetRegistered: boolean;1789  readonly asForeignAssetRegistered: {1790    readonly assetId: u32;1791    readonly assetAddress: XcmV3MultiLocation;1792    readonly metadata: PalletForeignAssetsModuleAssetMetadata;1793  } & Struct;1794  readonly isForeignAssetUpdated: boolean;1795  readonly asForeignAssetUpdated: {1796    readonly assetId: u32;1797    readonly assetAddress: XcmV3MultiLocation;1798    readonly metadata: PalletForeignAssetsModuleAssetMetadata;1799  } & Struct;1800  readonly isAssetRegistered: boolean;1801  readonly asAssetRegistered: {1802    readonly assetId: PalletForeignAssetsAssetIds;1803    readonly metadata: PalletForeignAssetsModuleAssetMetadata;1804  } & Struct;1805  readonly isAssetUpdated: boolean;1806  readonly asAssetUpdated: {1807    readonly assetId: PalletForeignAssetsAssetIds;1808    readonly metadata: PalletForeignAssetsModuleAssetMetadata;1809  } & Struct;1810  readonly type: 'ForeignAssetRegistered' | 'ForeignAssetUpdated' | 'AssetRegistered' | 'AssetUpdated';1811}18121813/** @name PalletForeignAssetsNativeCurrency */1814export interface PalletForeignAssetsNativeCurrency extends Enum {1815  readonly isHere: boolean;1816  readonly isParent: boolean;1817  readonly type: 'Here' | 'Parent';1818}18191820/** @name PalletFungibleError */1821export interface PalletFungibleError extends Enum {1822  readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;1823  readonly isFungibleItemsHaveNoId: boolean;1824  readonly isFungibleItemsDontHaveData: boolean;1825  readonly isFungibleDisallowsNesting: boolean;1826  readonly isSettingPropertiesNotAllowed: boolean;1827  readonly isSettingAllowanceForAllNotAllowed: boolean;1828  readonly isFungibleTokensAreAlwaysValid: boolean;1829  readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed' | 'SettingAllowanceForAllNotAllowed' | 'FungibleTokensAreAlwaysValid';1830}18311832/** @name PalletIdentityBitFlags */1833export interface PalletIdentityBitFlags extends Struct {1834  readonly _bitLength: 64;1835  readonly Display: 1;1836  readonly Legal: 2;1837  readonly Web: 4;1838  readonly Riot: 8;1839  readonly Email: 16;1840  readonly PgpFingerprint: 32;1841  readonly Image: 64;1842  readonly Twitter: 128;1843}18441845/** @name PalletIdentityCall */1846export interface PalletIdentityCall extends Enum {1847  readonly isAddRegistrar: boolean;1848  readonly asAddRegistrar: {1849    readonly account: MultiAddress;1850  } & Struct;1851  readonly isSetIdentity: boolean;1852  readonly asSetIdentity: {1853    readonly info: PalletIdentityIdentityInfo;1854  } & Struct;1855  readonly isSetSubs: boolean;1856  readonly asSetSubs: {1857    readonly subs: Vec<ITuple<[AccountId32, Data]>>;1858  } & Struct;1859  readonly isClearIdentity: boolean;1860  readonly isRequestJudgement: boolean;1861  readonly asRequestJudgement: {1862    readonly regIndex: Compact<u32>;1863    readonly maxFee: Compact<u128>;1864  } & Struct;1865  readonly isCancelRequest: boolean;1866  readonly asCancelRequest: {1867    readonly regIndex: u32;1868  } & Struct;1869  readonly isSetFee: boolean;1870  readonly asSetFee: {1871    readonly index: Compact<u32>;1872    readonly fee: Compact<u128>;1873  } & Struct;1874  readonly isSetAccountId: boolean;1875  readonly asSetAccountId: {1876    readonly index: Compact<u32>;1877    readonly new_: MultiAddress;1878  } & Struct;1879  readonly isSetFields: boolean;1880  readonly asSetFields: {1881    readonly index: Compact<u32>;1882    readonly fields: PalletIdentityBitFlags;1883  } & Struct;1884  readonly isProvideJudgement: boolean;1885  readonly asProvideJudgement: {1886    readonly regIndex: Compact<u32>;1887    readonly target: MultiAddress;1888    readonly judgement: PalletIdentityJudgement;1889    readonly identity: H256;1890  } & Struct;1891  readonly isKillIdentity: boolean;1892  readonly asKillIdentity: {1893    readonly target: MultiAddress;1894  } & Struct;1895  readonly isAddSub: boolean;1896  readonly asAddSub: {1897    readonly sub: MultiAddress;1898    readonly data: Data;1899  } & Struct;1900  readonly isRenameSub: boolean;1901  readonly asRenameSub: {1902    readonly sub: MultiAddress;1903    readonly data: Data;1904  } & Struct;1905  readonly isRemoveSub: boolean;1906  readonly asRemoveSub: {1907    readonly sub: MultiAddress;1908  } & Struct;1909  readonly isQuitSub: boolean;1910  readonly isForceInsertIdentities: boolean;1911  readonly asForceInsertIdentities: {1912    readonly identities: Vec<ITuple<[AccountId32, PalletIdentityRegistration]>>;1913  } & Struct;1914  readonly isForceRemoveIdentities: boolean;1915  readonly asForceRemoveIdentities: {1916    readonly identities: Vec<AccountId32>;1917  } & Struct;1918  readonly isForceSetSubs: boolean;1919  readonly asForceSetSubs: {1920    readonly subs: Vec<ITuple<[AccountId32, ITuple<[u128, Vec<ITuple<[AccountId32, Data]>>]>]>>;1921  } & Struct;1922  readonly type: 'AddRegistrar' | 'SetIdentity' | 'SetSubs' | 'ClearIdentity' | 'RequestJudgement' | 'CancelRequest' | 'SetFee' | 'SetAccountId' | 'SetFields' | 'ProvideJudgement' | 'KillIdentity' | 'AddSub' | 'RenameSub' | 'RemoveSub' | 'QuitSub' | 'ForceInsertIdentities' | 'ForceRemoveIdentities' | 'ForceSetSubs';1923}19241925/** @name PalletIdentityError */1926export interface PalletIdentityError extends Enum {1927  readonly isTooManySubAccounts: boolean;1928  readonly isNotFound: boolean;1929  readonly isNotNamed: boolean;1930  readonly isEmptyIndex: boolean;1931  readonly isFeeChanged: boolean;1932  readonly isNoIdentity: boolean;1933  readonly isStickyJudgement: boolean;1934  readonly isJudgementGiven: boolean;1935  readonly isInvalidJudgement: boolean;1936  readonly isInvalidIndex: boolean;1937  readonly isInvalidTarget: boolean;1938  readonly isTooManyFields: boolean;1939  readonly isTooManyRegistrars: boolean;1940  readonly isAlreadyClaimed: boolean;1941  readonly isNotSub: boolean;1942  readonly isNotOwned: boolean;1943  readonly isJudgementForDifferentIdentity: boolean;1944  readonly isJudgementPaymentFailed: boolean;1945  readonly type: 'TooManySubAccounts' | 'NotFound' | 'NotNamed' | 'EmptyIndex' | 'FeeChanged' | 'NoIdentity' | 'StickyJudgement' | 'JudgementGiven' | 'InvalidJudgement' | 'InvalidIndex' | 'InvalidTarget' | 'TooManyFields' | 'TooManyRegistrars' | 'AlreadyClaimed' | 'NotSub' | 'NotOwned' | 'JudgementForDifferentIdentity' | 'JudgementPaymentFailed';1946}19471948/** @name PalletIdentityEvent */1949export interface PalletIdentityEvent extends Enum {1950  readonly isIdentitySet: boolean;1951  readonly asIdentitySet: {1952    readonly who: AccountId32;1953  } & Struct;1954  readonly isIdentityCleared: boolean;1955  readonly asIdentityCleared: {1956    readonly who: AccountId32;1957    readonly deposit: u128;1958  } & Struct;1959  readonly isIdentityKilled: boolean;1960  readonly asIdentityKilled: {1961    readonly who: AccountId32;1962    readonly deposit: u128;1963  } & Struct;1964  readonly isIdentitiesInserted: boolean;1965  readonly asIdentitiesInserted: {1966    readonly amount: u32;1967  } & Struct;1968  readonly isIdentitiesRemoved: boolean;1969  readonly asIdentitiesRemoved: {1970    readonly amount: u32;1971  } & Struct;1972  readonly isJudgementRequested: boolean;1973  readonly asJudgementRequested: {1974    readonly who: AccountId32;1975    readonly registrarIndex: u32;1976  } & Struct;1977  readonly isJudgementUnrequested: boolean;1978  readonly asJudgementUnrequested: {1979    readonly who: AccountId32;1980    readonly registrarIndex: u32;1981  } & Struct;1982  readonly isJudgementGiven: boolean;1983  readonly asJudgementGiven: {1984    readonly target: AccountId32;1985    readonly registrarIndex: u32;1986  } & Struct;1987  readonly isRegistrarAdded: boolean;1988  readonly asRegistrarAdded: {1989    readonly registrarIndex: u32;1990  } & Struct;1991  readonly isSubIdentityAdded: boolean;1992  readonly asSubIdentityAdded: {1993    readonly sub: AccountId32;1994    readonly main: AccountId32;1995    readonly deposit: u128;1996  } & Struct;1997  readonly isSubIdentityRemoved: boolean;1998  readonly asSubIdentityRemoved: {1999    readonly sub: AccountId32;2000    readonly main: AccountId32;2001    readonly deposit: u128;2002  } & Struct;2003  readonly isSubIdentityRevoked: boolean;2004  readonly asSubIdentityRevoked: {2005    readonly sub: AccountId32;2006    readonly main: AccountId32;2007    readonly deposit: u128;2008  } & Struct;2009  readonly isSubIdentitiesInserted: boolean;2010  readonly asSubIdentitiesInserted: {2011    readonly amount: u32;2012  } & Struct;2013  readonly type: 'IdentitySet' | 'IdentityCleared' | 'IdentityKilled' | 'IdentitiesInserted' | 'IdentitiesRemoved' | 'JudgementRequested' | 'JudgementUnrequested' | 'JudgementGiven' | 'RegistrarAdded' | 'SubIdentityAdded' | 'SubIdentityRemoved' | 'SubIdentityRevoked' | 'SubIdentitiesInserted';2014}20152016/** @name PalletIdentityIdentityField */2017export interface PalletIdentityIdentityField extends Enum {2018  readonly isDisplay: boolean;2019  readonly isLegal: boolean;2020  readonly isWeb: boolean;2021  readonly isRiot: boolean;2022  readonly isEmail: boolean;2023  readonly isPgpFingerprint: boolean;2024  readonly isImage: boolean;2025  readonly isTwitter: boolean;2026  readonly type: 'Display' | 'Legal' | 'Web' | 'Riot' | 'Email' | 'PgpFingerprint' | 'Image' | 'Twitter';2027}20282029/** @name PalletIdentityIdentityInfo */2030export interface PalletIdentityIdentityInfo extends Struct {2031  readonly additional: Vec<ITuple<[Data, Data]>>;2032  readonly display: Data;2033  readonly legal: Data;2034  readonly web: Data;2035  readonly riot: Data;2036  readonly email: Data;2037  readonly pgpFingerprint: Option<U8aFixed>;2038  readonly image: Data;2039  readonly twitter: Data;2040}20412042/** @name PalletIdentityJudgement */2043export interface PalletIdentityJudgement extends Enum {2044  readonly isUnknown: boolean;2045  readonly isFeePaid: boolean;2046  readonly asFeePaid: u128;2047  readonly isReasonable: boolean;2048  readonly isKnownGood: boolean;2049  readonly isOutOfDate: boolean;2050  readonly isLowQuality: boolean;2051  readonly isErroneous: boolean;2052  readonly type: 'Unknown' | 'FeePaid' | 'Reasonable' | 'KnownGood' | 'OutOfDate' | 'LowQuality' | 'Erroneous';2053}20542055/** @name PalletIdentityRegistrarInfo */2056export interface PalletIdentityRegistrarInfo extends Struct {2057  readonly account: AccountId32;2058  readonly fee: u128;2059  readonly fields: PalletIdentityBitFlags;2060}20612062/** @name PalletIdentityRegistration */2063export interface PalletIdentityRegistration extends Struct {2064  readonly judgements: Vec<ITuple<[u32, PalletIdentityJudgement]>>;2065  readonly deposit: u128;2066  readonly info: PalletIdentityIdentityInfo;2067}20682069/** @name PalletInflationCall */2070export interface PalletInflationCall extends Enum {2071  readonly isStartInflation: boolean;2072  readonly asStartInflation: {2073    readonly inflationStartRelayBlock: u32;2074  } & Struct;2075  readonly type: 'StartInflation';2076}20772078/** @name PalletMaintenanceCall */2079export interface PalletMaintenanceCall extends Enum {2080  readonly isEnable: boolean;2081  readonly isDisable: boolean;2082  readonly isExecutePreimage: boolean;2083  readonly asExecutePreimage: {2084    readonly hash_: H256;2085    readonly weightBound: SpWeightsWeightV2Weight;2086  } & Struct;2087  readonly type: 'Enable' | 'Disable' | 'ExecutePreimage';2088}20892090/** @name PalletMaintenanceError */2091export interface PalletMaintenanceError extends Null {}20922093/** @name PalletMaintenanceEvent */2094export interface PalletMaintenanceEvent extends Enum {2095  readonly isMaintenanceEnabled: boolean;2096  readonly isMaintenanceDisabled: boolean;2097  readonly type: 'MaintenanceEnabled' | 'MaintenanceDisabled';2098}20992100/** @name PalletNonfungibleError */2101export interface PalletNonfungibleError extends Enum {2102  readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;2103  readonly isNonfungibleItemsHaveNoAmount: boolean;2104  readonly isCantBurnNftWithChildren: boolean;2105  readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';2106}21072108/** @name PalletNonfungibleItemData */2109export interface PalletNonfungibleItemData extends Struct {2110  readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2111}21122113/** @name PalletPreimageCall */2114export interface PalletPreimageCall extends Enum {2115  readonly isNotePreimage: boolean;2116  readonly asNotePreimage: {2117    readonly bytes: Bytes;2118  } & Struct;2119  readonly isUnnotePreimage: boolean;2120  readonly asUnnotePreimage: {2121    readonly hash_: H256;2122  } & Struct;2123  readonly isRequestPreimage: boolean;2124  readonly asRequestPreimage: {2125    readonly hash_: H256;2126  } & Struct;2127  readonly isUnrequestPreimage: boolean;2128  readonly asUnrequestPreimage: {2129    readonly hash_: H256;2130  } & Struct;2131  readonly type: 'NotePreimage' | 'UnnotePreimage' | 'RequestPreimage' | 'UnrequestPreimage';2132}21332134/** @name PalletPreimageError */2135export interface PalletPreimageError extends Enum {2136  readonly isTooBig: boolean;2137  readonly isAlreadyNoted: boolean;2138  readonly isNotAuthorized: boolean;2139  readonly isNotNoted: boolean;2140  readonly isRequested: boolean;2141  readonly isNotRequested: boolean;2142  readonly type: 'TooBig' | 'AlreadyNoted' | 'NotAuthorized' | 'NotNoted' | 'Requested' | 'NotRequested';2143}21442145/** @name PalletPreimageEvent */2146export interface PalletPreimageEvent extends Enum {2147  readonly isNoted: boolean;2148  readonly asNoted: {2149    readonly hash_: H256;2150  } & Struct;2151  readonly isRequested: boolean;2152  readonly asRequested: {2153    readonly hash_: H256;2154  } & Struct;2155  readonly isCleared: boolean;2156  readonly asCleared: {2157    readonly hash_: H256;2158  } & Struct;2159  readonly type: 'Noted' | 'Requested' | 'Cleared';2160}21612162/** @name PalletPreimageRequestStatus */2163export interface PalletPreimageRequestStatus extends Enum {2164  readonly isUnrequested: boolean;2165  readonly asUnrequested: {2166    readonly deposit: ITuple<[AccountId32, u128]>;2167    readonly len: u32;2168  } & Struct;2169  readonly isRequested: boolean;2170  readonly asRequested: {2171    readonly deposit: Option<ITuple<[AccountId32, u128]>>;2172    readonly count: u32;2173    readonly len: Option<u32>;2174  } & Struct;2175  readonly type: 'Unrequested' | 'Requested';2176}21772178/** @name PalletRefungibleError */2179export interface PalletRefungibleError extends Enum {2180  readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;2181  readonly isWrongRefungiblePieces: boolean;2182  readonly isRepartitionWhileNotOwningAllPieces: boolean;2183  readonly isRefungibleDisallowsNesting: boolean;2184  readonly isSettingPropertiesNotAllowed: boolean;2185  readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';2186}21872188/** @name PalletSessionCall */2189export interface PalletSessionCall extends Enum {2190  readonly isSetKeys: boolean;2191  readonly asSetKeys: {2192    readonly keys_: OpalRuntimeRuntimeCommonSessionKeys;2193    readonly proof: Bytes;2194  } & Struct;2195  readonly isPurgeKeys: boolean;2196  readonly type: 'SetKeys' | 'PurgeKeys';2197}21982199/** @name PalletSessionError */2200export interface PalletSessionError extends Enum {2201  readonly isInvalidProof: boolean;2202  readonly isNoAssociatedValidatorId: boolean;2203  readonly isDuplicatedKey: boolean;2204  readonly isNoKeys: boolean;2205  readonly isNoAccount: boolean;2206  readonly type: 'InvalidProof' | 'NoAssociatedValidatorId' | 'DuplicatedKey' | 'NoKeys' | 'NoAccount';2207}22082209/** @name PalletSessionEvent */2210export interface PalletSessionEvent extends Enum {2211  readonly isNewSession: boolean;2212  readonly asNewSession: {2213    readonly sessionIndex: u32;2214  } & Struct;2215  readonly type: 'NewSession';2216}22172218/** @name PalletStructureCall */2219export interface PalletStructureCall extends Null {}22202221/** @name PalletStructureError */2222export interface PalletStructureError extends Enum {2223  readonly isOuroborosDetected: boolean;2224  readonly isDepthLimit: boolean;2225  readonly isBreadthLimit: boolean;2226  readonly isTokenNotFound: boolean;2227  readonly isCantNestTokenUnderCollection: boolean;2228  readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound' | 'CantNestTokenUnderCollection';2229}22302231/** @name PalletStructureEvent */2232export interface PalletStructureEvent extends Enum {2233  readonly isExecuted: boolean;2234  readonly asExecuted: Result<Null, SpRuntimeDispatchError>;2235  readonly type: 'Executed';2236}22372238/** @name PalletSudoCall */2239export interface PalletSudoCall extends Enum {2240  readonly isSudo: boolean;2241  readonly asSudo: {2242    readonly call: Call;2243  } & Struct;2244  readonly isSudoUncheckedWeight: boolean;2245  readonly asSudoUncheckedWeight: {2246    readonly call: Call;2247    readonly weight: SpWeightsWeightV2Weight;2248  } & Struct;2249  readonly isSetKey: boolean;2250  readonly asSetKey: {2251    readonly new_: MultiAddress;2252  } & Struct;2253  readonly isSudoAs: boolean;2254  readonly asSudoAs: {2255    readonly who: MultiAddress;2256    readonly call: Call;2257  } & Struct;2258  readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';2259}22602261/** @name PalletSudoError */2262export interface PalletSudoError extends Enum {2263  readonly isRequireSudo: boolean;2264  readonly type: 'RequireSudo';2265}22662267/** @name PalletSudoEvent */2268export interface PalletSudoEvent extends Enum {2269  readonly isSudid: boolean;2270  readonly asSudid: {2271    readonly sudoResult: Result<Null, SpRuntimeDispatchError>;2272  } & Struct;2273  readonly isKeyChanged: boolean;2274  readonly asKeyChanged: {2275    readonly oldSudoer: Option<AccountId32>;2276  } & Struct;2277  readonly isSudoAsDone: boolean;2278  readonly asSudoAsDone: {2279    readonly sudoResult: Result<Null, SpRuntimeDispatchError>;2280  } & Struct;2281  readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';2282}22832284/** @name PalletTemplateTransactionPaymentChargeTransactionPayment */2285export interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}22862287/** @name PalletTestUtilsCall */2288export interface PalletTestUtilsCall extends Enum {2289  readonly isEnable: boolean;2290  readonly isSetTestValue: boolean;2291  readonly asSetTestValue: {2292    readonly value: u32;2293  } & Struct;2294  readonly isSetTestValueAndRollback: boolean;2295  readonly asSetTestValueAndRollback: {2296    readonly value: u32;2297  } & Struct;2298  readonly isIncTestValue: boolean;2299  readonly isJustTakeFee: boolean;2300  readonly isBatchAll: boolean;2301  readonly asBatchAll: {2302    readonly calls: Vec<Call>;2303  } & Struct;2304  readonly type: 'Enable' | 'SetTestValue' | 'SetTestValueAndRollback' | 'IncTestValue' | 'JustTakeFee' | 'BatchAll';2305}23062307/** @name PalletTestUtilsError */2308export interface PalletTestUtilsError extends Enum {2309  readonly isTestPalletDisabled: boolean;2310  readonly isTriggerRollback: boolean;2311  readonly type: 'TestPalletDisabled' | 'TriggerRollback';2312}23132314/** @name PalletTestUtilsEvent */2315export interface PalletTestUtilsEvent extends Enum {2316  readonly isValueIsSet: boolean;2317  readonly isShouldRollback: boolean;2318  readonly isBatchCompleted: boolean;2319  readonly type: 'ValueIsSet' | 'ShouldRollback' | 'BatchCompleted';2320}23212322/** @name PalletTimestampCall */2323export interface PalletTimestampCall extends Enum {2324  readonly isSet: boolean;2325  readonly asSet: {2326    readonly now: Compact<u64>;2327  } & Struct;2328  readonly type: 'Set';2329}23302331/** @name PalletTransactionPaymentEvent */2332export interface PalletTransactionPaymentEvent extends Enum {2333  readonly isTransactionFeePaid: boolean;2334  readonly asTransactionFeePaid: {2335    readonly who: AccountId32;2336    readonly actualFee: u128;2337    readonly tip: u128;2338  } & Struct;2339  readonly type: 'TransactionFeePaid';2340}23412342/** @name PalletTransactionPaymentReleases */2343export interface PalletTransactionPaymentReleases extends Enum {2344  readonly isV1Ancient: boolean;2345  readonly isV2: boolean;2346  readonly type: 'V1Ancient' | 'V2';2347}23482349/** @name PalletTreasuryCall */2350export interface PalletTreasuryCall extends Enum {2351  readonly isProposeSpend: boolean;2352  readonly asProposeSpend: {2353    readonly value: Compact<u128>;2354    readonly beneficiary: MultiAddress;2355  } & Struct;2356  readonly isRejectProposal: boolean;2357  readonly asRejectProposal: {2358    readonly proposalId: Compact<u32>;2359  } & Struct;2360  readonly isApproveProposal: boolean;2361  readonly asApproveProposal: {2362    readonly proposalId: Compact<u32>;2363  } & Struct;2364  readonly isSpend: boolean;2365  readonly asSpend: {2366    readonly amount: Compact<u128>;2367    readonly beneficiary: MultiAddress;2368  } & Struct;2369  readonly isRemoveApproval: boolean;2370  readonly asRemoveApproval: {2371    readonly proposalId: Compact<u32>;2372  } & Struct;2373  readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal' | 'Spend' | 'RemoveApproval';2374}23752376/** @name PalletTreasuryError */2377export interface PalletTreasuryError extends Enum {2378  readonly isInsufficientProposersBalance: boolean;2379  readonly isInvalidIndex: boolean;2380  readonly isTooManyApprovals: boolean;2381  readonly isInsufficientPermission: boolean;2382  readonly isProposalNotApproved: boolean;2383  readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals' | 'InsufficientPermission' | 'ProposalNotApproved';2384}23852386/** @name PalletTreasuryEvent */2387export interface PalletTreasuryEvent extends Enum {2388  readonly isProposed: boolean;2389  readonly asProposed: {2390    readonly proposalIndex: u32;2391  } & Struct;2392  readonly isSpending: boolean;2393  readonly asSpending: {2394    readonly budgetRemaining: u128;2395  } & Struct;2396  readonly isAwarded: boolean;2397  readonly asAwarded: {2398    readonly proposalIndex: u32;2399    readonly award: u128;2400    readonly account: AccountId32;2401  } & Struct;2402  readonly isRejected: boolean;2403  readonly asRejected: {2404    readonly proposalIndex: u32;2405    readonly slashed: u128;2406  } & Struct;2407  readonly isBurnt: boolean;2408  readonly asBurnt: {2409    readonly burntFunds: u128;2410  } & Struct;2411  readonly isRollover: boolean;2412  readonly asRollover: {2413    readonly rolloverBalance: u128;2414  } & Struct;2415  readonly isDeposit: boolean;2416  readonly asDeposit: {2417    readonly value: u128;2418  } & Struct;2419  readonly isSpendApproved: boolean;2420  readonly asSpendApproved: {2421    readonly proposalIndex: u32;2422    readonly amount: u128;2423    readonly beneficiary: AccountId32;2424  } & Struct;2425  readonly isUpdatedInactive: boolean;2426  readonly asUpdatedInactive: {2427    readonly reactivated: u128;2428    readonly deactivated: u128;2429  } & Struct;2430  readonly type: 'Proposed' | 'Spending' | 'Awarded' | 'Rejected' | 'Burnt' | 'Rollover' | 'Deposit' | 'SpendApproved' | 'UpdatedInactive';2431}24322433/** @name PalletTreasuryProposal */2434export interface PalletTreasuryProposal extends Struct {2435  readonly proposer: AccountId32;2436  readonly value: u128;2437  readonly beneficiary: AccountId32;2438  readonly bond: u128;2439}24402441/** @name PalletUniqueCall */2442export interface PalletUniqueCall extends Enum {2443  readonly isCreateCollection: boolean;2444  readonly asCreateCollection: {2445    readonly collectionName: Vec<u16>;2446    readonly collectionDescription: Vec<u16>;2447    readonly tokenPrefix: Bytes;2448    readonly mode: UpDataStructsCollectionMode;2449  } & Struct;2450  readonly isCreateCollectionEx: boolean;2451  readonly asCreateCollectionEx: {2452    readonly data: UpDataStructsCreateCollectionData;2453  } & Struct;2454  readonly isDestroyCollection: boolean;2455  readonly asDestroyCollection: {2456    readonly collectionId: u32;2457  } & Struct;2458  readonly isAddToAllowList: boolean;2459  readonly asAddToAllowList: {2460    readonly collectionId: u32;2461    readonly address: PalletEvmAccountBasicCrossAccountIdRepr;2462  } & Struct;2463  readonly isRemoveFromAllowList: boolean;2464  readonly asRemoveFromAllowList: {2465    readonly collectionId: u32;2466    readonly address: PalletEvmAccountBasicCrossAccountIdRepr;2467  } & Struct;2468  readonly isChangeCollectionOwner: boolean;2469  readonly asChangeCollectionOwner: {2470    readonly collectionId: u32;2471    readonly newOwner: AccountId32;2472  } & Struct;2473  readonly isAddCollectionAdmin: boolean;2474  readonly asAddCollectionAdmin: {2475    readonly collectionId: u32;2476    readonly newAdminId: PalletEvmAccountBasicCrossAccountIdRepr;2477  } & Struct;2478  readonly isRemoveCollectionAdmin: boolean;2479  readonly asRemoveCollectionAdmin: {2480    readonly collectionId: u32;2481    readonly accountId: PalletEvmAccountBasicCrossAccountIdRepr;2482  } & Struct;2483  readonly isSetCollectionSponsor: boolean;2484  readonly asSetCollectionSponsor: {2485    readonly collectionId: u32;2486    readonly newSponsor: AccountId32;2487  } & Struct;2488  readonly isConfirmSponsorship: boolean;2489  readonly asConfirmSponsorship: {2490    readonly collectionId: u32;2491  } & Struct;2492  readonly isRemoveCollectionSponsor: boolean;2493  readonly asRemoveCollectionSponsor: {2494    readonly collectionId: u32;2495  } & Struct;2496  readonly isCreateItem: boolean;2497  readonly asCreateItem: {2498    readonly collectionId: u32;2499    readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2500    readonly data: UpDataStructsCreateItemData;2501  } & Struct;2502  readonly isCreateMultipleItems: boolean;2503  readonly asCreateMultipleItems: {2504    readonly collectionId: u32;2505    readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2506    readonly itemsData: Vec<UpDataStructsCreateItemData>;2507  } & Struct;2508  readonly isSetCollectionProperties: boolean;2509  readonly asSetCollectionProperties: {2510    readonly collectionId: u32;2511    readonly properties: Vec<UpDataStructsProperty>;2512  } & Struct;2513  readonly isDeleteCollectionProperties: boolean;2514  readonly asDeleteCollectionProperties: {2515    readonly collectionId: u32;2516    readonly propertyKeys: Vec<Bytes>;2517  } & Struct;2518  readonly isSetTokenProperties: boolean;2519  readonly asSetTokenProperties: {2520    readonly collectionId: u32;2521    readonly tokenId: u32;2522    readonly properties: Vec<UpDataStructsProperty>;2523  } & Struct;2524  readonly isDeleteTokenProperties: boolean;2525  readonly asDeleteTokenProperties: {2526    readonly collectionId: u32;2527    readonly tokenId: u32;2528    readonly propertyKeys: Vec<Bytes>;2529  } & Struct;2530  readonly isSetTokenPropertyPermissions: boolean;2531  readonly asSetTokenPropertyPermissions: {2532    readonly collectionId: u32;2533    readonly propertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;2534  } & Struct;2535  readonly isCreateMultipleItemsEx: boolean;2536  readonly asCreateMultipleItemsEx: {2537    readonly collectionId: u32;2538    readonly data: UpDataStructsCreateItemExData;2539  } & Struct;2540  readonly isSetTransfersEnabledFlag: boolean;2541  readonly asSetTransfersEnabledFlag: {2542    readonly collectionId: u32;2543    readonly value: bool;2544  } & Struct;2545  readonly isBurnItem: boolean;2546  readonly asBurnItem: {2547    readonly collectionId: u32;2548    readonly itemId: u32;2549    readonly value: u128;2550  } & Struct;2551  readonly isBurnFrom: boolean;2552  readonly asBurnFrom: {2553    readonly collectionId: u32;2554    readonly from: PalletEvmAccountBasicCrossAccountIdRepr;2555    readonly itemId: u32;2556    readonly value: u128;2557  } & Struct;2558  readonly isTransfer: boolean;2559  readonly asTransfer: {2560    readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;2561    readonly collectionId: u32;2562    readonly itemId: u32;2563    readonly value: u128;2564  } & Struct;2565  readonly isApprove: boolean;2566  readonly asApprove: {2567    readonly spender: PalletEvmAccountBasicCrossAccountIdRepr;2568    readonly collectionId: u32;2569    readonly itemId: u32;2570    readonly amount: u128;2571  } & Struct;2572  readonly isApproveFrom: boolean;2573  readonly asApproveFrom: {2574    readonly from: PalletEvmAccountBasicCrossAccountIdRepr;2575    readonly to: PalletEvmAccountBasicCrossAccountIdRepr;2576    readonly collectionId: u32;2577    readonly itemId: u32;2578    readonly amount: u128;2579  } & Struct;2580  readonly isTransferFrom: boolean;2581  readonly asTransferFrom: {2582    readonly from: PalletEvmAccountBasicCrossAccountIdRepr;2583    readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;2584    readonly collectionId: u32;2585    readonly itemId: u32;2586    readonly value: u128;2587  } & Struct;2588  readonly isSetCollectionLimits: boolean;2589  readonly asSetCollectionLimits: {2590    readonly collectionId: u32;2591    readonly newLimit: UpDataStructsCollectionLimits;2592  } & Struct;2593  readonly isSetCollectionPermissions: boolean;2594  readonly asSetCollectionPermissions: {2595    readonly collectionId: u32;2596    readonly newPermission: UpDataStructsCollectionPermissions;2597  } & Struct;2598  readonly isRepartition: boolean;2599  readonly asRepartition: {2600    readonly collectionId: u32;2601    readonly tokenId: u32;2602    readonly amount: u128;2603  } & Struct;2604  readonly isSetAllowanceForAll: boolean;2605  readonly asSetAllowanceForAll: {2606    readonly collectionId: u32;2607    readonly operator: PalletEvmAccountBasicCrossAccountIdRepr;2608    readonly approve: bool;2609  } & Struct;2610  readonly isForceRepairCollection: boolean;2611  readonly asForceRepairCollection: {2612    readonly collectionId: u32;2613  } & Struct;2614  readonly isForceRepairItem: boolean;2615  readonly asForceRepairItem: {2616    readonly collectionId: u32;2617    readonly itemId: u32;2618  } & Struct;2619  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' | 'ApproveFrom' | 'TransferFrom' | 'SetCollectionLimits' | 'SetCollectionPermissions' | 'Repartition' | 'SetAllowanceForAll' | 'ForceRepairCollection' | 'ForceRepairItem';2620}26212622/** @name PalletUniqueError */2623export interface PalletUniqueError extends Enum {2624  readonly isCollectionDecimalPointLimitExceeded: boolean;2625  readonly isEmptyArgument: boolean;2626  readonly isRepartitionCalledOnNonRefungibleCollection: boolean;2627  readonly type: 'CollectionDecimalPointLimitExceeded' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';2628}26292630/** @name PalletXcmCall */2631export interface PalletXcmCall extends Enum {2632  readonly isSend: boolean;2633  readonly asSend: {2634    readonly dest: XcmVersionedMultiLocation;2635    readonly message: XcmVersionedXcm;2636  } & Struct;2637  readonly isTeleportAssets: boolean;2638  readonly asTeleportAssets: {2639    readonly dest: XcmVersionedMultiLocation;2640    readonly beneficiary: XcmVersionedMultiLocation;2641    readonly assets: XcmVersionedMultiAssets;2642    readonly feeAssetItem: u32;2643  } & Struct;2644  readonly isReserveTransferAssets: boolean;2645  readonly asReserveTransferAssets: {2646    readonly dest: XcmVersionedMultiLocation;2647    readonly beneficiary: XcmVersionedMultiLocation;2648    readonly assets: XcmVersionedMultiAssets;2649    readonly feeAssetItem: u32;2650  } & Struct;2651  readonly isExecute: boolean;2652  readonly asExecute: {2653    readonly message: XcmVersionedXcm;2654    readonly maxWeight: SpWeightsWeightV2Weight;2655  } & Struct;2656  readonly isForceXcmVersion: boolean;2657  readonly asForceXcmVersion: {2658    readonly location: XcmV3MultiLocation;2659    readonly xcmVersion: u32;2660  } & Struct;2661  readonly isForceDefaultXcmVersion: boolean;2662  readonly asForceDefaultXcmVersion: {2663    readonly maybeXcmVersion: Option<u32>;2664  } & Struct;2665  readonly isForceSubscribeVersionNotify: boolean;2666  readonly asForceSubscribeVersionNotify: {2667    readonly location: XcmVersionedMultiLocation;2668  } & Struct;2669  readonly isForceUnsubscribeVersionNotify: boolean;2670  readonly asForceUnsubscribeVersionNotify: {2671    readonly location: XcmVersionedMultiLocation;2672  } & Struct;2673  readonly isLimitedReserveTransferAssets: boolean;2674  readonly asLimitedReserveTransferAssets: {2675    readonly dest: XcmVersionedMultiLocation;2676    readonly beneficiary: XcmVersionedMultiLocation;2677    readonly assets: XcmVersionedMultiAssets;2678    readonly feeAssetItem: u32;2679    readonly weightLimit: XcmV3WeightLimit;2680  } & Struct;2681  readonly isLimitedTeleportAssets: boolean;2682  readonly asLimitedTeleportAssets: {2683    readonly dest: XcmVersionedMultiLocation;2684    readonly beneficiary: XcmVersionedMultiLocation;2685    readonly assets: XcmVersionedMultiAssets;2686    readonly feeAssetItem: u32;2687    readonly weightLimit: XcmV3WeightLimit;2688  } & Struct;2689  readonly isForceSuspension: boolean;2690  readonly asForceSuspension: {2691    readonly suspended: bool;2692  } & Struct;2693  readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets' | 'ForceSuspension';2694}26952696/** @name PalletXcmError */2697export interface PalletXcmError extends Enum {2698  readonly isUnreachable: boolean;2699  readonly isSendFailure: boolean;2700  readonly isFiltered: boolean;2701  readonly isUnweighableMessage: boolean;2702  readonly isDestinationNotInvertible: boolean;2703  readonly isEmpty: boolean;2704  readonly isCannotReanchor: boolean;2705  readonly isTooManyAssets: boolean;2706  readonly isInvalidOrigin: boolean;2707  readonly isBadVersion: boolean;2708  readonly isBadLocation: boolean;2709  readonly isNoSubscription: boolean;2710  readonly isAlreadySubscribed: boolean;2711  readonly isInvalidAsset: boolean;2712  readonly isLowBalance: boolean;2713  readonly isTooManyLocks: boolean;2714  readonly isAccountNotSovereign: boolean;2715  readonly isFeesNotMet: boolean;2716  readonly isLockNotFound: boolean;2717  readonly isInUse: boolean;2718  readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed' | 'InvalidAsset' | 'LowBalance' | 'TooManyLocks' | 'AccountNotSovereign' | 'FeesNotMet' | 'LockNotFound' | 'InUse';2719}27202721/** @name PalletXcmEvent */2722export interface PalletXcmEvent extends Enum {2723  readonly isAttempted: boolean;2724  readonly asAttempted: XcmV3TraitsOutcome;2725  readonly isSent: boolean;2726  readonly asSent: ITuple<[XcmV3MultiLocation, XcmV3MultiLocation, XcmV3Xcm]>;2727  readonly isUnexpectedResponse: boolean;2728  readonly asUnexpectedResponse: ITuple<[XcmV3MultiLocation, u64]>;2729  readonly isResponseReady: boolean;2730  readonly asResponseReady: ITuple<[u64, XcmV3Response]>;2731  readonly isNotified: boolean;2732  readonly asNotified: ITuple<[u64, u8, u8]>;2733  readonly isNotifyOverweight: boolean;2734  readonly asNotifyOverweight: ITuple<[u64, u8, u8, SpWeightsWeightV2Weight, SpWeightsWeightV2Weight]>;2735  readonly isNotifyDispatchError: boolean;2736  readonly asNotifyDispatchError: ITuple<[u64, u8, u8]>;2737  readonly isNotifyDecodeFailed: boolean;2738  readonly asNotifyDecodeFailed: ITuple<[u64, u8, u8]>;2739  readonly isInvalidResponder: boolean;2740  readonly asInvalidResponder: ITuple<[XcmV3MultiLocation, u64, Option<XcmV3MultiLocation>]>;2741  readonly isInvalidResponderVersion: boolean;2742  readonly asInvalidResponderVersion: ITuple<[XcmV3MultiLocation, u64]>;2743  readonly isResponseTaken: boolean;2744  readonly asResponseTaken: u64;2745  readonly isAssetsTrapped: boolean;2746  readonly asAssetsTrapped: ITuple<[H256, XcmV3MultiLocation, XcmVersionedMultiAssets]>;2747  readonly isVersionChangeNotified: boolean;2748  readonly asVersionChangeNotified: ITuple<[XcmV3MultiLocation, u32, XcmV3MultiassetMultiAssets]>;2749  readonly isSupportedVersionChanged: boolean;2750  readonly asSupportedVersionChanged: ITuple<[XcmV3MultiLocation, u32]>;2751  readonly isNotifyTargetSendFail: boolean;2752  readonly asNotifyTargetSendFail: ITuple<[XcmV3MultiLocation, u64, XcmV3TraitsError]>;2753  readonly isNotifyTargetMigrationFail: boolean;2754  readonly asNotifyTargetMigrationFail: ITuple<[XcmVersionedMultiLocation, u64]>;2755  readonly isInvalidQuerierVersion: boolean;2756  readonly asInvalidQuerierVersion: ITuple<[XcmV3MultiLocation, u64]>;2757  readonly isInvalidQuerier: boolean;2758  readonly asInvalidQuerier: ITuple<[XcmV3MultiLocation, u64, XcmV3MultiLocation, Option<XcmV3MultiLocation>]>;2759  readonly isVersionNotifyStarted: boolean;2760  readonly asVersionNotifyStarted: ITuple<[XcmV3MultiLocation, XcmV3MultiassetMultiAssets]>;2761  readonly isVersionNotifyRequested: boolean;2762  readonly asVersionNotifyRequested: ITuple<[XcmV3MultiLocation, XcmV3MultiassetMultiAssets]>;2763  readonly isVersionNotifyUnrequested: boolean;2764  readonly asVersionNotifyUnrequested: ITuple<[XcmV3MultiLocation, XcmV3MultiassetMultiAssets]>;2765  readonly isFeesPaid: boolean;2766  readonly asFeesPaid: ITuple<[XcmV3MultiLocation, XcmV3MultiassetMultiAssets]>;2767  readonly isAssetsClaimed: boolean;2768  readonly asAssetsClaimed: ITuple<[H256, XcmV3MultiLocation, XcmVersionedMultiAssets]>;2769  readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail' | 'InvalidQuerierVersion' | 'InvalidQuerier' | 'VersionNotifyStarted' | 'VersionNotifyRequested' | 'VersionNotifyUnrequested' | 'FeesPaid' | 'AssetsClaimed';2770}27712772/** @name PalletXcmQueryStatus */2773export interface PalletXcmQueryStatus extends Enum {2774  readonly isPending: boolean;2775  readonly asPending: {2776    readonly responder: XcmVersionedMultiLocation;2777    readonly maybeMatchQuerier: Option<XcmVersionedMultiLocation>;2778    readonly maybeNotify: Option<ITuple<[u8, u8]>>;2779    readonly timeout: u32;2780  } & Struct;2781  readonly isVersionNotifier: boolean;2782  readonly asVersionNotifier: {2783    readonly origin: XcmVersionedMultiLocation;2784    readonly isActive: bool;2785  } & Struct;2786  readonly isReady: boolean;2787  readonly asReady: {2788    readonly response: XcmVersionedResponse;2789    readonly at: u32;2790  } & Struct;2791  readonly type: 'Pending' | 'VersionNotifier' | 'Ready';2792}27932794/** @name PalletXcmRemoteLockedFungibleRecord */2795export interface PalletXcmRemoteLockedFungibleRecord extends Struct {2796  readonly amount: u128;2797  readonly owner: XcmVersionedMultiLocation;2798  readonly locker: XcmVersionedMultiLocation;2799  readonly users: u32;2800}28012802/** @name PalletXcmVersionMigrationStage */2803export interface PalletXcmVersionMigrationStage extends Enum {2804  readonly isMigrateSupportedVersion: boolean;2805  readonly isMigrateVersionNotifiers: boolean;2806  readonly isNotifyCurrentTargets: boolean;2807  readonly asNotifyCurrentTargets: Option<Bytes>;2808  readonly isMigrateAndNotifyOldTargets: boolean;2809  readonly type: 'MigrateSupportedVersion' | 'MigrateVersionNotifiers' | 'NotifyCurrentTargets' | 'MigrateAndNotifyOldTargets';2810}28112812/** @name ParachainInfoCall */2813export interface ParachainInfoCall extends Null {}28142815/** @name PhantomTypeUpDataStructs */2816export interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, UpPovEstimateRpcPovInfo]>> {}28172818/** @name PolkadotCorePrimitivesInboundDownwardMessage */2819export interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {2820  readonly sentAt: u32;2821  readonly msg: Bytes;2822}28232824/** @name PolkadotCorePrimitivesInboundHrmpMessage */2825export interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {2826  readonly sentAt: u32;2827  readonly data: Bytes;2828}28292830/** @name PolkadotCorePrimitivesOutboundHrmpMessage */2831export interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {2832  readonly recipient: u32;2833  readonly data: Bytes;2834}28352836/** @name PolkadotParachainPrimitivesXcmpMessageFormat */2837export interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {2838  readonly isConcatenatedVersionedXcm: boolean;2839  readonly isConcatenatedEncodedBlob: boolean;2840  readonly isSignals: boolean;2841  readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';2842}28432844/** @name PolkadotPrimitivesV4AbridgedHostConfiguration */2845export interface PolkadotPrimitivesV4AbridgedHostConfiguration extends Struct {2846  readonly maxCodeSize: u32;2847  readonly maxHeadDataSize: u32;2848  readonly maxUpwardQueueCount: u32;2849  readonly maxUpwardQueueSize: u32;2850  readonly maxUpwardMessageSize: u32;2851  readonly maxUpwardMessageNumPerCandidate: u32;2852  readonly hrmpMaxMessageNumPerCandidate: u32;2853  readonly validationUpgradeCooldown: u32;2854  readonly validationUpgradeDelay: u32;2855}28562857/** @name PolkadotPrimitivesV4AbridgedHrmpChannel */2858export interface PolkadotPrimitivesV4AbridgedHrmpChannel extends Struct {2859  readonly maxCapacity: u32;2860  readonly maxTotalSize: u32;2861  readonly maxMessageSize: u32;2862  readonly msgCount: u32;2863  readonly totalSize: u32;2864  readonly mqcHead: Option<H256>;2865}28662867/** @name PolkadotPrimitivesV4PersistedValidationData */2868export interface PolkadotPrimitivesV4PersistedValidationData extends Struct {2869  readonly parentHead: Bytes;2870  readonly relayParentNumber: u32;2871  readonly relayParentStorageRoot: H256;2872  readonly maxPovSize: u32;2873}28742875/** @name PolkadotPrimitivesV4UpgradeRestriction */2876export interface PolkadotPrimitivesV4UpgradeRestriction extends Enum {2877  readonly isPresent: boolean;2878  readonly type: 'Present';2879}28802881/** @name SpArithmeticArithmeticError */2882export interface SpArithmeticArithmeticError extends Enum {2883  readonly isUnderflow: boolean;2884  readonly isOverflow: boolean;2885  readonly isDivisionByZero: boolean;2886  readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';2887}28882889/** @name SpConsensusAuraSr25519AppSr25519Public */2890export interface SpConsensusAuraSr25519AppSr25519Public extends SpCoreSr25519Public {}28912892/** @name SpCoreCryptoKeyTypeId */2893export interface SpCoreCryptoKeyTypeId extends U8aFixed {}28942895/** @name SpCoreEcdsaSignature */2896export interface SpCoreEcdsaSignature extends U8aFixed {}28972898/** @name SpCoreEd25519Signature */2899export interface SpCoreEd25519Signature extends U8aFixed {}29002901/** @name SpCoreSr25519Public */2902export interface SpCoreSr25519Public extends U8aFixed {}29032904/** @name SpCoreSr25519Signature */2905export interface SpCoreSr25519Signature extends U8aFixed {}29062907/** @name SpRuntimeDigest */2908export interface SpRuntimeDigest extends Struct {2909  readonly logs: Vec<SpRuntimeDigestDigestItem>;2910}29112912/** @name SpRuntimeDigestDigestItem */2913export interface SpRuntimeDigestDigestItem extends Enum {2914  readonly isOther: boolean;2915  readonly asOther: Bytes;2916  readonly isConsensus: boolean;2917  readonly asConsensus: ITuple<[U8aFixed, Bytes]>;2918  readonly isSeal: boolean;2919  readonly asSeal: ITuple<[U8aFixed, Bytes]>;2920  readonly isPreRuntime: boolean;2921  readonly asPreRuntime: ITuple<[U8aFixed, Bytes]>;2922  readonly isRuntimeEnvironmentUpdated: boolean;2923  readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';2924}29252926/** @name SpRuntimeDispatchError */2927export interface SpRuntimeDispatchError extends Enum {2928  readonly isOther: boolean;2929  readonly isCannotLookup: boolean;2930  readonly isBadOrigin: boolean;2931  readonly isModule: boolean;2932  readonly asModule: SpRuntimeModuleError;2933  readonly isConsumerRemaining: boolean;2934  readonly isNoProviders: boolean;2935  readonly isTooManyConsumers: boolean;2936  readonly isToken: boolean;2937  readonly asToken: SpRuntimeTokenError;2938  readonly isArithmetic: boolean;2939  readonly asArithmetic: SpArithmeticArithmeticError;2940  readonly isTransactional: boolean;2941  readonly asTransactional: SpRuntimeTransactionalError;2942  readonly isExhausted: boolean;2943  readonly isCorruption: boolean;2944  readonly isUnavailable: boolean;2945  readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional' | 'Exhausted' | 'Corruption' | 'Unavailable';2946}29472948/** @name SpRuntimeModuleError */2949export interface SpRuntimeModuleError extends Struct {2950  readonly index: u8;2951  readonly error: U8aFixed;2952}29532954/** @name SpRuntimeMultiSignature */2955export interface SpRuntimeMultiSignature extends Enum {2956  readonly isEd25519: boolean;2957  readonly asEd25519: SpCoreEd25519Signature;2958  readonly isSr25519: boolean;2959  readonly asSr25519: SpCoreSr25519Signature;2960  readonly isEcdsa: boolean;2961  readonly asEcdsa: SpCoreEcdsaSignature;2962  readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';2963}29642965/** @name SpRuntimeTokenError */2966export interface SpRuntimeTokenError extends Enum {2967  readonly isFundsUnavailable: boolean;2968  readonly isOnlyProvider: boolean;2969  readonly isBelowMinimum: boolean;2970  readonly isCannotCreate: boolean;2971  readonly isUnknownAsset: boolean;2972  readonly isFrozen: boolean;2973  readonly isUnsupported: boolean;2974  readonly isCannotCreateHold: boolean;2975  readonly isNotExpendable: boolean;2976  readonly type: 'FundsUnavailable' | 'OnlyProvider' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported' | 'CannotCreateHold' | 'NotExpendable';2977}29782979/** @name SpRuntimeTransactionalError */2980export interface SpRuntimeTransactionalError extends Enum {2981  readonly isLimitReached: boolean;2982  readonly isNoLayer: boolean;2983  readonly type: 'LimitReached' | 'NoLayer';2984}29852986/** @name SpRuntimeTransactionValidityInvalidTransaction */2987export interface SpRuntimeTransactionValidityInvalidTransaction extends Enum {2988  readonly isCall: boolean;2989  readonly isPayment: boolean;2990  readonly isFuture: boolean;2991  readonly isStale: boolean;2992  readonly isBadProof: boolean;2993  readonly isAncientBirthBlock: boolean;2994  readonly isExhaustsResources: boolean;2995  readonly isCustom: boolean;2996  readonly asCustom: u8;2997  readonly isBadMandatory: boolean;2998  readonly isMandatoryValidation: boolean;2999  readonly isBadSigner: boolean;3000  readonly type: 'Call' | 'Payment' | 'Future' | 'Stale' | 'BadProof' | 'AncientBirthBlock' | 'ExhaustsResources' | 'Custom' | 'BadMandatory' | 'MandatoryValidation' | 'BadSigner';3001}30023003/** @name SpRuntimeTransactionValidityTransactionValidityError */3004export interface SpRuntimeTransactionValidityTransactionValidityError extends Enum {3005  readonly isInvalid: boolean;3006  readonly asInvalid: SpRuntimeTransactionValidityInvalidTransaction;3007  readonly isUnknown: boolean;3008  readonly asUnknown: SpRuntimeTransactionValidityUnknownTransaction;3009  readonly type: 'Invalid' | 'Unknown';3010}30113012/** @name SpRuntimeTransactionValidityUnknownTransaction */3013export interface SpRuntimeTransactionValidityUnknownTransaction extends Enum {3014  readonly isCannotLookup: boolean;3015  readonly isNoUnsignedValidator: boolean;3016  readonly isCustom: boolean;3017  readonly asCustom: u8;3018  readonly type: 'CannotLookup' | 'NoUnsignedValidator' | 'Custom';3019}30203021/** @name SpTrieStorageProof */3022export interface SpTrieStorageProof extends Struct {3023  readonly trieNodes: BTreeSet<Bytes>;3024}30253026/** @name SpVersionRuntimeVersion */3027export interface SpVersionRuntimeVersion extends Struct {3028  readonly specName: Text;3029  readonly implName: Text;3030  readonly authoringVersion: u32;3031  readonly specVersion: u32;3032  readonly implVersion: u32;3033  readonly apis: Vec<ITuple<[U8aFixed, u32]>>;3034  readonly transactionVersion: u32;3035  readonly stateVersion: u8;3036}30373038/** @name SpWeightsRuntimeDbWeight */3039export interface SpWeightsRuntimeDbWeight extends Struct {3040  readonly read: u64;3041  readonly write: u64;3042}30433044/** @name SpWeightsWeightV2Weight */3045export interface SpWeightsWeightV2Weight extends Struct {3046  readonly refTime: Compact<u64>;3047  readonly proofSize: Compact<u64>;3048}30493050/** @name UpDataStructsAccessMode */3051export interface UpDataStructsAccessMode extends Enum {3052  readonly isNormal: boolean;3053  readonly isAllowList: boolean;3054  readonly type: 'Normal' | 'AllowList';3055}30563057/** @name UpDataStructsCollection */3058export interface UpDataStructsCollection extends Struct {3059  readonly owner: AccountId32;3060  readonly mode: UpDataStructsCollectionMode;3061  readonly name: Vec<u16>;3062  readonly description: Vec<u16>;3063  readonly tokenPrefix: Bytes;3064  readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;3065  readonly limits: UpDataStructsCollectionLimits;3066  readonly permissions: UpDataStructsCollectionPermissions;3067  readonly flags: U8aFixed;3068}30693070/** @name UpDataStructsCollectionLimits */3071export interface UpDataStructsCollectionLimits extends Struct {3072  readonly accountTokenOwnershipLimit: Option<u32>;3073  readonly sponsoredDataSize: Option<u32>;3074  readonly sponsoredDataRateLimit: Option<UpDataStructsSponsoringRateLimit>;3075  readonly tokenLimit: Option<u32>;3076  readonly sponsorTransferTimeout: Option<u32>;3077  readonly sponsorApproveTimeout: Option<u32>;3078  readonly ownerCanTransfer: Option<bool>;3079  readonly ownerCanDestroy: Option<bool>;3080  readonly transfersEnabled: Option<bool>;3081}30823083/** @name UpDataStructsCollectionMode */3084export interface UpDataStructsCollectionMode extends Enum {3085  readonly isNft: boolean;3086  readonly isFungible: boolean;3087  readonly asFungible: u8;3088  readonly isReFungible: boolean;3089  readonly type: 'Nft' | 'Fungible' | 'ReFungible';3090}30913092/** @name UpDataStructsCollectionPermissions */3093export interface UpDataStructsCollectionPermissions extends Struct {3094  readonly access: Option<UpDataStructsAccessMode>;3095  readonly mintMode: Option<bool>;3096  readonly nesting: Option<UpDataStructsNestingPermissions>;3097}30983099/** @name UpDataStructsCollectionStats */3100export interface UpDataStructsCollectionStats extends Struct {3101  readonly created: u32;3102  readonly destroyed: u32;3103  readonly alive: u32;3104}31053106/** @name UpDataStructsCreateCollectionData */3107export interface UpDataStructsCreateCollectionData extends Struct {3108  readonly mode: UpDataStructsCollectionMode;3109  readonly access: Option<UpDataStructsAccessMode>;3110  readonly name: Vec<u16>;3111  readonly description: Vec<u16>;3112  readonly tokenPrefix: Bytes;3113  readonly pendingSponsor: Option<AccountId32>;3114  readonly limits: Option<UpDataStructsCollectionLimits>;3115  readonly permissions: Option<UpDataStructsCollectionPermissions>;3116  readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;3117  readonly properties: Vec<UpDataStructsProperty>;3118}31193120/** @name UpDataStructsCreateFungibleData */3121export interface UpDataStructsCreateFungibleData extends Struct {3122  readonly value: u128;3123}31243125/** @name UpDataStructsCreateItemData */3126export interface UpDataStructsCreateItemData extends Enum {3127  readonly isNft: boolean;3128  readonly asNft: UpDataStructsCreateNftData;3129  readonly isFungible: boolean;3130  readonly asFungible: UpDataStructsCreateFungibleData;3131  readonly isReFungible: boolean;3132  readonly asReFungible: UpDataStructsCreateReFungibleData;3133  readonly type: 'Nft' | 'Fungible' | 'ReFungible';3134}31353136/** @name UpDataStructsCreateItemExData */3137export interface UpDataStructsCreateItemExData extends Enum {3138  readonly isNft: boolean;3139  readonly asNft: Vec<UpDataStructsCreateNftExData>;3140  readonly isFungible: boolean;3141  readonly asFungible: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr,u128>;3142  readonly isRefungibleMultipleItems: boolean;3143  readonly asRefungibleMultipleItems: Vec<UpDataStructsCreateRefungibleExSingleOwner>;3144  readonly isRefungibleMultipleOwners: boolean;3145  readonly asRefungibleMultipleOwners: UpDataStructsCreateRefungibleExMultipleOwners;3146  readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';3147}31483149/** @name UpDataStructsCreateNftData */3150export interface UpDataStructsCreateNftData extends Struct {3151  readonly properties: Vec<UpDataStructsProperty>;3152}31533154/** @name UpDataStructsCreateNftExData */3155export interface UpDataStructsCreateNftExData extends Struct {3156  readonly properties: Vec<UpDataStructsProperty>;3157  readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;3158}31593160/** @name UpDataStructsCreateReFungibleData */3161export interface UpDataStructsCreateReFungibleData extends Struct {3162  readonly pieces: u128;3163  readonly properties: Vec<UpDataStructsProperty>;3164}31653166/** @name UpDataStructsCreateRefungibleExMultipleOwners */3167export interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {3168  readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;3169  readonly properties: Vec<UpDataStructsProperty>;3170}31713172/** @name UpDataStructsCreateRefungibleExSingleOwner */3173export interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {3174  readonly user: PalletEvmAccountBasicCrossAccountIdRepr;3175  readonly pieces: u128;3176  readonly properties: Vec<UpDataStructsProperty>;3177}31783179/** @name UpDataStructsNestingPermissions */3180export interface UpDataStructsNestingPermissions extends Struct {3181  readonly tokenOwner: bool;3182  readonly collectionAdmin: bool;3183  readonly restricted: Option<UpDataStructsOwnerRestrictedSet>;3184}31853186/** @name UpDataStructsOwnerRestrictedSet */3187export interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}31883189/** @name UpDataStructsProperties */3190export interface UpDataStructsProperties extends Struct {3191  readonly map: UpDataStructsPropertiesMapBoundedVec;3192  readonly consumedSpace: u32;3193  readonly reserved: u32;3194}31953196/** @name UpDataStructsPropertiesMapBoundedVec */3197export interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}31983199/** @name UpDataStructsPropertiesMapPropertyPermission */3200export interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}32013202/** @name UpDataStructsProperty */3203export interface UpDataStructsProperty extends Struct {3204  readonly key: Bytes;3205  readonly value: Bytes;3206}32073208/** @name UpDataStructsPropertyKeyPermission */3209export interface UpDataStructsPropertyKeyPermission extends Struct {3210  readonly key: Bytes;3211  readonly permission: UpDataStructsPropertyPermission;3212}32133214/** @name UpDataStructsPropertyPermission */3215export interface UpDataStructsPropertyPermission extends Struct {3216  readonly mutable: bool;3217  readonly collectionAdmin: bool;3218  readonly tokenOwner: bool;3219}32203221/** @name UpDataStructsPropertyScope */3222export interface UpDataStructsPropertyScope extends Enum {3223  readonly isNone: boolean;3224  readonly isRmrk: boolean;3225  readonly type: 'None' | 'Rmrk';3226}32273228/** @name UpDataStructsRpcCollection */3229export interface UpDataStructsRpcCollection extends Struct {3230  readonly owner: AccountId32;3231  readonly mode: UpDataStructsCollectionMode;3232  readonly name: Vec<u16>;3233  readonly description: Vec<u16>;3234  readonly tokenPrefix: Bytes;3235  readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;3236  readonly limits: UpDataStructsCollectionLimits;3237  readonly permissions: UpDataStructsCollectionPermissions;3238  readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;3239  readonly properties: Vec<UpDataStructsProperty>;3240  readonly readOnly: bool;3241  readonly flags: UpDataStructsRpcCollectionFlags;3242}32433244/** @name UpDataStructsRpcCollectionFlags */3245export interface UpDataStructsRpcCollectionFlags extends Struct {3246  readonly foreign: bool;3247  readonly erc721metadata: bool;3248}32493250/** @name UpDataStructsSponsoringRateLimit */3251export interface UpDataStructsSponsoringRateLimit extends Enum {3252  readonly isSponsoringDisabled: boolean;3253  readonly isBlocks: boolean;3254  readonly asBlocks: u32;3255  readonly type: 'SponsoringDisabled' | 'Blocks';3256}32573258/** @name UpDataStructsSponsorshipStateAccountId32 */3259export interface UpDataStructsSponsorshipStateAccountId32 extends Enum {3260  readonly isDisabled: boolean;3261  readonly isUnconfirmed: boolean;3262  readonly asUnconfirmed: AccountId32;3263  readonly isConfirmed: boolean;3264  readonly asConfirmed: AccountId32;3265  readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';3266}32673268/** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr */3269export interface UpDataStructsSponsorshipStateBasicCrossAccountIdRepr extends Enum {3270  readonly isDisabled: boolean;3271  readonly isUnconfirmed: boolean;3272  readonly asUnconfirmed: PalletEvmAccountBasicCrossAccountIdRepr;3273  readonly isConfirmed: boolean;3274  readonly asConfirmed: PalletEvmAccountBasicCrossAccountIdRepr;3275  readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';3276}32773278/** @name UpDataStructsTokenChild */3279export interface UpDataStructsTokenChild extends Struct {3280  readonly token: u32;3281  readonly collection: u32;3282}32833284/** @name UpDataStructsTokenData */3285export interface UpDataStructsTokenData extends Struct {3286  readonly properties: Vec<UpDataStructsProperty>;3287  readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;3288  readonly pieces: u128;3289}32903291/** @name UpPovEstimateRpcPovInfo */3292export interface UpPovEstimateRpcPovInfo extends Struct {3293  readonly proofSize: u64;3294  readonly compactProofSize: u64;3295  readonly compressedProofSize: u64;3296  readonly results: Vec<Result<Result<Null, SpRuntimeDispatchError>, SpRuntimeTransactionValidityTransactionValidityError>>;3297  readonly keyValues: Vec<UpPovEstimateRpcTrieKeyValue>;3298}32993300/** @name UpPovEstimateRpcTrieKeyValue */3301export interface UpPovEstimateRpcTrieKeyValue extends Struct {3302  readonly key: Bytes;3303  readonly value: Bytes;3304}33053306/** @name XcmDoubleEncoded */3307export interface XcmDoubleEncoded extends Struct {3308  readonly encoded: Bytes;3309}33103311/** @name XcmV2BodyId */3312export interface XcmV2BodyId extends Enum {3313  readonly isUnit: boolean;3314  readonly isNamed: boolean;3315  readonly asNamed: Bytes;3316  readonly isIndex: boolean;3317  readonly asIndex: Compact<u32>;3318  readonly isExecutive: boolean;3319  readonly isTechnical: boolean;3320  readonly isLegislative: boolean;3321  readonly isJudicial: boolean;3322  readonly isDefense: boolean;3323  readonly isAdministration: boolean;3324  readonly isTreasury: boolean;3325  readonly type: 'Unit' | 'Named' | 'Index' | 'Executive' | 'Technical' | 'Legislative' | 'Judicial' | 'Defense' | 'Administration' | 'Treasury';3326}33273328/** @name XcmV2BodyPart */3329export interface XcmV2BodyPart extends Enum {3330  readonly isVoice: boolean;3331  readonly isMembers: boolean;3332  readonly asMembers: {3333    readonly count: Compact<u32>;3334  } & Struct;3335  readonly isFraction: boolean;3336  readonly asFraction: {3337    readonly nom: Compact<u32>;3338    readonly denom: Compact<u32>;3339  } & Struct;3340  readonly isAtLeastProportion: boolean;3341  readonly asAtLeastProportion: {3342    readonly nom: Compact<u32>;3343    readonly denom: Compact<u32>;3344  } & Struct;3345  readonly isMoreThanProportion: boolean;3346  readonly asMoreThanProportion: {3347    readonly nom: Compact<u32>;3348    readonly denom: Compact<u32>;3349  } & Struct;3350  readonly type: 'Voice' | 'Members' | 'Fraction' | 'AtLeastProportion' | 'MoreThanProportion';3351}33523353/** @name XcmV2Instruction */3354export interface XcmV2Instruction extends Enum {3355  readonly isWithdrawAsset: boolean;3356  readonly asWithdrawAsset: XcmV2MultiassetMultiAssets;3357  readonly isReserveAssetDeposited: boolean;3358  readonly asReserveAssetDeposited: XcmV2MultiassetMultiAssets;3359  readonly isReceiveTeleportedAsset: boolean;3360  readonly asReceiveTeleportedAsset: XcmV2MultiassetMultiAssets;3361  readonly isQueryResponse: boolean;3362  readonly asQueryResponse: {3363    readonly queryId: Compact<u64>;3364    readonly response: XcmV2Response;3365    readonly maxWeight: Compact<u64>;3366  } & Struct;3367  readonly isTransferAsset: boolean;3368  readonly asTransferAsset: {3369    readonly assets: XcmV2MultiassetMultiAssets;3370    readonly beneficiary: XcmV2MultiLocation;3371  } & Struct;3372  readonly isTransferReserveAsset: boolean;3373  readonly asTransferReserveAsset: {3374    readonly assets: XcmV2MultiassetMultiAssets;3375    readonly dest: XcmV2MultiLocation;3376    readonly xcm: XcmV2Xcm;3377  } & Struct;3378  readonly isTransact: boolean;3379  readonly asTransact: {3380    readonly originType: XcmV2OriginKind;3381    readonly requireWeightAtMost: Compact<u64>;3382    readonly call: XcmDoubleEncoded;3383  } & Struct;3384  readonly isHrmpNewChannelOpenRequest: boolean;3385  readonly asHrmpNewChannelOpenRequest: {3386    readonly sender: Compact<u32>;3387    readonly maxMessageSize: Compact<u32>;3388    readonly maxCapacity: Compact<u32>;3389  } & Struct;3390  readonly isHrmpChannelAccepted: boolean;3391  readonly asHrmpChannelAccepted: {3392    readonly recipient: Compact<u32>;3393  } & Struct;3394  readonly isHrmpChannelClosing: boolean;3395  readonly asHrmpChannelClosing: {3396    readonly initiator: Compact<u32>;3397    readonly sender: Compact<u32>;3398    readonly recipient: Compact<u32>;3399  } & Struct;3400  readonly isClearOrigin: boolean;3401  readonly isDescendOrigin: boolean;3402  readonly asDescendOrigin: XcmV2MultilocationJunctions;3403  readonly isReportError: boolean;3404  readonly asReportError: {3405    readonly queryId: Compact<u64>;3406    readonly dest: XcmV2MultiLocation;3407    readonly maxResponseWeight: Compact<u64>;3408  } & Struct;3409  readonly isDepositAsset: boolean;3410  readonly asDepositAsset: {3411    readonly assets: XcmV2MultiassetMultiAssetFilter;3412    readonly maxAssets: Compact<u32>;3413    readonly beneficiary: XcmV2MultiLocation;3414  } & Struct;3415  readonly isDepositReserveAsset: boolean;3416  readonly asDepositReserveAsset: {3417    readonly assets: XcmV2MultiassetMultiAssetFilter;3418    readonly maxAssets: Compact<u32>;3419    readonly dest: XcmV2MultiLocation;3420    readonly xcm: XcmV2Xcm;3421  } & Struct;3422  readonly isExchangeAsset: boolean;3423  readonly asExchangeAsset: {3424    readonly give: XcmV2MultiassetMultiAssetFilter;3425    readonly receive: XcmV2MultiassetMultiAssets;3426  } & Struct;3427  readonly isInitiateReserveWithdraw: boolean;3428  readonly asInitiateReserveWithdraw: {3429    readonly assets: XcmV2MultiassetMultiAssetFilter;3430    readonly reserve: XcmV2MultiLocation;3431    readonly xcm: XcmV2Xcm;3432  } & Struct;3433  readonly isInitiateTeleport: boolean;3434  readonly asInitiateTeleport: {3435    readonly assets: XcmV2MultiassetMultiAssetFilter;3436    readonly dest: XcmV2MultiLocation;3437    readonly xcm: XcmV2Xcm;3438  } & Struct;3439  readonly isQueryHolding: boolean;3440  readonly asQueryHolding: {3441    readonly queryId: Compact<u64>;3442    readonly dest: XcmV2MultiLocation;3443    readonly assets: XcmV2MultiassetMultiAssetFilter;3444    readonly maxResponseWeight: Compact<u64>;3445  } & Struct;3446  readonly isBuyExecution: boolean;3447  readonly asBuyExecution: {3448    readonly fees: XcmV2MultiAsset;3449    readonly weightLimit: XcmV2WeightLimit;3450  } & Struct;3451  readonly isRefundSurplus: boolean;3452  readonly isSetErrorHandler: boolean;3453  readonly asSetErrorHandler: XcmV2Xcm;3454  readonly isSetAppendix: boolean;3455  readonly asSetAppendix: XcmV2Xcm;3456  readonly isClearError: boolean;3457  readonly isClaimAsset: boolean;3458  readonly asClaimAsset: {3459    readonly assets: XcmV2MultiassetMultiAssets;3460    readonly ticket: XcmV2MultiLocation;3461  } & Struct;3462  readonly isTrap: boolean;3463  readonly asTrap: Compact<u64>;3464  readonly isSubscribeVersion: boolean;3465  readonly asSubscribeVersion: {3466    readonly queryId: Compact<u64>;3467    readonly maxResponseWeight: Compact<u64>;3468  } & Struct;3469  readonly isUnsubscribeVersion: boolean;3470  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';3471}34723473/** @name XcmV2Junction */3474export interface XcmV2Junction extends Enum {3475  readonly isParachain: boolean;3476  readonly asParachain: Compact<u32>;3477  readonly isAccountId32: boolean;3478  readonly asAccountId32: {3479    readonly network: XcmV2NetworkId;3480    readonly id: U8aFixed;3481  } & Struct;3482  readonly isAccountIndex64: boolean;3483  readonly asAccountIndex64: {3484    readonly network: XcmV2NetworkId;3485    readonly index: Compact<u64>;3486  } & Struct;3487  readonly isAccountKey20: boolean;3488  readonly asAccountKey20: {3489    readonly network: XcmV2NetworkId;3490    readonly key: U8aFixed;3491  } & Struct;3492  readonly isPalletInstance: boolean;3493  readonly asPalletInstance: u8;3494  readonly isGeneralIndex: boolean;3495  readonly asGeneralIndex: Compact<u128>;3496  readonly isGeneralKey: boolean;3497  readonly asGeneralKey: Bytes;3498  readonly isOnlyChild: boolean;3499  readonly isPlurality: boolean;3500  readonly asPlurality: {3501    readonly id: XcmV2BodyId;3502    readonly part: XcmV2BodyPart;3503  } & Struct;3504  readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';3505}35063507/** @name XcmV2MultiAsset */3508export interface XcmV2MultiAsset extends Struct {3509  readonly id: XcmV2MultiassetAssetId;3510  readonly fun: XcmV2MultiassetFungibility;3511}35123513/** @name XcmV2MultiassetAssetId */3514export interface XcmV2MultiassetAssetId extends Enum {3515  readonly isConcrete: boolean;3516  readonly asConcrete: XcmV2MultiLocation;3517  readonly isAbstract: boolean;3518  readonly asAbstract: Bytes;3519  readonly type: 'Concrete' | 'Abstract';3520}35213522/** @name XcmV2MultiassetAssetInstance */3523export interface XcmV2MultiassetAssetInstance extends Enum {3524  readonly isUndefined: boolean;3525  readonly isIndex: boolean;3526  readonly asIndex: Compact<u128>;3527  readonly isArray4: boolean;3528  readonly asArray4: U8aFixed;3529  readonly isArray8: boolean;3530  readonly asArray8: U8aFixed;3531  readonly isArray16: boolean;3532  readonly asArray16: U8aFixed;3533  readonly isArray32: boolean;3534  readonly asArray32: U8aFixed;3535  readonly isBlob: boolean;3536  readonly asBlob: Bytes;3537  readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32' | 'Blob';3538}35393540/** @name XcmV2MultiassetFungibility */3541export interface XcmV2MultiassetFungibility extends Enum {3542  readonly isFungible: boolean;3543  readonly asFungible: Compact<u128>;3544  readonly isNonFungible: boolean;3545  readonly asNonFungible: XcmV2MultiassetAssetInstance;3546  readonly type: 'Fungible' | 'NonFungible';3547}35483549/** @name XcmV2MultiassetMultiAssetFilter */3550export interface XcmV2MultiassetMultiAssetFilter extends Enum {3551  readonly isDefinite: boolean;3552  readonly asDefinite: XcmV2MultiassetMultiAssets;3553  readonly isWild: boolean;3554  readonly asWild: XcmV2MultiassetWildMultiAsset;3555  readonly type: 'Definite' | 'Wild';3556}35573558/** @name XcmV2MultiassetMultiAssets */3559export interface XcmV2MultiassetMultiAssets extends Vec<XcmV2MultiAsset> {}35603561/** @name XcmV2MultiassetWildFungibility */3562export interface XcmV2MultiassetWildFungibility extends Enum {3563  readonly isFungible: boolean;3564  readonly isNonFungible: boolean;3565  readonly type: 'Fungible' | 'NonFungible';3566}35673568/** @name XcmV2MultiassetWildMultiAsset */3569export interface XcmV2MultiassetWildMultiAsset extends Enum {3570  readonly isAll: boolean;3571  readonly isAllOf: boolean;3572  readonly asAllOf: {3573    readonly id: XcmV2MultiassetAssetId;3574    readonly fun: XcmV2MultiassetWildFungibility;3575  } & Struct;3576  readonly type: 'All' | 'AllOf';3577}35783579/** @name XcmV2MultiLocation */3580export interface XcmV2MultiLocation extends Struct {3581  readonly parents: u8;3582  readonly interior: XcmV2MultilocationJunctions;3583}35843585/** @name XcmV2MultilocationJunctions */3586export interface XcmV2MultilocationJunctions extends Enum {3587  readonly isHere: boolean;3588  readonly isX1: boolean;3589  readonly asX1: XcmV2Junction;3590  readonly isX2: boolean;3591  readonly asX2: ITuple<[XcmV2Junction, XcmV2Junction]>;3592  readonly isX3: boolean;3593  readonly asX3: ITuple<[XcmV2Junction, XcmV2Junction, XcmV2Junction]>;3594  readonly isX4: boolean;3595  readonly asX4: ITuple<[XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction]>;3596  readonly isX5: boolean;3597  readonly asX5: ITuple<[XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction]>;3598  readonly isX6: boolean;3599  readonly asX6: ITuple<[XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction]>;3600  readonly isX7: boolean;3601  readonly asX7: ITuple<[XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction]>;3602  readonly isX8: boolean;3603  readonly asX8: ITuple<[XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction]>;3604  readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';3605}36063607/** @name XcmV2NetworkId */3608export interface XcmV2NetworkId extends Enum {3609  readonly isAny: boolean;3610  readonly isNamed: boolean;3611  readonly asNamed: Bytes;3612  readonly isPolkadot: boolean;3613  readonly isKusama: boolean;3614  readonly type: 'Any' | 'Named' | 'Polkadot' | 'Kusama';3615}36163617/** @name XcmV2OriginKind */3618export interface XcmV2OriginKind extends Enum {3619  readonly isNative: boolean;3620  readonly isSovereignAccount: boolean;3621  readonly isSuperuser: boolean;3622  readonly isXcm: boolean;3623  readonly type: 'Native' | 'SovereignAccount' | 'Superuser' | 'Xcm';3624}36253626/** @name XcmV2Response */3627export interface XcmV2Response extends Enum {3628  readonly isNull: boolean;3629  readonly isAssets: boolean;3630  readonly asAssets: XcmV2MultiassetMultiAssets;3631  readonly isExecutionResult: boolean;3632  readonly asExecutionResult: Option<ITuple<[u32, XcmV2TraitsError]>>;3633  readonly isVersion: boolean;3634  readonly asVersion: u32;3635  readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version';3636}36373638/** @name XcmV2TraitsError */3639export interface XcmV2TraitsError extends Enum {3640  readonly isOverflow: boolean;3641  readonly isUnimplemented: boolean;3642  readonly isUntrustedReserveLocation: boolean;3643  readonly isUntrustedTeleportLocation: boolean;3644  readonly isMultiLocationFull: boolean;3645  readonly isMultiLocationNotInvertible: boolean;3646  readonly isBadOrigin: boolean;3647  readonly isInvalidLocation: boolean;3648  readonly isAssetNotFound: boolean;3649  readonly isFailedToTransactAsset: boolean;3650  readonly isNotWithdrawable: boolean;3651  readonly isLocationCannotHold: boolean;3652  readonly isExceedsMaxMessageSize: boolean;3653  readonly isDestinationUnsupported: boolean;3654  readonly isTransport: boolean;3655  readonly isUnroutable: boolean;3656  readonly isUnknownClaim: boolean;3657  readonly isFailedToDecode: boolean;3658  readonly isMaxWeightInvalid: boolean;3659  readonly isNotHoldingFees: boolean;3660  readonly isTooExpensive: boolean;3661  readonly isTrap: boolean;3662  readonly asTrap: u64;3663  readonly isUnhandledXcmVersion: boolean;3664  readonly isWeightLimitReached: boolean;3665  readonly asWeightLimitReached: u64;3666  readonly isBarrier: boolean;3667  readonly isWeightNotComputable: boolean;3668  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';3669}36703671/** @name XcmV2WeightLimit */3672export interface XcmV2WeightLimit extends Enum {3673  readonly isUnlimited: boolean;3674  readonly isLimited: boolean;3675  readonly asLimited: Compact<u64>;3676  readonly type: 'Unlimited' | 'Limited';3677}36783679/** @name XcmV2Xcm */3680export interface XcmV2Xcm extends Vec<XcmV2Instruction> {}36813682/** @name XcmV3Instruction */3683export interface XcmV3Instruction extends Enum {3684  readonly isWithdrawAsset: boolean;3685  readonly asWithdrawAsset: XcmV3MultiassetMultiAssets;3686  readonly isReserveAssetDeposited: boolean;3687  readonly asReserveAssetDeposited: XcmV3MultiassetMultiAssets;3688  readonly isReceiveTeleportedAsset: boolean;3689  readonly asReceiveTeleportedAsset: XcmV3MultiassetMultiAssets;3690  readonly isQueryResponse: boolean;3691  readonly asQueryResponse: {3692    readonly queryId: Compact<u64>;3693    readonly response: XcmV3Response;3694    readonly maxWeight: SpWeightsWeightV2Weight;3695    readonly querier: Option<XcmV3MultiLocation>;3696  } & Struct;3697  readonly isTransferAsset: boolean;3698  readonly asTransferAsset: {3699    readonly assets: XcmV3MultiassetMultiAssets;3700    readonly beneficiary: XcmV3MultiLocation;3701  } & Struct;3702  readonly isTransferReserveAsset: boolean;3703  readonly asTransferReserveAsset: {3704    readonly assets: XcmV3MultiassetMultiAssets;3705    readonly dest: XcmV3MultiLocation;3706    readonly xcm: XcmV3Xcm;3707  } & Struct;3708  readonly isTransact: boolean;3709  readonly asTransact: {3710    readonly originKind: XcmV2OriginKind;3711    readonly requireWeightAtMost: SpWeightsWeightV2Weight;3712    readonly call: XcmDoubleEncoded;3713  } & Struct;3714  readonly isHrmpNewChannelOpenRequest: boolean;3715  readonly asHrmpNewChannelOpenRequest: {3716    readonly sender: Compact<u32>;3717    readonly maxMessageSize: Compact<u32>;3718    readonly maxCapacity: Compact<u32>;3719  } & Struct;3720  readonly isHrmpChannelAccepted: boolean;3721  readonly asHrmpChannelAccepted: {3722    readonly recipient: Compact<u32>;3723  } & Struct;3724  readonly isHrmpChannelClosing: boolean;3725  readonly asHrmpChannelClosing: {3726    readonly initiator: Compact<u32>;3727    readonly sender: Compact<u32>;3728    readonly recipient: Compact<u32>;3729  } & Struct;3730  readonly isClearOrigin: boolean;3731  readonly isDescendOrigin: boolean;3732  readonly asDescendOrigin: XcmV3Junctions;3733  readonly isReportError: boolean;3734  readonly asReportError: XcmV3QueryResponseInfo;3735  readonly isDepositAsset: boolean;3736  readonly asDepositAsset: {3737    readonly assets: XcmV3MultiassetMultiAssetFilter;3738    readonly beneficiary: XcmV3MultiLocation;3739  } & Struct;3740  readonly isDepositReserveAsset: boolean;3741  readonly asDepositReserveAsset: {3742    readonly assets: XcmV3MultiassetMultiAssetFilter;3743    readonly dest: XcmV3MultiLocation;3744    readonly xcm: XcmV3Xcm;3745  } & Struct;3746  readonly isExchangeAsset: boolean;3747  readonly asExchangeAsset: {3748    readonly give: XcmV3MultiassetMultiAssetFilter;3749    readonly want: XcmV3MultiassetMultiAssets;3750    readonly maximal: bool;3751  } & Struct;3752  readonly isInitiateReserveWithdraw: boolean;3753  readonly asInitiateReserveWithdraw: {3754    readonly assets: XcmV3MultiassetMultiAssetFilter;3755    readonly reserve: XcmV3MultiLocation;3756    readonly xcm: XcmV3Xcm;3757  } & Struct;3758  readonly isInitiateTeleport: boolean;3759  readonly asInitiateTeleport: {3760    readonly assets: XcmV3MultiassetMultiAssetFilter;3761    readonly dest: XcmV3MultiLocation;3762    readonly xcm: XcmV3Xcm;3763  } & Struct;3764  readonly isReportHolding: boolean;3765  readonly asReportHolding: {3766    readonly responseInfo: XcmV3QueryResponseInfo;3767    readonly assets: XcmV3MultiassetMultiAssetFilter;3768  } & Struct;3769  readonly isBuyExecution: boolean;3770  readonly asBuyExecution: {3771    readonly fees: XcmV3MultiAsset;3772    readonly weightLimit: XcmV3WeightLimit;3773  } & Struct;3774  readonly isRefundSurplus: boolean;3775  readonly isSetErrorHandler: boolean;3776  readonly asSetErrorHandler: XcmV3Xcm;3777  readonly isSetAppendix: boolean;3778  readonly asSetAppendix: XcmV3Xcm;3779  readonly isClearError: boolean;3780  readonly isClaimAsset: boolean;3781  readonly asClaimAsset: {3782    readonly assets: XcmV3MultiassetMultiAssets;3783    readonly ticket: XcmV3MultiLocation;3784  } & Struct;3785  readonly isTrap: boolean;3786  readonly asTrap: Compact<u64>;3787  readonly isSubscribeVersion: boolean;3788  readonly asSubscribeVersion: {3789    readonly queryId: Compact<u64>;3790    readonly maxResponseWeight: SpWeightsWeightV2Weight;3791  } & Struct;3792  readonly isUnsubscribeVersion: boolean;3793  readonly isBurnAsset: boolean;3794  readonly asBurnAsset: XcmV3MultiassetMultiAssets;3795  readonly isExpectAsset: boolean;3796  readonly asExpectAsset: XcmV3MultiassetMultiAssets;3797  readonly isExpectOrigin: boolean;3798  readonly asExpectOrigin: Option<XcmV3MultiLocation>;3799  readonly isExpectError: boolean;3800  readonly asExpectError: Option<ITuple<[u32, XcmV3TraitsError]>>;3801  readonly isExpectTransactStatus: boolean;3802  readonly asExpectTransactStatus: XcmV3MaybeErrorCode;3803  readonly isQueryPallet: boolean;3804  readonly asQueryPallet: {3805    readonly moduleName: Bytes;3806    readonly responseInfo: XcmV3QueryResponseInfo;3807  } & Struct;3808  readonly isExpectPallet: boolean;3809  readonly asExpectPallet: {3810    readonly index: Compact<u32>;3811    readonly name: Bytes;3812    readonly moduleName: Bytes;3813    readonly crateMajor: Compact<u32>;3814    readonly minCrateMinor: Compact<u32>;3815  } & Struct;3816  readonly isReportTransactStatus: boolean;3817  readonly asReportTransactStatus: XcmV3QueryResponseInfo;3818  readonly isClearTransactStatus: boolean;3819  readonly isUniversalOrigin: boolean;3820  readonly asUniversalOrigin: XcmV3Junction;3821  readonly isExportMessage: boolean;3822  readonly asExportMessage: {3823    readonly network: XcmV3JunctionNetworkId;3824    readonly destination: XcmV3Junctions;3825    readonly xcm: XcmV3Xcm;3826  } & Struct;3827  readonly isLockAsset: boolean;3828  readonly asLockAsset: {3829    readonly asset: XcmV3MultiAsset;3830    readonly unlocker: XcmV3MultiLocation;3831  } & Struct;3832  readonly isUnlockAsset: boolean;3833  readonly asUnlockAsset: {3834    readonly asset: XcmV3MultiAsset;3835    readonly target: XcmV3MultiLocation;3836  } & Struct;3837  readonly isNoteUnlockable: boolean;3838  readonly asNoteUnlockable: {3839    readonly asset: XcmV3MultiAsset;3840    readonly owner: XcmV3MultiLocation;3841  } & Struct;3842  readonly isRequestUnlock: boolean;3843  readonly asRequestUnlock: {3844    readonly asset: XcmV3MultiAsset;3845    readonly locker: XcmV3MultiLocation;3846  } & Struct;3847  readonly isSetFeesMode: boolean;3848  readonly asSetFeesMode: {3849    readonly jitWithdraw: bool;3850  } & Struct;3851  readonly isSetTopic: boolean;3852  readonly asSetTopic: U8aFixed;3853  readonly isClearTopic: boolean;3854  readonly isAliasOrigin: boolean;3855  readonly asAliasOrigin: XcmV3MultiLocation;3856  readonly isUnpaidExecution: boolean;3857  readonly asUnpaidExecution: {3858    readonly weightLimit: XcmV3WeightLimit;3859    readonly checkOrigin: Option<XcmV3MultiLocation>;3860  } & Struct;3861  readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'ClearOrigin' | 'DescendOrigin' | 'ReportError' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'ReportHolding' | 'BuyExecution' | 'RefundSurplus' | 'SetErrorHandler' | 'SetAppendix' | 'ClearError' | 'ClaimAsset' | 'Trap' | 'SubscribeVersion' | 'UnsubscribeVersion' | 'BurnAsset' | 'ExpectAsset' | 'ExpectOrigin' | 'ExpectError' | 'ExpectTransactStatus' | 'QueryPallet' | 'ExpectPallet' | 'ReportTransactStatus' | 'ClearTransactStatus' | 'UniversalOrigin' | 'ExportMessage' | 'LockAsset' | 'UnlockAsset' | 'NoteUnlockable' | 'RequestUnlock' | 'SetFeesMode' | 'SetTopic' | 'ClearTopic' | 'AliasOrigin' | 'UnpaidExecution';3862}38633864/** @name XcmV3Junction */3865export interface XcmV3Junction extends Enum {3866  readonly isParachain: boolean;3867  readonly asParachain: Compact<u32>;3868  readonly isAccountId32: boolean;3869  readonly asAccountId32: {3870    readonly network: Option<XcmV3JunctionNetworkId>;3871    readonly id: U8aFixed;3872  } & Struct;3873  readonly isAccountIndex64: boolean;3874  readonly asAccountIndex64: {3875    readonly network: Option<XcmV3JunctionNetworkId>;3876    readonly index: Compact<u64>;3877  } & Struct;3878  readonly isAccountKey20: boolean;3879  readonly asAccountKey20: {3880    readonly network: Option<XcmV3JunctionNetworkId>;3881    readonly key: U8aFixed;3882  } & Struct;3883  readonly isPalletInstance: boolean;3884  readonly asPalletInstance: u8;3885  readonly isGeneralIndex: boolean;3886  readonly asGeneralIndex: Compact<u128>;3887  readonly isGeneralKey: boolean;3888  readonly asGeneralKey: {3889    readonly length: u8;3890    readonly data: U8aFixed;3891  } & Struct;3892  readonly isOnlyChild: boolean;3893  readonly isPlurality: boolean;3894  readonly asPlurality: {3895    readonly id: XcmV3JunctionBodyId;3896    readonly part: XcmV3JunctionBodyPart;3897  } & Struct;3898  readonly isGlobalConsensus: boolean;3899  readonly asGlobalConsensus: XcmV3JunctionNetworkId;3900  readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality' | 'GlobalConsensus';3901}39023903/** @name XcmV3JunctionBodyId */3904export interface XcmV3JunctionBodyId extends Enum {3905  readonly isUnit: boolean;3906  readonly isMoniker: boolean;3907  readonly asMoniker: U8aFixed;3908  readonly isIndex: boolean;3909  readonly asIndex: Compact<u32>;3910  readonly isExecutive: boolean;3911  readonly isTechnical: boolean;3912  readonly isLegislative: boolean;3913  readonly isJudicial: boolean;3914  readonly isDefense: boolean;3915  readonly isAdministration: boolean;3916  readonly isTreasury: boolean;3917  readonly type: 'Unit' | 'Moniker' | 'Index' | 'Executive' | 'Technical' | 'Legislative' | 'Judicial' | 'Defense' | 'Administration' | 'Treasury';3918}39193920/** @name XcmV3JunctionBodyPart */3921export interface XcmV3JunctionBodyPart extends Enum {3922  readonly isVoice: boolean;3923  readonly isMembers: boolean;3924  readonly asMembers: {3925    readonly count: Compact<u32>;3926  } & Struct;3927  readonly isFraction: boolean;3928  readonly asFraction: {3929    readonly nom: Compact<u32>;3930    readonly denom: Compact<u32>;3931  } & Struct;3932  readonly isAtLeastProportion: boolean;3933  readonly asAtLeastProportion: {3934    readonly nom: Compact<u32>;3935    readonly denom: Compact<u32>;3936  } & Struct;3937  readonly isMoreThanProportion: boolean;3938  readonly asMoreThanProportion: {3939    readonly nom: Compact<u32>;3940    readonly denom: Compact<u32>;3941  } & Struct;3942  readonly type: 'Voice' | 'Members' | 'Fraction' | 'AtLeastProportion' | 'MoreThanProportion';3943}39443945/** @name XcmV3JunctionNetworkId */3946export interface XcmV3JunctionNetworkId extends Enum {3947  readonly isByGenesis: boolean;3948  readonly asByGenesis: U8aFixed;3949  readonly isByFork: boolean;3950  readonly asByFork: {3951    readonly blockNumber: u64;3952    readonly blockHash: U8aFixed;3953  } & Struct;3954  readonly isPolkadot: boolean;3955  readonly isKusama: boolean;3956  readonly isWestend: boolean;3957  readonly isRococo: boolean;3958  readonly isWococo: boolean;3959  readonly isEthereum: boolean;3960  readonly asEthereum: {3961    readonly chainId: Compact<u64>;3962  } & Struct;3963  readonly isBitcoinCore: boolean;3964  readonly isBitcoinCash: boolean;3965  readonly type: 'ByGenesis' | 'ByFork' | 'Polkadot' | 'Kusama' | 'Westend' | 'Rococo' | 'Wococo' | 'Ethereum' | 'BitcoinCore' | 'BitcoinCash';3966}39673968/** @name XcmV3Junctions */3969export interface XcmV3Junctions extends Enum {3970  readonly isHere: boolean;3971  readonly isX1: boolean;3972  readonly asX1: XcmV3Junction;3973  readonly isX2: boolean;3974  readonly asX2: ITuple<[XcmV3Junction, XcmV3Junction]>;3975  readonly isX3: boolean;3976  readonly asX3: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction]>;3977  readonly isX4: boolean;3978  readonly asX4: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>;3979  readonly isX5: boolean;3980  readonly asX5: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>;3981  readonly isX6: boolean;3982  readonly asX6: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>;3983  readonly isX7: boolean;3984  readonly asX7: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>;3985  readonly isX8: boolean;3986  readonly asX8: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>;3987  readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';3988}39893990/** @name XcmV3MaybeErrorCode */3991export interface XcmV3MaybeErrorCode extends Enum {3992  readonly isSuccess: boolean;3993  readonly isError: boolean;3994  readonly asError: Bytes;3995  readonly isTruncatedError: boolean;3996  readonly asTruncatedError: Bytes;3997  readonly type: 'Success' | 'Error' | 'TruncatedError';3998}39994000/** @name XcmV3MultiAsset */4001export interface XcmV3MultiAsset extends Struct {4002  readonly id: XcmV3MultiassetAssetId;4003  readonly fun: XcmV3MultiassetFungibility;4004}40054006/** @name XcmV3MultiassetAssetId */4007export interface XcmV3MultiassetAssetId extends Enum {4008  readonly isConcrete: boolean;4009  readonly asConcrete: XcmV3MultiLocation;4010  readonly isAbstract: boolean;4011  readonly asAbstract: U8aFixed;4012  readonly type: 'Concrete' | 'Abstract';4013}40144015/** @name XcmV3MultiassetAssetInstance */4016export interface XcmV3MultiassetAssetInstance extends Enum {4017  readonly isUndefined: boolean;4018  readonly isIndex: boolean;4019  readonly asIndex: Compact<u128>;4020  readonly isArray4: boolean;4021  readonly asArray4: U8aFixed;4022  readonly isArray8: boolean;4023  readonly asArray8: U8aFixed;4024  readonly isArray16: boolean;4025  readonly asArray16: U8aFixed;4026  readonly isArray32: boolean;4027  readonly asArray32: U8aFixed;4028  readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32';4029}40304031/** @name XcmV3MultiassetFungibility */4032export interface XcmV3MultiassetFungibility extends Enum {4033  readonly isFungible: boolean;4034  readonly asFungible: Compact<u128>;4035  readonly isNonFungible: boolean;4036  readonly asNonFungible: XcmV3MultiassetAssetInstance;4037  readonly type: 'Fungible' | 'NonFungible';4038}40394040/** @name XcmV3MultiassetMultiAssetFilter */4041export interface XcmV3MultiassetMultiAssetFilter extends Enum {4042  readonly isDefinite: boolean;4043  readonly asDefinite: XcmV3MultiassetMultiAssets;4044  readonly isWild: boolean;4045  readonly asWild: XcmV3MultiassetWildMultiAsset;4046  readonly type: 'Definite' | 'Wild';4047}40484049/** @name XcmV3MultiassetMultiAssets */4050export interface XcmV3MultiassetMultiAssets extends Vec<XcmV3MultiAsset> {}40514052/** @name XcmV3MultiassetWildFungibility */4053export interface XcmV3MultiassetWildFungibility extends Enum {4054  readonly isFungible: boolean;4055  readonly isNonFungible: boolean;4056  readonly type: 'Fungible' | 'NonFungible';4057}40584059/** @name XcmV3MultiassetWildMultiAsset */4060export interface XcmV3MultiassetWildMultiAsset extends Enum {4061  readonly isAll: boolean;4062  readonly isAllOf: boolean;4063  readonly asAllOf: {4064    readonly id: XcmV3MultiassetAssetId;4065    readonly fun: XcmV3MultiassetWildFungibility;4066  } & Struct;4067  readonly isAllCounted: boolean;4068  readonly asAllCounted: Compact<u32>;4069  readonly isAllOfCounted: boolean;4070  readonly asAllOfCounted: {4071    readonly id: XcmV3MultiassetAssetId;4072    readonly fun: XcmV3MultiassetWildFungibility;4073    readonly count: Compact<u32>;4074  } & Struct;4075  readonly type: 'All' | 'AllOf' | 'AllCounted' | 'AllOfCounted';4076}40774078/** @name XcmV3MultiLocation */4079export interface XcmV3MultiLocation extends Struct {4080  readonly parents: u8;4081  readonly interior: XcmV3Junctions;4082}40834084/** @name XcmV3PalletInfo */4085export interface XcmV3PalletInfo extends Struct {4086  readonly index: Compact<u32>;4087  readonly name: Bytes;4088  readonly moduleName: Bytes;4089  readonly major: Compact<u32>;4090  readonly minor: Compact<u32>;4091  readonly patch: Compact<u32>;4092}40934094/** @name XcmV3QueryResponseInfo */4095export interface XcmV3QueryResponseInfo extends Struct {4096  readonly destination: XcmV3MultiLocation;4097  readonly queryId: Compact<u64>;4098  readonly maxWeight: SpWeightsWeightV2Weight;4099}41004101/** @name XcmV3Response */4102export interface XcmV3Response extends Enum {4103  readonly isNull: boolean;4104  readonly isAssets: boolean;4105  readonly asAssets: XcmV3MultiassetMultiAssets;4106  readonly isExecutionResult: boolean;4107  readonly asExecutionResult: Option<ITuple<[u32, XcmV3TraitsError]>>;4108  readonly isVersion: boolean;4109  readonly asVersion: u32;4110  readonly isPalletsInfo: boolean;4111  readonly asPalletsInfo: Vec<XcmV3PalletInfo>;4112  readonly isDispatchResult: boolean;4113  readonly asDispatchResult: XcmV3MaybeErrorCode;4114  readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version' | 'PalletsInfo' | 'DispatchResult';4115}41164117/** @name XcmV3TraitsError */4118export interface XcmV3TraitsError extends Enum {4119  readonly isOverflow: boolean;4120  readonly isUnimplemented: boolean;4121  readonly isUntrustedReserveLocation: boolean;4122  readonly isUntrustedTeleportLocation: boolean;4123  readonly isLocationFull: boolean;4124  readonly isLocationNotInvertible: boolean;4125  readonly isBadOrigin: boolean;4126  readonly isInvalidLocation: boolean;4127  readonly isAssetNotFound: boolean;4128  readonly isFailedToTransactAsset: boolean;4129  readonly isNotWithdrawable: boolean;4130  readonly isLocationCannotHold: boolean;4131  readonly isExceedsMaxMessageSize: boolean;4132  readonly isDestinationUnsupported: boolean;4133  readonly isTransport: boolean;4134  readonly isUnroutable: boolean;4135  readonly isUnknownClaim: boolean;4136  readonly isFailedToDecode: boolean;4137  readonly isMaxWeightInvalid: boolean;4138  readonly isNotHoldingFees: boolean;4139  readonly isTooExpensive: boolean;4140  readonly isTrap: boolean;4141  readonly asTrap: u64;4142  readonly isExpectationFalse: boolean;4143  readonly isPalletNotFound: boolean;4144  readonly isNameMismatch: boolean;4145  readonly isVersionIncompatible: boolean;4146  readonly isHoldingWouldOverflow: boolean;4147  readonly isExportError: boolean;4148  readonly isReanchorFailed: boolean;4149  readonly isNoDeal: boolean;4150  readonly isFeesNotMet: boolean;4151  readonly isLockError: boolean;4152  readonly isNoPermission: boolean;4153  readonly isUnanchored: boolean;4154  readonly isNotDepositable: boolean;4155  readonly isUnhandledXcmVersion: boolean;4156  readonly isWeightLimitReached: boolean;4157  readonly asWeightLimitReached: SpWeightsWeightV2Weight;4158  readonly isBarrier: boolean;4159  readonly isWeightNotComputable: boolean;4160  readonly isExceedsStackLimit: boolean;4161  readonly type: 'Overflow' | 'Unimplemented' | 'UntrustedReserveLocation' | 'UntrustedTeleportLocation' | 'LocationFull' | 'LocationNotInvertible' | 'BadOrigin' | 'InvalidLocation' | 'AssetNotFound' | 'FailedToTransactAsset' | 'NotWithdrawable' | 'LocationCannotHold' | 'ExceedsMaxMessageSize' | 'DestinationUnsupported' | 'Transport' | 'Unroutable' | 'UnknownClaim' | 'FailedToDecode' | 'MaxWeightInvalid' | 'NotHoldingFees' | 'TooExpensive' | 'Trap' | 'ExpectationFalse' | 'PalletNotFound' | 'NameMismatch' | 'VersionIncompatible' | 'HoldingWouldOverflow' | 'ExportError' | 'ReanchorFailed' | 'NoDeal' | 'FeesNotMet' | 'LockError' | 'NoPermission' | 'Unanchored' | 'NotDepositable' | 'UnhandledXcmVersion' | 'WeightLimitReached' | 'Barrier' | 'WeightNotComputable' | 'ExceedsStackLimit';4162}41634164/** @name XcmV3TraitsOutcome */4165export interface XcmV3TraitsOutcome extends Enum {4166  readonly isComplete: boolean;4167  readonly asComplete: SpWeightsWeightV2Weight;4168  readonly isIncomplete: boolean;4169  readonly asIncomplete: ITuple<[SpWeightsWeightV2Weight, XcmV3TraitsError]>;4170  readonly isError: boolean;4171  readonly asError: XcmV3TraitsError;4172  readonly type: 'Complete' | 'Incomplete' | 'Error';4173}41744175/** @name XcmV3WeightLimit */4176export interface XcmV3WeightLimit extends Enum {4177  readonly isUnlimited: boolean;4178  readonly isLimited: boolean;4179  readonly asLimited: SpWeightsWeightV2Weight;4180  readonly type: 'Unlimited' | 'Limited';4181}41824183/** @name XcmV3Xcm */4184export interface XcmV3Xcm extends Vec<XcmV3Instruction> {}41854186/** @name XcmVersionedAssetId */4187export interface XcmVersionedAssetId extends Enum {4188  readonly isV3: boolean;4189  readonly asV3: XcmV3MultiassetAssetId;4190  readonly type: 'V3';4191}41924193/** @name XcmVersionedMultiAsset */4194export interface XcmVersionedMultiAsset extends Enum {4195  readonly isV2: boolean;4196  readonly asV2: XcmV2MultiAsset;4197  readonly isV3: boolean;4198  readonly asV3: XcmV3MultiAsset;4199  readonly type: 'V2' | 'V3';4200}42014202/** @name XcmVersionedMultiAssets */4203export interface XcmVersionedMultiAssets extends Enum {4204  readonly isV2: boolean;4205  readonly asV2: XcmV2MultiassetMultiAssets;4206  readonly isV3: boolean;4207  readonly asV3: XcmV3MultiassetMultiAssets;4208  readonly type: 'V2' | 'V3';4209}42104211/** @name XcmVersionedMultiLocation */4212export interface XcmVersionedMultiLocation extends Enum {4213  readonly isV2: boolean;4214  readonly asV2: XcmV2MultiLocation;4215  readonly isV3: boolean;4216  readonly asV3: XcmV3MultiLocation;4217  readonly type: 'V2' | 'V3';4218}42194220/** @name XcmVersionedResponse */4221export interface XcmVersionedResponse extends Enum {4222  readonly isV2: boolean;4223  readonly asV2: XcmV2Response;4224  readonly isV3: boolean;4225  readonly asV3: XcmV3Response;4226  readonly type: 'V2' | 'V3';4227}42284229/** @name XcmVersionedXcm */4230export interface XcmVersionedXcm extends Enum {4231  readonly isV2: boolean;4232  readonly asV2: XcmV2Xcm;4233  readonly isV3: boolean;4234  readonly asV3: XcmV3Xcm;4235  readonly type: 'V2' | 'V3';4236}42374238export type PHANTOM_DEFAULT = 'default';
after · tests/src/interfaces/default/types.ts
1// Auto-generated via `yarn polkadot-types-from-defs`, do not edit2/* eslint-disable */34import type { Data } from '@polkadot/types';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';6import type { ITuple } from '@polkadot/types-codec/types';7import type { AccountId32, Call, H160, H256, MultiAddress, Perbill } from '@polkadot/types/interfaces/runtime';8import type { Event } from '@polkadot/types/interfaces/system';910/** @name CumulusPalletDmpQueueCall */11export interface CumulusPalletDmpQueueCall extends Enum {12  readonly isServiceOverweight: boolean;13  readonly asServiceOverweight: {14    readonly index: u64;15    readonly weightLimit: SpWeightsWeightV2Weight;16  } & Struct;17  readonly type: 'ServiceOverweight';18}1920/** @name CumulusPalletDmpQueueConfigData */21export interface CumulusPalletDmpQueueConfigData extends Struct {22  readonly maxIndividual: SpWeightsWeightV2Weight;23}2425/** @name CumulusPalletDmpQueueError */26export interface CumulusPalletDmpQueueError extends Enum {27  readonly isUnknown: boolean;28  readonly isOverLimit: boolean;29  readonly type: 'Unknown' | 'OverLimit';30}3132/** @name CumulusPalletDmpQueueEvent */33export interface CumulusPalletDmpQueueEvent extends Enum {34  readonly isInvalidFormat: boolean;35  readonly asInvalidFormat: {36    readonly messageId: U8aFixed;37  } & Struct;38  readonly isUnsupportedVersion: boolean;39  readonly asUnsupportedVersion: {40    readonly messageId: U8aFixed;41  } & Struct;42  readonly isExecutedDownward: boolean;43  readonly asExecutedDownward: {44    readonly messageId: U8aFixed;45    readonly outcome: XcmV3TraitsOutcome;46  } & Struct;47  readonly isWeightExhausted: boolean;48  readonly asWeightExhausted: {49    readonly messageId: U8aFixed;50    readonly remainingWeight: SpWeightsWeightV2Weight;51    readonly requiredWeight: SpWeightsWeightV2Weight;52  } & Struct;53  readonly isOverweightEnqueued: boolean;54  readonly asOverweightEnqueued: {55    readonly messageId: U8aFixed;56    readonly overweightIndex: u64;57    readonly requiredWeight: SpWeightsWeightV2Weight;58  } & Struct;59  readonly isOverweightServiced: boolean;60  readonly asOverweightServiced: {61    readonly overweightIndex: u64;62    readonly weightUsed: SpWeightsWeightV2Weight;63  } & Struct;64  readonly isMaxMessagesExhausted: boolean;65  readonly asMaxMessagesExhausted: {66    readonly messageId: U8aFixed;67  } & Struct;68  readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced' | 'MaxMessagesExhausted';69}7071/** @name CumulusPalletDmpQueuePageIndexData */72export interface CumulusPalletDmpQueuePageIndexData extends Struct {73  readonly beginUsed: u32;74  readonly endUsed: u32;75  readonly overweightCount: u64;76}7778/** @name CumulusPalletParachainSystemCall */79export interface CumulusPalletParachainSystemCall extends Enum {80  readonly isSetValidationData: boolean;81  readonly asSetValidationData: {82    readonly data: CumulusPrimitivesParachainInherentParachainInherentData;83  } & Struct;84  readonly isSudoSendUpwardMessage: boolean;85  readonly asSudoSendUpwardMessage: {86    readonly message: Bytes;87  } & Struct;88  readonly isAuthorizeUpgrade: boolean;89  readonly asAuthorizeUpgrade: {90    readonly codeHash: H256;91    readonly checkVersion: bool;92  } & Struct;93  readonly isEnactAuthorizedUpgrade: boolean;94  readonly asEnactAuthorizedUpgrade: {95    readonly code: Bytes;96  } & Struct;97  readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';98}99100/** @name CumulusPalletParachainSystemCodeUpgradeAuthorization */101export interface CumulusPalletParachainSystemCodeUpgradeAuthorization extends Struct {102  readonly codeHash: H256;103  readonly checkVersion: bool;104}105106/** @name CumulusPalletParachainSystemError */107export interface CumulusPalletParachainSystemError extends Enum {108  readonly isOverlappingUpgrades: boolean;109  readonly isProhibitedByPolkadot: boolean;110  readonly isTooBig: boolean;111  readonly isValidationDataNotAvailable: boolean;112  readonly isHostConfigurationNotAvailable: boolean;113  readonly isNotScheduled: boolean;114  readonly isNothingAuthorized: boolean;115  readonly isUnauthorized: boolean;116  readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';117}118119/** @name CumulusPalletParachainSystemEvent */120export interface CumulusPalletParachainSystemEvent extends Enum {121  readonly isValidationFunctionStored: boolean;122  readonly isValidationFunctionApplied: boolean;123  readonly asValidationFunctionApplied: {124    readonly relayChainBlockNum: u32;125  } & Struct;126  readonly isValidationFunctionDiscarded: boolean;127  readonly isUpgradeAuthorized: boolean;128  readonly asUpgradeAuthorized: {129    readonly codeHash: H256;130  } & Struct;131  readonly isDownwardMessagesReceived: boolean;132  readonly asDownwardMessagesReceived: {133    readonly count: u32;134  } & Struct;135  readonly isDownwardMessagesProcessed: boolean;136  readonly asDownwardMessagesProcessed: {137    readonly weightUsed: SpWeightsWeightV2Weight;138    readonly dmqHead: H256;139  } & Struct;140  readonly isUpwardMessageSent: boolean;141  readonly asUpwardMessageSent: {142    readonly messageHash: Option<U8aFixed>;143  } & Struct;144  readonly type: 'ValidationFunctionStored' | 'ValidationFunctionApplied' | 'ValidationFunctionDiscarded' | 'UpgradeAuthorized' | 'DownwardMessagesReceived' | 'DownwardMessagesProcessed' | 'UpwardMessageSent';145}146147/** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot */148export interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {149  readonly dmqMqcHead: H256;150  readonly relayDispatchQueueSize: CumulusPalletParachainSystemRelayStateSnapshotRelayDispachQueueSize;151  readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV4AbridgedHrmpChannel]>>;152  readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV4AbridgedHrmpChannel]>>;153}154155/** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispachQueueSize */156export interface CumulusPalletParachainSystemRelayStateSnapshotRelayDispachQueueSize extends Struct {157  readonly remainingCount: u32;158  readonly remainingSize: u32;159}160161/** @name CumulusPalletXcmCall */162export interface CumulusPalletXcmCall extends Null {}163164/** @name CumulusPalletXcmError */165export interface CumulusPalletXcmError extends Null {}166167/** @name CumulusPalletXcmEvent */168export interface CumulusPalletXcmEvent extends Enum {169  readonly isInvalidFormat: boolean;170  readonly asInvalidFormat: U8aFixed;171  readonly isUnsupportedVersion: boolean;172  readonly asUnsupportedVersion: U8aFixed;173  readonly isExecutedDownward: boolean;174  readonly asExecutedDownward: ITuple<[U8aFixed, XcmV3TraitsOutcome]>;175  readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';176}177178/** @name CumulusPalletXcmpQueueCall */179export interface CumulusPalletXcmpQueueCall extends Enum {180  readonly isServiceOverweight: boolean;181  readonly asServiceOverweight: {182    readonly index: u64;183    readonly weightLimit: SpWeightsWeightV2Weight;184  } & Struct;185  readonly isSuspendXcmExecution: boolean;186  readonly isResumeXcmExecution: boolean;187  readonly isUpdateSuspendThreshold: boolean;188  readonly asUpdateSuspendThreshold: {189    readonly new_: u32;190  } & Struct;191  readonly isUpdateDropThreshold: boolean;192  readonly asUpdateDropThreshold: {193    readonly new_: u32;194  } & Struct;195  readonly isUpdateResumeThreshold: boolean;196  readonly asUpdateResumeThreshold: {197    readonly new_: u32;198  } & Struct;199  readonly isUpdateThresholdWeight: boolean;200  readonly asUpdateThresholdWeight: {201    readonly new_: SpWeightsWeightV2Weight;202  } & Struct;203  readonly isUpdateWeightRestrictDecay: boolean;204  readonly asUpdateWeightRestrictDecay: {205    readonly new_: SpWeightsWeightV2Weight;206  } & Struct;207  readonly isUpdateXcmpMaxIndividualWeight: boolean;208  readonly asUpdateXcmpMaxIndividualWeight: {209    readonly new_: SpWeightsWeightV2Weight;210  } & Struct;211  readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';212}213214/** @name CumulusPalletXcmpQueueError */215export interface CumulusPalletXcmpQueueError extends Enum {216  readonly isFailedToSend: boolean;217  readonly isBadXcmOrigin: boolean;218  readonly isBadXcm: boolean;219  readonly isBadOverweightIndex: boolean;220  readonly isWeightOverLimit: boolean;221  readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';222}223224/** @name CumulusPalletXcmpQueueEvent */225export interface CumulusPalletXcmpQueueEvent extends Enum {226  readonly isSuccess: boolean;227  readonly asSuccess: {228    readonly messageHash: Option<U8aFixed>;229    readonly weight: SpWeightsWeightV2Weight;230  } & Struct;231  readonly isFail: boolean;232  readonly asFail: {233    readonly messageHash: Option<U8aFixed>;234    readonly error: XcmV3TraitsError;235    readonly weight: SpWeightsWeightV2Weight;236  } & Struct;237  readonly isBadVersion: boolean;238  readonly asBadVersion: {239    readonly messageHash: Option<U8aFixed>;240  } & Struct;241  readonly isBadFormat: boolean;242  readonly asBadFormat: {243    readonly messageHash: Option<U8aFixed>;244  } & Struct;245  readonly isXcmpMessageSent: boolean;246  readonly asXcmpMessageSent: {247    readonly messageHash: Option<U8aFixed>;248  } & Struct;249  readonly isOverweightEnqueued: boolean;250  readonly asOverweightEnqueued: {251    readonly sender: u32;252    readonly sentAt: u32;253    readonly index: u64;254    readonly required: SpWeightsWeightV2Weight;255  } & Struct;256  readonly isOverweightServiced: boolean;257  readonly asOverweightServiced: {258    readonly index: u64;259    readonly used: SpWeightsWeightV2Weight;260  } & Struct;261  readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';262}263264/** @name CumulusPalletXcmpQueueInboundChannelDetails */265export interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {266  readonly sender: u32;267  readonly state: CumulusPalletXcmpQueueInboundState;268  readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;269}270271/** @name CumulusPalletXcmpQueueInboundState */272export interface CumulusPalletXcmpQueueInboundState extends Enum {273  readonly isOk: boolean;274  readonly isSuspended: boolean;275  readonly type: 'Ok' | 'Suspended';276}277278/** @name CumulusPalletXcmpQueueOutboundChannelDetails */279export interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {280  readonly recipient: u32;281  readonly state: CumulusPalletXcmpQueueOutboundState;282  readonly signalsExist: bool;283  readonly firstIndex: u16;284  readonly lastIndex: u16;285}286287/** @name CumulusPalletXcmpQueueOutboundState */288export interface CumulusPalletXcmpQueueOutboundState extends Enum {289  readonly isOk: boolean;290  readonly isSuspended: boolean;291  readonly type: 'Ok' | 'Suspended';292}293294/** @name CumulusPalletXcmpQueueQueueConfigData */295export interface CumulusPalletXcmpQueueQueueConfigData extends Struct {296  readonly suspendThreshold: u32;297  readonly dropThreshold: u32;298  readonly resumeThreshold: u32;299  readonly thresholdWeight: SpWeightsWeightV2Weight;300  readonly weightRestrictDecay: SpWeightsWeightV2Weight;301  readonly xcmpMaxIndividualWeight: SpWeightsWeightV2Weight;302}303304/** @name CumulusPrimitivesParachainInherentParachainInherentData */305export interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {306  readonly validationData: PolkadotPrimitivesV4PersistedValidationData;307  readonly relayChainState: SpTrieStorageProof;308  readonly downwardMessages: Vec<PolkadotCorePrimitivesInboundDownwardMessage>;309  readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;310}311312/** @name EthbloomBloom */313export interface EthbloomBloom extends U8aFixed {}314315/** @name EthereumBlock */316export interface EthereumBlock extends Struct {317  readonly header: EthereumHeader;318  readonly transactions: Vec<EthereumTransactionTransactionV2>;319  readonly ommers: Vec<EthereumHeader>;320}321322/** @name EthereumHeader */323export interface EthereumHeader extends Struct {324  readonly parentHash: H256;325  readonly ommersHash: H256;326  readonly beneficiary: H160;327  readonly stateRoot: H256;328  readonly transactionsRoot: H256;329  readonly receiptsRoot: H256;330  readonly logsBloom: EthbloomBloom;331  readonly difficulty: U256;332  readonly number: U256;333  readonly gasLimit: U256;334  readonly gasUsed: U256;335  readonly timestamp: u64;336  readonly extraData: Bytes;337  readonly mixHash: H256;338  readonly nonce: EthereumTypesHashH64;339}340341/** @name EthereumLog */342export interface EthereumLog extends Struct {343  readonly address: H160;344  readonly topics: Vec<H256>;345  readonly data: Bytes;346}347348/** @name EthereumReceiptEip658ReceiptData */349export interface EthereumReceiptEip658ReceiptData extends Struct {350  readonly statusCode: u8;351  readonly usedGas: U256;352  readonly logsBloom: EthbloomBloom;353  readonly logs: Vec<EthereumLog>;354}355356/** @name EthereumReceiptReceiptV3 */357export interface EthereumReceiptReceiptV3 extends Enum {358  readonly isLegacy: boolean;359  readonly asLegacy: EthereumReceiptEip658ReceiptData;360  readonly isEip2930: boolean;361  readonly asEip2930: EthereumReceiptEip658ReceiptData;362  readonly isEip1559: boolean;363  readonly asEip1559: EthereumReceiptEip658ReceiptData;364  readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';365}366367/** @name EthereumTransactionAccessListItem */368export interface EthereumTransactionAccessListItem extends Struct {369  readonly address: H160;370  readonly storageKeys: Vec<H256>;371}372373/** @name EthereumTransactionEip1559Transaction */374export interface EthereumTransactionEip1559Transaction extends Struct {375  readonly chainId: u64;376  readonly nonce: U256;377  readonly maxPriorityFeePerGas: U256;378  readonly maxFeePerGas: U256;379  readonly gasLimit: U256;380  readonly action: EthereumTransactionTransactionAction;381  readonly value: U256;382  readonly input: Bytes;383  readonly accessList: Vec<EthereumTransactionAccessListItem>;384  readonly oddYParity: bool;385  readonly r: H256;386  readonly s: H256;387}388389/** @name EthereumTransactionEip2930Transaction */390export interface EthereumTransactionEip2930Transaction extends Struct {391  readonly chainId: u64;392  readonly nonce: U256;393  readonly gasPrice: U256;394  readonly gasLimit: U256;395  readonly action: EthereumTransactionTransactionAction;396  readonly value: U256;397  readonly input: Bytes;398  readonly accessList: Vec<EthereumTransactionAccessListItem>;399  readonly oddYParity: bool;400  readonly r: H256;401  readonly s: H256;402}403404/** @name EthereumTransactionLegacyTransaction */405export interface EthereumTransactionLegacyTransaction extends Struct {406  readonly nonce: U256;407  readonly gasPrice: U256;408  readonly gasLimit: U256;409  readonly action: EthereumTransactionTransactionAction;410  readonly value: U256;411  readonly input: Bytes;412  readonly signature: EthereumTransactionTransactionSignature;413}414415/** @name EthereumTransactionTransactionAction */416export interface EthereumTransactionTransactionAction extends Enum {417  readonly isCall: boolean;418  readonly asCall: H160;419  readonly isCreate: boolean;420  readonly type: 'Call' | 'Create';421}422423/** @name EthereumTransactionTransactionSignature */424export interface EthereumTransactionTransactionSignature extends Struct {425  readonly v: u64;426  readonly r: H256;427  readonly s: H256;428}429430/** @name EthereumTransactionTransactionV2 */431export interface EthereumTransactionTransactionV2 extends Enum {432  readonly isLegacy: boolean;433  readonly asLegacy: EthereumTransactionLegacyTransaction;434  readonly isEip2930: boolean;435  readonly asEip2930: EthereumTransactionEip2930Transaction;436  readonly isEip1559: boolean;437  readonly asEip1559: EthereumTransactionEip1559Transaction;438  readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';439}440441/** @name EthereumTypesHashH64 */442export interface EthereumTypesHashH64 extends U8aFixed {}443444/** @name EvmCoreErrorExitError */445export interface EvmCoreErrorExitError extends Enum {446  readonly isStackUnderflow: boolean;447  readonly isStackOverflow: boolean;448  readonly isInvalidJump: boolean;449  readonly isInvalidRange: boolean;450  readonly isDesignatedInvalid: boolean;451  readonly isCallTooDeep: boolean;452  readonly isCreateCollision: boolean;453  readonly isCreateContractLimit: boolean;454  readonly isOutOfOffset: boolean;455  readonly isOutOfGas: boolean;456  readonly isOutOfFund: boolean;457  readonly isPcUnderflow: boolean;458  readonly isCreateEmpty: boolean;459  readonly isOther: boolean;460  readonly asOther: Text;461  readonly isMaxNonce: boolean;462  readonly isInvalidCode: boolean;463  readonly asInvalidCode: u8;464  readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'MaxNonce' | 'InvalidCode';465}466467/** @name EvmCoreErrorExitFatal */468export interface EvmCoreErrorExitFatal extends Enum {469  readonly isNotSupported: boolean;470  readonly isUnhandledInterrupt: boolean;471  readonly isCallErrorAsFatal: boolean;472  readonly asCallErrorAsFatal: EvmCoreErrorExitError;473  readonly isOther: boolean;474  readonly asOther: Text;475  readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';476}477478/** @name EvmCoreErrorExitReason */479export interface EvmCoreErrorExitReason extends Enum {480  readonly isSucceed: boolean;481  readonly asSucceed: EvmCoreErrorExitSucceed;482  readonly isError: boolean;483  readonly asError: EvmCoreErrorExitError;484  readonly isRevert: boolean;485  readonly asRevert: EvmCoreErrorExitRevert;486  readonly isFatal: boolean;487  readonly asFatal: EvmCoreErrorExitFatal;488  readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';489}490491/** @name EvmCoreErrorExitRevert */492export interface EvmCoreErrorExitRevert extends Enum {493  readonly isReverted: boolean;494  readonly type: 'Reverted';495}496497/** @name EvmCoreErrorExitSucceed */498export interface EvmCoreErrorExitSucceed extends Enum {499  readonly isStopped: boolean;500  readonly isReturned: boolean;501  readonly isSuicided: boolean;502  readonly type: 'Stopped' | 'Returned' | 'Suicided';503}504505/** @name FpRpcTransactionStatus */506export interface FpRpcTransactionStatus extends Struct {507  readonly transactionHash: H256;508  readonly transactionIndex: u32;509  readonly from: H160;510  readonly to: Option<H160>;511  readonly contractAddress: Option<H160>;512  readonly logs: Vec<EthereumLog>;513  readonly logsBloom: EthbloomBloom;514}515516/** @name FrameSupportDispatchDispatchClass */517export interface FrameSupportDispatchDispatchClass extends Enum {518  readonly isNormal: boolean;519  readonly isOperational: boolean;520  readonly isMandatory: boolean;521  readonly type: 'Normal' | 'Operational' | 'Mandatory';522}523524/** @name FrameSupportDispatchDispatchInfo */525export interface FrameSupportDispatchDispatchInfo extends Struct {526  readonly weight: SpWeightsWeightV2Weight;527  readonly class: FrameSupportDispatchDispatchClass;528  readonly paysFee: FrameSupportDispatchPays;529}530531/** @name FrameSupportDispatchPays */532export interface FrameSupportDispatchPays extends Enum {533  readonly isYes: boolean;534  readonly isNo: boolean;535  readonly type: 'Yes' | 'No';536}537538/** @name FrameSupportDispatchPerDispatchClassU32 */539export interface FrameSupportDispatchPerDispatchClassU32 extends Struct {540  readonly normal: u32;541  readonly operational: u32;542  readonly mandatory: u32;543}544545/** @name FrameSupportDispatchPerDispatchClassWeight */546export interface FrameSupportDispatchPerDispatchClassWeight extends Struct {547  readonly normal: SpWeightsWeightV2Weight;548  readonly operational: SpWeightsWeightV2Weight;549  readonly mandatory: SpWeightsWeightV2Weight;550}551552/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass */553export interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {554  readonly normal: FrameSystemLimitsWeightsPerClass;555  readonly operational: FrameSystemLimitsWeightsPerClass;556  readonly mandatory: FrameSystemLimitsWeightsPerClass;557}558559/** @name FrameSupportPalletId */560export interface FrameSupportPalletId extends U8aFixed {}561562/** @name FrameSupportTokensMiscBalanceStatus */563export interface FrameSupportTokensMiscBalanceStatus extends Enum {564  readonly isFree: boolean;565  readonly isReserved: boolean;566  readonly type: 'Free' | 'Reserved';567}568569/** @name FrameSystemAccountInfo */570export interface FrameSystemAccountInfo extends Struct {571  readonly nonce: u32;572  readonly consumers: u32;573  readonly providers: u32;574  readonly sufficients: u32;575  readonly data: PalletBalancesAccountData;576}577578/** @name FrameSystemCall */579export interface FrameSystemCall extends Enum {580  readonly isRemark: boolean;581  readonly asRemark: {582    readonly remark: Bytes;583  } & Struct;584  readonly isSetHeapPages: boolean;585  readonly asSetHeapPages: {586    readonly pages: u64;587  } & Struct;588  readonly isSetCode: boolean;589  readonly asSetCode: {590    readonly code: Bytes;591  } & Struct;592  readonly isSetCodeWithoutChecks: boolean;593  readonly asSetCodeWithoutChecks: {594    readonly code: Bytes;595  } & Struct;596  readonly isSetStorage: boolean;597  readonly asSetStorage: {598    readonly items: Vec<ITuple<[Bytes, Bytes]>>;599  } & Struct;600  readonly isKillStorage: boolean;601  readonly asKillStorage: {602    readonly keys_: Vec<Bytes>;603  } & Struct;604  readonly isKillPrefix: boolean;605  readonly asKillPrefix: {606    readonly prefix: Bytes;607    readonly subkeys: u32;608  } & Struct;609  readonly isRemarkWithEvent: boolean;610  readonly asRemarkWithEvent: {611    readonly remark: Bytes;612  } & Struct;613  readonly type: 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';614}615616/** @name FrameSystemError */617export interface FrameSystemError extends Enum {618  readonly isInvalidSpecName: boolean;619  readonly isSpecVersionNeedsToIncrease: boolean;620  readonly isFailedToExtractRuntimeVersion: boolean;621  readonly isNonDefaultComposite: boolean;622  readonly isNonZeroRefCount: boolean;623  readonly isCallFiltered: boolean;624  readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';625}626627/** @name FrameSystemEvent */628export interface FrameSystemEvent extends Enum {629  readonly isExtrinsicSuccess: boolean;630  readonly asExtrinsicSuccess: {631    readonly dispatchInfo: FrameSupportDispatchDispatchInfo;632  } & Struct;633  readonly isExtrinsicFailed: boolean;634  readonly asExtrinsicFailed: {635    readonly dispatchError: SpRuntimeDispatchError;636    readonly dispatchInfo: FrameSupportDispatchDispatchInfo;637  } & Struct;638  readonly isCodeUpdated: boolean;639  readonly isNewAccount: boolean;640  readonly asNewAccount: {641    readonly account: AccountId32;642  } & Struct;643  readonly isKilledAccount: boolean;644  readonly asKilledAccount: {645    readonly account: AccountId32;646  } & Struct;647  readonly isRemarked: boolean;648  readonly asRemarked: {649    readonly sender: AccountId32;650    readonly hash_: H256;651  } & Struct;652  readonly type: 'ExtrinsicSuccess' | 'ExtrinsicFailed' | 'CodeUpdated' | 'NewAccount' | 'KilledAccount' | 'Remarked';653}654655/** @name FrameSystemEventRecord */656export interface FrameSystemEventRecord extends Struct {657  readonly phase: FrameSystemPhase;658  readonly event: Event;659  readonly topics: Vec<H256>;660}661662/** @name FrameSystemExtensionsCheckGenesis */663export interface FrameSystemExtensionsCheckGenesis extends Null {}664665/** @name FrameSystemExtensionsCheckNonce */666export interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}667668/** @name FrameSystemExtensionsCheckSpecVersion */669export interface FrameSystemExtensionsCheckSpecVersion extends Null {}670671/** @name FrameSystemExtensionsCheckTxVersion */672export interface FrameSystemExtensionsCheckTxVersion extends Null {}673674/** @name FrameSystemExtensionsCheckWeight */675export interface FrameSystemExtensionsCheckWeight extends Null {}676677/** @name FrameSystemLastRuntimeUpgradeInfo */678export interface FrameSystemLastRuntimeUpgradeInfo extends Struct {679  readonly specVersion: Compact<u32>;680  readonly specName: Text;681}682683/** @name FrameSystemLimitsBlockLength */684export interface FrameSystemLimitsBlockLength extends Struct {685  readonly max: FrameSupportDispatchPerDispatchClassU32;686}687688/** @name FrameSystemLimitsBlockWeights */689export interface FrameSystemLimitsBlockWeights extends Struct {690  readonly baseBlock: SpWeightsWeightV2Weight;691  readonly maxBlock: SpWeightsWeightV2Weight;692  readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;693}694695/** @name FrameSystemLimitsWeightsPerClass */696export interface FrameSystemLimitsWeightsPerClass extends Struct {697  readonly baseExtrinsic: SpWeightsWeightV2Weight;698  readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;699  readonly maxTotal: Option<SpWeightsWeightV2Weight>;700  readonly reserved: Option<SpWeightsWeightV2Weight>;701}702703/** @name FrameSystemPhase */704export interface FrameSystemPhase extends Enum {705  readonly isApplyExtrinsic: boolean;706  readonly asApplyExtrinsic: u32;707  readonly isFinalization: boolean;708  readonly isInitialization: boolean;709  readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';710}711712/** @name OpalRuntimeRuntime */713export interface OpalRuntimeRuntime extends Null {}714715/** @name OpalRuntimeRuntimeCommonIdentityDisableIdentityCalls */716export interface OpalRuntimeRuntimeCommonIdentityDisableIdentityCalls extends Null {}717718/** @name OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance */719export interface OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance extends Null {}720721/** @name OpalRuntimeRuntimeCommonSessionKeys */722export interface OpalRuntimeRuntimeCommonSessionKeys extends Struct {723  readonly aura: SpConsensusAuraSr25519AppSr25519Public;724}725726/** @name OrmlTokensAccountData */727export interface OrmlTokensAccountData extends Struct {728  readonly free: u128;729  readonly reserved: u128;730  readonly frozen: u128;731}732733/** @name OrmlTokensBalanceLock */734export interface OrmlTokensBalanceLock extends Struct {735  readonly id: U8aFixed;736  readonly amount: u128;737}738739/** @name OrmlTokensModuleCall */740export interface OrmlTokensModuleCall extends Enum {741  readonly isTransfer: boolean;742  readonly asTransfer: {743    readonly dest: MultiAddress;744    readonly currencyId: PalletForeignAssetsAssetIds;745    readonly amount: Compact<u128>;746  } & Struct;747  readonly isTransferAll: boolean;748  readonly asTransferAll: {749    readonly dest: MultiAddress;750    readonly currencyId: PalletForeignAssetsAssetIds;751    readonly keepAlive: bool;752  } & Struct;753  readonly isTransferKeepAlive: boolean;754  readonly asTransferKeepAlive: {755    readonly dest: MultiAddress;756    readonly currencyId: PalletForeignAssetsAssetIds;757    readonly amount: Compact<u128>;758  } & Struct;759  readonly isForceTransfer: boolean;760  readonly asForceTransfer: {761    readonly source: MultiAddress;762    readonly dest: MultiAddress;763    readonly currencyId: PalletForeignAssetsAssetIds;764    readonly amount: Compact<u128>;765  } & Struct;766  readonly isSetBalance: boolean;767  readonly asSetBalance: {768    readonly who: MultiAddress;769    readonly currencyId: PalletForeignAssetsAssetIds;770    readonly newFree: Compact<u128>;771    readonly newReserved: Compact<u128>;772  } & Struct;773  readonly type: 'Transfer' | 'TransferAll' | 'TransferKeepAlive' | 'ForceTransfer' | 'SetBalance';774}775776/** @name OrmlTokensModuleError */777export interface OrmlTokensModuleError extends Enum {778  readonly isBalanceTooLow: boolean;779  readonly isAmountIntoBalanceFailed: boolean;780  readonly isLiquidityRestrictions: boolean;781  readonly isMaxLocksExceeded: boolean;782  readonly isKeepAlive: boolean;783  readonly isExistentialDeposit: boolean;784  readonly isDeadAccount: boolean;785  readonly isTooManyReserves: boolean;786  readonly type: 'BalanceTooLow' | 'AmountIntoBalanceFailed' | 'LiquidityRestrictions' | 'MaxLocksExceeded' | 'KeepAlive' | 'ExistentialDeposit' | 'DeadAccount' | 'TooManyReserves';787}788789/** @name OrmlTokensModuleEvent */790export interface OrmlTokensModuleEvent extends Enum {791  readonly isEndowed: boolean;792  readonly asEndowed: {793    readonly currencyId: PalletForeignAssetsAssetIds;794    readonly who: AccountId32;795    readonly amount: u128;796  } & Struct;797  readonly isDustLost: boolean;798  readonly asDustLost: {799    readonly currencyId: PalletForeignAssetsAssetIds;800    readonly who: AccountId32;801    readonly amount: u128;802  } & Struct;803  readonly isTransfer: boolean;804  readonly asTransfer: {805    readonly currencyId: PalletForeignAssetsAssetIds;806    readonly from: AccountId32;807    readonly to: AccountId32;808    readonly amount: u128;809  } & Struct;810  readonly isReserved: boolean;811  readonly asReserved: {812    readonly currencyId: PalletForeignAssetsAssetIds;813    readonly who: AccountId32;814    readonly amount: u128;815  } & Struct;816  readonly isUnreserved: boolean;817  readonly asUnreserved: {818    readonly currencyId: PalletForeignAssetsAssetIds;819    readonly who: AccountId32;820    readonly amount: u128;821  } & Struct;822  readonly isReserveRepatriated: boolean;823  readonly asReserveRepatriated: {824    readonly currencyId: PalletForeignAssetsAssetIds;825    readonly from: AccountId32;826    readonly to: AccountId32;827    readonly amount: u128;828    readonly status: FrameSupportTokensMiscBalanceStatus;829  } & Struct;830  readonly isBalanceSet: boolean;831  readonly asBalanceSet: {832    readonly currencyId: PalletForeignAssetsAssetIds;833    readonly who: AccountId32;834    readonly free: u128;835    readonly reserved: u128;836  } & Struct;837  readonly isTotalIssuanceSet: boolean;838  readonly asTotalIssuanceSet: {839    readonly currencyId: PalletForeignAssetsAssetIds;840    readonly amount: u128;841  } & Struct;842  readonly isWithdrawn: boolean;843  readonly asWithdrawn: {844    readonly currencyId: PalletForeignAssetsAssetIds;845    readonly who: AccountId32;846    readonly amount: u128;847  } & Struct;848  readonly isSlashed: boolean;849  readonly asSlashed: {850    readonly currencyId: PalletForeignAssetsAssetIds;851    readonly who: AccountId32;852    readonly freeAmount: u128;853    readonly reservedAmount: u128;854  } & Struct;855  readonly isDeposited: boolean;856  readonly asDeposited: {857    readonly currencyId: PalletForeignAssetsAssetIds;858    readonly who: AccountId32;859    readonly amount: u128;860  } & Struct;861  readonly isLockSet: boolean;862  readonly asLockSet: {863    readonly lockId: U8aFixed;864    readonly currencyId: PalletForeignAssetsAssetIds;865    readonly who: AccountId32;866    readonly amount: u128;867  } & Struct;868  readonly isLockRemoved: boolean;869  readonly asLockRemoved: {870    readonly lockId: U8aFixed;871    readonly currencyId: PalletForeignAssetsAssetIds;872    readonly who: AccountId32;873  } & Struct;874  readonly isLocked: boolean;875  readonly asLocked: {876    readonly currencyId: PalletForeignAssetsAssetIds;877    readonly who: AccountId32;878    readonly amount: u128;879  } & Struct;880  readonly isUnlocked: boolean;881  readonly asUnlocked: {882    readonly currencyId: PalletForeignAssetsAssetIds;883    readonly who: AccountId32;884    readonly amount: u128;885  } & Struct;886  readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'BalanceSet' | 'TotalIssuanceSet' | 'Withdrawn' | 'Slashed' | 'Deposited' | 'LockSet' | 'LockRemoved' | 'Locked' | 'Unlocked';887}888889/** @name OrmlTokensReserveData */890export interface OrmlTokensReserveData extends Struct {891  readonly id: Null;892  readonly amount: u128;893}894895/** @name OrmlVestingModuleCall */896export interface OrmlVestingModuleCall extends Enum {897  readonly isClaim: boolean;898  readonly isVestedTransfer: boolean;899  readonly asVestedTransfer: {900    readonly dest: MultiAddress;901    readonly schedule: OrmlVestingVestingSchedule;902  } & Struct;903  readonly isUpdateVestingSchedules: boolean;904  readonly asUpdateVestingSchedules: {905    readonly who: MultiAddress;906    readonly vestingSchedules: Vec<OrmlVestingVestingSchedule>;907  } & Struct;908  readonly isClaimFor: boolean;909  readonly asClaimFor: {910    readonly dest: MultiAddress;911  } & Struct;912  readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';913}914915/** @name OrmlVestingModuleError */916export interface OrmlVestingModuleError extends Enum {917  readonly isZeroVestingPeriod: boolean;918  readonly isZeroVestingPeriodCount: boolean;919  readonly isInsufficientBalanceToLock: boolean;920  readonly isTooManyVestingSchedules: boolean;921  readonly isAmountLow: boolean;922  readonly isMaxVestingSchedulesExceeded: boolean;923  readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';924}925926/** @name OrmlVestingModuleEvent */927export interface OrmlVestingModuleEvent extends Enum {928  readonly isVestingScheduleAdded: boolean;929  readonly asVestingScheduleAdded: {930    readonly from: AccountId32;931    readonly to: AccountId32;932    readonly vestingSchedule: OrmlVestingVestingSchedule;933  } & Struct;934  readonly isClaimed: boolean;935  readonly asClaimed: {936    readonly who: AccountId32;937    readonly amount: u128;938  } & Struct;939  readonly isVestingSchedulesUpdated: boolean;940  readonly asVestingSchedulesUpdated: {941    readonly who: AccountId32;942  } & Struct;943  readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';944}945946/** @name OrmlVestingVestingSchedule */947export interface OrmlVestingVestingSchedule extends Struct {948  readonly start: u32;949  readonly period: u32;950  readonly periodCount: u32;951  readonly perPeriod: Compact<u128>;952}953954/** @name OrmlXtokensModuleCall */955export interface OrmlXtokensModuleCall extends Enum {956  readonly isTransfer: boolean;957  readonly asTransfer: {958    readonly currencyId: PalletForeignAssetsAssetIds;959    readonly amount: u128;960    readonly dest: XcmVersionedMultiLocation;961    readonly destWeightLimit: XcmV3WeightLimit;962  } & Struct;963  readonly isTransferMultiasset: boolean;964  readonly asTransferMultiasset: {965    readonly asset: XcmVersionedMultiAsset;966    readonly dest: XcmVersionedMultiLocation;967    readonly destWeightLimit: XcmV3WeightLimit;968  } & Struct;969  readonly isTransferWithFee: boolean;970  readonly asTransferWithFee: {971    readonly currencyId: PalletForeignAssetsAssetIds;972    readonly amount: u128;973    readonly fee: u128;974    readonly dest: XcmVersionedMultiLocation;975    readonly destWeightLimit: XcmV3WeightLimit;976  } & Struct;977  readonly isTransferMultiassetWithFee: boolean;978  readonly asTransferMultiassetWithFee: {979    readonly asset: XcmVersionedMultiAsset;980    readonly fee: XcmVersionedMultiAsset;981    readonly dest: XcmVersionedMultiLocation;982    readonly destWeightLimit: XcmV3WeightLimit;983  } & Struct;984  readonly isTransferMulticurrencies: boolean;985  readonly asTransferMulticurrencies: {986    readonly currencies: Vec<ITuple<[PalletForeignAssetsAssetIds, u128]>>;987    readonly feeItem: u32;988    readonly dest: XcmVersionedMultiLocation;989    readonly destWeightLimit: XcmV3WeightLimit;990  } & Struct;991  readonly isTransferMultiassets: boolean;992  readonly asTransferMultiassets: {993    readonly assets: XcmVersionedMultiAssets;994    readonly feeItem: u32;995    readonly dest: XcmVersionedMultiLocation;996    readonly destWeightLimit: XcmV3WeightLimit;997  } & Struct;998  readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';999}10001001/** @name OrmlXtokensModuleError */1002export interface OrmlXtokensModuleError extends Enum {1003  readonly isAssetHasNoReserve: boolean;1004  readonly isNotCrossChainTransfer: boolean;1005  readonly isInvalidDest: boolean;1006  readonly isNotCrossChainTransferableCurrency: boolean;1007  readonly isUnweighableMessage: boolean;1008  readonly isXcmExecutionFailed: boolean;1009  readonly isCannotReanchor: boolean;1010  readonly isInvalidAncestry: boolean;1011  readonly isInvalidAsset: boolean;1012  readonly isDestinationNotInvertible: boolean;1013  readonly isBadVersion: boolean;1014  readonly isDistinctReserveForAssetAndFee: boolean;1015  readonly isZeroFee: boolean;1016  readonly isZeroAmount: boolean;1017  readonly isTooManyAssetsBeingSent: boolean;1018  readonly isAssetIndexNonExistent: boolean;1019  readonly isFeeNotEnough: boolean;1020  readonly isNotSupportedMultiLocation: boolean;1021  readonly isMinXcmFeeNotDefined: boolean;1022  readonly type: 'AssetHasNoReserve' | 'NotCrossChainTransfer' | 'InvalidDest' | 'NotCrossChainTransferableCurrency' | 'UnweighableMessage' | 'XcmExecutionFailed' | 'CannotReanchor' | 'InvalidAncestry' | 'InvalidAsset' | 'DestinationNotInvertible' | 'BadVersion' | 'DistinctReserveForAssetAndFee' | 'ZeroFee' | 'ZeroAmount' | 'TooManyAssetsBeingSent' | 'AssetIndexNonExistent' | 'FeeNotEnough' | 'NotSupportedMultiLocation' | 'MinXcmFeeNotDefined';1023}10241025/** @name OrmlXtokensModuleEvent */1026export interface OrmlXtokensModuleEvent extends Enum {1027  readonly isTransferredMultiAssets: boolean;1028  readonly asTransferredMultiAssets: {1029    readonly sender: AccountId32;1030    readonly assets: XcmV3MultiassetMultiAssets;1031    readonly fee: XcmV3MultiAsset;1032    readonly dest: XcmV3MultiLocation;1033  } & Struct;1034  readonly type: 'TransferredMultiAssets';1035}10361037/** @name PalletAppPromotionCall */1038export interface PalletAppPromotionCall extends Enum {1039  readonly isSetAdminAddress: boolean;1040  readonly asSetAdminAddress: {1041    readonly admin: PalletEvmAccountBasicCrossAccountIdRepr;1042  } & Struct;1043  readonly isStake: boolean;1044  readonly asStake: {1045    readonly amount: u128;1046  } & Struct;1047  readonly isUnstakeAll: boolean;1048  readonly isSponsorCollection: boolean;1049  readonly asSponsorCollection: {1050    readonly collectionId: u32;1051  } & Struct;1052  readonly isStopSponsoringCollection: boolean;1053  readonly asStopSponsoringCollection: {1054    readonly collectionId: u32;1055  } & Struct;1056  readonly isSponsorContract: boolean;1057  readonly asSponsorContract: {1058    readonly contractId: H160;1059  } & Struct;1060  readonly isStopSponsoringContract: boolean;1061  readonly asStopSponsoringContract: {1062    readonly contractId: H160;1063  } & Struct;1064  readonly isPayoutStakers: boolean;1065  readonly asPayoutStakers: {1066    readonly stakersNumber: Option<u8>;1067  } & Struct;1068  readonly isUnstakePartial: boolean;1069  readonly asUnstakePartial: {1070    readonly amount: u128;1071  } & Struct;1072  readonly isForceUnstake: boolean;1073  readonly asForceUnstake: {1074    readonly pendingBlocks: Vec<u32>;1075  } & Struct;1076  readonly type: 'SetAdminAddress' | 'Stake' | 'UnstakeAll' | 'SponsorCollection' | 'StopSponsoringCollection' | 'SponsorContract' | 'StopSponsoringContract' | 'PayoutStakers' | 'UnstakePartial' | 'ForceUnstake';1077}10781079/** @name PalletAppPromotionError */1080export interface PalletAppPromotionError extends Enum {1081  readonly isAdminNotSet: boolean;1082  readonly isNoPermission: boolean;1083  readonly isNotSufficientFunds: boolean;1084  readonly isPendingForBlockOverflow: boolean;1085  readonly isSponsorNotSet: boolean;1086  readonly isInsufficientStakedBalance: boolean;1087  readonly isInconsistencyState: boolean;1088  readonly type: 'AdminNotSet' | 'NoPermission' | 'NotSufficientFunds' | 'PendingForBlockOverflow' | 'SponsorNotSet' | 'InsufficientStakedBalance' | 'InconsistencyState';1089}10901091/** @name PalletAppPromotionEvent */1092export interface PalletAppPromotionEvent extends Enum {1093  readonly isStakingRecalculation: boolean;1094  readonly asStakingRecalculation: ITuple<[AccountId32, u128, u128]>;1095  readonly isStake: boolean;1096  readonly asStake: ITuple<[AccountId32, u128]>;1097  readonly isUnstake: boolean;1098  readonly asUnstake: ITuple<[AccountId32, u128]>;1099  readonly isSetAdmin: boolean;1100  readonly asSetAdmin: AccountId32;1101  readonly type: 'StakingRecalculation' | 'Stake' | 'Unstake' | 'SetAdmin';1102}11031104/** @name PalletBalancesAccountData */1105export interface PalletBalancesAccountData extends Struct {1106  readonly free: u128;1107  readonly reserved: u128;1108  readonly frozen: u128;1109  readonly flags: u128;1110}11111112/** @name PalletBalancesBalanceLock */1113export interface PalletBalancesBalanceLock extends Struct {1114  readonly id: U8aFixed;1115  readonly amount: u128;1116  readonly reasons: PalletBalancesReasons;1117}11181119/** @name PalletBalancesCall */1120export interface PalletBalancesCall extends Enum {1121  readonly isTransferAllowDeath: boolean;1122  readonly asTransferAllowDeath: {1123    readonly dest: MultiAddress;1124    readonly value: Compact<u128>;1125  } & Struct;1126  readonly isSetBalanceDeprecated: boolean;1127  readonly asSetBalanceDeprecated: {1128    readonly who: MultiAddress;1129    readonly newFree: Compact<u128>;1130    readonly oldReserved: Compact<u128>;1131  } & Struct;1132  readonly isForceTransfer: boolean;1133  readonly asForceTransfer: {1134    readonly source: MultiAddress;1135    readonly dest: MultiAddress;1136    readonly value: Compact<u128>;1137  } & Struct;1138  readonly isTransferKeepAlive: boolean;1139  readonly asTransferKeepAlive: {1140    readonly dest: MultiAddress;1141    readonly value: Compact<u128>;1142  } & Struct;1143  readonly isTransferAll: boolean;1144  readonly asTransferAll: {1145    readonly dest: MultiAddress;1146    readonly keepAlive: bool;1147  } & Struct;1148  readonly isForceUnreserve: boolean;1149  readonly asForceUnreserve: {1150    readonly who: MultiAddress;1151    readonly amount: u128;1152  } & Struct;1153  readonly isUpgradeAccounts: boolean;1154  readonly asUpgradeAccounts: {1155    readonly who: Vec<AccountId32>;1156  } & Struct;1157  readonly isTransfer: boolean;1158  readonly asTransfer: {1159    readonly dest: MultiAddress;1160    readonly value: Compact<u128>;1161  } & Struct;1162  readonly isForceSetBalance: boolean;1163  readonly asForceSetBalance: {1164    readonly who: MultiAddress;1165    readonly newFree: Compact<u128>;1166  } & Struct;1167  readonly type: 'TransferAllowDeath' | 'SetBalanceDeprecated' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve' | 'UpgradeAccounts' | 'Transfer' | 'ForceSetBalance';1168}11691170/** @name PalletBalancesError */1171export interface PalletBalancesError extends Enum {1172  readonly isVestingBalance: boolean;1173  readonly isLiquidityRestrictions: boolean;1174  readonly isInsufficientBalance: boolean;1175  readonly isExistentialDeposit: boolean;1176  readonly isExpendability: boolean;1177  readonly isExistingVestingSchedule: boolean;1178  readonly isDeadAccount: boolean;1179  readonly isTooManyReserves: boolean;1180  readonly isTooManyHolds: boolean;1181  readonly isTooManyFreezes: boolean;1182  readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'Expendability' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves' | 'TooManyHolds' | 'TooManyFreezes';1183}11841185/** @name PalletBalancesEvent */1186export interface PalletBalancesEvent extends Enum {1187  readonly isEndowed: boolean;1188  readonly asEndowed: {1189    readonly account: AccountId32;1190    readonly freeBalance: u128;1191  } & Struct;1192  readonly isDustLost: boolean;1193  readonly asDustLost: {1194    readonly account: AccountId32;1195    readonly amount: u128;1196  } & Struct;1197  readonly isTransfer: boolean;1198  readonly asTransfer: {1199    readonly from: AccountId32;1200    readonly to: AccountId32;1201    readonly amount: u128;1202  } & Struct;1203  readonly isBalanceSet: boolean;1204  readonly asBalanceSet: {1205    readonly who: AccountId32;1206    readonly free: u128;1207  } & Struct;1208  readonly isReserved: boolean;1209  readonly asReserved: {1210    readonly who: AccountId32;1211    readonly amount: u128;1212  } & Struct;1213  readonly isUnreserved: boolean;1214  readonly asUnreserved: {1215    readonly who: AccountId32;1216    readonly amount: u128;1217  } & Struct;1218  readonly isReserveRepatriated: boolean;1219  readonly asReserveRepatriated: {1220    readonly from: AccountId32;1221    readonly to: AccountId32;1222    readonly amount: u128;1223    readonly destinationStatus: FrameSupportTokensMiscBalanceStatus;1224  } & Struct;1225  readonly isDeposit: boolean;1226  readonly asDeposit: {1227    readonly who: AccountId32;1228    readonly amount: u128;1229  } & Struct;1230  readonly isWithdraw: boolean;1231  readonly asWithdraw: {1232    readonly who: AccountId32;1233    readonly amount: u128;1234  } & Struct;1235  readonly isSlashed: boolean;1236  readonly asSlashed: {1237    readonly who: AccountId32;1238    readonly amount: u128;1239  } & Struct;1240  readonly isMinted: boolean;1241  readonly asMinted: {1242    readonly who: AccountId32;1243    readonly amount: u128;1244  } & Struct;1245  readonly isBurned: boolean;1246  readonly asBurned: {1247    readonly who: AccountId32;1248    readonly amount: u128;1249  } & Struct;1250  readonly isSuspended: boolean;1251  readonly asSuspended: {1252    readonly who: AccountId32;1253    readonly amount: u128;1254  } & Struct;1255  readonly isRestored: boolean;1256  readonly asRestored: {1257    readonly who: AccountId32;1258    readonly amount: u128;1259  } & Struct;1260  readonly isUpgraded: boolean;1261  readonly asUpgraded: {1262    readonly who: AccountId32;1263  } & Struct;1264  readonly isIssued: boolean;1265  readonly asIssued: {1266    readonly amount: u128;1267  } & Struct;1268  readonly isRescinded: boolean;1269  readonly asRescinded: {1270    readonly amount: u128;1271  } & Struct;1272  readonly isLocked: boolean;1273  readonly asLocked: {1274    readonly who: AccountId32;1275    readonly amount: u128;1276  } & Struct;1277  readonly isUnlocked: boolean;1278  readonly asUnlocked: {1279    readonly who: AccountId32;1280    readonly amount: u128;1281  } & Struct;1282  readonly isFrozen: boolean;1283  readonly asFrozen: {1284    readonly who: AccountId32;1285    readonly amount: u128;1286  } & Struct;1287  readonly isThawed: boolean;1288  readonly asThawed: {1289    readonly who: AccountId32;1290    readonly amount: u128;1291  } & Struct;1292  readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'BalanceSet' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'Deposit' | 'Withdraw' | 'Slashed' | 'Minted' | 'Burned' | 'Suspended' | 'Restored' | 'Upgraded' | 'Issued' | 'Rescinded' | 'Locked' | 'Unlocked' | 'Frozen' | 'Thawed';1293}12941295/** @name PalletBalancesIdAmount */1296export interface PalletBalancesIdAmount extends Struct {1297  readonly id: U8aFixed;1298  readonly amount: u128;1299}13001301/** @name PalletBalancesReasons */1302export interface PalletBalancesReasons extends Enum {1303  readonly isFee: boolean;1304  readonly isMisc: boolean;1305  readonly isAll: boolean;1306  readonly type: 'Fee' | 'Misc' | 'All';1307}13081309/** @name PalletBalancesReserveData */1310export interface PalletBalancesReserveData extends Struct {1311  readonly id: U8aFixed;1312  readonly amount: u128;1313}13141315/** @name PalletCollatorSelectionCall */1316export interface PalletCollatorSelectionCall extends Enum {1317  readonly isAddInvulnerable: boolean;1318  readonly asAddInvulnerable: {1319    readonly new_: AccountId32;1320  } & Struct;1321  readonly isRemoveInvulnerable: boolean;1322  readonly asRemoveInvulnerable: {1323    readonly who: AccountId32;1324  } & Struct;1325  readonly isGetLicense: boolean;1326  readonly isOnboard: boolean;1327  readonly isOffboard: boolean;1328  readonly isReleaseLicense: boolean;1329  readonly isForceReleaseLicense: boolean;1330  readonly asForceReleaseLicense: {1331    readonly who: AccountId32;1332  } & Struct;1333  readonly type: 'AddInvulnerable' | 'RemoveInvulnerable' | 'GetLicense' | 'Onboard' | 'Offboard' | 'ReleaseLicense' | 'ForceReleaseLicense';1334}13351336/** @name PalletCollatorSelectionError */1337export interface PalletCollatorSelectionError extends Enum {1338  readonly isTooManyCandidates: boolean;1339  readonly isUnknown: boolean;1340  readonly isPermission: boolean;1341  readonly isAlreadyHoldingLicense: boolean;1342  readonly isNoLicense: boolean;1343  readonly isAlreadyCandidate: boolean;1344  readonly isNotCandidate: boolean;1345  readonly isTooManyInvulnerables: boolean;1346  readonly isTooFewInvulnerables: boolean;1347  readonly isAlreadyInvulnerable: boolean;1348  readonly isNotInvulnerable: boolean;1349  readonly isNoAssociatedValidatorId: boolean;1350  readonly isValidatorNotRegistered: boolean;1351  readonly type: 'TooManyCandidates' | 'Unknown' | 'Permission' | 'AlreadyHoldingLicense' | 'NoLicense' | 'AlreadyCandidate' | 'NotCandidate' | 'TooManyInvulnerables' | 'TooFewInvulnerables' | 'AlreadyInvulnerable' | 'NotInvulnerable' | 'NoAssociatedValidatorId' | 'ValidatorNotRegistered';1352}13531354/** @name PalletCollatorSelectionEvent */1355export interface PalletCollatorSelectionEvent extends Enum {1356  readonly isInvulnerableAdded: boolean;1357  readonly asInvulnerableAdded: {1358    readonly invulnerable: AccountId32;1359  } & Struct;1360  readonly isInvulnerableRemoved: boolean;1361  readonly asInvulnerableRemoved: {1362    readonly invulnerable: AccountId32;1363  } & Struct;1364  readonly isLicenseObtained: boolean;1365  readonly asLicenseObtained: {1366    readonly accountId: AccountId32;1367    readonly deposit: u128;1368  } & Struct;1369  readonly isLicenseReleased: boolean;1370  readonly asLicenseReleased: {1371    readonly accountId: AccountId32;1372    readonly depositReturned: u128;1373  } & Struct;1374  readonly isCandidateAdded: boolean;1375  readonly asCandidateAdded: {1376    readonly accountId: AccountId32;1377  } & Struct;1378  readonly isCandidateRemoved: boolean;1379  readonly asCandidateRemoved: {1380    readonly accountId: AccountId32;1381  } & Struct;1382  readonly type: 'InvulnerableAdded' | 'InvulnerableRemoved' | 'LicenseObtained' | 'LicenseReleased' | 'CandidateAdded' | 'CandidateRemoved';1383}13841385/** @name PalletCommonError */1386export interface PalletCommonError extends Enum {1387  readonly isCollectionNotFound: boolean;1388  readonly isMustBeTokenOwner: boolean;1389  readonly isNoPermission: boolean;1390  readonly isCantDestroyNotEmptyCollection: boolean;1391  readonly isPublicMintingNotAllowed: boolean;1392  readonly isAddressNotInAllowlist: boolean;1393  readonly isCollectionNameLimitExceeded: boolean;1394  readonly isCollectionDescriptionLimitExceeded: boolean;1395  readonly isCollectionTokenPrefixLimitExceeded: boolean;1396  readonly isTotalCollectionsLimitExceeded: boolean;1397  readonly isCollectionAdminCountExceeded: boolean;1398  readonly isCollectionLimitBoundsExceeded: boolean;1399  readonly isOwnerPermissionsCantBeReverted: boolean;1400  readonly isTransferNotAllowed: boolean;1401  readonly isAccountTokenLimitExceeded: boolean;1402  readonly isCollectionTokenLimitExceeded: boolean;1403  readonly isMetadataFlagFrozen: boolean;1404  readonly isTokenNotFound: boolean;1405  readonly isTokenValueTooLow: boolean;1406  readonly isApprovedValueTooLow: boolean;1407  readonly isCantApproveMoreThanOwned: boolean;1408  readonly isAddressIsNotEthMirror: boolean;1409  readonly isAddressIsZero: boolean;1410  readonly isUnsupportedOperation: boolean;1411  readonly isNotSufficientFounds: boolean;1412  readonly isUserIsNotAllowedToNest: boolean;1413  readonly isSourceCollectionIsNotAllowedToNest: boolean;1414  readonly isCollectionFieldSizeExceeded: boolean;1415  readonly isNoSpaceForProperty: boolean;1416  readonly isPropertyLimitReached: boolean;1417  readonly isPropertyKeyIsTooLong: boolean;1418  readonly isInvalidCharacterInPropertyKey: boolean;1419  readonly isEmptyPropertyKey: boolean;1420  readonly isCollectionIsExternal: boolean;1421  readonly isCollectionIsInternal: boolean;1422  readonly isConfirmSponsorshipFail: boolean;1423  readonly isUserIsNotCollectionAdmin: boolean;1424  readonly type: 'CollectionNotFound' | 'MustBeTokenOwner' | 'NoPermission' | 'CantDestroyNotEmptyCollection' | 'PublicMintingNotAllowed' | 'AddressNotInAllowlist' | 'CollectionNameLimitExceeded' | 'CollectionDescriptionLimitExceeded' | 'CollectionTokenPrefixLimitExceeded' | 'TotalCollectionsLimitExceeded' | 'CollectionAdminCountExceeded' | 'CollectionLimitBoundsExceeded' | 'OwnerPermissionsCantBeReverted' | 'TransferNotAllowed' | 'AccountTokenLimitExceeded' | 'CollectionTokenLimitExceeded' | 'MetadataFlagFrozen' | 'TokenNotFound' | 'TokenValueTooLow' | 'ApprovedValueTooLow' | 'CantApproveMoreThanOwned' | 'AddressIsNotEthMirror' | 'AddressIsZero' | 'UnsupportedOperation' | 'NotSufficientFounds' | 'UserIsNotAllowedToNest' | 'SourceCollectionIsNotAllowedToNest' | 'CollectionFieldSizeExceeded' | 'NoSpaceForProperty' | 'PropertyLimitReached' | 'PropertyKeyIsTooLong' | 'InvalidCharacterInPropertyKey' | 'EmptyPropertyKey' | 'CollectionIsExternal' | 'CollectionIsInternal' | 'ConfirmSponsorshipFail' | 'UserIsNotCollectionAdmin';1425}14261427/** @name PalletCommonEvent */1428export interface PalletCommonEvent extends Enum {1429  readonly isCollectionCreated: boolean;1430  readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;1431  readonly isCollectionDestroyed: boolean;1432  readonly asCollectionDestroyed: u32;1433  readonly isItemCreated: boolean;1434  readonly asItemCreated: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1435  readonly isItemDestroyed: boolean;1436  readonly asItemDestroyed: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1437  readonly isTransfer: boolean;1438  readonly asTransfer: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1439  readonly isApproved: boolean;1440  readonly asApproved: ITuple<[u32, u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, u128]>;1441  readonly isApprovedForAll: boolean;1442  readonly asApprovedForAll: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmAccountBasicCrossAccountIdRepr, bool]>;1443  readonly isCollectionPropertySet: boolean;1444  readonly asCollectionPropertySet: ITuple<[u32, Bytes]>;1445  readonly isCollectionPropertyDeleted: boolean;1446  readonly asCollectionPropertyDeleted: ITuple<[u32, Bytes]>;1447  readonly isTokenPropertySet: boolean;1448  readonly asTokenPropertySet: ITuple<[u32, u32, Bytes]>;1449  readonly isTokenPropertyDeleted: boolean;1450  readonly asTokenPropertyDeleted: ITuple<[u32, u32, Bytes]>;1451  readonly isPropertyPermissionSet: boolean;1452  readonly asPropertyPermissionSet: ITuple<[u32, Bytes]>;1453  readonly isAllowListAddressAdded: boolean;1454  readonly asAllowListAddressAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1455  readonly isAllowListAddressRemoved: boolean;1456  readonly asAllowListAddressRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1457  readonly isCollectionAdminAdded: boolean;1458  readonly asCollectionAdminAdded: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1459  readonly isCollectionAdminRemoved: boolean;1460  readonly asCollectionAdminRemoved: ITuple<[u32, PalletEvmAccountBasicCrossAccountIdRepr]>;1461  readonly isCollectionLimitSet: boolean;1462  readonly asCollectionLimitSet: u32;1463  readonly isCollectionOwnerChanged: boolean;1464  readonly asCollectionOwnerChanged: ITuple<[u32, AccountId32]>;1465  readonly isCollectionPermissionSet: boolean;1466  readonly asCollectionPermissionSet: u32;1467  readonly isCollectionSponsorSet: boolean;1468  readonly asCollectionSponsorSet: ITuple<[u32, AccountId32]>;1469  readonly isSponsorshipConfirmed: boolean;1470  readonly asSponsorshipConfirmed: ITuple<[u32, AccountId32]>;1471  readonly isCollectionSponsorRemoved: boolean;1472  readonly asCollectionSponsorRemoved: u32;1473  readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved' | 'ApprovedForAll' | 'CollectionPropertySet' | 'CollectionPropertyDeleted' | 'TokenPropertySet' | 'TokenPropertyDeleted' | 'PropertyPermissionSet' | 'AllowListAddressAdded' | 'AllowListAddressRemoved' | 'CollectionAdminAdded' | 'CollectionAdminRemoved' | 'CollectionLimitSet' | 'CollectionOwnerChanged' | 'CollectionPermissionSet' | 'CollectionSponsorSet' | 'SponsorshipConfirmed' | 'CollectionSponsorRemoved';1474}14751476/** @name PalletConfigurationAppPromotionConfiguration */1477export interface PalletConfigurationAppPromotionConfiguration extends Struct {1478  readonly recalculationInterval: Option<u32>;1479  readonly pendingInterval: Option<u32>;1480  readonly intervalIncome: Option<Perbill>;1481  readonly maxStakersPerCalculation: Option<u8>;1482}14831484/** @name PalletConfigurationCall */1485export interface PalletConfigurationCall extends Enum {1486  readonly isSetWeightToFeeCoefficientOverride: boolean;1487  readonly asSetWeightToFeeCoefficientOverride: {1488    readonly coeff: Option<u64>;1489  } & Struct;1490  readonly isSetMinGasPriceOverride: boolean;1491  readonly asSetMinGasPriceOverride: {1492    readonly coeff: Option<u64>;1493  } & Struct;1494  readonly isSetAppPromotionConfigurationOverride: boolean;1495  readonly asSetAppPromotionConfigurationOverride: {1496    readonly configuration: PalletConfigurationAppPromotionConfiguration;1497  } & Struct;1498  readonly isSetCollatorSelectionDesiredCollators: boolean;1499  readonly asSetCollatorSelectionDesiredCollators: {1500    readonly max: Option<u32>;1501  } & Struct;1502  readonly isSetCollatorSelectionLicenseBond: boolean;1503  readonly asSetCollatorSelectionLicenseBond: {1504    readonly amount: Option<u128>;1505  } & Struct;1506  readonly isSetCollatorSelectionKickThreshold: boolean;1507  readonly asSetCollatorSelectionKickThreshold: {1508    readonly threshold: Option<u32>;1509  } & Struct;1510  readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride' | 'SetAppPromotionConfigurationOverride' | 'SetCollatorSelectionDesiredCollators' | 'SetCollatorSelectionLicenseBond' | 'SetCollatorSelectionKickThreshold';1511}15121513/** @name PalletConfigurationError */1514export interface PalletConfigurationError extends Enum {1515  readonly isInconsistentConfiguration: boolean;1516  readonly type: 'InconsistentConfiguration';1517}15181519/** @name PalletConfigurationEvent */1520export interface PalletConfigurationEvent extends Enum {1521  readonly isNewDesiredCollators: boolean;1522  readonly asNewDesiredCollators: {1523    readonly desiredCollators: Option<u32>;1524  } & Struct;1525  readonly isNewCollatorLicenseBond: boolean;1526  readonly asNewCollatorLicenseBond: {1527    readonly bondCost: Option<u128>;1528  } & Struct;1529  readonly isNewCollatorKickThreshold: boolean;1530  readonly asNewCollatorKickThreshold: {1531    readonly lengthInBlocks: Option<u32>;1532  } & Struct;1533  readonly type: 'NewDesiredCollators' | 'NewCollatorLicenseBond' | 'NewCollatorKickThreshold';1534}15351536/** @name PalletEthereumCall */1537export interface PalletEthereumCall extends Enum {1538  readonly isTransact: boolean;1539  readonly asTransact: {1540    readonly transaction: EthereumTransactionTransactionV2;1541  } & Struct;1542  readonly type: 'Transact';1543}15441545/** @name PalletEthereumError */1546export interface PalletEthereumError extends Enum {1547  readonly isInvalidSignature: boolean;1548  readonly isPreLogExists: boolean;1549  readonly type: 'InvalidSignature' | 'PreLogExists';1550}15511552/** @name PalletEthereumEvent */1553export interface PalletEthereumEvent extends Enum {1554  readonly isExecuted: boolean;1555  readonly asExecuted: {1556    readonly from: H160;1557    readonly to: H160;1558    readonly transactionHash: H256;1559    readonly exitReason: EvmCoreErrorExitReason;1560    readonly extraData: Bytes;1561  } & Struct;1562  readonly type: 'Executed';1563}15641565/** @name PalletEthereumFakeTransactionFinalizer */1566export interface PalletEthereumFakeTransactionFinalizer extends Null {}15671568/** @name PalletEvmAccountBasicCrossAccountIdRepr */1569export interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {1570  readonly isSubstrate: boolean;1571  readonly asSubstrate: AccountId32;1572  readonly isEthereum: boolean;1573  readonly asEthereum: H160;1574  readonly type: 'Substrate' | 'Ethereum';1575}15761577/** @name PalletEvmCall */1578export interface PalletEvmCall extends Enum {1579  readonly isWithdraw: boolean;1580  readonly asWithdraw: {1581    readonly address: H160;1582    readonly value: u128;1583  } & Struct;1584  readonly isCall: boolean;1585  readonly asCall: {1586    readonly source: H160;1587    readonly target: H160;1588    readonly input: Bytes;1589    readonly value: U256;1590    readonly gasLimit: u64;1591    readonly maxFeePerGas: U256;1592    readonly maxPriorityFeePerGas: Option<U256>;1593    readonly nonce: Option<U256>;1594    readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1595  } & Struct;1596  readonly isCreate: boolean;1597  readonly asCreate: {1598    readonly source: H160;1599    readonly init: Bytes;1600    readonly value: U256;1601    readonly gasLimit: u64;1602    readonly maxFeePerGas: U256;1603    readonly maxPriorityFeePerGas: Option<U256>;1604    readonly nonce: Option<U256>;1605    readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1606  } & Struct;1607  readonly isCreate2: boolean;1608  readonly asCreate2: {1609    readonly source: H160;1610    readonly init: Bytes;1611    readonly salt: H256;1612    readonly value: U256;1613    readonly gasLimit: u64;1614    readonly maxFeePerGas: U256;1615    readonly maxPriorityFeePerGas: Option<U256>;1616    readonly nonce: Option<U256>;1617    readonly accessList: Vec<ITuple<[H160, Vec<H256>]>>;1618  } & Struct;1619  readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';1620}16211622/** @name PalletEvmCodeMetadata */1623export interface PalletEvmCodeMetadata extends Struct {1624  readonly size_: u64;1625  readonly hash_: H256;1626}16271628/** @name PalletEvmCoderSubstrateError */1629export interface PalletEvmCoderSubstrateError extends Enum {1630  readonly isOutOfGas: boolean;1631  readonly isOutOfFund: boolean;1632  readonly type: 'OutOfGas' | 'OutOfFund';1633}16341635/** @name PalletEvmContractHelpersCall */1636export interface PalletEvmContractHelpersCall extends Enum {1637  readonly isMigrateFromSelfSponsoring: boolean;1638  readonly asMigrateFromSelfSponsoring: {1639    readonly addresses: Vec<H160>;1640  } & Struct;1641  readonly type: 'MigrateFromSelfSponsoring';1642}16431644/** @name PalletEvmContractHelpersError */1645export interface PalletEvmContractHelpersError extends Enum {1646  readonly isNoPermission: boolean;1647  readonly isNoPendingSponsor: boolean;1648  readonly isTooManyMethodsHaveSponsoredLimit: boolean;1649  readonly type: 'NoPermission' | 'NoPendingSponsor' | 'TooManyMethodsHaveSponsoredLimit';1650}16511652/** @name PalletEvmContractHelpersEvent */1653export interface PalletEvmContractHelpersEvent extends Enum {1654  readonly isContractSponsorSet: boolean;1655  readonly asContractSponsorSet: ITuple<[H160, AccountId32]>;1656  readonly isContractSponsorshipConfirmed: boolean;1657  readonly asContractSponsorshipConfirmed: ITuple<[H160, AccountId32]>;1658  readonly isContractSponsorRemoved: boolean;1659  readonly asContractSponsorRemoved: H160;1660  readonly type: 'ContractSponsorSet' | 'ContractSponsorshipConfirmed' | 'ContractSponsorRemoved';1661}16621663/** @name PalletEvmContractHelpersSponsoringModeT */1664export interface PalletEvmContractHelpersSponsoringModeT extends Enum {1665  readonly isDisabled: boolean;1666  readonly isAllowlisted: boolean;1667  readonly isGenerous: boolean;1668  readonly type: 'Disabled' | 'Allowlisted' | 'Generous';1669}16701671/** @name PalletEvmError */1672export interface PalletEvmError extends Enum {1673  readonly isBalanceLow: boolean;1674  readonly isFeeOverflow: boolean;1675  readonly isPaymentOverflow: boolean;1676  readonly isWithdrawFailed: boolean;1677  readonly isGasPriceTooLow: boolean;1678  readonly isInvalidNonce: boolean;1679  readonly isGasLimitTooLow: boolean;1680  readonly isGasLimitTooHigh: boolean;1681  readonly isUndefined: boolean;1682  readonly isReentrancy: boolean;1683  readonly isTransactionMustComeFromEOA: boolean;1684  readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce' | 'GasLimitTooLow' | 'GasLimitTooHigh' | 'Undefined' | 'Reentrancy' | 'TransactionMustComeFromEOA';1685}16861687/** @name PalletEvmEvent */1688export interface PalletEvmEvent extends Enum {1689  readonly isLog: boolean;1690  readonly asLog: {1691    readonly log: EthereumLog;1692  } & Struct;1693  readonly isCreated: boolean;1694  readonly asCreated: {1695    readonly address: H160;1696  } & Struct;1697  readonly isCreatedFailed: boolean;1698  readonly asCreatedFailed: {1699    readonly address: H160;1700  } & Struct;1701  readonly isExecuted: boolean;1702  readonly asExecuted: {1703    readonly address: H160;1704  } & Struct;1705  readonly isExecutedFailed: boolean;1706  readonly asExecutedFailed: {1707    readonly address: H160;1708  } & Struct;1709  readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed';1710}17111712/** @name PalletEvmMigrationCall */1713export interface PalletEvmMigrationCall extends Enum {1714  readonly isBegin: boolean;1715  readonly asBegin: {1716    readonly address: H160;1717  } & Struct;1718  readonly isSetData: boolean;1719  readonly asSetData: {1720    readonly address: H160;1721    readonly data: Vec<ITuple<[H256, H256]>>;1722  } & Struct;1723  readonly isFinish: boolean;1724  readonly asFinish: {1725    readonly address: H160;1726    readonly code: Bytes;1727  } & Struct;1728  readonly isInsertEthLogs: boolean;1729  readonly asInsertEthLogs: {1730    readonly logs: Vec<EthereumLog>;1731  } & Struct;1732  readonly isInsertEvents: boolean;1733  readonly asInsertEvents: {1734    readonly events: Vec<Bytes>;1735  } & Struct;1736  readonly isRemoveRmrkData: boolean;1737  readonly type: 'Begin' | 'SetData' | 'Finish' | 'InsertEthLogs' | 'InsertEvents' | 'RemoveRmrkData';1738}17391740/** @name PalletEvmMigrationError */1741export interface PalletEvmMigrationError extends Enum {1742  readonly isAccountNotEmpty: boolean;1743  readonly isAccountIsNotMigrating: boolean;1744  readonly isBadEvent: boolean;1745  readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating' | 'BadEvent';1746}17471748/** @name PalletEvmMigrationEvent */1749export interface PalletEvmMigrationEvent extends Enum {1750  readonly isTestEvent: boolean;1751  readonly type: 'TestEvent';1752}17531754/** @name PalletForeignAssetsAssetIds */1755export interface PalletForeignAssetsAssetIds extends Enum {1756  readonly isForeignAssetId: boolean;1757  readonly asForeignAssetId: u32;1758  readonly isNativeAssetId: boolean;1759  readonly asNativeAssetId: PalletForeignAssetsNativeCurrency;1760  readonly type: 'ForeignAssetId' | 'NativeAssetId';1761}17621763/** @name PalletForeignAssetsModuleAssetMetadata */1764export interface PalletForeignAssetsModuleAssetMetadata extends Struct {1765  readonly name: Bytes;1766  readonly symbol: Bytes;1767  readonly decimals: u8;1768  readonly minimalBalance: u128;1769}17701771/** @name PalletForeignAssetsModuleCall */1772export interface PalletForeignAssetsModuleCall extends Enum {1773  readonly isRegisterForeignAsset: boolean;1774  readonly asRegisterForeignAsset: {1775    readonly owner: AccountId32;1776    readonly location: XcmVersionedMultiLocation;1777    readonly metadata: PalletForeignAssetsModuleAssetMetadata;1778  } & Struct;1779  readonly isUpdateForeignAsset: boolean;1780  readonly asUpdateForeignAsset: {1781    readonly foreignAssetId: u32;1782    readonly location: XcmVersionedMultiLocation;1783    readonly metadata: PalletForeignAssetsModuleAssetMetadata;1784  } & Struct;1785  readonly type: 'RegisterForeignAsset' | 'UpdateForeignAsset';1786}17871788/** @name PalletForeignAssetsModuleError */1789export interface PalletForeignAssetsModuleError extends Enum {1790  readonly isBadLocation: boolean;1791  readonly isMultiLocationExisted: boolean;1792  readonly isAssetIdNotExists: boolean;1793  readonly isAssetIdExisted: boolean;1794  readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';1795}17961797/** @name PalletForeignAssetsModuleEvent */1798export interface PalletForeignAssetsModuleEvent extends Enum {1799  readonly isForeignAssetRegistered: boolean;1800  readonly asForeignAssetRegistered: {1801    readonly assetId: u32;1802    readonly assetAddress: XcmV3MultiLocation;1803    readonly metadata: PalletForeignAssetsModuleAssetMetadata;1804  } & Struct;1805  readonly isForeignAssetUpdated: boolean;1806  readonly asForeignAssetUpdated: {1807    readonly assetId: u32;1808    readonly assetAddress: XcmV3MultiLocation;1809    readonly metadata: PalletForeignAssetsModuleAssetMetadata;1810  } & Struct;1811  readonly isAssetRegistered: boolean;1812  readonly asAssetRegistered: {1813    readonly assetId: PalletForeignAssetsAssetIds;1814    readonly metadata: PalletForeignAssetsModuleAssetMetadata;1815  } & Struct;1816  readonly isAssetUpdated: boolean;1817  readonly asAssetUpdated: {1818    readonly assetId: PalletForeignAssetsAssetIds;1819    readonly metadata: PalletForeignAssetsModuleAssetMetadata;1820  } & Struct;1821  readonly type: 'ForeignAssetRegistered' | 'ForeignAssetUpdated' | 'AssetRegistered' | 'AssetUpdated';1822}18231824/** @name PalletForeignAssetsNativeCurrency */1825export interface PalletForeignAssetsNativeCurrency extends Enum {1826  readonly isHere: boolean;1827  readonly isParent: boolean;1828  readonly type: 'Here' | 'Parent';1829}18301831/** @name PalletFungibleError */1832export interface PalletFungibleError extends Enum {1833  readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;1834  readonly isFungibleItemsHaveNoId: boolean;1835  readonly isFungibleItemsDontHaveData: boolean;1836  readonly isFungibleDisallowsNesting: boolean;1837  readonly isSettingPropertiesNotAllowed: boolean;1838  readonly isSettingAllowanceForAllNotAllowed: boolean;1839  readonly isFungibleTokensAreAlwaysValid: boolean;1840  readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed' | 'SettingAllowanceForAllNotAllowed' | 'FungibleTokensAreAlwaysValid';1841}18421843/** @name PalletIdentityBitFlags */1844export interface PalletIdentityBitFlags extends Struct {1845  readonly _bitLength: 64;1846  readonly Display: 1;1847  readonly Legal: 2;1848  readonly Web: 4;1849  readonly Riot: 8;1850  readonly Email: 16;1851  readonly PgpFingerprint: 32;1852  readonly Image: 64;1853  readonly Twitter: 128;1854}18551856/** @name PalletIdentityCall */1857export interface PalletIdentityCall extends Enum {1858  readonly isAddRegistrar: boolean;1859  readonly asAddRegistrar: {1860    readonly account: MultiAddress;1861  } & Struct;1862  readonly isSetIdentity: boolean;1863  readonly asSetIdentity: {1864    readonly info: PalletIdentityIdentityInfo;1865  } & Struct;1866  readonly isSetSubs: boolean;1867  readonly asSetSubs: {1868    readonly subs: Vec<ITuple<[AccountId32, Data]>>;1869  } & Struct;1870  readonly isClearIdentity: boolean;1871  readonly isRequestJudgement: boolean;1872  readonly asRequestJudgement: {1873    readonly regIndex: Compact<u32>;1874    readonly maxFee: Compact<u128>;1875  } & Struct;1876  readonly isCancelRequest: boolean;1877  readonly asCancelRequest: {1878    readonly regIndex: u32;1879  } & Struct;1880  readonly isSetFee: boolean;1881  readonly asSetFee: {1882    readonly index: Compact<u32>;1883    readonly fee: Compact<u128>;1884  } & Struct;1885  readonly isSetAccountId: boolean;1886  readonly asSetAccountId: {1887    readonly index: Compact<u32>;1888    readonly new_: MultiAddress;1889  } & Struct;1890  readonly isSetFields: boolean;1891  readonly asSetFields: {1892    readonly index: Compact<u32>;1893    readonly fields: PalletIdentityBitFlags;1894  } & Struct;1895  readonly isProvideJudgement: boolean;1896  readonly asProvideJudgement: {1897    readonly regIndex: Compact<u32>;1898    readonly target: MultiAddress;1899    readonly judgement: PalletIdentityJudgement;1900    readonly identity: H256;1901  } & Struct;1902  readonly isKillIdentity: boolean;1903  readonly asKillIdentity: {1904    readonly target: MultiAddress;1905  } & Struct;1906  readonly isAddSub: boolean;1907  readonly asAddSub: {1908    readonly sub: MultiAddress;1909    readonly data: Data;1910  } & Struct;1911  readonly isRenameSub: boolean;1912  readonly asRenameSub: {1913    readonly sub: MultiAddress;1914    readonly data: Data;1915  } & Struct;1916  readonly isRemoveSub: boolean;1917  readonly asRemoveSub: {1918    readonly sub: MultiAddress;1919  } & Struct;1920  readonly isQuitSub: boolean;1921  readonly isForceInsertIdentities: boolean;1922  readonly asForceInsertIdentities: {1923    readonly identities: Vec<ITuple<[AccountId32, PalletIdentityRegistration]>>;1924  } & Struct;1925  readonly isForceRemoveIdentities: boolean;1926  readonly asForceRemoveIdentities: {1927    readonly identities: Vec<AccountId32>;1928  } & Struct;1929  readonly isForceSetSubs: boolean;1930  readonly asForceSetSubs: {1931    readonly subs: Vec<ITuple<[AccountId32, ITuple<[u128, Vec<ITuple<[AccountId32, Data]>>]>]>>;1932  } & Struct;1933  readonly type: 'AddRegistrar' | 'SetIdentity' | 'SetSubs' | 'ClearIdentity' | 'RequestJudgement' | 'CancelRequest' | 'SetFee' | 'SetAccountId' | 'SetFields' | 'ProvideJudgement' | 'KillIdentity' | 'AddSub' | 'RenameSub' | 'RemoveSub' | 'QuitSub' | 'ForceInsertIdentities' | 'ForceRemoveIdentities' | 'ForceSetSubs';1934}19351936/** @name PalletIdentityError */1937export interface PalletIdentityError extends Enum {1938  readonly isTooManySubAccounts: boolean;1939  readonly isNotFound: boolean;1940  readonly isNotNamed: boolean;1941  readonly isEmptyIndex: boolean;1942  readonly isFeeChanged: boolean;1943  readonly isNoIdentity: boolean;1944  readonly isStickyJudgement: boolean;1945  readonly isJudgementGiven: boolean;1946  readonly isInvalidJudgement: boolean;1947  readonly isInvalidIndex: boolean;1948  readonly isInvalidTarget: boolean;1949  readonly isTooManyFields: boolean;1950  readonly isTooManyRegistrars: boolean;1951  readonly isAlreadyClaimed: boolean;1952  readonly isNotSub: boolean;1953  readonly isNotOwned: boolean;1954  readonly isJudgementForDifferentIdentity: boolean;1955  readonly isJudgementPaymentFailed: boolean;1956  readonly type: 'TooManySubAccounts' | 'NotFound' | 'NotNamed' | 'EmptyIndex' | 'FeeChanged' | 'NoIdentity' | 'StickyJudgement' | 'JudgementGiven' | 'InvalidJudgement' | 'InvalidIndex' | 'InvalidTarget' | 'TooManyFields' | 'TooManyRegistrars' | 'AlreadyClaimed' | 'NotSub' | 'NotOwned' | 'JudgementForDifferentIdentity' | 'JudgementPaymentFailed';1957}19581959/** @name PalletIdentityEvent */1960export interface PalletIdentityEvent extends Enum {1961  readonly isIdentitySet: boolean;1962  readonly asIdentitySet: {1963    readonly who: AccountId32;1964  } & Struct;1965  readonly isIdentityCleared: boolean;1966  readonly asIdentityCleared: {1967    readonly who: AccountId32;1968    readonly deposit: u128;1969  } & Struct;1970  readonly isIdentityKilled: boolean;1971  readonly asIdentityKilled: {1972    readonly who: AccountId32;1973    readonly deposit: u128;1974  } & Struct;1975  readonly isIdentitiesInserted: boolean;1976  readonly asIdentitiesInserted: {1977    readonly amount: u32;1978  } & Struct;1979  readonly isIdentitiesRemoved: boolean;1980  readonly asIdentitiesRemoved: {1981    readonly amount: u32;1982  } & Struct;1983  readonly isJudgementRequested: boolean;1984  readonly asJudgementRequested: {1985    readonly who: AccountId32;1986    readonly registrarIndex: u32;1987  } & Struct;1988  readonly isJudgementUnrequested: boolean;1989  readonly asJudgementUnrequested: {1990    readonly who: AccountId32;1991    readonly registrarIndex: u32;1992  } & Struct;1993  readonly isJudgementGiven: boolean;1994  readonly asJudgementGiven: {1995    readonly target: AccountId32;1996    readonly registrarIndex: u32;1997  } & Struct;1998  readonly isRegistrarAdded: boolean;1999  readonly asRegistrarAdded: {2000    readonly registrarIndex: u32;2001  } & Struct;2002  readonly isSubIdentityAdded: boolean;2003  readonly asSubIdentityAdded: {2004    readonly sub: AccountId32;2005    readonly main: AccountId32;2006    readonly deposit: u128;2007  } & Struct;2008  readonly isSubIdentityRemoved: boolean;2009  readonly asSubIdentityRemoved: {2010    readonly sub: AccountId32;2011    readonly main: AccountId32;2012    readonly deposit: u128;2013  } & Struct;2014  readonly isSubIdentityRevoked: boolean;2015  readonly asSubIdentityRevoked: {2016    readonly sub: AccountId32;2017    readonly main: AccountId32;2018    readonly deposit: u128;2019  } & Struct;2020  readonly isSubIdentitiesInserted: boolean;2021  readonly asSubIdentitiesInserted: {2022    readonly amount: u32;2023  } & Struct;2024  readonly type: 'IdentitySet' | 'IdentityCleared' | 'IdentityKilled' | 'IdentitiesInserted' | 'IdentitiesRemoved' | 'JudgementRequested' | 'JudgementUnrequested' | 'JudgementGiven' | 'RegistrarAdded' | 'SubIdentityAdded' | 'SubIdentityRemoved' | 'SubIdentityRevoked' | 'SubIdentitiesInserted';2025}20262027/** @name PalletIdentityIdentityField */2028export interface PalletIdentityIdentityField extends Enum {2029  readonly isDisplay: boolean;2030  readonly isLegal: boolean;2031  readonly isWeb: boolean;2032  readonly isRiot: boolean;2033  readonly isEmail: boolean;2034  readonly isPgpFingerprint: boolean;2035  readonly isImage: boolean;2036  readonly isTwitter: boolean;2037  readonly type: 'Display' | 'Legal' | 'Web' | 'Riot' | 'Email' | 'PgpFingerprint' | 'Image' | 'Twitter';2038}20392040/** @name PalletIdentityIdentityInfo */2041export interface PalletIdentityIdentityInfo extends Struct {2042  readonly additional: Vec<ITuple<[Data, Data]>>;2043  readonly display: Data;2044  readonly legal: Data;2045  readonly web: Data;2046  readonly riot: Data;2047  readonly email: Data;2048  readonly pgpFingerprint: Option<U8aFixed>;2049  readonly image: Data;2050  readonly twitter: Data;2051}20522053/** @name PalletIdentityJudgement */2054export interface PalletIdentityJudgement extends Enum {2055  readonly isUnknown: boolean;2056  readonly isFeePaid: boolean;2057  readonly asFeePaid: u128;2058  readonly isReasonable: boolean;2059  readonly isKnownGood: boolean;2060  readonly isOutOfDate: boolean;2061  readonly isLowQuality: boolean;2062  readonly isErroneous: boolean;2063  readonly type: 'Unknown' | 'FeePaid' | 'Reasonable' | 'KnownGood' | 'OutOfDate' | 'LowQuality' | 'Erroneous';2064}20652066/** @name PalletIdentityRegistrarInfo */2067export interface PalletIdentityRegistrarInfo extends Struct {2068  readonly account: AccountId32;2069  readonly fee: u128;2070  readonly fields: PalletIdentityBitFlags;2071}20722073/** @name PalletIdentityRegistration */2074export interface PalletIdentityRegistration extends Struct {2075  readonly judgements: Vec<ITuple<[u32, PalletIdentityJudgement]>>;2076  readonly deposit: u128;2077  readonly info: PalletIdentityIdentityInfo;2078}20792080/** @name PalletInflationCall */2081export interface PalletInflationCall extends Enum {2082  readonly isStartInflation: boolean;2083  readonly asStartInflation: {2084    readonly inflationStartRelayBlock: u32;2085  } & Struct;2086  readonly type: 'StartInflation';2087}20882089/** @name PalletMaintenanceCall */2090export interface PalletMaintenanceCall extends Enum {2091  readonly isEnable: boolean;2092  readonly isDisable: boolean;2093  readonly isExecutePreimage: boolean;2094  readonly asExecutePreimage: {2095    readonly hash_: H256;2096    readonly weightBound: SpWeightsWeightV2Weight;2097  } & Struct;2098  readonly type: 'Enable' | 'Disable' | 'ExecutePreimage';2099}21002101/** @name PalletMaintenanceError */2102export interface PalletMaintenanceError extends Null {}21032104/** @name PalletMaintenanceEvent */2105export interface PalletMaintenanceEvent extends Enum {2106  readonly isMaintenanceEnabled: boolean;2107  readonly isMaintenanceDisabled: boolean;2108  readonly type: 'MaintenanceEnabled' | 'MaintenanceDisabled';2109}21102111/** @name PalletNonfungibleError */2112export interface PalletNonfungibleError extends Enum {2113  readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;2114  readonly isNonfungibleItemsHaveNoAmount: boolean;2115  readonly isCantBurnNftWithChildren: boolean;2116  readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';2117}21182119/** @name PalletNonfungibleItemData */2120export interface PalletNonfungibleItemData extends Struct {2121  readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2122}21232124/** @name PalletPreimageCall */2125export interface PalletPreimageCall extends Enum {2126  readonly isNotePreimage: boolean;2127  readonly asNotePreimage: {2128    readonly bytes: Bytes;2129  } & Struct;2130  readonly isUnnotePreimage: boolean;2131  readonly asUnnotePreimage: {2132    readonly hash_: H256;2133  } & Struct;2134  readonly isRequestPreimage: boolean;2135  readonly asRequestPreimage: {2136    readonly hash_: H256;2137  } & Struct;2138  readonly isUnrequestPreimage: boolean;2139  readonly asUnrequestPreimage: {2140    readonly hash_: H256;2141  } & Struct;2142  readonly type: 'NotePreimage' | 'UnnotePreimage' | 'RequestPreimage' | 'UnrequestPreimage';2143}21442145/** @name PalletPreimageError */2146export interface PalletPreimageError extends Enum {2147  readonly isTooBig: boolean;2148  readonly isAlreadyNoted: boolean;2149  readonly isNotAuthorized: boolean;2150  readonly isNotNoted: boolean;2151  readonly isRequested: boolean;2152  readonly isNotRequested: boolean;2153  readonly type: 'TooBig' | 'AlreadyNoted' | 'NotAuthorized' | 'NotNoted' | 'Requested' | 'NotRequested';2154}21552156/** @name PalletPreimageEvent */2157export interface PalletPreimageEvent extends Enum {2158  readonly isNoted: boolean;2159  readonly asNoted: {2160    readonly hash_: H256;2161  } & Struct;2162  readonly isRequested: boolean;2163  readonly asRequested: {2164    readonly hash_: H256;2165  } & Struct;2166  readonly isCleared: boolean;2167  readonly asCleared: {2168    readonly hash_: H256;2169  } & Struct;2170  readonly type: 'Noted' | 'Requested' | 'Cleared';2171}21722173/** @name PalletPreimageRequestStatus */2174export interface PalletPreimageRequestStatus extends Enum {2175  readonly isUnrequested: boolean;2176  readonly asUnrequested: {2177    readonly deposit: ITuple<[AccountId32, u128]>;2178    readonly len: u32;2179  } & Struct;2180  readonly isRequested: boolean;2181  readonly asRequested: {2182    readonly deposit: Option<ITuple<[AccountId32, u128]>>;2183    readonly count: u32;2184    readonly len: Option<u32>;2185  } & Struct;2186  readonly type: 'Unrequested' | 'Requested';2187}21882189/** @name PalletRefungibleError */2190export interface PalletRefungibleError extends Enum {2191  readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;2192  readonly isWrongRefungiblePieces: boolean;2193  readonly isRepartitionWhileNotOwningAllPieces: boolean;2194  readonly isRefungibleDisallowsNesting: boolean;2195  readonly isSettingPropertiesNotAllowed: boolean;2196  readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';2197}21982199/** @name PalletSessionCall */2200export interface PalletSessionCall extends Enum {2201  readonly isSetKeys: boolean;2202  readonly asSetKeys: {2203    readonly keys_: OpalRuntimeRuntimeCommonSessionKeys;2204    readonly proof: Bytes;2205  } & Struct;2206  readonly isPurgeKeys: boolean;2207  readonly type: 'SetKeys' | 'PurgeKeys';2208}22092210/** @name PalletSessionError */2211export interface PalletSessionError extends Enum {2212  readonly isInvalidProof: boolean;2213  readonly isNoAssociatedValidatorId: boolean;2214  readonly isDuplicatedKey: boolean;2215  readonly isNoKeys: boolean;2216  readonly isNoAccount: boolean;2217  readonly type: 'InvalidProof' | 'NoAssociatedValidatorId' | 'DuplicatedKey' | 'NoKeys' | 'NoAccount';2218}22192220/** @name PalletSessionEvent */2221export interface PalletSessionEvent extends Enum {2222  readonly isNewSession: boolean;2223  readonly asNewSession: {2224    readonly sessionIndex: u32;2225  } & Struct;2226  readonly type: 'NewSession';2227}22282229/** @name PalletStateTrieMigrationCall */2230export interface PalletStateTrieMigrationCall extends Enum {2231  readonly isControlAutoMigration: boolean;2232  readonly asControlAutoMigration: {2233    readonly maybeConfig: Option<PalletStateTrieMigrationMigrationLimits>;2234  } & Struct;2235  readonly isContinueMigrate: boolean;2236  readonly asContinueMigrate: {2237    readonly limits: PalletStateTrieMigrationMigrationLimits;2238    readonly realSizeUpper: u32;2239    readonly witnessTask: PalletStateTrieMigrationMigrationTask;2240  } & Struct;2241  readonly isMigrateCustomTop: boolean;2242  readonly asMigrateCustomTop: {2243    readonly keys_: Vec<Bytes>;2244    readonly witnessSize: u32;2245  } & Struct;2246  readonly isMigrateCustomChild: boolean;2247  readonly asMigrateCustomChild: {2248    readonly root: Bytes;2249    readonly childKeys: Vec<Bytes>;2250    readonly totalSize: u32;2251  } & Struct;2252  readonly isSetSignedMaxLimits: boolean;2253  readonly asSetSignedMaxLimits: {2254    readonly limits: PalletStateTrieMigrationMigrationLimits;2255  } & Struct;2256  readonly isForceSetProgress: boolean;2257  readonly asForceSetProgress: {2258    readonly progressTop: PalletStateTrieMigrationProgress;2259    readonly progressChild: PalletStateTrieMigrationProgress;2260  } & Struct;2261  readonly type: 'ControlAutoMigration' | 'ContinueMigrate' | 'MigrateCustomTop' | 'MigrateCustomChild' | 'SetSignedMaxLimits' | 'ForceSetProgress';2262}22632264/** @name PalletStateTrieMigrationError */2265export interface PalletStateTrieMigrationError extends Enum {2266  readonly isMaxSignedLimits: boolean;2267  readonly isKeyTooLong: boolean;2268  readonly isNotEnoughFunds: boolean;2269  readonly isBadWitness: boolean;2270  readonly isSignedMigrationNotAllowed: boolean;2271  readonly isBadChildRoot: boolean;2272  readonly type: 'MaxSignedLimits' | 'KeyTooLong' | 'NotEnoughFunds' | 'BadWitness' | 'SignedMigrationNotAllowed' | 'BadChildRoot';2273}22742275/** @name PalletStateTrieMigrationEvent */2276export interface PalletStateTrieMigrationEvent extends Enum {2277  readonly isMigrated: boolean;2278  readonly asMigrated: {2279    readonly top: u32;2280    readonly child: u32;2281    readonly compute: PalletStateTrieMigrationMigrationCompute;2282  } & Struct;2283  readonly isSlashed: boolean;2284  readonly asSlashed: {2285    readonly who: AccountId32;2286    readonly amount: u128;2287  } & Struct;2288  readonly isAutoMigrationFinished: boolean;2289  readonly isHalted: boolean;2290  readonly asHalted: {2291    readonly error: PalletStateTrieMigrationError;2292  } & Struct;2293  readonly type: 'Migrated' | 'Slashed' | 'AutoMigrationFinished' | 'Halted';2294}22952296/** @name PalletStateTrieMigrationMigrationCompute */2297export interface PalletStateTrieMigrationMigrationCompute extends Enum {2298  readonly isSigned: boolean;2299  readonly isAuto: boolean;2300  readonly type: 'Signed' | 'Auto';2301}23022303/** @name PalletStateTrieMigrationMigrationLimits */2304export interface PalletStateTrieMigrationMigrationLimits extends Struct {2305  readonly size_: u32;2306  readonly item: u32;2307}23082309/** @name PalletStateTrieMigrationMigrationTask */2310export interface PalletStateTrieMigrationMigrationTask extends Struct {2311  readonly progressTop: PalletStateTrieMigrationProgress;2312  readonly progressChild: PalletStateTrieMigrationProgress;2313  readonly size_: u32;2314  readonly topItems: u32;2315  readonly childItems: u32;2316}23172318/** @name PalletStateTrieMigrationProgress */2319export interface PalletStateTrieMigrationProgress extends Enum {2320  readonly isToStart: boolean;2321  readonly isLastKey: boolean;2322  readonly asLastKey: Bytes;2323  readonly isComplete: boolean;2324  readonly type: 'ToStart' | 'LastKey' | 'Complete';2325}23262327/** @name PalletStructureCall */2328export interface PalletStructureCall extends Null {}23292330/** @name PalletStructureError */2331export interface PalletStructureError extends Enum {2332  readonly isOuroborosDetected: boolean;2333  readonly isDepthLimit: boolean;2334  readonly isBreadthLimit: boolean;2335  readonly isTokenNotFound: boolean;2336  readonly isCantNestTokenUnderCollection: boolean;2337  readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound' | 'CantNestTokenUnderCollection';2338}23392340/** @name PalletStructureEvent */2341export interface PalletStructureEvent extends Enum {2342  readonly isExecuted: boolean;2343  readonly asExecuted: Result<Null, SpRuntimeDispatchError>;2344  readonly type: 'Executed';2345}23462347/** @name PalletSudoCall */2348export interface PalletSudoCall extends Enum {2349  readonly isSudo: boolean;2350  readonly asSudo: {2351    readonly call: Call;2352  } & Struct;2353  readonly isSudoUncheckedWeight: boolean;2354  readonly asSudoUncheckedWeight: {2355    readonly call: Call;2356    readonly weight: SpWeightsWeightV2Weight;2357  } & Struct;2358  readonly isSetKey: boolean;2359  readonly asSetKey: {2360    readonly new_: MultiAddress;2361  } & Struct;2362  readonly isSudoAs: boolean;2363  readonly asSudoAs: {2364    readonly who: MultiAddress;2365    readonly call: Call;2366  } & Struct;2367  readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';2368}23692370/** @name PalletSudoError */2371export interface PalletSudoError extends Enum {2372  readonly isRequireSudo: boolean;2373  readonly type: 'RequireSudo';2374}23752376/** @name PalletSudoEvent */2377export interface PalletSudoEvent extends Enum {2378  readonly isSudid: boolean;2379  readonly asSudid: {2380    readonly sudoResult: Result<Null, SpRuntimeDispatchError>;2381  } & Struct;2382  readonly isKeyChanged: boolean;2383  readonly asKeyChanged: {2384    readonly oldSudoer: Option<AccountId32>;2385  } & Struct;2386  readonly isSudoAsDone: boolean;2387  readonly asSudoAsDone: {2388    readonly sudoResult: Result<Null, SpRuntimeDispatchError>;2389  } & Struct;2390  readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';2391}23922393/** @name PalletTemplateTransactionPaymentChargeTransactionPayment */2394export interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}23952396/** @name PalletTestUtilsCall */2397export interface PalletTestUtilsCall extends Enum {2398  readonly isEnable: boolean;2399  readonly isSetTestValue: boolean;2400  readonly asSetTestValue: {2401    readonly value: u32;2402  } & Struct;2403  readonly isSetTestValueAndRollback: boolean;2404  readonly asSetTestValueAndRollback: {2405    readonly value: u32;2406  } & Struct;2407  readonly isIncTestValue: boolean;2408  readonly isJustTakeFee: boolean;2409  readonly isBatchAll: boolean;2410  readonly asBatchAll: {2411    readonly calls: Vec<Call>;2412  } & Struct;2413  readonly type: 'Enable' | 'SetTestValue' | 'SetTestValueAndRollback' | 'IncTestValue' | 'JustTakeFee' | 'BatchAll';2414}24152416/** @name PalletTestUtilsError */2417export interface PalletTestUtilsError extends Enum {2418  readonly isTestPalletDisabled: boolean;2419  readonly isTriggerRollback: boolean;2420  readonly type: 'TestPalletDisabled' | 'TriggerRollback';2421}24222423/** @name PalletTestUtilsEvent */2424export interface PalletTestUtilsEvent extends Enum {2425  readonly isValueIsSet: boolean;2426  readonly isShouldRollback: boolean;2427  readonly isBatchCompleted: boolean;2428  readonly type: 'ValueIsSet' | 'ShouldRollback' | 'BatchCompleted';2429}24302431/** @name PalletTimestampCall */2432export interface PalletTimestampCall extends Enum {2433  readonly isSet: boolean;2434  readonly asSet: {2435    readonly now: Compact<u64>;2436  } & Struct;2437  readonly type: 'Set';2438}24392440/** @name PalletTransactionPaymentEvent */2441export interface PalletTransactionPaymentEvent extends Enum {2442  readonly isTransactionFeePaid: boolean;2443  readonly asTransactionFeePaid: {2444    readonly who: AccountId32;2445    readonly actualFee: u128;2446    readonly tip: u128;2447  } & Struct;2448  readonly type: 'TransactionFeePaid';2449}24502451/** @name PalletTransactionPaymentReleases */2452export interface PalletTransactionPaymentReleases extends Enum {2453  readonly isV1Ancient: boolean;2454  readonly isV2: boolean;2455  readonly type: 'V1Ancient' | 'V2';2456}24572458/** @name PalletTreasuryCall */2459export interface PalletTreasuryCall extends Enum {2460  readonly isProposeSpend: boolean;2461  readonly asProposeSpend: {2462    readonly value: Compact<u128>;2463    readonly beneficiary: MultiAddress;2464  } & Struct;2465  readonly isRejectProposal: boolean;2466  readonly asRejectProposal: {2467    readonly proposalId: Compact<u32>;2468  } & Struct;2469  readonly isApproveProposal: boolean;2470  readonly asApproveProposal: {2471    readonly proposalId: Compact<u32>;2472  } & Struct;2473  readonly isSpend: boolean;2474  readonly asSpend: {2475    readonly amount: Compact<u128>;2476    readonly beneficiary: MultiAddress;2477  } & Struct;2478  readonly isRemoveApproval: boolean;2479  readonly asRemoveApproval: {2480    readonly proposalId: Compact<u32>;2481  } & Struct;2482  readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal' | 'Spend' | 'RemoveApproval';2483}24842485/** @name PalletTreasuryError */2486export interface PalletTreasuryError extends Enum {2487  readonly isInsufficientProposersBalance: boolean;2488  readonly isInvalidIndex: boolean;2489  readonly isTooManyApprovals: boolean;2490  readonly isInsufficientPermission: boolean;2491  readonly isProposalNotApproved: boolean;2492  readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals' | 'InsufficientPermission' | 'ProposalNotApproved';2493}24942495/** @name PalletTreasuryEvent */2496export interface PalletTreasuryEvent extends Enum {2497  readonly isProposed: boolean;2498  readonly asProposed: {2499    readonly proposalIndex: u32;2500  } & Struct;2501  readonly isSpending: boolean;2502  readonly asSpending: {2503    readonly budgetRemaining: u128;2504  } & Struct;2505  readonly isAwarded: boolean;2506  readonly asAwarded: {2507    readonly proposalIndex: u32;2508    readonly award: u128;2509    readonly account: AccountId32;2510  } & Struct;2511  readonly isRejected: boolean;2512  readonly asRejected: {2513    readonly proposalIndex: u32;2514    readonly slashed: u128;2515  } & Struct;2516  readonly isBurnt: boolean;2517  readonly asBurnt: {2518    readonly burntFunds: u128;2519  } & Struct;2520  readonly isRollover: boolean;2521  readonly asRollover: {2522    readonly rolloverBalance: u128;2523  } & Struct;2524  readonly isDeposit: boolean;2525  readonly asDeposit: {2526    readonly value: u128;2527  } & Struct;2528  readonly isSpendApproved: boolean;2529  readonly asSpendApproved: {2530    readonly proposalIndex: u32;2531    readonly amount: u128;2532    readonly beneficiary: AccountId32;2533  } & Struct;2534  readonly isUpdatedInactive: boolean;2535  readonly asUpdatedInactive: {2536    readonly reactivated: u128;2537    readonly deactivated: u128;2538  } & Struct;2539  readonly type: 'Proposed' | 'Spending' | 'Awarded' | 'Rejected' | 'Burnt' | 'Rollover' | 'Deposit' | 'SpendApproved' | 'UpdatedInactive';2540}25412542/** @name PalletTreasuryProposal */2543export interface PalletTreasuryProposal extends Struct {2544  readonly proposer: AccountId32;2545  readonly value: u128;2546  readonly beneficiary: AccountId32;2547  readonly bond: u128;2548}25492550/** @name PalletUniqueCall */2551export interface PalletUniqueCall extends Enum {2552  readonly isCreateCollection: boolean;2553  readonly asCreateCollection: {2554    readonly collectionName: Vec<u16>;2555    readonly collectionDescription: Vec<u16>;2556    readonly tokenPrefix: Bytes;2557    readonly mode: UpDataStructsCollectionMode;2558  } & Struct;2559  readonly isCreateCollectionEx: boolean;2560  readonly asCreateCollectionEx: {2561    readonly data: UpDataStructsCreateCollectionData;2562  } & Struct;2563  readonly isDestroyCollection: boolean;2564  readonly asDestroyCollection: {2565    readonly collectionId: u32;2566  } & Struct;2567  readonly isAddToAllowList: boolean;2568  readonly asAddToAllowList: {2569    readonly collectionId: u32;2570    readonly address: PalletEvmAccountBasicCrossAccountIdRepr;2571  } & Struct;2572  readonly isRemoveFromAllowList: boolean;2573  readonly asRemoveFromAllowList: {2574    readonly collectionId: u32;2575    readonly address: PalletEvmAccountBasicCrossAccountIdRepr;2576  } & Struct;2577  readonly isChangeCollectionOwner: boolean;2578  readonly asChangeCollectionOwner: {2579    readonly collectionId: u32;2580    readonly newOwner: AccountId32;2581  } & Struct;2582  readonly isAddCollectionAdmin: boolean;2583  readonly asAddCollectionAdmin: {2584    readonly collectionId: u32;2585    readonly newAdminId: PalletEvmAccountBasicCrossAccountIdRepr;2586  } & Struct;2587  readonly isRemoveCollectionAdmin: boolean;2588  readonly asRemoveCollectionAdmin: {2589    readonly collectionId: u32;2590    readonly accountId: PalletEvmAccountBasicCrossAccountIdRepr;2591  } & Struct;2592  readonly isSetCollectionSponsor: boolean;2593  readonly asSetCollectionSponsor: {2594    readonly collectionId: u32;2595    readonly newSponsor: AccountId32;2596  } & Struct;2597  readonly isConfirmSponsorship: boolean;2598  readonly asConfirmSponsorship: {2599    readonly collectionId: u32;2600  } & Struct;2601  readonly isRemoveCollectionSponsor: boolean;2602  readonly asRemoveCollectionSponsor: {2603    readonly collectionId: u32;2604  } & Struct;2605  readonly isCreateItem: boolean;2606  readonly asCreateItem: {2607    readonly collectionId: u32;2608    readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2609    readonly data: UpDataStructsCreateItemData;2610  } & Struct;2611  readonly isCreateMultipleItems: boolean;2612  readonly asCreateMultipleItems: {2613    readonly collectionId: u32;2614    readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;2615    readonly itemsData: Vec<UpDataStructsCreateItemData>;2616  } & Struct;2617  readonly isSetCollectionProperties: boolean;2618  readonly asSetCollectionProperties: {2619    readonly collectionId: u32;2620    readonly properties: Vec<UpDataStructsProperty>;2621  } & Struct;2622  readonly isDeleteCollectionProperties: boolean;2623  readonly asDeleteCollectionProperties: {2624    readonly collectionId: u32;2625    readonly propertyKeys: Vec<Bytes>;2626  } & Struct;2627  readonly isSetTokenProperties: boolean;2628  readonly asSetTokenProperties: {2629    readonly collectionId: u32;2630    readonly tokenId: u32;2631    readonly properties: Vec<UpDataStructsProperty>;2632  } & Struct;2633  readonly isDeleteTokenProperties: boolean;2634  readonly asDeleteTokenProperties: {2635    readonly collectionId: u32;2636    readonly tokenId: u32;2637    readonly propertyKeys: Vec<Bytes>;2638  } & Struct;2639  readonly isSetTokenPropertyPermissions: boolean;2640  readonly asSetTokenPropertyPermissions: {2641    readonly collectionId: u32;2642    readonly propertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;2643  } & Struct;2644  readonly isCreateMultipleItemsEx: boolean;2645  readonly asCreateMultipleItemsEx: {2646    readonly collectionId: u32;2647    readonly data: UpDataStructsCreateItemExData;2648  } & Struct;2649  readonly isSetTransfersEnabledFlag: boolean;2650  readonly asSetTransfersEnabledFlag: {2651    readonly collectionId: u32;2652    readonly value: bool;2653  } & Struct;2654  readonly isBurnItem: boolean;2655  readonly asBurnItem: {2656    readonly collectionId: u32;2657    readonly itemId: u32;2658    readonly value: u128;2659  } & Struct;2660  readonly isBurnFrom: boolean;2661  readonly asBurnFrom: {2662    readonly collectionId: u32;2663    readonly from: PalletEvmAccountBasicCrossAccountIdRepr;2664    readonly itemId: u32;2665    readonly value: u128;2666  } & Struct;2667  readonly isTransfer: boolean;2668  readonly asTransfer: {2669    readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;2670    readonly collectionId: u32;2671    readonly itemId: u32;2672    readonly value: u128;2673  } & Struct;2674  readonly isApprove: boolean;2675  readonly asApprove: {2676    readonly spender: PalletEvmAccountBasicCrossAccountIdRepr;2677    readonly collectionId: u32;2678    readonly itemId: u32;2679    readonly amount: u128;2680  } & Struct;2681  readonly isApproveFrom: boolean;2682  readonly asApproveFrom: {2683    readonly from: PalletEvmAccountBasicCrossAccountIdRepr;2684    readonly to: PalletEvmAccountBasicCrossAccountIdRepr;2685    readonly collectionId: u32;2686    readonly itemId: u32;2687    readonly amount: u128;2688  } & Struct;2689  readonly isTransferFrom: boolean;2690  readonly asTransferFrom: {2691    readonly from: PalletEvmAccountBasicCrossAccountIdRepr;2692    readonly recipient: PalletEvmAccountBasicCrossAccountIdRepr;2693    readonly collectionId: u32;2694    readonly itemId: u32;2695    readonly value: u128;2696  } & Struct;2697  readonly isSetCollectionLimits: boolean;2698  readonly asSetCollectionLimits: {2699    readonly collectionId: u32;2700    readonly newLimit: UpDataStructsCollectionLimits;2701  } & Struct;2702  readonly isSetCollectionPermissions: boolean;2703  readonly asSetCollectionPermissions: {2704    readonly collectionId: u32;2705    readonly newPermission: UpDataStructsCollectionPermissions;2706  } & Struct;2707  readonly isRepartition: boolean;2708  readonly asRepartition: {2709    readonly collectionId: u32;2710    readonly tokenId: u32;2711    readonly amount: u128;2712  } & Struct;2713  readonly isSetAllowanceForAll: boolean;2714  readonly asSetAllowanceForAll: {2715    readonly collectionId: u32;2716    readonly operator: PalletEvmAccountBasicCrossAccountIdRepr;2717    readonly approve: bool;2718  } & Struct;2719  readonly isForceRepairCollection: boolean;2720  readonly asForceRepairCollection: {2721    readonly collectionId: u32;2722  } & Struct;2723  readonly isForceRepairItem: boolean;2724  readonly asForceRepairItem: {2725    readonly collectionId: u32;2726    readonly itemId: u32;2727  } & Struct;2728  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' | 'ApproveFrom' | 'TransferFrom' | 'SetCollectionLimits' | 'SetCollectionPermissions' | 'Repartition' | 'SetAllowanceForAll' | 'ForceRepairCollection' | 'ForceRepairItem';2729}27302731/** @name PalletUniqueError */2732export interface PalletUniqueError extends Enum {2733  readonly isCollectionDecimalPointLimitExceeded: boolean;2734  readonly isEmptyArgument: boolean;2735  readonly isRepartitionCalledOnNonRefungibleCollection: boolean;2736  readonly type: 'CollectionDecimalPointLimitExceeded' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';2737}27382739/** @name PalletXcmCall */2740export interface PalletXcmCall extends Enum {2741  readonly isSend: boolean;2742  readonly asSend: {2743    readonly dest: XcmVersionedMultiLocation;2744    readonly message: XcmVersionedXcm;2745  } & Struct;2746  readonly isTeleportAssets: boolean;2747  readonly asTeleportAssets: {2748    readonly dest: XcmVersionedMultiLocation;2749    readonly beneficiary: XcmVersionedMultiLocation;2750    readonly assets: XcmVersionedMultiAssets;2751    readonly feeAssetItem: u32;2752  } & Struct;2753  readonly isReserveTransferAssets: boolean;2754  readonly asReserveTransferAssets: {2755    readonly dest: XcmVersionedMultiLocation;2756    readonly beneficiary: XcmVersionedMultiLocation;2757    readonly assets: XcmVersionedMultiAssets;2758    readonly feeAssetItem: u32;2759  } & Struct;2760  readonly isExecute: boolean;2761  readonly asExecute: {2762    readonly message: XcmVersionedXcm;2763    readonly maxWeight: SpWeightsWeightV2Weight;2764  } & Struct;2765  readonly isForceXcmVersion: boolean;2766  readonly asForceXcmVersion: {2767    readonly location: XcmV3MultiLocation;2768    readonly xcmVersion: u32;2769  } & Struct;2770  readonly isForceDefaultXcmVersion: boolean;2771  readonly asForceDefaultXcmVersion: {2772    readonly maybeXcmVersion: Option<u32>;2773  } & Struct;2774  readonly isForceSubscribeVersionNotify: boolean;2775  readonly asForceSubscribeVersionNotify: {2776    readonly location: XcmVersionedMultiLocation;2777  } & Struct;2778  readonly isForceUnsubscribeVersionNotify: boolean;2779  readonly asForceUnsubscribeVersionNotify: {2780    readonly location: XcmVersionedMultiLocation;2781  } & Struct;2782  readonly isLimitedReserveTransferAssets: boolean;2783  readonly asLimitedReserveTransferAssets: {2784    readonly dest: XcmVersionedMultiLocation;2785    readonly beneficiary: XcmVersionedMultiLocation;2786    readonly assets: XcmVersionedMultiAssets;2787    readonly feeAssetItem: u32;2788    readonly weightLimit: XcmV3WeightLimit;2789  } & Struct;2790  readonly isLimitedTeleportAssets: boolean;2791  readonly asLimitedTeleportAssets: {2792    readonly dest: XcmVersionedMultiLocation;2793    readonly beneficiary: XcmVersionedMultiLocation;2794    readonly assets: XcmVersionedMultiAssets;2795    readonly feeAssetItem: u32;2796    readonly weightLimit: XcmV3WeightLimit;2797  } & Struct;2798  readonly isForceSuspension: boolean;2799  readonly asForceSuspension: {2800    readonly suspended: bool;2801  } & Struct;2802  readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets' | 'ForceSuspension';2803}28042805/** @name PalletXcmError */2806export interface PalletXcmError extends Enum {2807  readonly isUnreachable: boolean;2808  readonly isSendFailure: boolean;2809  readonly isFiltered: boolean;2810  readonly isUnweighableMessage: boolean;2811  readonly isDestinationNotInvertible: boolean;2812  readonly isEmpty: boolean;2813  readonly isCannotReanchor: boolean;2814  readonly isTooManyAssets: boolean;2815  readonly isInvalidOrigin: boolean;2816  readonly isBadVersion: boolean;2817  readonly isBadLocation: boolean;2818  readonly isNoSubscription: boolean;2819  readonly isAlreadySubscribed: boolean;2820  readonly isInvalidAsset: boolean;2821  readonly isLowBalance: boolean;2822  readonly isTooManyLocks: boolean;2823  readonly isAccountNotSovereign: boolean;2824  readonly isFeesNotMet: boolean;2825  readonly isLockNotFound: boolean;2826  readonly isInUse: boolean;2827  readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed' | 'InvalidAsset' | 'LowBalance' | 'TooManyLocks' | 'AccountNotSovereign' | 'FeesNotMet' | 'LockNotFound' | 'InUse';2828}28292830/** @name PalletXcmEvent */2831export interface PalletXcmEvent extends Enum {2832  readonly isAttempted: boolean;2833  readonly asAttempted: XcmV3TraitsOutcome;2834  readonly isSent: boolean;2835  readonly asSent: ITuple<[XcmV3MultiLocation, XcmV3MultiLocation, XcmV3Xcm]>;2836  readonly isUnexpectedResponse: boolean;2837  readonly asUnexpectedResponse: ITuple<[XcmV3MultiLocation, u64]>;2838  readonly isResponseReady: boolean;2839  readonly asResponseReady: ITuple<[u64, XcmV3Response]>;2840  readonly isNotified: boolean;2841  readonly asNotified: ITuple<[u64, u8, u8]>;2842  readonly isNotifyOverweight: boolean;2843  readonly asNotifyOverweight: ITuple<[u64, u8, u8, SpWeightsWeightV2Weight, SpWeightsWeightV2Weight]>;2844  readonly isNotifyDispatchError: boolean;2845  readonly asNotifyDispatchError: ITuple<[u64, u8, u8]>;2846  readonly isNotifyDecodeFailed: boolean;2847  readonly asNotifyDecodeFailed: ITuple<[u64, u8, u8]>;2848  readonly isInvalidResponder: boolean;2849  readonly asInvalidResponder: ITuple<[XcmV3MultiLocation, u64, Option<XcmV3MultiLocation>]>;2850  readonly isInvalidResponderVersion: boolean;2851  readonly asInvalidResponderVersion: ITuple<[XcmV3MultiLocation, u64]>;2852  readonly isResponseTaken: boolean;2853  readonly asResponseTaken: u64;2854  readonly isAssetsTrapped: boolean;2855  readonly asAssetsTrapped: ITuple<[H256, XcmV3MultiLocation, XcmVersionedMultiAssets]>;2856  readonly isVersionChangeNotified: boolean;2857  readonly asVersionChangeNotified: ITuple<[XcmV3MultiLocation, u32, XcmV3MultiassetMultiAssets]>;2858  readonly isSupportedVersionChanged: boolean;2859  readonly asSupportedVersionChanged: ITuple<[XcmV3MultiLocation, u32]>;2860  readonly isNotifyTargetSendFail: boolean;2861  readonly asNotifyTargetSendFail: ITuple<[XcmV3MultiLocation, u64, XcmV3TraitsError]>;2862  readonly isNotifyTargetMigrationFail: boolean;2863  readonly asNotifyTargetMigrationFail: ITuple<[XcmVersionedMultiLocation, u64]>;2864  readonly isInvalidQuerierVersion: boolean;2865  readonly asInvalidQuerierVersion: ITuple<[XcmV3MultiLocation, u64]>;2866  readonly isInvalidQuerier: boolean;2867  readonly asInvalidQuerier: ITuple<[XcmV3MultiLocation, u64, XcmV3MultiLocation, Option<XcmV3MultiLocation>]>;2868  readonly isVersionNotifyStarted: boolean;2869  readonly asVersionNotifyStarted: ITuple<[XcmV3MultiLocation, XcmV3MultiassetMultiAssets]>;2870  readonly isVersionNotifyRequested: boolean;2871  readonly asVersionNotifyRequested: ITuple<[XcmV3MultiLocation, XcmV3MultiassetMultiAssets]>;2872  readonly isVersionNotifyUnrequested: boolean;2873  readonly asVersionNotifyUnrequested: ITuple<[XcmV3MultiLocation, XcmV3MultiassetMultiAssets]>;2874  readonly isFeesPaid: boolean;2875  readonly asFeesPaid: ITuple<[XcmV3MultiLocation, XcmV3MultiassetMultiAssets]>;2876  readonly isAssetsClaimed: boolean;2877  readonly asAssetsClaimed: ITuple<[H256, XcmV3MultiLocation, XcmVersionedMultiAssets]>;2878  readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail' | 'InvalidQuerierVersion' | 'InvalidQuerier' | 'VersionNotifyStarted' | 'VersionNotifyRequested' | 'VersionNotifyUnrequested' | 'FeesPaid' | 'AssetsClaimed';2879}28802881/** @name PalletXcmQueryStatus */2882export interface PalletXcmQueryStatus extends Enum {2883  readonly isPending: boolean;2884  readonly asPending: {2885    readonly responder: XcmVersionedMultiLocation;2886    readonly maybeMatchQuerier: Option<XcmVersionedMultiLocation>;2887    readonly maybeNotify: Option<ITuple<[u8, u8]>>;2888    readonly timeout: u32;2889  } & Struct;2890  readonly isVersionNotifier: boolean;2891  readonly asVersionNotifier: {2892    readonly origin: XcmVersionedMultiLocation;2893    readonly isActive: bool;2894  } & Struct;2895  readonly isReady: boolean;2896  readonly asReady: {2897    readonly response: XcmVersionedResponse;2898    readonly at: u32;2899  } & Struct;2900  readonly type: 'Pending' | 'VersionNotifier' | 'Ready';2901}29022903/** @name PalletXcmRemoteLockedFungibleRecord */2904export interface PalletXcmRemoteLockedFungibleRecord extends Struct {2905  readonly amount: u128;2906  readonly owner: XcmVersionedMultiLocation;2907  readonly locker: XcmVersionedMultiLocation;2908  readonly consumers: Vec<ITuple<[Null, u128]>>;2909}29102911/** @name PalletXcmVersionMigrationStage */2912export interface PalletXcmVersionMigrationStage extends Enum {2913  readonly isMigrateSupportedVersion: boolean;2914  readonly isMigrateVersionNotifiers: boolean;2915  readonly isNotifyCurrentTargets: boolean;2916  readonly asNotifyCurrentTargets: Option<Bytes>;2917  readonly isMigrateAndNotifyOldTargets: boolean;2918  readonly type: 'MigrateSupportedVersion' | 'MigrateVersionNotifiers' | 'NotifyCurrentTargets' | 'MigrateAndNotifyOldTargets';2919}29202921/** @name ParachainInfoCall */2922export interface ParachainInfoCall extends Null {}29232924/** @name PhantomTypeUpDataStructs */2925export interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, UpPovEstimateRpcPovInfo]>> {}29262927/** @name PolkadotCorePrimitivesInboundDownwardMessage */2928export interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {2929  readonly sentAt: u32;2930  readonly msg: Bytes;2931}29322933/** @name PolkadotCorePrimitivesInboundHrmpMessage */2934export interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {2935  readonly sentAt: u32;2936  readonly data: Bytes;2937}29382939/** @name PolkadotCorePrimitivesOutboundHrmpMessage */2940export interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {2941  readonly recipient: u32;2942  readonly data: Bytes;2943}29442945/** @name PolkadotParachainPrimitivesXcmpMessageFormat */2946export interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {2947  readonly isConcatenatedVersionedXcm: boolean;2948  readonly isConcatenatedEncodedBlob: boolean;2949  readonly isSignals: boolean;2950  readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';2951}29522953/** @name PolkadotPrimitivesV4AbridgedHostConfiguration */2954export interface PolkadotPrimitivesV4AbridgedHostConfiguration extends Struct {2955  readonly maxCodeSize: u32;2956  readonly maxHeadDataSize: u32;2957  readonly maxUpwardQueueCount: u32;2958  readonly maxUpwardQueueSize: u32;2959  readonly maxUpwardMessageSize: u32;2960  readonly maxUpwardMessageNumPerCandidate: u32;2961  readonly hrmpMaxMessageNumPerCandidate: u32;2962  readonly validationUpgradeCooldown: u32;2963  readonly validationUpgradeDelay: u32;2964}29652966/** @name PolkadotPrimitivesV4AbridgedHrmpChannel */2967export interface PolkadotPrimitivesV4AbridgedHrmpChannel extends Struct {2968  readonly maxCapacity: u32;2969  readonly maxTotalSize: u32;2970  readonly maxMessageSize: u32;2971  readonly msgCount: u32;2972  readonly totalSize: u32;2973  readonly mqcHead: Option<H256>;2974}29752976/** @name PolkadotPrimitivesV4PersistedValidationData */2977export interface PolkadotPrimitivesV4PersistedValidationData extends Struct {2978  readonly parentHead: Bytes;2979  readonly relayParentNumber: u32;2980  readonly relayParentStorageRoot: H256;2981  readonly maxPovSize: u32;2982}29832984/** @name PolkadotPrimitivesV4UpgradeRestriction */2985export interface PolkadotPrimitivesV4UpgradeRestriction extends Enum {2986  readonly isPresent: boolean;2987  readonly type: 'Present';2988}29892990/** @name SpArithmeticArithmeticError */2991export interface SpArithmeticArithmeticError extends Enum {2992  readonly isUnderflow: boolean;2993  readonly isOverflow: boolean;2994  readonly isDivisionByZero: boolean;2995  readonly type: 'Underflow' | 'Overflow' | 'DivisionByZero';2996}29972998/** @name SpConsensusAuraSr25519AppSr25519Public */2999export interface SpConsensusAuraSr25519AppSr25519Public extends SpCoreSr25519Public {}30003001/** @name SpCoreCryptoKeyTypeId */3002export interface SpCoreCryptoKeyTypeId extends U8aFixed {}30033004/** @name SpCoreEcdsaSignature */3005export interface SpCoreEcdsaSignature extends U8aFixed {}30063007/** @name SpCoreEd25519Signature */3008export interface SpCoreEd25519Signature extends U8aFixed {}30093010/** @name SpCoreSr25519Public */3011export interface SpCoreSr25519Public extends U8aFixed {}30123013/** @name SpCoreSr25519Signature */3014export interface SpCoreSr25519Signature extends U8aFixed {}30153016/** @name SpRuntimeDigest */3017export interface SpRuntimeDigest extends Struct {3018  readonly logs: Vec<SpRuntimeDigestDigestItem>;3019}30203021/** @name SpRuntimeDigestDigestItem */3022export interface SpRuntimeDigestDigestItem extends Enum {3023  readonly isOther: boolean;3024  readonly asOther: Bytes;3025  readonly isConsensus: boolean;3026  readonly asConsensus: ITuple<[U8aFixed, Bytes]>;3027  readonly isSeal: boolean;3028  readonly asSeal: ITuple<[U8aFixed, Bytes]>;3029  readonly isPreRuntime: boolean;3030  readonly asPreRuntime: ITuple<[U8aFixed, Bytes]>;3031  readonly isRuntimeEnvironmentUpdated: boolean;3032  readonly type: 'Other' | 'Consensus' | 'Seal' | 'PreRuntime' | 'RuntimeEnvironmentUpdated';3033}30343035/** @name SpRuntimeDispatchError */3036export interface SpRuntimeDispatchError extends Enum {3037  readonly isOther: boolean;3038  readonly isCannotLookup: boolean;3039  readonly isBadOrigin: boolean;3040  readonly isModule: boolean;3041  readonly asModule: SpRuntimeModuleError;3042  readonly isConsumerRemaining: boolean;3043  readonly isNoProviders: boolean;3044  readonly isTooManyConsumers: boolean;3045  readonly isToken: boolean;3046  readonly asToken: SpRuntimeTokenError;3047  readonly isArithmetic: boolean;3048  readonly asArithmetic: SpArithmeticArithmeticError;3049  readonly isTransactional: boolean;3050  readonly asTransactional: SpRuntimeTransactionalError;3051  readonly isExhausted: boolean;3052  readonly isCorruption: boolean;3053  readonly isUnavailable: boolean;3054  readonly isRootNotAllowed: boolean;3055  readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional' | 'Exhausted' | 'Corruption' | 'Unavailable' | 'RootNotAllowed';3056}30573058/** @name SpRuntimeModuleError */3059export interface SpRuntimeModuleError extends Struct {3060  readonly index: u8;3061  readonly error: U8aFixed;3062}30633064/** @name SpRuntimeMultiSignature */3065export interface SpRuntimeMultiSignature extends Enum {3066  readonly isEd25519: boolean;3067  readonly asEd25519: SpCoreEd25519Signature;3068  readonly isSr25519: boolean;3069  readonly asSr25519: SpCoreSr25519Signature;3070  readonly isEcdsa: boolean;3071  readonly asEcdsa: SpCoreEcdsaSignature;3072  readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';3073}30743075/** @name SpRuntimeTokenError */3076export interface SpRuntimeTokenError extends Enum {3077  readonly isFundsUnavailable: boolean;3078  readonly isOnlyProvider: boolean;3079  readonly isBelowMinimum: boolean;3080  readonly isCannotCreate: boolean;3081  readonly isUnknownAsset: boolean;3082  readonly isFrozen: boolean;3083  readonly isUnsupported: boolean;3084  readonly isCannotCreateHold: boolean;3085  readonly isNotExpendable: boolean;3086  readonly isBlocked: boolean;3087  readonly type: 'FundsUnavailable' | 'OnlyProvider' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported' | 'CannotCreateHold' | 'NotExpendable' | 'Blocked';3088}30893090/** @name SpRuntimeTransactionalError */3091export interface SpRuntimeTransactionalError extends Enum {3092  readonly isLimitReached: boolean;3093  readonly isNoLayer: boolean;3094  readonly type: 'LimitReached' | 'NoLayer';3095}30963097/** @name SpRuntimeTransactionValidityInvalidTransaction */3098export interface SpRuntimeTransactionValidityInvalidTransaction extends Enum {3099  readonly isCall: boolean;3100  readonly isPayment: boolean;3101  readonly isFuture: boolean;3102  readonly isStale: boolean;3103  readonly isBadProof: boolean;3104  readonly isAncientBirthBlock: boolean;3105  readonly isExhaustsResources: boolean;3106  readonly isCustom: boolean;3107  readonly asCustom: u8;3108  readonly isBadMandatory: boolean;3109  readonly isMandatoryValidation: boolean;3110  readonly isBadSigner: boolean;3111  readonly type: 'Call' | 'Payment' | 'Future' | 'Stale' | 'BadProof' | 'AncientBirthBlock' | 'ExhaustsResources' | 'Custom' | 'BadMandatory' | 'MandatoryValidation' | 'BadSigner';3112}31133114/** @name SpRuntimeTransactionValidityTransactionValidityError */3115export interface SpRuntimeTransactionValidityTransactionValidityError extends Enum {3116  readonly isInvalid: boolean;3117  readonly asInvalid: SpRuntimeTransactionValidityInvalidTransaction;3118  readonly isUnknown: boolean;3119  readonly asUnknown: SpRuntimeTransactionValidityUnknownTransaction;3120  readonly type: 'Invalid' | 'Unknown';3121}31223123/** @name SpRuntimeTransactionValidityUnknownTransaction */3124export interface SpRuntimeTransactionValidityUnknownTransaction extends Enum {3125  readonly isCannotLookup: boolean;3126  readonly isNoUnsignedValidator: boolean;3127  readonly isCustom: boolean;3128  readonly asCustom: u8;3129  readonly type: 'CannotLookup' | 'NoUnsignedValidator' | 'Custom';3130}31313132/** @name SpTrieStorageProof */3133export interface SpTrieStorageProof extends Struct {3134  readonly trieNodes: BTreeSet<Bytes>;3135}31363137/** @name SpVersionRuntimeVersion */3138export interface SpVersionRuntimeVersion extends Struct {3139  readonly specName: Text;3140  readonly implName: Text;3141  readonly authoringVersion: u32;3142  readonly specVersion: u32;3143  readonly implVersion: u32;3144  readonly apis: Vec<ITuple<[U8aFixed, u32]>>;3145  readonly transactionVersion: u32;3146  readonly stateVersion: u8;3147}31483149/** @name SpWeightsRuntimeDbWeight */3150export interface SpWeightsRuntimeDbWeight extends Struct {3151  readonly read: u64;3152  readonly write: u64;3153}31543155/** @name SpWeightsWeightV2Weight */3156export interface SpWeightsWeightV2Weight extends Struct {3157  readonly refTime: Compact<u64>;3158  readonly proofSize: Compact<u64>;3159}31603161/** @name UpDataStructsAccessMode */3162export interface UpDataStructsAccessMode extends Enum {3163  readonly isNormal: boolean;3164  readonly isAllowList: boolean;3165  readonly type: 'Normal' | 'AllowList';3166}31673168/** @name UpDataStructsCollection */3169export interface UpDataStructsCollection extends Struct {3170  readonly owner: AccountId32;3171  readonly mode: UpDataStructsCollectionMode;3172  readonly name: Vec<u16>;3173  readonly description: Vec<u16>;3174  readonly tokenPrefix: Bytes;3175  readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;3176  readonly limits: UpDataStructsCollectionLimits;3177  readonly permissions: UpDataStructsCollectionPermissions;3178  readonly flags: U8aFixed;3179}31803181/** @name UpDataStructsCollectionLimits */3182export interface UpDataStructsCollectionLimits extends Struct {3183  readonly accountTokenOwnershipLimit: Option<u32>;3184  readonly sponsoredDataSize: Option<u32>;3185  readonly sponsoredDataRateLimit: Option<UpDataStructsSponsoringRateLimit>;3186  readonly tokenLimit: Option<u32>;3187  readonly sponsorTransferTimeout: Option<u32>;3188  readonly sponsorApproveTimeout: Option<u32>;3189  readonly ownerCanTransfer: Option<bool>;3190  readonly ownerCanDestroy: Option<bool>;3191  readonly transfersEnabled: Option<bool>;3192}31933194/** @name UpDataStructsCollectionMode */3195export interface UpDataStructsCollectionMode extends Enum {3196  readonly isNft: boolean;3197  readonly isFungible: boolean;3198  readonly asFungible: u8;3199  readonly isReFungible: boolean;3200  readonly type: 'Nft' | 'Fungible' | 'ReFungible';3201}32023203/** @name UpDataStructsCollectionPermissions */3204export interface UpDataStructsCollectionPermissions extends Struct {3205  readonly access: Option<UpDataStructsAccessMode>;3206  readonly mintMode: Option<bool>;3207  readonly nesting: Option<UpDataStructsNestingPermissions>;3208}32093210/** @name UpDataStructsCollectionStats */3211export interface UpDataStructsCollectionStats extends Struct {3212  readonly created: u32;3213  readonly destroyed: u32;3214  readonly alive: u32;3215}32163217/** @name UpDataStructsCreateCollectionData */3218export interface UpDataStructsCreateCollectionData extends Struct {3219  readonly mode: UpDataStructsCollectionMode;3220  readonly access: Option<UpDataStructsAccessMode>;3221  readonly name: Vec<u16>;3222  readonly description: Vec<u16>;3223  readonly tokenPrefix: Bytes;3224  readonly pendingSponsor: Option<AccountId32>;3225  readonly limits: Option<UpDataStructsCollectionLimits>;3226  readonly permissions: Option<UpDataStructsCollectionPermissions>;3227  readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;3228  readonly properties: Vec<UpDataStructsProperty>;3229}32303231/** @name UpDataStructsCreateFungibleData */3232export interface UpDataStructsCreateFungibleData extends Struct {3233  readonly value: u128;3234}32353236/** @name UpDataStructsCreateItemData */3237export interface UpDataStructsCreateItemData extends Enum {3238  readonly isNft: boolean;3239  readonly asNft: UpDataStructsCreateNftData;3240  readonly isFungible: boolean;3241  readonly asFungible: UpDataStructsCreateFungibleData;3242  readonly isReFungible: boolean;3243  readonly asReFungible: UpDataStructsCreateReFungibleData;3244  readonly type: 'Nft' | 'Fungible' | 'ReFungible';3245}32463247/** @name UpDataStructsCreateItemExData */3248export interface UpDataStructsCreateItemExData extends Enum {3249  readonly isNft: boolean;3250  readonly asNft: Vec<UpDataStructsCreateNftExData>;3251  readonly isFungible: boolean;3252  readonly asFungible: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr,u128>;3253  readonly isRefungibleMultipleItems: boolean;3254  readonly asRefungibleMultipleItems: Vec<UpDataStructsCreateRefungibleExSingleOwner>;3255  readonly isRefungibleMultipleOwners: boolean;3256  readonly asRefungibleMultipleOwners: UpDataStructsCreateRefungibleExMultipleOwners;3257  readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';3258}32593260/** @name UpDataStructsCreateNftData */3261export interface UpDataStructsCreateNftData extends Struct {3262  readonly properties: Vec<UpDataStructsProperty>;3263}32643265/** @name UpDataStructsCreateNftExData */3266export interface UpDataStructsCreateNftExData extends Struct {3267  readonly properties: Vec<UpDataStructsProperty>;3268  readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;3269}32703271/** @name UpDataStructsCreateReFungibleData */3272export interface UpDataStructsCreateReFungibleData extends Struct {3273  readonly pieces: u128;3274  readonly properties: Vec<UpDataStructsProperty>;3275}32763277/** @name UpDataStructsCreateRefungibleExMultipleOwners */3278export interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {3279  readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;3280  readonly properties: Vec<UpDataStructsProperty>;3281}32823283/** @name UpDataStructsCreateRefungibleExSingleOwner */3284export interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {3285  readonly user: PalletEvmAccountBasicCrossAccountIdRepr;3286  readonly pieces: u128;3287  readonly properties: Vec<UpDataStructsProperty>;3288}32893290/** @name UpDataStructsNestingPermissions */3291export interface UpDataStructsNestingPermissions extends Struct {3292  readonly tokenOwner: bool;3293  readonly collectionAdmin: bool;3294  readonly restricted: Option<UpDataStructsOwnerRestrictedSet>;3295}32963297/** @name UpDataStructsOwnerRestrictedSet */3298export interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}32993300/** @name UpDataStructsProperties */3301export interface UpDataStructsProperties extends Struct {3302  readonly map: UpDataStructsPropertiesMapBoundedVec;3303  readonly consumedSpace: u32;3304  readonly reserved: u32;3305}33063307/** @name UpDataStructsPropertiesMapBoundedVec */3308export interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}33093310/** @name UpDataStructsPropertiesMapPropertyPermission */3311export interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}33123313/** @name UpDataStructsProperty */3314export interface UpDataStructsProperty extends Struct {3315  readonly key: Bytes;3316  readonly value: Bytes;3317}33183319/** @name UpDataStructsPropertyKeyPermission */3320export interface UpDataStructsPropertyKeyPermission extends Struct {3321  readonly key: Bytes;3322  readonly permission: UpDataStructsPropertyPermission;3323}33243325/** @name UpDataStructsPropertyPermission */3326export interface UpDataStructsPropertyPermission extends Struct {3327  readonly mutable: bool;3328  readonly collectionAdmin: bool;3329  readonly tokenOwner: bool;3330}33313332/** @name UpDataStructsPropertyScope */3333export interface UpDataStructsPropertyScope extends Enum {3334  readonly isNone: boolean;3335  readonly isRmrk: boolean;3336  readonly type: 'None' | 'Rmrk';3337}33383339/** @name UpDataStructsRpcCollection */3340export interface UpDataStructsRpcCollection extends Struct {3341  readonly owner: AccountId32;3342  readonly mode: UpDataStructsCollectionMode;3343  readonly name: Vec<u16>;3344  readonly description: Vec<u16>;3345  readonly tokenPrefix: Bytes;3346  readonly sponsorship: UpDataStructsSponsorshipStateAccountId32;3347  readonly limits: UpDataStructsCollectionLimits;3348  readonly permissions: UpDataStructsCollectionPermissions;3349  readonly tokenPropertyPermissions: Vec<UpDataStructsPropertyKeyPermission>;3350  readonly properties: Vec<UpDataStructsProperty>;3351  readonly readOnly: bool;3352  readonly flags: UpDataStructsRpcCollectionFlags;3353}33543355/** @name UpDataStructsRpcCollectionFlags */3356export interface UpDataStructsRpcCollectionFlags extends Struct {3357  readonly foreign: bool;3358  readonly erc721metadata: bool;3359}33603361/** @name UpDataStructsSponsoringRateLimit */3362export interface UpDataStructsSponsoringRateLimit extends Enum {3363  readonly isSponsoringDisabled: boolean;3364  readonly isBlocks: boolean;3365  readonly asBlocks: u32;3366  readonly type: 'SponsoringDisabled' | 'Blocks';3367}33683369/** @name UpDataStructsSponsorshipStateAccountId32 */3370export interface UpDataStructsSponsorshipStateAccountId32 extends Enum {3371  readonly isDisabled: boolean;3372  readonly isUnconfirmed: boolean;3373  readonly asUnconfirmed: AccountId32;3374  readonly isConfirmed: boolean;3375  readonly asConfirmed: AccountId32;3376  readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';3377}33783379/** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr */3380export interface UpDataStructsSponsorshipStateBasicCrossAccountIdRepr extends Enum {3381  readonly isDisabled: boolean;3382  readonly isUnconfirmed: boolean;3383  readonly asUnconfirmed: PalletEvmAccountBasicCrossAccountIdRepr;3384  readonly isConfirmed: boolean;3385  readonly asConfirmed: PalletEvmAccountBasicCrossAccountIdRepr;3386  readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';3387}33883389/** @name UpDataStructsTokenChild */3390export interface UpDataStructsTokenChild extends Struct {3391  readonly token: u32;3392  readonly collection: u32;3393}33943395/** @name UpDataStructsTokenData */3396export interface UpDataStructsTokenData extends Struct {3397  readonly properties: Vec<UpDataStructsProperty>;3398  readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;3399  readonly pieces: u128;3400}34013402/** @name UpPovEstimateRpcPovInfo */3403export interface UpPovEstimateRpcPovInfo extends Struct {3404  readonly proofSize: u64;3405  readonly compactProofSize: u64;3406  readonly compressedProofSize: u64;3407  readonly results: Vec<Result<Result<Null, SpRuntimeDispatchError>, SpRuntimeTransactionValidityTransactionValidityError>>;3408  readonly keyValues: Vec<UpPovEstimateRpcTrieKeyValue>;3409}34103411/** @name UpPovEstimateRpcTrieKeyValue */3412export interface UpPovEstimateRpcTrieKeyValue extends Struct {3413  readonly key: Bytes;3414  readonly value: Bytes;3415}34163417/** @name XcmDoubleEncoded */3418export interface XcmDoubleEncoded extends Struct {3419  readonly encoded: Bytes;3420}34213422/** @name XcmV2BodyId */3423export interface XcmV2BodyId extends Enum {3424  readonly isUnit: boolean;3425  readonly isNamed: boolean;3426  readonly asNamed: Bytes;3427  readonly isIndex: boolean;3428  readonly asIndex: Compact<u32>;3429  readonly isExecutive: boolean;3430  readonly isTechnical: boolean;3431  readonly isLegislative: boolean;3432  readonly isJudicial: boolean;3433  readonly isDefense: boolean;3434  readonly isAdministration: boolean;3435  readonly isTreasury: boolean;3436  readonly type: 'Unit' | 'Named' | 'Index' | 'Executive' | 'Technical' | 'Legislative' | 'Judicial' | 'Defense' | 'Administration' | 'Treasury';3437}34383439/** @name XcmV2BodyPart */3440export interface XcmV2BodyPart extends Enum {3441  readonly isVoice: boolean;3442  readonly isMembers: boolean;3443  readonly asMembers: {3444    readonly count: Compact<u32>;3445  } & Struct;3446  readonly isFraction: boolean;3447  readonly asFraction: {3448    readonly nom: Compact<u32>;3449    readonly denom: Compact<u32>;3450  } & Struct;3451  readonly isAtLeastProportion: boolean;3452  readonly asAtLeastProportion: {3453    readonly nom: Compact<u32>;3454    readonly denom: Compact<u32>;3455  } & Struct;3456  readonly isMoreThanProportion: boolean;3457  readonly asMoreThanProportion: {3458    readonly nom: Compact<u32>;3459    readonly denom: Compact<u32>;3460  } & Struct;3461  readonly type: 'Voice' | 'Members' | 'Fraction' | 'AtLeastProportion' | 'MoreThanProportion';3462}34633464/** @name XcmV2Instruction */3465export interface XcmV2Instruction extends Enum {3466  readonly isWithdrawAsset: boolean;3467  readonly asWithdrawAsset: XcmV2MultiassetMultiAssets;3468  readonly isReserveAssetDeposited: boolean;3469  readonly asReserveAssetDeposited: XcmV2MultiassetMultiAssets;3470  readonly isReceiveTeleportedAsset: boolean;3471  readonly asReceiveTeleportedAsset: XcmV2MultiassetMultiAssets;3472  readonly isQueryResponse: boolean;3473  readonly asQueryResponse: {3474    readonly queryId: Compact<u64>;3475    readonly response: XcmV2Response;3476    readonly maxWeight: Compact<u64>;3477  } & Struct;3478  readonly isTransferAsset: boolean;3479  readonly asTransferAsset: {3480    readonly assets: XcmV2MultiassetMultiAssets;3481    readonly beneficiary: XcmV2MultiLocation;3482  } & Struct;3483  readonly isTransferReserveAsset: boolean;3484  readonly asTransferReserveAsset: {3485    readonly assets: XcmV2MultiassetMultiAssets;3486    readonly dest: XcmV2MultiLocation;3487    readonly xcm: XcmV2Xcm;3488  } & Struct;3489  readonly isTransact: boolean;3490  readonly asTransact: {3491    readonly originType: XcmV2OriginKind;3492    readonly requireWeightAtMost: Compact<u64>;3493    readonly call: XcmDoubleEncoded;3494  } & Struct;3495  readonly isHrmpNewChannelOpenRequest: boolean;3496  readonly asHrmpNewChannelOpenRequest: {3497    readonly sender: Compact<u32>;3498    readonly maxMessageSize: Compact<u32>;3499    readonly maxCapacity: Compact<u32>;3500  } & Struct;3501  readonly isHrmpChannelAccepted: boolean;3502  readonly asHrmpChannelAccepted: {3503    readonly recipient: Compact<u32>;3504  } & Struct;3505  readonly isHrmpChannelClosing: boolean;3506  readonly asHrmpChannelClosing: {3507    readonly initiator: Compact<u32>;3508    readonly sender: Compact<u32>;3509    readonly recipient: Compact<u32>;3510  } & Struct;3511  readonly isClearOrigin: boolean;3512  readonly isDescendOrigin: boolean;3513  readonly asDescendOrigin: XcmV2MultilocationJunctions;3514  readonly isReportError: boolean;3515  readonly asReportError: {3516    readonly queryId: Compact<u64>;3517    readonly dest: XcmV2MultiLocation;3518    readonly maxResponseWeight: Compact<u64>;3519  } & Struct;3520  readonly isDepositAsset: boolean;3521  readonly asDepositAsset: {3522    readonly assets: XcmV2MultiassetMultiAssetFilter;3523    readonly maxAssets: Compact<u32>;3524    readonly beneficiary: XcmV2MultiLocation;3525  } & Struct;3526  readonly isDepositReserveAsset: boolean;3527  readonly asDepositReserveAsset: {3528    readonly assets: XcmV2MultiassetMultiAssetFilter;3529    readonly maxAssets: Compact<u32>;3530    readonly dest: XcmV2MultiLocation;3531    readonly xcm: XcmV2Xcm;3532  } & Struct;3533  readonly isExchangeAsset: boolean;3534  readonly asExchangeAsset: {3535    readonly give: XcmV2MultiassetMultiAssetFilter;3536    readonly receive: XcmV2MultiassetMultiAssets;3537  } & Struct;3538  readonly isInitiateReserveWithdraw: boolean;3539  readonly asInitiateReserveWithdraw: {3540    readonly assets: XcmV2MultiassetMultiAssetFilter;3541    readonly reserve: XcmV2MultiLocation;3542    readonly xcm: XcmV2Xcm;3543  } & Struct;3544  readonly isInitiateTeleport: boolean;3545  readonly asInitiateTeleport: {3546    readonly assets: XcmV2MultiassetMultiAssetFilter;3547    readonly dest: XcmV2MultiLocation;3548    readonly xcm: XcmV2Xcm;3549  } & Struct;3550  readonly isQueryHolding: boolean;3551  readonly asQueryHolding: {3552    readonly queryId: Compact<u64>;3553    readonly dest: XcmV2MultiLocation;3554    readonly assets: XcmV2MultiassetMultiAssetFilter;3555    readonly maxResponseWeight: Compact<u64>;3556  } & Struct;3557  readonly isBuyExecution: boolean;3558  readonly asBuyExecution: {3559    readonly fees: XcmV2MultiAsset;3560    readonly weightLimit: XcmV2WeightLimit;3561  } & Struct;3562  readonly isRefundSurplus: boolean;3563  readonly isSetErrorHandler: boolean;3564  readonly asSetErrorHandler: XcmV2Xcm;3565  readonly isSetAppendix: boolean;3566  readonly asSetAppendix: XcmV2Xcm;3567  readonly isClearError: boolean;3568  readonly isClaimAsset: boolean;3569  readonly asClaimAsset: {3570    readonly assets: XcmV2MultiassetMultiAssets;3571    readonly ticket: XcmV2MultiLocation;3572  } & Struct;3573  readonly isTrap: boolean;3574  readonly asTrap: Compact<u64>;3575  readonly isSubscribeVersion: boolean;3576  readonly asSubscribeVersion: {3577    readonly queryId: Compact<u64>;3578    readonly maxResponseWeight: Compact<u64>;3579  } & Struct;3580  readonly isUnsubscribeVersion: boolean;3581  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';3582}35833584/** @name XcmV2Junction */3585export interface XcmV2Junction extends Enum {3586  readonly isParachain: boolean;3587  readonly asParachain: Compact<u32>;3588  readonly isAccountId32: boolean;3589  readonly asAccountId32: {3590    readonly network: XcmV2NetworkId;3591    readonly id: U8aFixed;3592  } & Struct;3593  readonly isAccountIndex64: boolean;3594  readonly asAccountIndex64: {3595    readonly network: XcmV2NetworkId;3596    readonly index: Compact<u64>;3597  } & Struct;3598  readonly isAccountKey20: boolean;3599  readonly asAccountKey20: {3600    readonly network: XcmV2NetworkId;3601    readonly key: U8aFixed;3602  } & Struct;3603  readonly isPalletInstance: boolean;3604  readonly asPalletInstance: u8;3605  readonly isGeneralIndex: boolean;3606  readonly asGeneralIndex: Compact<u128>;3607  readonly isGeneralKey: boolean;3608  readonly asGeneralKey: Bytes;3609  readonly isOnlyChild: boolean;3610  readonly isPlurality: boolean;3611  readonly asPlurality: {3612    readonly id: XcmV2BodyId;3613    readonly part: XcmV2BodyPart;3614  } & Struct;3615  readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';3616}36173618/** @name XcmV2MultiAsset */3619export interface XcmV2MultiAsset extends Struct {3620  readonly id: XcmV2MultiassetAssetId;3621  readonly fun: XcmV2MultiassetFungibility;3622}36233624/** @name XcmV2MultiassetAssetId */3625export interface XcmV2MultiassetAssetId extends Enum {3626  readonly isConcrete: boolean;3627  readonly asConcrete: XcmV2MultiLocation;3628  readonly isAbstract: boolean;3629  readonly asAbstract: Bytes;3630  readonly type: 'Concrete' | 'Abstract';3631}36323633/** @name XcmV2MultiassetAssetInstance */3634export interface XcmV2MultiassetAssetInstance extends Enum {3635  readonly isUndefined: boolean;3636  readonly isIndex: boolean;3637  readonly asIndex: Compact<u128>;3638  readonly isArray4: boolean;3639  readonly asArray4: U8aFixed;3640  readonly isArray8: boolean;3641  readonly asArray8: U8aFixed;3642  readonly isArray16: boolean;3643  readonly asArray16: U8aFixed;3644  readonly isArray32: boolean;3645  readonly asArray32: U8aFixed;3646  readonly isBlob: boolean;3647  readonly asBlob: Bytes;3648  readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32' | 'Blob';3649}36503651/** @name XcmV2MultiassetFungibility */3652export interface XcmV2MultiassetFungibility extends Enum {3653  readonly isFungible: boolean;3654  readonly asFungible: Compact<u128>;3655  readonly isNonFungible: boolean;3656  readonly asNonFungible: XcmV2MultiassetAssetInstance;3657  readonly type: 'Fungible' | 'NonFungible';3658}36593660/** @name XcmV2MultiassetMultiAssetFilter */3661export interface XcmV2MultiassetMultiAssetFilter extends Enum {3662  readonly isDefinite: boolean;3663  readonly asDefinite: XcmV2MultiassetMultiAssets;3664  readonly isWild: boolean;3665  readonly asWild: XcmV2MultiassetWildMultiAsset;3666  readonly type: 'Definite' | 'Wild';3667}36683669/** @name XcmV2MultiassetMultiAssets */3670export interface XcmV2MultiassetMultiAssets extends Vec<XcmV2MultiAsset> {}36713672/** @name XcmV2MultiassetWildFungibility */3673export interface XcmV2MultiassetWildFungibility extends Enum {3674  readonly isFungible: boolean;3675  readonly isNonFungible: boolean;3676  readonly type: 'Fungible' | 'NonFungible';3677}36783679/** @name XcmV2MultiassetWildMultiAsset */3680export interface XcmV2MultiassetWildMultiAsset extends Enum {3681  readonly isAll: boolean;3682  readonly isAllOf: boolean;3683  readonly asAllOf: {3684    readonly id: XcmV2MultiassetAssetId;3685    readonly fun: XcmV2MultiassetWildFungibility;3686  } & Struct;3687  readonly type: 'All' | 'AllOf';3688}36893690/** @name XcmV2MultiLocation */3691export interface XcmV2MultiLocation extends Struct {3692  readonly parents: u8;3693  readonly interior: XcmV2MultilocationJunctions;3694}36953696/** @name XcmV2MultilocationJunctions */3697export interface XcmV2MultilocationJunctions extends Enum {3698  readonly isHere: boolean;3699  readonly isX1: boolean;3700  readonly asX1: XcmV2Junction;3701  readonly isX2: boolean;3702  readonly asX2: ITuple<[XcmV2Junction, XcmV2Junction]>;3703  readonly isX3: boolean;3704  readonly asX3: ITuple<[XcmV2Junction, XcmV2Junction, XcmV2Junction]>;3705  readonly isX4: boolean;3706  readonly asX4: ITuple<[XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction]>;3707  readonly isX5: boolean;3708  readonly asX5: ITuple<[XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction]>;3709  readonly isX6: boolean;3710  readonly asX6: ITuple<[XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction]>;3711  readonly isX7: boolean;3712  readonly asX7: ITuple<[XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction]>;3713  readonly isX8: boolean;3714  readonly asX8: ITuple<[XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction, XcmV2Junction]>;3715  readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';3716}37173718/** @name XcmV2NetworkId */3719export interface XcmV2NetworkId extends Enum {3720  readonly isAny: boolean;3721  readonly isNamed: boolean;3722  readonly asNamed: Bytes;3723  readonly isPolkadot: boolean;3724  readonly isKusama: boolean;3725  readonly type: 'Any' | 'Named' | 'Polkadot' | 'Kusama';3726}37273728/** @name XcmV2OriginKind */3729export interface XcmV2OriginKind extends Enum {3730  readonly isNative: boolean;3731  readonly isSovereignAccount: boolean;3732  readonly isSuperuser: boolean;3733  readonly isXcm: boolean;3734  readonly type: 'Native' | 'SovereignAccount' | 'Superuser' | 'Xcm';3735}37363737/** @name XcmV2Response */3738export interface XcmV2Response extends Enum {3739  readonly isNull: boolean;3740  readonly isAssets: boolean;3741  readonly asAssets: XcmV2MultiassetMultiAssets;3742  readonly isExecutionResult: boolean;3743  readonly asExecutionResult: Option<ITuple<[u32, XcmV2TraitsError]>>;3744  readonly isVersion: boolean;3745  readonly asVersion: u32;3746  readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version';3747}37483749/** @name XcmV2TraitsError */3750export interface XcmV2TraitsError extends Enum {3751  readonly isOverflow: boolean;3752  readonly isUnimplemented: boolean;3753  readonly isUntrustedReserveLocation: boolean;3754  readonly isUntrustedTeleportLocation: boolean;3755  readonly isMultiLocationFull: boolean;3756  readonly isMultiLocationNotInvertible: boolean;3757  readonly isBadOrigin: boolean;3758  readonly isInvalidLocation: boolean;3759  readonly isAssetNotFound: boolean;3760  readonly isFailedToTransactAsset: boolean;3761  readonly isNotWithdrawable: boolean;3762  readonly isLocationCannotHold: boolean;3763  readonly isExceedsMaxMessageSize: boolean;3764  readonly isDestinationUnsupported: boolean;3765  readonly isTransport: boolean;3766  readonly isUnroutable: boolean;3767  readonly isUnknownClaim: boolean;3768  readonly isFailedToDecode: boolean;3769  readonly isMaxWeightInvalid: boolean;3770  readonly isNotHoldingFees: boolean;3771  readonly isTooExpensive: boolean;3772  readonly isTrap: boolean;3773  readonly asTrap: u64;3774  readonly isUnhandledXcmVersion: boolean;3775  readonly isWeightLimitReached: boolean;3776  readonly asWeightLimitReached: u64;3777  readonly isBarrier: boolean;3778  readonly isWeightNotComputable: boolean;3779  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';3780}37813782/** @name XcmV2WeightLimit */3783export interface XcmV2WeightLimit extends Enum {3784  readonly isUnlimited: boolean;3785  readonly isLimited: boolean;3786  readonly asLimited: Compact<u64>;3787  readonly type: 'Unlimited' | 'Limited';3788}37893790/** @name XcmV2Xcm */3791export interface XcmV2Xcm extends Vec<XcmV2Instruction> {}37923793/** @name XcmV3Instruction */3794export interface XcmV3Instruction extends Enum {3795  readonly isWithdrawAsset: boolean;3796  readonly asWithdrawAsset: XcmV3MultiassetMultiAssets;3797  readonly isReserveAssetDeposited: boolean;3798  readonly asReserveAssetDeposited: XcmV3MultiassetMultiAssets;3799  readonly isReceiveTeleportedAsset: boolean;3800  readonly asReceiveTeleportedAsset: XcmV3MultiassetMultiAssets;3801  readonly isQueryResponse: boolean;3802  readonly asQueryResponse: {3803    readonly queryId: Compact<u64>;3804    readonly response: XcmV3Response;3805    readonly maxWeight: SpWeightsWeightV2Weight;3806    readonly querier: Option<XcmV3MultiLocation>;3807  } & Struct;3808  readonly isTransferAsset: boolean;3809  readonly asTransferAsset: {3810    readonly assets: XcmV3MultiassetMultiAssets;3811    readonly beneficiary: XcmV3MultiLocation;3812  } & Struct;3813  readonly isTransferReserveAsset: boolean;3814  readonly asTransferReserveAsset: {3815    readonly assets: XcmV3MultiassetMultiAssets;3816    readonly dest: XcmV3MultiLocation;3817    readonly xcm: XcmV3Xcm;3818  } & Struct;3819  readonly isTransact: boolean;3820  readonly asTransact: {3821    readonly originKind: XcmV2OriginKind;3822    readonly requireWeightAtMost: SpWeightsWeightV2Weight;3823    readonly call: XcmDoubleEncoded;3824  } & Struct;3825  readonly isHrmpNewChannelOpenRequest: boolean;3826  readonly asHrmpNewChannelOpenRequest: {3827    readonly sender: Compact<u32>;3828    readonly maxMessageSize: Compact<u32>;3829    readonly maxCapacity: Compact<u32>;3830  } & Struct;3831  readonly isHrmpChannelAccepted: boolean;3832  readonly asHrmpChannelAccepted: {3833    readonly recipient: Compact<u32>;3834  } & Struct;3835  readonly isHrmpChannelClosing: boolean;3836  readonly asHrmpChannelClosing: {3837    readonly initiator: Compact<u32>;3838    readonly sender: Compact<u32>;3839    readonly recipient: Compact<u32>;3840  } & Struct;3841  readonly isClearOrigin: boolean;3842  readonly isDescendOrigin: boolean;3843  readonly asDescendOrigin: XcmV3Junctions;3844  readonly isReportError: boolean;3845  readonly asReportError: XcmV3QueryResponseInfo;3846  readonly isDepositAsset: boolean;3847  readonly asDepositAsset: {3848    readonly assets: XcmV3MultiassetMultiAssetFilter;3849    readonly beneficiary: XcmV3MultiLocation;3850  } & Struct;3851  readonly isDepositReserveAsset: boolean;3852  readonly asDepositReserveAsset: {3853    readonly assets: XcmV3MultiassetMultiAssetFilter;3854    readonly dest: XcmV3MultiLocation;3855    readonly xcm: XcmV3Xcm;3856  } & Struct;3857  readonly isExchangeAsset: boolean;3858  readonly asExchangeAsset: {3859    readonly give: XcmV3MultiassetMultiAssetFilter;3860    readonly want: XcmV3MultiassetMultiAssets;3861    readonly maximal: bool;3862  } & Struct;3863  readonly isInitiateReserveWithdraw: boolean;3864  readonly asInitiateReserveWithdraw: {3865    readonly assets: XcmV3MultiassetMultiAssetFilter;3866    readonly reserve: XcmV3MultiLocation;3867    readonly xcm: XcmV3Xcm;3868  } & Struct;3869  readonly isInitiateTeleport: boolean;3870  readonly asInitiateTeleport: {3871    readonly assets: XcmV3MultiassetMultiAssetFilter;3872    readonly dest: XcmV3MultiLocation;3873    readonly xcm: XcmV3Xcm;3874  } & Struct;3875  readonly isReportHolding: boolean;3876  readonly asReportHolding: {3877    readonly responseInfo: XcmV3QueryResponseInfo;3878    readonly assets: XcmV3MultiassetMultiAssetFilter;3879  } & Struct;3880  readonly isBuyExecution: boolean;3881  readonly asBuyExecution: {3882    readonly fees: XcmV3MultiAsset;3883    readonly weightLimit: XcmV3WeightLimit;3884  } & Struct;3885  readonly isRefundSurplus: boolean;3886  readonly isSetErrorHandler: boolean;3887  readonly asSetErrorHandler: XcmV3Xcm;3888  readonly isSetAppendix: boolean;3889  readonly asSetAppendix: XcmV3Xcm;3890  readonly isClearError: boolean;3891  readonly isClaimAsset: boolean;3892  readonly asClaimAsset: {3893    readonly assets: XcmV3MultiassetMultiAssets;3894    readonly ticket: XcmV3MultiLocation;3895  } & Struct;3896  readonly isTrap: boolean;3897  readonly asTrap: Compact<u64>;3898  readonly isSubscribeVersion: boolean;3899  readonly asSubscribeVersion: {3900    readonly queryId: Compact<u64>;3901    readonly maxResponseWeight: SpWeightsWeightV2Weight;3902  } & Struct;3903  readonly isUnsubscribeVersion: boolean;3904  readonly isBurnAsset: boolean;3905  readonly asBurnAsset: XcmV3MultiassetMultiAssets;3906  readonly isExpectAsset: boolean;3907  readonly asExpectAsset: XcmV3MultiassetMultiAssets;3908  readonly isExpectOrigin: boolean;3909  readonly asExpectOrigin: Option<XcmV3MultiLocation>;3910  readonly isExpectError: boolean;3911  readonly asExpectError: Option<ITuple<[u32, XcmV3TraitsError]>>;3912  readonly isExpectTransactStatus: boolean;3913  readonly asExpectTransactStatus: XcmV3MaybeErrorCode;3914  readonly isQueryPallet: boolean;3915  readonly asQueryPallet: {3916    readonly moduleName: Bytes;3917    readonly responseInfo: XcmV3QueryResponseInfo;3918  } & Struct;3919  readonly isExpectPallet: boolean;3920  readonly asExpectPallet: {3921    readonly index: Compact<u32>;3922    readonly name: Bytes;3923    readonly moduleName: Bytes;3924    readonly crateMajor: Compact<u32>;3925    readonly minCrateMinor: Compact<u32>;3926  } & Struct;3927  readonly isReportTransactStatus: boolean;3928  readonly asReportTransactStatus: XcmV3QueryResponseInfo;3929  readonly isClearTransactStatus: boolean;3930  readonly isUniversalOrigin: boolean;3931  readonly asUniversalOrigin: XcmV3Junction;3932  readonly isExportMessage: boolean;3933  readonly asExportMessage: {3934    readonly network: XcmV3JunctionNetworkId;3935    readonly destination: XcmV3Junctions;3936    readonly xcm: XcmV3Xcm;3937  } & Struct;3938  readonly isLockAsset: boolean;3939  readonly asLockAsset: {3940    readonly asset: XcmV3MultiAsset;3941    readonly unlocker: XcmV3MultiLocation;3942  } & Struct;3943  readonly isUnlockAsset: boolean;3944  readonly asUnlockAsset: {3945    readonly asset: XcmV3MultiAsset;3946    readonly target: XcmV3MultiLocation;3947  } & Struct;3948  readonly isNoteUnlockable: boolean;3949  readonly asNoteUnlockable: {3950    readonly asset: XcmV3MultiAsset;3951    readonly owner: XcmV3MultiLocation;3952  } & Struct;3953  readonly isRequestUnlock: boolean;3954  readonly asRequestUnlock: {3955    readonly asset: XcmV3MultiAsset;3956    readonly locker: XcmV3MultiLocation;3957  } & Struct;3958  readonly isSetFeesMode: boolean;3959  readonly asSetFeesMode: {3960    readonly jitWithdraw: bool;3961  } & Struct;3962  readonly isSetTopic: boolean;3963  readonly asSetTopic: U8aFixed;3964  readonly isClearTopic: boolean;3965  readonly isAliasOrigin: boolean;3966  readonly asAliasOrigin: XcmV3MultiLocation;3967  readonly isUnpaidExecution: boolean;3968  readonly asUnpaidExecution: {3969    readonly weightLimit: XcmV3WeightLimit;3970    readonly checkOrigin: Option<XcmV3MultiLocation>;3971  } & Struct;3972  readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'ClearOrigin' | 'DescendOrigin' | 'ReportError' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'ReportHolding' | 'BuyExecution' | 'RefundSurplus' | 'SetErrorHandler' | 'SetAppendix' | 'ClearError' | 'ClaimAsset' | 'Trap' | 'SubscribeVersion' | 'UnsubscribeVersion' | 'BurnAsset' | 'ExpectAsset' | 'ExpectOrigin' | 'ExpectError' | 'ExpectTransactStatus' | 'QueryPallet' | 'ExpectPallet' | 'ReportTransactStatus' | 'ClearTransactStatus' | 'UniversalOrigin' | 'ExportMessage' | 'LockAsset' | 'UnlockAsset' | 'NoteUnlockable' | 'RequestUnlock' | 'SetFeesMode' | 'SetTopic' | 'ClearTopic' | 'AliasOrigin' | 'UnpaidExecution';3973}39743975/** @name XcmV3Junction */3976export interface XcmV3Junction extends Enum {3977  readonly isParachain: boolean;3978  readonly asParachain: Compact<u32>;3979  readonly isAccountId32: boolean;3980  readonly asAccountId32: {3981    readonly network: Option<XcmV3JunctionNetworkId>;3982    readonly id: U8aFixed;3983  } & Struct;3984  readonly isAccountIndex64: boolean;3985  readonly asAccountIndex64: {3986    readonly network: Option<XcmV3JunctionNetworkId>;3987    readonly index: Compact<u64>;3988  } & Struct;3989  readonly isAccountKey20: boolean;3990  readonly asAccountKey20: {3991    readonly network: Option<XcmV3JunctionNetworkId>;3992    readonly key: U8aFixed;3993  } & Struct;3994  readonly isPalletInstance: boolean;3995  readonly asPalletInstance: u8;3996  readonly isGeneralIndex: boolean;3997  readonly asGeneralIndex: Compact<u128>;3998  readonly isGeneralKey: boolean;3999  readonly asGeneralKey: {4000    readonly length: u8;4001    readonly data: U8aFixed;4002  } & Struct;4003  readonly isOnlyChild: boolean;4004  readonly isPlurality: boolean;4005  readonly asPlurality: {4006    readonly id: XcmV3JunctionBodyId;4007    readonly part: XcmV3JunctionBodyPart;4008  } & Struct;4009  readonly isGlobalConsensus: boolean;4010  readonly asGlobalConsensus: XcmV3JunctionNetworkId;4011  readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality' | 'GlobalConsensus';4012}40134014/** @name XcmV3JunctionBodyId */4015export interface XcmV3JunctionBodyId extends Enum {4016  readonly isUnit: boolean;4017  readonly isMoniker: boolean;4018  readonly asMoniker: U8aFixed;4019  readonly isIndex: boolean;4020  readonly asIndex: Compact<u32>;4021  readonly isExecutive: boolean;4022  readonly isTechnical: boolean;4023  readonly isLegislative: boolean;4024  readonly isJudicial: boolean;4025  readonly isDefense: boolean;4026  readonly isAdministration: boolean;4027  readonly isTreasury: boolean;4028  readonly type: 'Unit' | 'Moniker' | 'Index' | 'Executive' | 'Technical' | 'Legislative' | 'Judicial' | 'Defense' | 'Administration' | 'Treasury';4029}40304031/** @name XcmV3JunctionBodyPart */4032export interface XcmV3JunctionBodyPart extends Enum {4033  readonly isVoice: boolean;4034  readonly isMembers: boolean;4035  readonly asMembers: {4036    readonly count: Compact<u32>;4037  } & Struct;4038  readonly isFraction: boolean;4039  readonly asFraction: {4040    readonly nom: Compact<u32>;4041    readonly denom: Compact<u32>;4042  } & Struct;4043  readonly isAtLeastProportion: boolean;4044  readonly asAtLeastProportion: {4045    readonly nom: Compact<u32>;4046    readonly denom: Compact<u32>;4047  } & Struct;4048  readonly isMoreThanProportion: boolean;4049  readonly asMoreThanProportion: {4050    readonly nom: Compact<u32>;4051    readonly denom: Compact<u32>;4052  } & Struct;4053  readonly type: 'Voice' | 'Members' | 'Fraction' | 'AtLeastProportion' | 'MoreThanProportion';4054}40554056/** @name XcmV3JunctionNetworkId */4057export interface XcmV3JunctionNetworkId extends Enum {4058  readonly isByGenesis: boolean;4059  readonly asByGenesis: U8aFixed;4060  readonly isByFork: boolean;4061  readonly asByFork: {4062    readonly blockNumber: u64;4063    readonly blockHash: U8aFixed;4064  } & Struct;4065  readonly isPolkadot: boolean;4066  readonly isKusama: boolean;4067  readonly isWestend: boolean;4068  readonly isRococo: boolean;4069  readonly isWococo: boolean;4070  readonly isEthereum: boolean;4071  readonly asEthereum: {4072    readonly chainId: Compact<u64>;4073  } & Struct;4074  readonly isBitcoinCore: boolean;4075  readonly isBitcoinCash: boolean;4076  readonly type: 'ByGenesis' | 'ByFork' | 'Polkadot' | 'Kusama' | 'Westend' | 'Rococo' | 'Wococo' | 'Ethereum' | 'BitcoinCore' | 'BitcoinCash';4077}40784079/** @name XcmV3Junctions */4080export interface XcmV3Junctions extends Enum {4081  readonly isHere: boolean;4082  readonly isX1: boolean;4083  readonly asX1: XcmV3Junction;4084  readonly isX2: boolean;4085  readonly asX2: ITuple<[XcmV3Junction, XcmV3Junction]>;4086  readonly isX3: boolean;4087  readonly asX3: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction]>;4088  readonly isX4: boolean;4089  readonly asX4: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>;4090  readonly isX5: boolean;4091  readonly asX5: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>;4092  readonly isX6: boolean;4093  readonly asX6: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>;4094  readonly isX7: boolean;4095  readonly asX7: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>;4096  readonly isX8: boolean;4097  readonly asX8: ITuple<[XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction, XcmV3Junction]>;4098  readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';4099}41004101/** @name XcmV3MaybeErrorCode */4102export interface XcmV3MaybeErrorCode extends Enum {4103  readonly isSuccess: boolean;4104  readonly isError: boolean;4105  readonly asError: Bytes;4106  readonly isTruncatedError: boolean;4107  readonly asTruncatedError: Bytes;4108  readonly type: 'Success' | 'Error' | 'TruncatedError';4109}41104111/** @name XcmV3MultiAsset */4112export interface XcmV3MultiAsset extends Struct {4113  readonly id: XcmV3MultiassetAssetId;4114  readonly fun: XcmV3MultiassetFungibility;4115}41164117/** @name XcmV3MultiassetAssetId */4118export interface XcmV3MultiassetAssetId extends Enum {4119  readonly isConcrete: boolean;4120  readonly asConcrete: XcmV3MultiLocation;4121  readonly isAbstract: boolean;4122  readonly asAbstract: U8aFixed;4123  readonly type: 'Concrete' | 'Abstract';4124}41254126/** @name XcmV3MultiassetAssetInstance */4127export interface XcmV3MultiassetAssetInstance extends Enum {4128  readonly isUndefined: boolean;4129  readonly isIndex: boolean;4130  readonly asIndex: Compact<u128>;4131  readonly isArray4: boolean;4132  readonly asArray4: U8aFixed;4133  readonly isArray8: boolean;4134  readonly asArray8: U8aFixed;4135  readonly isArray16: boolean;4136  readonly asArray16: U8aFixed;4137  readonly isArray32: boolean;4138  readonly asArray32: U8aFixed;4139  readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32';4140}41414142/** @name XcmV3MultiassetFungibility */4143export interface XcmV3MultiassetFungibility extends Enum {4144  readonly isFungible: boolean;4145  readonly asFungible: Compact<u128>;4146  readonly isNonFungible: boolean;4147  readonly asNonFungible: XcmV3MultiassetAssetInstance;4148  readonly type: 'Fungible' | 'NonFungible';4149}41504151/** @name XcmV3MultiassetMultiAssetFilter */4152export interface XcmV3MultiassetMultiAssetFilter extends Enum {4153  readonly isDefinite: boolean;4154  readonly asDefinite: XcmV3MultiassetMultiAssets;4155  readonly isWild: boolean;4156  readonly asWild: XcmV3MultiassetWildMultiAsset;4157  readonly type: 'Definite' | 'Wild';4158}41594160/** @name XcmV3MultiassetMultiAssets */4161export interface XcmV3MultiassetMultiAssets extends Vec<XcmV3MultiAsset> {}41624163/** @name XcmV3MultiassetWildFungibility */4164export interface XcmV3MultiassetWildFungibility extends Enum {4165  readonly isFungible: boolean;4166  readonly isNonFungible: boolean;4167  readonly type: 'Fungible' | 'NonFungible';4168}41694170/** @name XcmV3MultiassetWildMultiAsset */4171export interface XcmV3MultiassetWildMultiAsset extends Enum {4172  readonly isAll: boolean;4173  readonly isAllOf: boolean;4174  readonly asAllOf: {4175    readonly id: XcmV3MultiassetAssetId;4176    readonly fun: XcmV3MultiassetWildFungibility;4177  } & Struct;4178  readonly isAllCounted: boolean;4179  readonly asAllCounted: Compact<u32>;4180  readonly isAllOfCounted: boolean;4181  readonly asAllOfCounted: {4182    readonly id: XcmV3MultiassetAssetId;4183    readonly fun: XcmV3MultiassetWildFungibility;4184    readonly count: Compact<u32>;4185  } & Struct;4186  readonly type: 'All' | 'AllOf' | 'AllCounted' | 'AllOfCounted';4187}41884189/** @name XcmV3MultiLocation */4190export interface XcmV3MultiLocation extends Struct {4191  readonly parents: u8;4192  readonly interior: XcmV3Junctions;4193}41944195/** @name XcmV3PalletInfo */4196export interface XcmV3PalletInfo extends Struct {4197  readonly index: Compact<u32>;4198  readonly name: Bytes;4199  readonly moduleName: Bytes;4200  readonly major: Compact<u32>;4201  readonly minor: Compact<u32>;4202  readonly patch: Compact<u32>;4203}42044205/** @name XcmV3QueryResponseInfo */4206export interface XcmV3QueryResponseInfo extends Struct {4207  readonly destination: XcmV3MultiLocation;4208  readonly queryId: Compact<u64>;4209  readonly maxWeight: SpWeightsWeightV2Weight;4210}42114212/** @name XcmV3Response */4213export interface XcmV3Response extends Enum {4214  readonly isNull: boolean;4215  readonly isAssets: boolean;4216  readonly asAssets: XcmV3MultiassetMultiAssets;4217  readonly isExecutionResult: boolean;4218  readonly asExecutionResult: Option<ITuple<[u32, XcmV3TraitsError]>>;4219  readonly isVersion: boolean;4220  readonly asVersion: u32;4221  readonly isPalletsInfo: boolean;4222  readonly asPalletsInfo: Vec<XcmV3PalletInfo>;4223  readonly isDispatchResult: boolean;4224  readonly asDispatchResult: XcmV3MaybeErrorCode;4225  readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version' | 'PalletsInfo' | 'DispatchResult';4226}42274228/** @name XcmV3TraitsError */4229export interface XcmV3TraitsError extends Enum {4230  readonly isOverflow: boolean;4231  readonly isUnimplemented: boolean;4232  readonly isUntrustedReserveLocation: boolean;4233  readonly isUntrustedTeleportLocation: boolean;4234  readonly isLocationFull: boolean;4235  readonly isLocationNotInvertible: boolean;4236  readonly isBadOrigin: boolean;4237  readonly isInvalidLocation: boolean;4238  readonly isAssetNotFound: boolean;4239  readonly isFailedToTransactAsset: boolean;4240  readonly isNotWithdrawable: boolean;4241  readonly isLocationCannotHold: boolean;4242  readonly isExceedsMaxMessageSize: boolean;4243  readonly isDestinationUnsupported: boolean;4244  readonly isTransport: boolean;4245  readonly isUnroutable: boolean;4246  readonly isUnknownClaim: boolean;4247  readonly isFailedToDecode: boolean;4248  readonly isMaxWeightInvalid: boolean;4249  readonly isNotHoldingFees: boolean;4250  readonly isTooExpensive: boolean;4251  readonly isTrap: boolean;4252  readonly asTrap: u64;4253  readonly isExpectationFalse: boolean;4254  readonly isPalletNotFound: boolean;4255  readonly isNameMismatch: boolean;4256  readonly isVersionIncompatible: boolean;4257  readonly isHoldingWouldOverflow: boolean;4258  readonly isExportError: boolean;4259  readonly isReanchorFailed: boolean;4260  readonly isNoDeal: boolean;4261  readonly isFeesNotMet: boolean;4262  readonly isLockError: boolean;4263  readonly isNoPermission: boolean;4264  readonly isUnanchored: boolean;4265  readonly isNotDepositable: boolean;4266  readonly isUnhandledXcmVersion: boolean;4267  readonly isWeightLimitReached: boolean;4268  readonly asWeightLimitReached: SpWeightsWeightV2Weight;4269  readonly isBarrier: boolean;4270  readonly isWeightNotComputable: boolean;4271  readonly isExceedsStackLimit: boolean;4272  readonly type: 'Overflow' | 'Unimplemented' | 'UntrustedReserveLocation' | 'UntrustedTeleportLocation' | 'LocationFull' | 'LocationNotInvertible' | 'BadOrigin' | 'InvalidLocation' | 'AssetNotFound' | 'FailedToTransactAsset' | 'NotWithdrawable' | 'LocationCannotHold' | 'ExceedsMaxMessageSize' | 'DestinationUnsupported' | 'Transport' | 'Unroutable' | 'UnknownClaim' | 'FailedToDecode' | 'MaxWeightInvalid' | 'NotHoldingFees' | 'TooExpensive' | 'Trap' | 'ExpectationFalse' | 'PalletNotFound' | 'NameMismatch' | 'VersionIncompatible' | 'HoldingWouldOverflow' | 'ExportError' | 'ReanchorFailed' | 'NoDeal' | 'FeesNotMet' | 'LockError' | 'NoPermission' | 'Unanchored' | 'NotDepositable' | 'UnhandledXcmVersion' | 'WeightLimitReached' | 'Barrier' | 'WeightNotComputable' | 'ExceedsStackLimit';4273}42744275/** @name XcmV3TraitsOutcome */4276export interface XcmV3TraitsOutcome extends Enum {4277  readonly isComplete: boolean;4278  readonly asComplete: SpWeightsWeightV2Weight;4279  readonly isIncomplete: boolean;4280  readonly asIncomplete: ITuple<[SpWeightsWeightV2Weight, XcmV3TraitsError]>;4281  readonly isError: boolean;4282  readonly asError: XcmV3TraitsError;4283  readonly type: 'Complete' | 'Incomplete' | 'Error';4284}42854286/** @name XcmV3WeightLimit */4287export interface XcmV3WeightLimit extends Enum {4288  readonly isUnlimited: boolean;4289  readonly isLimited: boolean;4290  readonly asLimited: SpWeightsWeightV2Weight;4291  readonly type: 'Unlimited' | 'Limited';4292}42934294/** @name XcmV3Xcm */4295export interface XcmV3Xcm extends Vec<XcmV3Instruction> {}42964297/** @name XcmVersionedAssetId */4298export interface XcmVersionedAssetId extends Enum {4299  readonly isV3: boolean;4300  readonly asV3: XcmV3MultiassetAssetId;4301  readonly type: 'V3';4302}43034304/** @name XcmVersionedMultiAsset */4305export interface XcmVersionedMultiAsset extends Enum {4306  readonly isV2: boolean;4307  readonly asV2: XcmV2MultiAsset;4308  readonly isV3: boolean;4309  readonly asV3: XcmV3MultiAsset;4310  readonly type: 'V2' | 'V3';4311}43124313/** @name XcmVersionedMultiAssets */4314export interface XcmVersionedMultiAssets extends Enum {4315  readonly isV2: boolean;4316  readonly asV2: XcmV2MultiassetMultiAssets;4317  readonly isV3: boolean;4318  readonly asV3: XcmV3MultiassetMultiAssets;4319  readonly type: 'V2' | 'V3';4320}43214322/** @name XcmVersionedMultiLocation */4323export interface XcmVersionedMultiLocation extends Enum {4324  readonly isV2: boolean;4325  readonly asV2: XcmV2MultiLocation;4326  readonly isV3: boolean;4327  readonly asV3: XcmV3MultiLocation;4328  readonly type: 'V2' | 'V3';4329}43304331/** @name XcmVersionedResponse */4332export interface XcmVersionedResponse extends Enum {4333  readonly isV2: boolean;4334  readonly asV2: XcmV2Response;4335  readonly isV3: boolean;4336  readonly asV3: XcmV3Response;4337  readonly type: 'V2' | 'V3';4338}43394340/** @name XcmVersionedXcm */4341export interface XcmVersionedXcm extends Enum {4342  readonly isV2: boolean;4343  readonly asV2: XcmV2Xcm;4344  readonly isV3: boolean;4345  readonly asV3: XcmV3Xcm;4346  readonly type: 'V2' | 'V3';4347}43484349export type PHANTOM_DEFAULT = 'default';
modifiedtests/src/interfaces/lookup.tsdiffbeforeafterboth
--- a/tests/src/interfaces/lookup.ts
+++ b/tests/src/interfaces/lookup.ts
@@ -133,7 +133,8 @@
       Transactional: 'SpRuntimeTransactionalError',
       Exhausted: 'Null',
       Corruption: 'Null',
-      Unavailable: 'Null'
+      Unavailable: 'Null',
+      RootNotAllowed: 'Null'
     }
   },
   /**
@@ -147,7 +148,7 @@
    * Lookup27: sp_runtime::TokenError
    **/
   SpRuntimeTokenError: {
-    _enum: ['FundsUnavailable', 'OnlyProvider', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported', 'CannotCreateHold', 'NotExpendable']
+    _enum: ['FundsUnavailable', 'OnlyProvider', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported', 'CannotCreateHold', 'NotExpendable', 'Blocked']
   },
   /**
    * Lookup28: sp_arithmetic::ArithmeticError
@@ -162,8 +163,40 @@
     _enum: ['LimitReached', 'NoLayer']
   },
   /**
-   * Lookup30: cumulus_pallet_parachain_system::pallet::Event<T>
+   * Lookup30: pallet_state_trie_migration::pallet::Event<T>
    **/
+  PalletStateTrieMigrationEvent: {
+    _enum: {
+      Migrated: {
+        top: 'u32',
+        child: 'u32',
+        compute: 'PalletStateTrieMigrationMigrationCompute',
+      },
+      Slashed: {
+        who: 'AccountId32',
+        amount: 'u128',
+      },
+      AutoMigrationFinished: 'Null',
+      Halted: {
+        error: 'PalletStateTrieMigrationError'
+      }
+    }
+  },
+  /**
+   * Lookup31: pallet_state_trie_migration::pallet::MigrationCompute
+   **/
+  PalletStateTrieMigrationMigrationCompute: {
+    _enum: ['Signed', 'Auto']
+  },
+  /**
+   * Lookup32: pallet_state_trie_migration::pallet::Error<T>
+   **/
+  PalletStateTrieMigrationError: {
+    _enum: ['MaxSignedLimits', 'KeyTooLong', 'NotEnoughFunds', 'BadWitness', 'SignedMigrationNotAllowed', 'BadChildRoot']
+  },
+  /**
+   * Lookup33: cumulus_pallet_parachain_system::pallet::Event<T>
+   **/
   CumulusPalletParachainSystemEvent: {
     _enum: {
       ValidationFunctionStored: 'Null',
@@ -187,7 +220,7 @@
     }
   },
   /**
-   * Lookup32: pallet_collator_selection::pallet::Event<T>
+   * Lookup35: pallet_collator_selection::pallet::Event<T>
    **/
   PalletCollatorSelectionEvent: {
     _enum: {
@@ -214,7 +247,7 @@
     }
   },
   /**
-   * Lookup33: pallet_session::pallet::Event
+   * Lookup36: pallet_session::pallet::Event
    **/
   PalletSessionEvent: {
     _enum: {
@@ -224,7 +257,7 @@
     }
   },
   /**
-   * Lookup34: pallet_balances::pallet::Event<T, I>
+   * Lookup37: pallet_balances::pallet::Event<T, I>
    **/
   PalletBalancesEvent: {
     _enum: {
@@ -315,13 +348,13 @@
     }
   },
   /**
-   * Lookup35: frame_support::traits::tokens::misc::BalanceStatus
+   * Lookup38: frame_support::traits::tokens::misc::BalanceStatus
    **/
   FrameSupportTokensMiscBalanceStatus: {
     _enum: ['Free', 'Reserved']
   },
   /**
-   * Lookup36: pallet_transaction_payment::pallet::Event<T>
+   * Lookup39: pallet_transaction_payment::pallet::Event<T>
    **/
   PalletTransactionPaymentEvent: {
     _enum: {
@@ -333,7 +366,7 @@
     }
   },
   /**
-   * Lookup37: pallet_treasury::pallet::Event<T, I>
+   * Lookup40: pallet_treasury::pallet::Event<T, I>
    **/
   PalletTreasuryEvent: {
     _enum: {
@@ -373,7 +406,7 @@
     }
   },
   /**
-   * Lookup38: pallet_sudo::pallet::Event<T>
+   * Lookup41: pallet_sudo::pallet::Event<T>
    **/
   PalletSudoEvent: {
     _enum: {
@@ -389,7 +422,7 @@
     }
   },
   /**
-   * Lookup42: orml_vesting::module::Event<T>
+   * Lookup45: orml_vesting::module::Event<T>
    **/
   OrmlVestingModuleEvent: {
     _enum: {
@@ -408,7 +441,7 @@
     }
   },
   /**
-   * Lookup43: orml_vesting::VestingSchedule<BlockNumber, Balance>
+   * Lookup46: orml_vesting::VestingSchedule<BlockNumber, Balance>
    **/
   OrmlVestingVestingSchedule: {
     start: 'u32',
@@ -417,7 +450,7 @@
     perPeriod: 'Compact<u128>'
   },
   /**
-   * Lookup45: orml_xtokens::module::Event<T>
+   * Lookup48: orml_xtokens::module::Event<T>
    **/
   OrmlXtokensModuleEvent: {
     _enum: {
@@ -430,18 +463,18 @@
     }
   },
   /**
-   * Lookup46: xcm::v3::multiasset::MultiAssets
+   * Lookup49: xcm::v3::multiasset::MultiAssets
    **/
   XcmV3MultiassetMultiAssets: 'Vec<XcmV3MultiAsset>',
   /**
-   * Lookup48: xcm::v3::multiasset::MultiAsset
+   * Lookup51: xcm::v3::multiasset::MultiAsset
    **/
   XcmV3MultiAsset: {
     id: 'XcmV3MultiassetAssetId',
     fun: 'XcmV3MultiassetFungibility'
   },
   /**
-   * Lookup49: xcm::v3::multiasset::AssetId
+   * Lookup52: xcm::v3::multiasset::AssetId
    **/
   XcmV3MultiassetAssetId: {
     _enum: {
@@ -450,14 +483,14 @@
     }
   },
   /**
-   * Lookup50: xcm::v3::multilocation::MultiLocation
+   * Lookup53: xcm::v3::multilocation::MultiLocation
    **/
   XcmV3MultiLocation: {
     parents: 'u8',
     interior: 'XcmV3Junctions'
   },
   /**
-   * Lookup51: xcm::v3::junctions::Junctions
+   * Lookup54: xcm::v3::junctions::Junctions
    **/
   XcmV3Junctions: {
     _enum: {
@@ -473,7 +506,7 @@
     }
   },
   /**
-   * Lookup52: xcm::v3::junction::Junction
+   * Lookup55: xcm::v3::junction::Junction
    **/
   XcmV3Junction: {
     _enum: {
@@ -505,7 +538,7 @@
     }
   },
   /**
-   * Lookup55: xcm::v3::junction::NetworkId
+   * Lookup58: xcm::v3::junction::NetworkId
    **/
   XcmV3JunctionNetworkId: {
     _enum: {
@@ -527,7 +560,7 @@
     }
   },
   /**
-   * Lookup57: xcm::v3::junction::BodyId
+   * Lookup60: xcm::v3::junction::BodyId
    **/
   XcmV3JunctionBodyId: {
     _enum: {
@@ -544,7 +577,7 @@
     }
   },
   /**
-   * Lookup58: xcm::v3::junction::BodyPart
+   * Lookup61: xcm::v3::junction::BodyPart
    **/
   XcmV3JunctionBodyPart: {
     _enum: {
@@ -567,7 +600,7 @@
     }
   },
   /**
-   * Lookup59: xcm::v3::multiasset::Fungibility
+   * Lookup62: xcm::v3::multiasset::Fungibility
    **/
   XcmV3MultiassetFungibility: {
     _enum: {
@@ -576,7 +609,7 @@
     }
   },
   /**
-   * Lookup60: xcm::v3::multiasset::AssetInstance
+   * Lookup63: xcm::v3::multiasset::AssetInstance
    **/
   XcmV3MultiassetAssetInstance: {
     _enum: {
@@ -589,7 +622,7 @@
     }
   },
   /**
-   * Lookup63: orml_tokens::module::Event<T>
+   * Lookup66: orml_tokens::module::Event<T>
    **/
   OrmlTokensModuleEvent: {
     _enum: {
@@ -676,7 +709,7 @@
     }
   },
   /**
-   * Lookup64: pallet_foreign_assets::AssetIds
+   * Lookup67: pallet_foreign_assets::AssetIds
    **/
   PalletForeignAssetsAssetIds: {
     _enum: {
@@ -685,13 +718,13 @@
     }
   },
   /**
-   * Lookup65: pallet_foreign_assets::NativeCurrency
+   * Lookup68: pallet_foreign_assets::NativeCurrency
    **/
   PalletForeignAssetsNativeCurrency: {
     _enum: ['Here', 'Parent']
   },
   /**
-   * Lookup66: pallet_identity::pallet::Event<T>
+   * Lookup69: pallet_identity::pallet::Event<T>
    **/
   PalletIdentityEvent: {
     _enum: {
@@ -748,7 +781,7 @@
     }
   },
   /**
-   * Lookup67: pallet_preimage::pallet::Event<T>
+   * Lookup70: pallet_preimage::pallet::Event<T>
    **/
   PalletPreimageEvent: {
     _enum: {
@@ -773,7 +806,7 @@
     }
   },
   /**
-   * Lookup68: cumulus_pallet_xcmp_queue::pallet::Event<T>
+   * Lookup71: cumulus_pallet_xcmp_queue::pallet::Event<T>
    **/
   CumulusPalletXcmpQueueEvent: {
     _enum: {
@@ -808,7 +841,7 @@
     }
   },
   /**
-   * Lookup69: xcm::v3::traits::Error
+   * Lookup72: xcm::v3::traits::Error
    **/
   XcmV3TraitsError: {
     _enum: {
@@ -855,7 +888,7 @@
     }
   },
   /**
-   * Lookup71: pallet_xcm::pallet::Event<T>
+   * Lookup74: pallet_xcm::pallet::Event<T>
    **/
   PalletXcmEvent: {
     _enum: {
@@ -885,7 +918,7 @@
     }
   },
   /**
-   * Lookup72: xcm::v3::traits::Outcome
+   * Lookup75: xcm::v3::traits::Outcome
    **/
   XcmV3TraitsOutcome: {
     _enum: {
@@ -895,11 +928,11 @@
     }
   },
   /**
-   * Lookup73: xcm::v3::Xcm<Call>
+   * Lookup76: xcm::v3::Xcm<Call>
    **/
   XcmV3Xcm: 'Vec<XcmV3Instruction>',
   /**
-   * Lookup75: xcm::v3::Instruction<Call>
+   * Lookup78: xcm::v3::Instruction<Call>
    **/
   XcmV3Instruction: {
     _enum: {
@@ -1041,7 +1074,7 @@
     }
   },
   /**
-   * Lookup76: xcm::v3::Response
+   * Lookup79: xcm::v3::Response
    **/
   XcmV3Response: {
     _enum: {
@@ -1054,7 +1087,7 @@
     }
   },
   /**
-   * Lookup80: xcm::v3::PalletInfo
+   * Lookup83: xcm::v3::PalletInfo
    **/
   XcmV3PalletInfo: {
     index: 'Compact<u32>',
@@ -1065,7 +1098,7 @@
     patch: 'Compact<u32>'
   },
   /**
-   * Lookup83: xcm::v3::MaybeErrorCode
+   * Lookup86: xcm::v3::MaybeErrorCode
    **/
   XcmV3MaybeErrorCode: {
     _enum: {
@@ -1075,19 +1108,19 @@
     }
   },
   /**
-   * Lookup86: xcm::v2::OriginKind
+   * Lookup89: xcm::v2::OriginKind
    **/
   XcmV2OriginKind: {
     _enum: ['Native', 'SovereignAccount', 'Superuser', 'Xcm']
   },
   /**
-   * Lookup87: xcm::double_encoded::DoubleEncoded<T>
+   * Lookup90: xcm::double_encoded::DoubleEncoded<T>
    **/
   XcmDoubleEncoded: {
     encoded: 'Bytes'
   },
   /**
-   * Lookup88: xcm::v3::QueryResponseInfo
+   * Lookup91: xcm::v3::QueryResponseInfo
    **/
   XcmV3QueryResponseInfo: {
     destination: 'XcmV3MultiLocation',
@@ -1095,7 +1128,7 @@
     maxWeight: 'SpWeightsWeightV2Weight'
   },
   /**
-   * Lookup89: xcm::v3::multiasset::MultiAssetFilter
+   * Lookup92: xcm::v3::multiasset::MultiAssetFilter
    **/
   XcmV3MultiassetMultiAssetFilter: {
     _enum: {
@@ -1104,7 +1137,7 @@
     }
   },
   /**
-   * Lookup90: xcm::v3::multiasset::WildMultiAsset
+   * Lookup93: xcm::v3::multiasset::WildMultiAsset
    **/
   XcmV3MultiassetWildMultiAsset: {
     _enum: {
@@ -1122,13 +1155,13 @@
     }
   },
   /**
-   * Lookup91: xcm::v3::multiasset::WildFungibility
+   * Lookup94: xcm::v3::multiasset::WildFungibility
    **/
   XcmV3MultiassetWildFungibility: {
     _enum: ['Fungible', 'NonFungible']
   },
   /**
-   * Lookup93: xcm::v3::WeightLimit
+   * Lookup96: xcm::v3::WeightLimit
    **/
   XcmV3WeightLimit: {
     _enum: {
@@ -1137,7 +1170,7 @@
     }
   },
   /**
-   * Lookup94: xcm::VersionedMultiAssets
+   * Lookup97: xcm::VersionedMultiAssets
    **/
   XcmVersionedMultiAssets: {
     _enum: {
@@ -1148,18 +1181,18 @@
     }
   },
   /**
-   * Lookup95: xcm::v2::multiasset::MultiAssets
+   * Lookup98: xcm::v2::multiasset::MultiAssets
    **/
   XcmV2MultiassetMultiAssets: 'Vec<XcmV2MultiAsset>',
   /**
-   * Lookup97: xcm::v2::multiasset::MultiAsset
+   * Lookup100: xcm::v2::multiasset::MultiAsset
    **/
   XcmV2MultiAsset: {
     id: 'XcmV2MultiassetAssetId',
     fun: 'XcmV2MultiassetFungibility'
   },
   /**
-   * Lookup98: xcm::v2::multiasset::AssetId
+   * Lookup101: xcm::v2::multiasset::AssetId
    **/
   XcmV2MultiassetAssetId: {
     _enum: {
@@ -1168,14 +1201,14 @@
     }
   },
   /**
-   * Lookup99: xcm::v2::multilocation::MultiLocation
+   * Lookup102: xcm::v2::multilocation::MultiLocation
    **/
   XcmV2MultiLocation: {
     parents: 'u8',
     interior: 'XcmV2MultilocationJunctions'
   },
   /**
-   * Lookup100: xcm::v2::multilocation::Junctions
+   * Lookup103: xcm::v2::multilocation::Junctions
    **/
   XcmV2MultilocationJunctions: {
     _enum: {
@@ -1191,7 +1224,7 @@
     }
   },
   /**
-   * Lookup101: xcm::v2::junction::Junction
+   * Lookup104: xcm::v2::junction::Junction
    **/
   XcmV2Junction: {
     _enum: {
@@ -1219,7 +1252,7 @@
     }
   },
   /**
-   * Lookup102: xcm::v2::NetworkId
+   * Lookup105: xcm::v2::NetworkId
    **/
   XcmV2NetworkId: {
     _enum: {
@@ -1230,7 +1263,7 @@
     }
   },
   /**
-   * Lookup104: xcm::v2::BodyId
+   * Lookup107: xcm::v2::BodyId
    **/
   XcmV2BodyId: {
     _enum: {
@@ -1247,7 +1280,7 @@
     }
   },
   /**
-   * Lookup105: xcm::v2::BodyPart
+   * Lookup108: xcm::v2::BodyPart
    **/
   XcmV2BodyPart: {
     _enum: {
@@ -1270,7 +1303,7 @@
     }
   },
   /**
-   * Lookup106: xcm::v2::multiasset::Fungibility
+   * Lookup109: xcm::v2::multiasset::Fungibility
    **/
   XcmV2MultiassetFungibility: {
     _enum: {
@@ -1279,7 +1312,7 @@
     }
   },
   /**
-   * Lookup107: xcm::v2::multiasset::AssetInstance
+   * Lookup110: xcm::v2::multiasset::AssetInstance
    **/
   XcmV2MultiassetAssetInstance: {
     _enum: {
@@ -1293,7 +1326,7 @@
     }
   },
   /**
-   * Lookup108: xcm::VersionedMultiLocation
+   * Lookup111: xcm::VersionedMultiLocation
    **/
   XcmVersionedMultiLocation: {
     _enum: {
@@ -1304,7 +1337,7 @@
     }
   },
   /**
-   * Lookup109: cumulus_pallet_xcm::pallet::Event<T>
+   * Lookup112: cumulus_pallet_xcm::pallet::Event<T>
    **/
   CumulusPalletXcmEvent: {
     _enum: {
@@ -1314,7 +1347,7 @@
     }
   },
   /**
-   * Lookup110: cumulus_pallet_dmp_queue::pallet::Event<T>
+   * Lookup113: cumulus_pallet_dmp_queue::pallet::Event<T>
    **/
   CumulusPalletDmpQueueEvent: {
     _enum: {
@@ -1348,7 +1381,7 @@
     }
   },
   /**
-   * Lookup111: pallet_configuration::pallet::Event<T>
+   * Lookup114: pallet_configuration::pallet::Event<T>
    **/
   PalletConfigurationEvent: {
     _enum: {
@@ -1364,7 +1397,7 @@
     }
   },
   /**
-   * Lookup114: pallet_common::pallet::Event<T>
+   * Lookup117: pallet_common::pallet::Event<T>
    **/
   PalletCommonEvent: {
     _enum: {
@@ -1393,7 +1426,7 @@
     }
   },
   /**
-   * Lookup117: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>
+   * Lookup120: pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>
    **/
   PalletEvmAccountBasicCrossAccountIdRepr: {
     _enum: {
@@ -1402,7 +1435,7 @@
     }
   },
   /**
-   * Lookup120: pallet_structure::pallet::Event<T>
+   * Lookup123: pallet_structure::pallet::Event<T>
    **/
   PalletStructureEvent: {
     _enum: {
@@ -1410,7 +1443,7 @@
     }
   },
   /**
-   * Lookup121: pallet_app_promotion::pallet::Event<T>
+   * Lookup124: pallet_app_promotion::pallet::Event<T>
    **/
   PalletAppPromotionEvent: {
     _enum: {
@@ -1421,7 +1454,7 @@
     }
   },
   /**
-   * Lookup122: pallet_foreign_assets::module::Event<T>
+   * Lookup125: pallet_foreign_assets::module::Event<T>
    **/
   PalletForeignAssetsModuleEvent: {
     _enum: {
@@ -1446,7 +1479,7 @@
     }
   },
   /**
-   * Lookup123: pallet_foreign_assets::module::AssetMetadata<Balance>
+   * Lookup126: pallet_foreign_assets::module::AssetMetadata<Balance>
    **/
   PalletForeignAssetsModuleAssetMetadata: {
     name: 'Bytes',
@@ -1455,7 +1488,7 @@
     minimalBalance: 'u128'
   },
   /**
-   * Lookup126: pallet_evm::pallet::Event<T>
+   * Lookup129: pallet_evm::pallet::Event<T>
    **/
   PalletEvmEvent: {
     _enum: {
@@ -1477,7 +1510,7 @@
     }
   },
   /**
-   * Lookup127: ethereum::log::Log
+   * Lookup130: ethereum::log::Log
    **/
   EthereumLog: {
     address: 'H160',
@@ -1485,7 +1518,7 @@
     data: 'Bytes'
   },
   /**
-   * Lookup129: pallet_ethereum::pallet::Event
+   * Lookup132: pallet_ethereum::pallet::Event
    **/
   PalletEthereumEvent: {
     _enum: {
@@ -1499,7 +1532,7 @@
     }
   },
   /**
-   * Lookup130: evm_core::error::ExitReason
+   * Lookup133: evm_core::error::ExitReason
    **/
   EvmCoreErrorExitReason: {
     _enum: {
@@ -1510,13 +1543,13 @@
     }
   },
   /**
-   * Lookup131: evm_core::error::ExitSucceed
+   * Lookup134: evm_core::error::ExitSucceed
    **/
   EvmCoreErrorExitSucceed: {
     _enum: ['Stopped', 'Returned', 'Suicided']
   },
   /**
-   * Lookup132: evm_core::error::ExitError
+   * Lookup135: evm_core::error::ExitError
    **/
   EvmCoreErrorExitError: {
     _enum: {
@@ -1534,18 +1567,18 @@
       PCUnderflow: 'Null',
       CreateEmpty: 'Null',
       Other: 'Text',
-      __Unused14: 'Null',
+      MaxNonce: 'Null',
       InvalidCode: 'u8'
     }
   },
   /**
-   * Lookup136: evm_core::error::ExitRevert
+   * Lookup139: evm_core::error::ExitRevert
    **/
   EvmCoreErrorExitRevert: {
     _enum: ['Reverted']
   },
   /**
-   * Lookup137: evm_core::error::ExitFatal
+   * Lookup140: evm_core::error::ExitFatal
    **/
   EvmCoreErrorExitFatal: {
     _enum: {
@@ -1556,7 +1589,7 @@
     }
   },
   /**
-   * Lookup138: pallet_evm_contract_helpers::pallet::Event<T>
+   * Lookup141: pallet_evm_contract_helpers::pallet::Event<T>
    **/
   PalletEvmContractHelpersEvent: {
     _enum: {
@@ -1566,25 +1599,25 @@
     }
   },
   /**
-   * Lookup139: pallet_evm_migration::pallet::Event<T>
+   * Lookup142: pallet_evm_migration::pallet::Event<T>
    **/
   PalletEvmMigrationEvent: {
     _enum: ['TestEvent']
   },
   /**
-   * Lookup140: pallet_maintenance::pallet::Event<T>
+   * Lookup143: pallet_maintenance::pallet::Event<T>
    **/
   PalletMaintenanceEvent: {
     _enum: ['MaintenanceEnabled', 'MaintenanceDisabled']
   },
   /**
-   * Lookup141: pallet_test_utils::pallet::Event<T>
+   * Lookup144: pallet_test_utils::pallet::Event<T>
    **/
   PalletTestUtilsEvent: {
     _enum: ['ValueIsSet', 'ShouldRollback', 'BatchCompleted']
   },
   /**
-   * Lookup142: frame_system::Phase
+   * Lookup145: frame_system::Phase
    **/
   FrameSystemPhase: {
     _enum: {
@@ -1594,14 +1627,14 @@
     }
   },
   /**
-   * Lookup145: frame_system::LastRuntimeUpgradeInfo
+   * Lookup148: frame_system::LastRuntimeUpgradeInfo
    **/
   FrameSystemLastRuntimeUpgradeInfo: {
     specVersion: 'Compact<u32>',
     specName: 'Text'
   },
   /**
-   * Lookup146: frame_system::pallet::Call<T>
+   * Lookup149: frame_system::pallet::Call<T>
    **/
   FrameSystemCall: {
     _enum: {
@@ -1636,7 +1669,7 @@
     }
   },
   /**
-   * Lookup150: frame_system::limits::BlockWeights
+   * Lookup153: frame_system::limits::BlockWeights
    **/
   FrameSystemLimitsBlockWeights: {
     baseBlock: 'SpWeightsWeightV2Weight',
@@ -1644,7 +1677,7 @@
     perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
   },
   /**
-   * Lookup151: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
+   * Lookup154: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
    **/
   FrameSupportDispatchPerDispatchClassWeightsPerClass: {
     normal: 'FrameSystemLimitsWeightsPerClass',
@@ -1652,7 +1685,7 @@
     mandatory: 'FrameSystemLimitsWeightsPerClass'
   },
   /**
-   * Lookup152: frame_system::limits::WeightsPerClass
+   * Lookup155: frame_system::limits::WeightsPerClass
    **/
   FrameSystemLimitsWeightsPerClass: {
     baseExtrinsic: 'SpWeightsWeightV2Weight',
@@ -1661,13 +1694,13 @@
     reserved: 'Option<SpWeightsWeightV2Weight>'
   },
   /**
-   * Lookup154: frame_system::limits::BlockLength
+   * Lookup157: frame_system::limits::BlockLength
    **/
   FrameSystemLimitsBlockLength: {
     max: 'FrameSupportDispatchPerDispatchClassU32'
   },
   /**
-   * Lookup155: frame_support::dispatch::PerDispatchClass<T>
+   * Lookup158: frame_support::dispatch::PerDispatchClass<T>
    **/
   FrameSupportDispatchPerDispatchClassU32: {
     normal: 'u32',
@@ -1675,14 +1708,14 @@
     mandatory: 'u32'
   },
   /**
-   * Lookup156: sp_weights::RuntimeDbWeight
+   * Lookup159: sp_weights::RuntimeDbWeight
    **/
   SpWeightsRuntimeDbWeight: {
     read: 'u64',
     write: 'u64'
   },
   /**
-   * Lookup157: sp_version::RuntimeVersion
+   * Lookup160: sp_version::RuntimeVersion
    **/
   SpVersionRuntimeVersion: {
     specName: 'Text',
@@ -1695,14 +1728,81 @@
     stateVersion: 'u8'
   },
   /**
-   * Lookup162: frame_system::pallet::Error<T>
+   * Lookup165: frame_system::pallet::Error<T>
    **/
   FrameSystemError: {
     _enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']
   },
   /**
-   * Lookup163: polkadot_primitives::v4::PersistedValidationData<primitive_types::H256, N>
+   * Lookup166: pallet_state_trie_migration::pallet::MigrationTask<T>
+   **/
+  PalletStateTrieMigrationMigrationTask: {
+    _alias: {
+      size_: 'size'
+    },
+    progressTop: 'PalletStateTrieMigrationProgress',
+    progressChild: 'PalletStateTrieMigrationProgress',
+    size_: 'u32',
+    topItems: 'u32',
+    childItems: 'u32'
+  },
+  /**
+   * Lookup167: pallet_state_trie_migration::pallet::Progress<MaxKeyLen>
    **/
+  PalletStateTrieMigrationProgress: {
+    _enum: {
+      ToStart: 'Null',
+      LastKey: 'Bytes',
+      Complete: 'Null'
+    }
+  },
+  /**
+   * Lookup170: pallet_state_trie_migration::pallet::MigrationLimits
+   **/
+  PalletStateTrieMigrationMigrationLimits: {
+    _alias: {
+      size_: 'size'
+    },
+    size_: 'u32',
+    item: 'u32'
+  },
+  /**
+   * Lookup171: pallet_state_trie_migration::pallet::Call<T>
+   **/
+  PalletStateTrieMigrationCall: {
+    _enum: {
+      control_auto_migration: {
+        maybeConfig: 'Option<PalletStateTrieMigrationMigrationLimits>',
+      },
+      continue_migrate: {
+        limits: 'PalletStateTrieMigrationMigrationLimits',
+        realSizeUpper: 'u32',
+        witnessTask: 'PalletStateTrieMigrationMigrationTask',
+      },
+      migrate_custom_top: {
+        _alias: {
+          keys_: 'keys',
+        },
+        keys_: 'Vec<Bytes>',
+        witnessSize: 'u32',
+      },
+      migrate_custom_child: {
+        root: 'Bytes',
+        childKeys: 'Vec<Bytes>',
+        totalSize: 'u32',
+      },
+      set_signed_max_limits: {
+        limits: 'PalletStateTrieMigrationMigrationLimits',
+      },
+      force_set_progress: {
+        progressTop: 'PalletStateTrieMigrationProgress',
+        progressChild: 'PalletStateTrieMigrationProgress'
+      }
+    }
+  },
+  /**
+   * Lookup172: polkadot_primitives::v4::PersistedValidationData<primitive_types::H256, N>
+   **/
   PolkadotPrimitivesV4PersistedValidationData: {
     parentHead: 'Bytes',
     relayParentNumber: 'u32',
@@ -1710,29 +1810,36 @@
     maxPovSize: 'u32'
   },
   /**
-   * Lookup166: polkadot_primitives::v4::UpgradeRestriction
+   * Lookup175: polkadot_primitives::v4::UpgradeRestriction
    **/
   PolkadotPrimitivesV4UpgradeRestriction: {
     _enum: ['Present']
   },
   /**
-   * Lookup167: sp_trie::storage_proof::StorageProof
+   * Lookup176: sp_trie::storage_proof::StorageProof
    **/
   SpTrieStorageProof: {
     trieNodes: 'BTreeSet<Bytes>'
   },
   /**
-   * Lookup169: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
+   * Lookup178: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
    **/
   CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {
     dmqMqcHead: 'H256',
-    relayDispatchQueueSize: '(u32,u32)',
+    relayDispatchQueueSize: 'CumulusPalletParachainSystemRelayStateSnapshotRelayDispachQueueSize',
     ingressChannels: 'Vec<(u32,PolkadotPrimitivesV4AbridgedHrmpChannel)>',
     egressChannels: 'Vec<(u32,PolkadotPrimitivesV4AbridgedHrmpChannel)>'
   },
   /**
-   * Lookup172: polkadot_primitives::v4::AbridgedHrmpChannel
+   * Lookup179: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispachQueueSize
    **/
+  CumulusPalletParachainSystemRelayStateSnapshotRelayDispachQueueSize: {
+    remainingCount: 'u32',
+    remainingSize: 'u32'
+  },
+  /**
+   * Lookup182: polkadot_primitives::v4::AbridgedHrmpChannel
+   **/
   PolkadotPrimitivesV4AbridgedHrmpChannel: {
     maxCapacity: 'u32',
     maxTotalSize: 'u32',
@@ -1742,7 +1849,7 @@
     mqcHead: 'Option<H256>'
   },
   /**
-   * Lookup174: polkadot_primitives::v4::AbridgedHostConfiguration
+   * Lookup184: polkadot_primitives::v4::AbridgedHostConfiguration
    **/
   PolkadotPrimitivesV4AbridgedHostConfiguration: {
     maxCodeSize: 'u32',
@@ -1756,21 +1863,21 @@
     validationUpgradeDelay: 'u32'
   },
   /**
-   * Lookup180: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>
+   * Lookup190: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain::primitives::Id>
    **/
   PolkadotCorePrimitivesOutboundHrmpMessage: {
     recipient: 'u32',
     data: 'Bytes'
   },
   /**
-   * Lookup181: cumulus_pallet_parachain_system::CodeUpgradeAuthorization<T>
+   * Lookup191: cumulus_pallet_parachain_system::CodeUpgradeAuthorization<T>
    **/
   CumulusPalletParachainSystemCodeUpgradeAuthorization: {
     codeHash: 'H256',
     checkVersion: 'bool'
   },
   /**
-   * Lookup182: cumulus_pallet_parachain_system::pallet::Call<T>
+   * Lookup192: cumulus_pallet_parachain_system::pallet::Call<T>
    **/
   CumulusPalletParachainSystemCall: {
     _enum: {
@@ -1790,7 +1897,7 @@
     }
   },
   /**
-   * Lookup183: cumulus_primitives_parachain_inherent::ParachainInherentData
+   * Lookup193: cumulus_primitives_parachain_inherent::ParachainInherentData
    **/
   CumulusPrimitivesParachainInherentParachainInherentData: {
     validationData: 'PolkadotPrimitivesV4PersistedValidationData',
@@ -1799,31 +1906,31 @@
     horizontalMessages: 'BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>'
   },
   /**
-   * Lookup185: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
+   * Lookup195: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
    **/
   PolkadotCorePrimitivesInboundDownwardMessage: {
     sentAt: 'u32',
     msg: 'Bytes'
   },
   /**
-   * Lookup188: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
+   * Lookup198: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
    **/
   PolkadotCorePrimitivesInboundHrmpMessage: {
     sentAt: 'u32',
     data: 'Bytes'
   },
   /**
-   * Lookup191: cumulus_pallet_parachain_system::pallet::Error<T>
+   * Lookup201: cumulus_pallet_parachain_system::pallet::Error<T>
    **/
   CumulusPalletParachainSystemError: {
     _enum: ['OverlappingUpgrades', 'ProhibitedByPolkadot', 'TooBig', 'ValidationDataNotAvailable', 'HostConfigurationNotAvailable', 'NotScheduled', 'NothingAuthorized', 'Unauthorized']
   },
   /**
-   * Lookup192: parachain_info::pallet::Call<T>
+   * Lookup202: parachain_info::pallet::Call<T>
    **/
   ParachainInfoCall: 'Null',
   /**
-   * Lookup195: pallet_collator_selection::pallet::Call<T>
+   * Lookup205: pallet_collator_selection::pallet::Call<T>
    **/
   PalletCollatorSelectionCall: {
     _enum: {
@@ -1846,31 +1953,31 @@
     }
   },
   /**
-   * Lookup196: pallet_collator_selection::pallet::Error<T>
+   * Lookup206: pallet_collator_selection::pallet::Error<T>
    **/
   PalletCollatorSelectionError: {
     _enum: ['TooManyCandidates', 'Unknown', 'Permission', 'AlreadyHoldingLicense', 'NoLicense', 'AlreadyCandidate', 'NotCandidate', 'TooManyInvulnerables', 'TooFewInvulnerables', 'AlreadyInvulnerable', 'NotInvulnerable', 'NoAssociatedValidatorId', 'ValidatorNotRegistered']
   },
   /**
-   * Lookup199: opal_runtime::runtime_common::SessionKeys
+   * Lookup209: opal_runtime::runtime_common::SessionKeys
    **/
   OpalRuntimeRuntimeCommonSessionKeys: {
     aura: 'SpConsensusAuraSr25519AppSr25519Public'
   },
   /**
-   * Lookup200: sp_consensus_aura::sr25519::app_sr25519::Public
+   * Lookup210: sp_consensus_aura::sr25519::app_sr25519::Public
    **/
   SpConsensusAuraSr25519AppSr25519Public: 'SpCoreSr25519Public',
   /**
-   * Lookup201: sp_core::sr25519::Public
+   * Lookup211: sp_core::sr25519::Public
    **/
   SpCoreSr25519Public: '[u8;32]',
   /**
-   * Lookup204: sp_core::crypto::KeyTypeId
+   * Lookup214: sp_core::crypto::KeyTypeId
    **/
   SpCoreCryptoKeyTypeId: '[u8;4]',
   /**
-   * Lookup205: pallet_session::pallet::Call<T>
+   * Lookup215: pallet_session::pallet::Call<T>
    **/
   PalletSessionCall: {
     _enum: {
@@ -1885,13 +1992,13 @@
     }
   },
   /**
-   * Lookup206: pallet_session::pallet::Error<T>
+   * Lookup216: pallet_session::pallet::Error<T>
    **/
   PalletSessionError: {
     _enum: ['InvalidProof', 'NoAssociatedValidatorId', 'DuplicatedKey', 'NoKeys', 'NoAccount']
   },
   /**
-   * Lookup211: pallet_balances::types::BalanceLock<Balance>
+   * Lookup221: pallet_balances::types::BalanceLock<Balance>
    **/
   PalletBalancesBalanceLock: {
     id: '[u8;8]',
@@ -1899,27 +2006,27 @@
     reasons: 'PalletBalancesReasons'
   },
   /**
-   * Lookup212: pallet_balances::types::Reasons
+   * Lookup222: pallet_balances::types::Reasons
    **/
   PalletBalancesReasons: {
     _enum: ['Fee', 'Misc', 'All']
   },
   /**
-   * Lookup215: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
+   * Lookup225: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
    **/
   PalletBalancesReserveData: {
     id: '[u8;16]',
     amount: 'u128'
   },
   /**
-   * Lookup218: pallet_balances::types::IdAmount<Id, Balance>
+   * Lookup228: pallet_balances::types::IdAmount<Id, Balance>
    **/
   PalletBalancesIdAmount: {
     id: '[u8;16]',
     amount: 'u128'
   },
   /**
-   * Lookup220: pallet_balances::pallet::Call<T, I>
+   * Lookup231: pallet_balances::pallet::Call<T, I>
    **/
   PalletBalancesCall: {
     _enum: {
@@ -1963,13 +2070,13 @@
     }
   },
   /**
-   * Lookup223: pallet_balances::pallet::Error<T, I>
+   * Lookup234: pallet_balances::pallet::Error<T, I>
    **/
   PalletBalancesError: {
     _enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'Expendability', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves', 'TooManyHolds', 'TooManyFreezes']
   },
   /**
-   * Lookup224: pallet_timestamp::pallet::Call<T>
+   * Lookup235: pallet_timestamp::pallet::Call<T>
    **/
   PalletTimestampCall: {
     _enum: {
@@ -1979,13 +2086,13 @@
     }
   },
   /**
-   * Lookup226: pallet_transaction_payment::Releases
+   * Lookup237: pallet_transaction_payment::Releases
    **/
   PalletTransactionPaymentReleases: {
     _enum: ['V1Ancient', 'V2']
   },
   /**
-   * Lookup227: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
+   * Lookup238: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
    **/
   PalletTreasuryProposal: {
     proposer: 'AccountId32',
@@ -1994,7 +2101,7 @@
     bond: 'u128'
   },
   /**
-   * Lookup229: pallet_treasury::pallet::Call<T, I>
+   * Lookup240: pallet_treasury::pallet::Call<T, I>
    **/
   PalletTreasuryCall: {
     _enum: {
@@ -2018,17 +2125,17 @@
     }
   },
   /**
-   * Lookup231: frame_support::PalletId
+   * Lookup242: frame_support::PalletId
    **/
   FrameSupportPalletId: '[u8;8]',
   /**
-   * Lookup232: pallet_treasury::pallet::Error<T, I>
+   * Lookup243: pallet_treasury::pallet::Error<T, I>
    **/
   PalletTreasuryError: {
     _enum: ['InsufficientProposersBalance', 'InvalidIndex', 'TooManyApprovals', 'InsufficientPermission', 'ProposalNotApproved']
   },
   /**
-   * Lookup233: pallet_sudo::pallet::Call<T>
+   * Lookup244: pallet_sudo::pallet::Call<T>
    **/
   PalletSudoCall: {
     _enum: {
@@ -2052,7 +2159,7 @@
     }
   },
   /**
-   * Lookup235: orml_vesting::module::Call<T>
+   * Lookup246: orml_vesting::module::Call<T>
    **/
   OrmlVestingModuleCall: {
     _enum: {
@@ -2071,7 +2178,7 @@
     }
   },
   /**
-   * Lookup237: orml_xtokens::module::Call<T>
+   * Lookup248: orml_xtokens::module::Call<T>
    **/
   OrmlXtokensModuleCall: {
     _enum: {
@@ -2114,7 +2221,7 @@
     }
   },
   /**
-   * Lookup238: xcm::VersionedMultiAsset
+   * Lookup249: xcm::VersionedMultiAsset
    **/
   XcmVersionedMultiAsset: {
     _enum: {
@@ -2125,7 +2232,7 @@
     }
   },
   /**
-   * Lookup241: orml_tokens::module::Call<T>
+   * Lookup252: orml_tokens::module::Call<T>
    **/
   OrmlTokensModuleCall: {
     _enum: {
@@ -2159,7 +2266,7 @@
     }
   },
   /**
-   * Lookup242: pallet_identity::pallet::Call<T>
+   * Lookup253: pallet_identity::pallet::Call<T>
    **/
   PalletIdentityCall: {
     _enum: {
@@ -2228,7 +2335,7 @@
     }
   },
   /**
-   * Lookup243: pallet_identity::types::IdentityInfo<FieldLimit>
+   * Lookup254: pallet_identity::types::IdentityInfo<FieldLimit>
    **/
   PalletIdentityIdentityInfo: {
     additional: 'Vec<(Data,Data)>',
@@ -2242,7 +2349,7 @@
     twitter: 'Data'
   },
   /**
-   * Lookup279: pallet_identity::types::BitFlags<pallet_identity::types::IdentityField>
+   * Lookup290: pallet_identity::types::BitFlags<pallet_identity::types::IdentityField>
    **/
   PalletIdentityBitFlags: {
     _bitLength: 64,
@@ -2256,13 +2363,13 @@
     Twitter: 128
   },
   /**
-   * Lookup280: pallet_identity::types::IdentityField
+   * Lookup291: pallet_identity::types::IdentityField
    **/
   PalletIdentityIdentityField: {
     _enum: ['__Unused0', 'Display', 'Legal', '__Unused3', 'Web', '__Unused5', '__Unused6', '__Unused7', 'Riot', '__Unused9', '__Unused10', '__Unused11', '__Unused12', '__Unused13', '__Unused14', '__Unused15', 'Email', '__Unused17', '__Unused18', '__Unused19', '__Unused20', '__Unused21', '__Unused22', '__Unused23', '__Unused24', '__Unused25', '__Unused26', '__Unused27', '__Unused28', '__Unused29', '__Unused30', '__Unused31', 'PgpFingerprint', '__Unused33', '__Unused34', '__Unused35', '__Unused36', '__Unused37', '__Unused38', '__Unused39', '__Unused40', '__Unused41', '__Unused42', '__Unused43', '__Unused44', '__Unused45', '__Unused46', '__Unused47', '__Unused48', '__Unused49', '__Unused50', '__Unused51', '__Unused52', '__Unused53', '__Unused54', '__Unused55', '__Unused56', '__Unused57', '__Unused58', '__Unused59', '__Unused60', '__Unused61', '__Unused62', '__Unused63', 'Image', '__Unused65', '__Unused66', '__Unused67', '__Unused68', '__Unused69', '__Unused70', '__Unused71', '__Unused72', '__Unused73', '__Unused74', '__Unused75', '__Unused76', '__Unused77', '__Unused78', '__Unused79', '__Unused80', '__Unused81', '__Unused82', '__Unused83', '__Unused84', '__Unused85', '__Unused86', '__Unused87', '__Unused88', '__Unused89', '__Unused90', '__Unused91', '__Unused92', '__Unused93', '__Unused94', '__Unused95', '__Unused96', '__Unused97', '__Unused98', '__Unused99', '__Unused100', '__Unused101', '__Unused102', '__Unused103', '__Unused104', '__Unused105', '__Unused106', '__Unused107', '__Unused108', '__Unused109', '__Unused110', '__Unused111', '__Unused112', '__Unused113', '__Unused114', '__Unused115', '__Unused116', '__Unused117', '__Unused118', '__Unused119', '__Unused120', '__Unused121', '__Unused122', '__Unused123', '__Unused124', '__Unused125', '__Unused126', '__Unused127', 'Twitter']
   },
   /**
-   * Lookup281: pallet_identity::types::Judgement<Balance>
+   * Lookup292: pallet_identity::types::Judgement<Balance>
    **/
   PalletIdentityJudgement: {
     _enum: {
@@ -2276,7 +2383,7 @@
     }
   },
   /**
-   * Lookup284: pallet_identity::types::Registration<Balance, MaxJudgements, MaxAdditionalFields>
+   * Lookup295: pallet_identity::types::Registration<Balance, MaxJudgements, MaxAdditionalFields>
    **/
   PalletIdentityRegistration: {
     judgements: 'Vec<(u32,PalletIdentityJudgement)>',
@@ -2284,7 +2391,7 @@
     info: 'PalletIdentityIdentityInfo'
   },
   /**
-   * Lookup292: pallet_preimage::pallet::Call<T>
+   * Lookup303: pallet_preimage::pallet::Call<T>
    **/
   PalletPreimageCall: {
     _enum: {
@@ -2312,7 +2419,7 @@
     }
   },
   /**
-   * Lookup293: cumulus_pallet_xcmp_queue::pallet::Call<T>
+   * Lookup304: cumulus_pallet_xcmp_queue::pallet::Call<T>
    **/
   CumulusPalletXcmpQueueCall: {
     _enum: {
@@ -2361,7 +2468,7 @@
     }
   },
   /**
-   * Lookup294: pallet_xcm::pallet::Call<T>
+   * Lookup305: pallet_xcm::pallet::Call<T>
    **/
   PalletXcmCall: {
     _enum: {
@@ -2418,7 +2525,7 @@
     }
   },
   /**
-   * Lookup295: xcm::VersionedXcm<RuntimeCall>
+   * Lookup306: xcm::VersionedXcm<RuntimeCall>
    **/
   XcmVersionedXcm: {
     _enum: {
@@ -2429,11 +2536,11 @@
     }
   },
   /**
-   * Lookup296: xcm::v2::Xcm<RuntimeCall>
+   * Lookup307: xcm::v2::Xcm<RuntimeCall>
    **/
   XcmV2Xcm: 'Vec<XcmV2Instruction>',
   /**
-   * Lookup298: xcm::v2::Instruction<RuntimeCall>
+   * Lookup309: xcm::v2::Instruction<RuntimeCall>
    **/
   XcmV2Instruction: {
     _enum: {
@@ -2531,7 +2638,7 @@
     }
   },
   /**
-   * Lookup299: xcm::v2::Response
+   * Lookup310: xcm::v2::Response
    **/
   XcmV2Response: {
     _enum: {
@@ -2542,7 +2649,7 @@
     }
   },
   /**
-   * Lookup302: xcm::v2::traits::Error
+   * Lookup313: xcm::v2::traits::Error
    **/
   XcmV2TraitsError: {
     _enum: {
@@ -2575,7 +2682,7 @@
     }
   },
   /**
-   * Lookup303: xcm::v2::multiasset::MultiAssetFilter
+   * Lookup314: xcm::v2::multiasset::MultiAssetFilter
    **/
   XcmV2MultiassetMultiAssetFilter: {
     _enum: {
@@ -2584,7 +2691,7 @@
     }
   },
   /**
-   * Lookup304: xcm::v2::multiasset::WildMultiAsset
+   * Lookup315: xcm::v2::multiasset::WildMultiAsset
    **/
   XcmV2MultiassetWildMultiAsset: {
     _enum: {
@@ -2596,13 +2703,13 @@
     }
   },
   /**
-   * Lookup305: xcm::v2::multiasset::WildFungibility
+   * Lookup316: xcm::v2::multiasset::WildFungibility
    **/
   XcmV2MultiassetWildFungibility: {
     _enum: ['Fungible', 'NonFungible']
   },
   /**
-   * Lookup306: xcm::v2::WeightLimit
+   * Lookup317: xcm::v2::WeightLimit
    **/
   XcmV2WeightLimit: {
     _enum: {
@@ -2611,11 +2718,11 @@
     }
   },
   /**
-   * Lookup315: cumulus_pallet_xcm::pallet::Call<T>
+   * Lookup326: cumulus_pallet_xcm::pallet::Call<T>
    **/
   CumulusPalletXcmCall: 'Null',
   /**
-   * Lookup316: cumulus_pallet_dmp_queue::pallet::Call<T>
+   * Lookup327: cumulus_pallet_dmp_queue::pallet::Call<T>
    **/
   CumulusPalletDmpQueueCall: {
     _enum: {
@@ -2626,7 +2733,7 @@
     }
   },
   /**
-   * Lookup317: pallet_inflation::pallet::Call<T>
+   * Lookup328: pallet_inflation::pallet::Call<T>
    **/
   PalletInflationCall: {
     _enum: {
@@ -2636,7 +2743,7 @@
     }
   },
   /**
-   * Lookup318: pallet_unique::pallet::Call<T>
+   * Lookup329: pallet_unique::pallet::Call<T>
    **/
   PalletUniqueCall: {
     _enum: {
@@ -2787,7 +2894,7 @@
     }
   },
   /**
-   * Lookup323: up_data_structs::CollectionMode
+   * Lookup334: up_data_structs::CollectionMode
    **/
   UpDataStructsCollectionMode: {
     _enum: {
@@ -2797,7 +2904,7 @@
     }
   },
   /**
-   * Lookup324: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>
+   * Lookup335: up_data_structs::CreateCollectionData<sp_core::crypto::AccountId32>
    **/
   UpDataStructsCreateCollectionData: {
     mode: 'UpDataStructsCollectionMode',
@@ -2812,13 +2919,13 @@
     properties: 'Vec<UpDataStructsProperty>'
   },
   /**
-   * Lookup326: up_data_structs::AccessMode
+   * Lookup337: up_data_structs::AccessMode
    **/
   UpDataStructsAccessMode: {
     _enum: ['Normal', 'AllowList']
   },
   /**
-   * Lookup328: up_data_structs::CollectionLimits
+   * Lookup339: up_data_structs::CollectionLimits
    **/
   UpDataStructsCollectionLimits: {
     accountTokenOwnershipLimit: 'Option<u32>',
@@ -2832,7 +2939,7 @@
     transfersEnabled: 'Option<bool>'
   },
   /**
-   * Lookup330: up_data_structs::SponsoringRateLimit
+   * Lookup341: up_data_structs::SponsoringRateLimit
    **/
   UpDataStructsSponsoringRateLimit: {
     _enum: {
@@ -2841,7 +2948,7 @@
     }
   },
   /**
-   * Lookup333: up_data_structs::CollectionPermissions
+   * Lookup344: up_data_structs::CollectionPermissions
    **/
   UpDataStructsCollectionPermissions: {
     access: 'Option<UpDataStructsAccessMode>',
@@ -2849,7 +2956,7 @@
     nesting: 'Option<UpDataStructsNestingPermissions>'
   },
   /**
-   * Lookup335: up_data_structs::NestingPermissions
+   * Lookup346: up_data_structs::NestingPermissions
    **/
   UpDataStructsNestingPermissions: {
     tokenOwner: 'bool',
@@ -2857,18 +2964,18 @@
     restricted: 'Option<UpDataStructsOwnerRestrictedSet>'
   },
   /**
-   * Lookup337: up_data_structs::OwnerRestrictedSet
+   * Lookup348: up_data_structs::OwnerRestrictedSet
    **/
   UpDataStructsOwnerRestrictedSet: 'BTreeSet<u32>',
   /**
-   * Lookup342: up_data_structs::PropertyKeyPermission
+   * Lookup353: up_data_structs::PropertyKeyPermission
    **/
   UpDataStructsPropertyKeyPermission: {
     key: 'Bytes',
     permission: 'UpDataStructsPropertyPermission'
   },
   /**
-   * Lookup343: up_data_structs::PropertyPermission
+   * Lookup354: up_data_structs::PropertyPermission
    **/
   UpDataStructsPropertyPermission: {
     mutable: 'bool',
@@ -2876,14 +2983,14 @@
     tokenOwner: 'bool'
   },
   /**
-   * Lookup346: up_data_structs::Property
+   * Lookup357: up_data_structs::Property
    **/
   UpDataStructsProperty: {
     key: 'Bytes',
     value: 'Bytes'
   },
   /**
-   * Lookup349: up_data_structs::CreateItemData
+   * Lookup360: up_data_structs::CreateItemData
    **/
   UpDataStructsCreateItemData: {
     _enum: {
@@ -2893,26 +3000,26 @@
     }
   },
   /**
-   * Lookup350: up_data_structs::CreateNftData
+   * Lookup361: up_data_structs::CreateNftData
    **/
   UpDataStructsCreateNftData: {
     properties: 'Vec<UpDataStructsProperty>'
   },
   /**
-   * Lookup351: up_data_structs::CreateFungibleData
+   * Lookup362: up_data_structs::CreateFungibleData
    **/
   UpDataStructsCreateFungibleData: {
     value: 'u128'
   },
   /**
-   * Lookup352: up_data_structs::CreateReFungibleData
+   * Lookup363: up_data_structs::CreateReFungibleData
    **/
   UpDataStructsCreateReFungibleData: {
     pieces: 'u128',
     properties: 'Vec<UpDataStructsProperty>'
   },
   /**
-   * Lookup355: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+   * Lookup366: up_data_structs::CreateItemExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
    **/
   UpDataStructsCreateItemExData: {
     _enum: {
@@ -2923,14 +3030,14 @@
     }
   },
   /**
-   * Lookup357: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+   * Lookup368: up_data_structs::CreateNftExData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
    **/
   UpDataStructsCreateNftExData: {
     properties: 'Vec<UpDataStructsProperty>',
     owner: 'PalletEvmAccountBasicCrossAccountIdRepr'
   },
   /**
-   * Lookup364: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+   * Lookup375: up_data_structs::CreateRefungibleExSingleOwner<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
    **/
   UpDataStructsCreateRefungibleExSingleOwner: {
     user: 'PalletEvmAccountBasicCrossAccountIdRepr',
@@ -2938,14 +3045,14 @@
     properties: 'Vec<UpDataStructsProperty>'
   },
   /**
-   * Lookup366: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+   * Lookup377: up_data_structs::CreateRefungibleExMultipleOwners<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
    **/
   UpDataStructsCreateRefungibleExMultipleOwners: {
     users: 'BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>',
     properties: 'Vec<UpDataStructsProperty>'
   },
   /**
-   * Lookup367: pallet_configuration::pallet::Call<T>
+   * Lookup378: pallet_configuration::pallet::Call<T>
    **/
   PalletConfigurationCall: {
     _enum: {
@@ -2971,7 +3078,7 @@
     }
   },
   /**
-   * Lookup369: pallet_configuration::AppPromotionConfiguration<BlockNumber>
+   * Lookup380: pallet_configuration::AppPromotionConfiguration<BlockNumber>
    **/
   PalletConfigurationAppPromotionConfiguration: {
     recalculationInterval: 'Option<u32>',
@@ -2980,11 +3087,11 @@
     maxStakersPerCalculation: 'Option<u8>'
   },
   /**
-   * Lookup373: pallet_structure::pallet::Call<T>
+   * Lookup384: pallet_structure::pallet::Call<T>
    **/
   PalletStructureCall: 'Null',
   /**
-   * Lookup374: pallet_app_promotion::pallet::Call<T>
+   * Lookup385: pallet_app_promotion::pallet::Call<T>
    **/
   PalletAppPromotionCall: {
     _enum: {
@@ -3011,12 +3118,15 @@
         stakersNumber: 'Option<u8>',
       },
       unstake_partial: {
-        amount: 'u128'
+        amount: 'u128',
+      },
+      force_unstake: {
+        pendingBlocks: 'Vec<u32>'
       }
     }
   },
   /**
-   * Lookup375: pallet_foreign_assets::module::Call<T>
+   * Lookup386: pallet_foreign_assets::module::Call<T>
    **/
   PalletForeignAssetsModuleCall: {
     _enum: {
@@ -3033,7 +3143,7 @@
     }
   },
   /**
-   * Lookup376: pallet_evm::pallet::Call<T>
+   * Lookup387: pallet_evm::pallet::Call<T>
    **/
   PalletEvmCall: {
     _enum: {
@@ -3076,7 +3186,7 @@
     }
   },
   /**
-   * Lookup382: pallet_ethereum::pallet::Call<T>
+   * Lookup393: pallet_ethereum::pallet::Call<T>
    **/
   PalletEthereumCall: {
     _enum: {
@@ -3086,7 +3196,7 @@
     }
   },
   /**
-   * Lookup383: ethereum::transaction::TransactionV2
+   * Lookup394: ethereum::transaction::TransactionV2
    **/
   EthereumTransactionTransactionV2: {
     _enum: {
@@ -3096,7 +3206,7 @@
     }
   },
   /**
-   * Lookup384: ethereum::transaction::LegacyTransaction
+   * Lookup395: ethereum::transaction::LegacyTransaction
    **/
   EthereumTransactionLegacyTransaction: {
     nonce: 'U256',
@@ -3108,7 +3218,7 @@
     signature: 'EthereumTransactionTransactionSignature'
   },
   /**
-   * Lookup385: ethereum::transaction::TransactionAction
+   * Lookup396: ethereum::transaction::TransactionAction
    **/
   EthereumTransactionTransactionAction: {
     _enum: {
@@ -3117,7 +3227,7 @@
     }
   },
   /**
-   * Lookup386: ethereum::transaction::TransactionSignature
+   * Lookup397: ethereum::transaction::TransactionSignature
    **/
   EthereumTransactionTransactionSignature: {
     v: 'u64',
@@ -3125,7 +3235,7 @@
     s: 'H256'
   },
   /**
-   * Lookup388: ethereum::transaction::EIP2930Transaction
+   * Lookup399: ethereum::transaction::EIP2930Transaction
    **/
   EthereumTransactionEip2930Transaction: {
     chainId: 'u64',
@@ -3141,14 +3251,14 @@
     s: 'H256'
   },
   /**
-   * Lookup390: ethereum::transaction::AccessListItem
+   * Lookup401: ethereum::transaction::AccessListItem
    **/
   EthereumTransactionAccessListItem: {
     address: 'H160',
     storageKeys: 'Vec<H256>'
   },
   /**
-   * Lookup391: ethereum::transaction::EIP1559Transaction
+   * Lookup402: ethereum::transaction::EIP1559Transaction
    **/
   EthereumTransactionEip1559Transaction: {
     chainId: 'u64',
@@ -3165,13 +3275,7 @@
     s: 'H256'
   },
   /**
-   * Lookup392: pallet_evm_coder_substrate::pallet::Call<T>
-   **/
-  PalletEvmCoderSubstrateCall: {
-    _enum: ['empty_call']
-  },
-  /**
-   * Lookup393: pallet_evm_contract_helpers::pallet::Call<T>
+   * Lookup403: pallet_evm_contract_helpers::pallet::Call<T>
    **/
   PalletEvmContractHelpersCall: {
     _enum: {
@@ -3181,7 +3285,7 @@
     }
   },
   /**
-   * Lookup395: pallet_evm_migration::pallet::Call<T>
+   * Lookup405: pallet_evm_migration::pallet::Call<T>
    **/
   PalletEvmMigrationCall: {
     _enum: {
@@ -3206,7 +3310,7 @@
     }
   },
   /**
-   * Lookup399: pallet_maintenance::pallet::Call<T>
+   * Lookup409: pallet_maintenance::pallet::Call<T>
    **/
   PalletMaintenanceCall: {
     _enum: {
@@ -3222,7 +3326,7 @@
     }
   },
   /**
-   * Lookup400: pallet_test_utils::pallet::Call<T>
+   * Lookup410: pallet_test_utils::pallet::Call<T>
    **/
   PalletTestUtilsCall: {
     _enum: {
@@ -3241,32 +3345,32 @@
     }
   },
   /**
-   * Lookup402: pallet_sudo::pallet::Error<T>
+   * Lookup412: pallet_sudo::pallet::Error<T>
    **/
   PalletSudoError: {
     _enum: ['RequireSudo']
   },
   /**
-   * Lookup404: orml_vesting::module::Error<T>
+   * Lookup414: orml_vesting::module::Error<T>
    **/
   OrmlVestingModuleError: {
     _enum: ['ZeroVestingPeriod', 'ZeroVestingPeriodCount', 'InsufficientBalanceToLock', 'TooManyVestingSchedules', 'AmountLow', 'MaxVestingSchedulesExceeded']
   },
   /**
-   * Lookup405: orml_xtokens::module::Error<T>
+   * Lookup415: orml_xtokens::module::Error<T>
    **/
   OrmlXtokensModuleError: {
     _enum: ['AssetHasNoReserve', 'NotCrossChainTransfer', 'InvalidDest', 'NotCrossChainTransferableCurrency', 'UnweighableMessage', 'XcmExecutionFailed', 'CannotReanchor', 'InvalidAncestry', 'InvalidAsset', 'DestinationNotInvertible', 'BadVersion', 'DistinctReserveForAssetAndFee', 'ZeroFee', 'ZeroAmount', 'TooManyAssetsBeingSent', 'AssetIndexNonExistent', 'FeeNotEnough', 'NotSupportedMultiLocation', 'MinXcmFeeNotDefined']
   },
   /**
-   * Lookup408: orml_tokens::BalanceLock<Balance>
+   * Lookup418: orml_tokens::BalanceLock<Balance>
    **/
   OrmlTokensBalanceLock: {
     id: '[u8;8]',
     amount: 'u128'
   },
   /**
-   * Lookup410: orml_tokens::AccountData<Balance>
+   * Lookup420: orml_tokens::AccountData<Balance>
    **/
   OrmlTokensAccountData: {
     free: 'u128',
@@ -3274,20 +3378,20 @@
     frozen: 'u128'
   },
   /**
-   * Lookup412: orml_tokens::ReserveData<ReserveIdentifier, Balance>
+   * Lookup422: orml_tokens::ReserveData<ReserveIdentifier, Balance>
    **/
   OrmlTokensReserveData: {
     id: 'Null',
     amount: 'u128'
   },
   /**
-   * Lookup414: orml_tokens::module::Error<T>
+   * Lookup424: orml_tokens::module::Error<T>
    **/
   OrmlTokensModuleError: {
     _enum: ['BalanceTooLow', 'AmountIntoBalanceFailed', 'LiquidityRestrictions', 'MaxLocksExceeded', 'KeepAlive', 'ExistentialDeposit', 'DeadAccount', 'TooManyReserves']
   },
   /**
-   * Lookup419: pallet_identity::types::RegistrarInfo<Balance, sp_core::crypto::AccountId32>
+   * Lookup429: pallet_identity::types::RegistrarInfo<Balance, sp_core::crypto::AccountId32>
    **/
   PalletIdentityRegistrarInfo: {
     account: 'AccountId32',
@@ -3295,13 +3399,13 @@
     fields: 'PalletIdentityBitFlags'
   },
   /**
-   * Lookup421: pallet_identity::pallet::Error<T>
+   * Lookup431: pallet_identity::pallet::Error<T>
    **/
   PalletIdentityError: {
     _enum: ['TooManySubAccounts', 'NotFound', 'NotNamed', 'EmptyIndex', 'FeeChanged', 'NoIdentity', 'StickyJudgement', 'JudgementGiven', 'InvalidJudgement', 'InvalidIndex', 'InvalidTarget', 'TooManyFields', 'TooManyRegistrars', 'AlreadyClaimed', 'NotSub', 'NotOwned', 'JudgementForDifferentIdentity', 'JudgementPaymentFailed']
   },
   /**
-   * Lookup422: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>
+   * Lookup432: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>
    **/
   PalletPreimageRequestStatus: {
     _enum: {
@@ -3317,13 +3421,13 @@
     }
   },
   /**
-   * Lookup427: pallet_preimage::pallet::Error<T>
+   * Lookup437: pallet_preimage::pallet::Error<T>
    **/
   PalletPreimageError: {
     _enum: ['TooBig', 'AlreadyNoted', 'NotAuthorized', 'NotNoted', 'Requested', 'NotRequested']
   },
   /**
-   * Lookup429: cumulus_pallet_xcmp_queue::InboundChannelDetails
+   * Lookup439: cumulus_pallet_xcmp_queue::InboundChannelDetails
    **/
   CumulusPalletXcmpQueueInboundChannelDetails: {
     sender: 'u32',
@@ -3331,19 +3435,19 @@
     messageMetadata: 'Vec<(u32,PolkadotParachainPrimitivesXcmpMessageFormat)>'
   },
   /**
-   * Lookup430: cumulus_pallet_xcmp_queue::InboundState
+   * Lookup440: cumulus_pallet_xcmp_queue::InboundState
    **/
   CumulusPalletXcmpQueueInboundState: {
     _enum: ['Ok', 'Suspended']
   },
   /**
-   * Lookup433: polkadot_parachain::primitives::XcmpMessageFormat
+   * Lookup443: polkadot_parachain::primitives::XcmpMessageFormat
    **/
   PolkadotParachainPrimitivesXcmpMessageFormat: {
     _enum: ['ConcatenatedVersionedXcm', 'ConcatenatedEncodedBlob', 'Signals']
   },
   /**
-   * Lookup436: cumulus_pallet_xcmp_queue::OutboundChannelDetails
+   * Lookup446: cumulus_pallet_xcmp_queue::OutboundChannelDetails
    **/
   CumulusPalletXcmpQueueOutboundChannelDetails: {
     recipient: 'u32',
@@ -3353,13 +3457,13 @@
     lastIndex: 'u16'
   },
   /**
-   * Lookup437: cumulus_pallet_xcmp_queue::OutboundState
+   * Lookup447: cumulus_pallet_xcmp_queue::OutboundState
    **/
   CumulusPalletXcmpQueueOutboundState: {
     _enum: ['Ok', 'Suspended']
   },
   /**
-   * Lookup439: cumulus_pallet_xcmp_queue::QueueConfigData
+   * Lookup449: cumulus_pallet_xcmp_queue::QueueConfigData
    **/
   CumulusPalletXcmpQueueQueueConfigData: {
     suspendThreshold: 'u32',
@@ -3370,13 +3474,13 @@
     xcmpMaxIndividualWeight: 'SpWeightsWeightV2Weight'
   },
   /**
-   * Lookup441: cumulus_pallet_xcmp_queue::pallet::Error<T>
+   * Lookup451: cumulus_pallet_xcmp_queue::pallet::Error<T>
    **/
   CumulusPalletXcmpQueueError: {
     _enum: ['FailedToSend', 'BadXcmOrigin', 'BadXcm', 'BadOverweightIndex', 'WeightOverLimit']
   },
   /**
-   * Lookup442: pallet_xcm::pallet::QueryStatus<BlockNumber>
+   * Lookup452: pallet_xcm::pallet::QueryStatus<BlockNumber>
    **/
   PalletXcmQueryStatus: {
     _enum: {
@@ -3397,7 +3501,7 @@
     }
   },
   /**
-   * Lookup446: xcm::VersionedResponse
+   * Lookup456: xcm::VersionedResponse
    **/
   XcmVersionedResponse: {
     _enum: {
@@ -3408,7 +3512,7 @@
     }
   },
   /**
-   * Lookup452: pallet_xcm::pallet::VersionMigrationStage
+   * Lookup462: pallet_xcm::pallet::VersionMigrationStage
    **/
   PalletXcmVersionMigrationStage: {
     _enum: {
@@ -3419,7 +3523,7 @@
     }
   },
   /**
-   * Lookup455: xcm::VersionedAssetId
+   * Lookup465: xcm::VersionedAssetId
    **/
   XcmVersionedAssetId: {
     _enum: {
@@ -3430,32 +3534,32 @@
     }
   },
   /**
-   * Lookup456: pallet_xcm::pallet::RemoteLockedFungibleRecord
+   * Lookup466: pallet_xcm::pallet::RemoteLockedFungibleRecord<ConsumerIdentifier, MaxConsumers>
    **/
   PalletXcmRemoteLockedFungibleRecord: {
     amount: 'u128',
     owner: 'XcmVersionedMultiLocation',
     locker: 'XcmVersionedMultiLocation',
-    users: 'u32'
+    consumers: 'Vec<(Null,u128)>'
   },
   /**
-   * Lookup460: pallet_xcm::pallet::Error<T>
+   * Lookup473: pallet_xcm::pallet::Error<T>
    **/
   PalletXcmError: {
     _enum: ['Unreachable', 'SendFailure', 'Filtered', 'UnweighableMessage', 'DestinationNotInvertible', 'Empty', 'CannotReanchor', 'TooManyAssets', 'InvalidOrigin', 'BadVersion', 'BadLocation', 'NoSubscription', 'AlreadySubscribed', 'InvalidAsset', 'LowBalance', 'TooManyLocks', 'AccountNotSovereign', 'FeesNotMet', 'LockNotFound', 'InUse']
   },
   /**
-   * Lookup461: cumulus_pallet_xcm::pallet::Error<T>
+   * Lookup474: cumulus_pallet_xcm::pallet::Error<T>
    **/
   CumulusPalletXcmError: 'Null',
   /**
-   * Lookup462: cumulus_pallet_dmp_queue::ConfigData
+   * Lookup475: cumulus_pallet_dmp_queue::ConfigData
    **/
   CumulusPalletDmpQueueConfigData: {
     maxIndividual: 'SpWeightsWeightV2Weight'
   },
   /**
-   * Lookup463: cumulus_pallet_dmp_queue::PageIndexData
+   * Lookup476: cumulus_pallet_dmp_queue::PageIndexData
    **/
   CumulusPalletDmpQueuePageIndexData: {
     beginUsed: 'u32',
@@ -3463,25 +3567,25 @@
     overweightCount: 'u64'
   },
   /**
-   * Lookup466: cumulus_pallet_dmp_queue::pallet::Error<T>
+   * Lookup479: cumulus_pallet_dmp_queue::pallet::Error<T>
    **/
   CumulusPalletDmpQueueError: {
     _enum: ['Unknown', 'OverLimit']
   },
   /**
-   * Lookup470: pallet_unique::pallet::Error<T>
+   * Lookup483: pallet_unique::pallet::Error<T>
    **/
   PalletUniqueError: {
     _enum: ['CollectionDecimalPointLimitExceeded', 'EmptyArgument', 'RepartitionCalledOnNonRefungibleCollection']
   },
   /**
-   * Lookup471: pallet_configuration::pallet::Error<T>
+   * Lookup484: pallet_configuration::pallet::Error<T>
    **/
   PalletConfigurationError: {
     _enum: ['InconsistentConfiguration']
   },
   /**
-   * Lookup472: up_data_structs::Collection<sp_core::crypto::AccountId32>
+   * Lookup485: up_data_structs::Collection<sp_core::crypto::AccountId32>
    **/
   UpDataStructsCollection: {
     owner: 'AccountId32',
@@ -3495,7 +3599,7 @@
     flags: '[u8;1]'
   },
   /**
-   * Lookup473: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>
+   * Lookup486: up_data_structs::SponsorshipState<sp_core::crypto::AccountId32>
    **/
   UpDataStructsSponsorshipStateAccountId32: {
     _enum: {
@@ -3505,7 +3609,7 @@
     }
   },
   /**
-   * Lookup474: up_data_structs::Properties
+   * Lookup487: up_data_structs::Properties
    **/
   UpDataStructsProperties: {
     map: 'UpDataStructsPropertiesMapBoundedVec',
@@ -3513,15 +3617,15 @@
     reserved: 'u32'
   },
   /**
-   * Lookup475: up_data_structs::PropertiesMap<bounded_collections::bounded_vec::BoundedVec<T, S>>
+   * Lookup488: up_data_structs::PropertiesMap<bounded_collections::bounded_vec::BoundedVec<T, S>>
    **/
   UpDataStructsPropertiesMapBoundedVec: 'BTreeMap<Bytes, Bytes>',
   /**
-   * Lookup480: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>
+   * Lookup493: up_data_structs::PropertiesMap<up_data_structs::PropertyPermission>
    **/
   UpDataStructsPropertiesMapPropertyPermission: 'BTreeMap<Bytes, UpDataStructsPropertyPermission>',
   /**
-   * Lookup487: up_data_structs::CollectionStats
+   * Lookup500: up_data_structs::CollectionStats
    **/
   UpDataStructsCollectionStats: {
     created: 'u32',
@@ -3529,18 +3633,18 @@
     alive: 'u32'
   },
   /**
-   * Lookup488: up_data_structs::TokenChild
+   * Lookup501: up_data_structs::TokenChild
    **/
   UpDataStructsTokenChild: {
     token: 'u32',
     collection: 'u32'
   },
   /**
-   * Lookup489: PhantomType::up_data_structs<T>
+   * Lookup502: PhantomType::up_data_structs<T>
    **/
   PhantomTypeUpDataStructs: '[(UpDataStructsTokenData,UpDataStructsRpcCollection,UpPovEstimateRpcPovInfo);0]',
   /**
-   * Lookup491: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+   * Lookup504: up_data_structs::TokenData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
    **/
   UpDataStructsTokenData: {
     properties: 'Vec<UpDataStructsProperty>',
@@ -3548,7 +3652,7 @@
     pieces: 'u128'
   },
   /**
-   * Lookup493: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>
+   * Lookup506: up_data_structs::RpcCollection<sp_core::crypto::AccountId32>
    **/
   UpDataStructsRpcCollection: {
     owner: 'AccountId32',
@@ -3565,14 +3669,14 @@
     flags: 'UpDataStructsRpcCollectionFlags'
   },
   /**
-   * Lookup494: up_data_structs::RpcCollectionFlags
+   * Lookup507: up_data_structs::RpcCollectionFlags
    **/
   UpDataStructsRpcCollectionFlags: {
     foreign: 'bool',
     erc721metadata: 'bool'
   },
   /**
-   * Lookup495: up_pov_estimate_rpc::PovInfo
+   * Lookup508: up_pov_estimate_rpc::PovInfo
    **/
   UpPovEstimateRpcPovInfo: {
     proofSize: 'u64',
@@ -3582,7 +3686,7 @@
     keyValues: 'Vec<UpPovEstimateRpcTrieKeyValue>'
   },
   /**
-   * Lookup498: sp_runtime::transaction_validity::TransactionValidityError
+   * Lookup511: sp_runtime::transaction_validity::TransactionValidityError
    **/
   SpRuntimeTransactionValidityTransactionValidityError: {
     _enum: {
@@ -3591,7 +3695,7 @@
     }
   },
   /**
-   * Lookup499: sp_runtime::transaction_validity::InvalidTransaction
+   * Lookup512: sp_runtime::transaction_validity::InvalidTransaction
    **/
   SpRuntimeTransactionValidityInvalidTransaction: {
     _enum: {
@@ -3609,7 +3713,7 @@
     }
   },
   /**
-   * Lookup500: sp_runtime::transaction_validity::UnknownTransaction
+   * Lookup513: sp_runtime::transaction_validity::UnknownTransaction
    **/
   SpRuntimeTransactionValidityUnknownTransaction: {
     _enum: {
@@ -3619,74 +3723,85 @@
     }
   },
   /**
-   * Lookup502: up_pov_estimate_rpc::TrieKeyValue
+   * Lookup515: up_pov_estimate_rpc::TrieKeyValue
    **/
   UpPovEstimateRpcTrieKeyValue: {
     key: 'Bytes',
     value: 'Bytes'
   },
   /**
-   * Lookup504: pallet_common::pallet::Error<T>
+   * Lookup517: pallet_common::pallet::Error<T>
    **/
   PalletCommonError: {
     _enum: ['CollectionNotFound', 'MustBeTokenOwner', 'NoPermission', 'CantDestroyNotEmptyCollection', 'PublicMintingNotAllowed', 'AddressNotInAllowlist', 'CollectionNameLimitExceeded', 'CollectionDescriptionLimitExceeded', 'CollectionTokenPrefixLimitExceeded', 'TotalCollectionsLimitExceeded', 'CollectionAdminCountExceeded', 'CollectionLimitBoundsExceeded', 'OwnerPermissionsCantBeReverted', 'TransferNotAllowed', 'AccountTokenLimitExceeded', 'CollectionTokenLimitExceeded', 'MetadataFlagFrozen', 'TokenNotFound', 'TokenValueTooLow', 'ApprovedValueTooLow', 'CantApproveMoreThanOwned', 'AddressIsNotEthMirror', 'AddressIsZero', 'UnsupportedOperation', 'NotSufficientFounds', 'UserIsNotAllowedToNest', 'SourceCollectionIsNotAllowedToNest', 'CollectionFieldSizeExceeded', 'NoSpaceForProperty', 'PropertyLimitReached', 'PropertyKeyIsTooLong', 'InvalidCharacterInPropertyKey', 'EmptyPropertyKey', 'CollectionIsExternal', 'CollectionIsInternal', 'ConfirmSponsorshipFail', 'UserIsNotCollectionAdmin']
   },
   /**
-   * Lookup506: pallet_fungible::pallet::Error<T>
+   * Lookup519: pallet_fungible::pallet::Error<T>
    **/
   PalletFungibleError: {
     _enum: ['NotFungibleDataUsedToMintFungibleCollectionToken', 'FungibleItemsHaveNoId', 'FungibleItemsDontHaveData', 'FungibleDisallowsNesting', 'SettingPropertiesNotAllowed', 'SettingAllowanceForAllNotAllowed', 'FungibleTokensAreAlwaysValid']
   },
   /**
-   * Lookup511: pallet_refungible::pallet::Error<T>
+   * Lookup524: pallet_refungible::pallet::Error<T>
    **/
   PalletRefungibleError: {
     _enum: ['NotRefungibleDataUsedToMintFungibleCollectionToken', 'WrongRefungiblePieces', 'RepartitionWhileNotOwningAllPieces', 'RefungibleDisallowsNesting', 'SettingPropertiesNotAllowed']
   },
   /**
-   * Lookup512: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+   * Lookup525: pallet_nonfungible::ItemData<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
    **/
   PalletNonfungibleItemData: {
     owner: 'PalletEvmAccountBasicCrossAccountIdRepr'
   },
   /**
-   * Lookup514: up_data_structs::PropertyScope
+   * Lookup527: up_data_structs::PropertyScope
    **/
   UpDataStructsPropertyScope: {
     _enum: ['None', 'Rmrk']
   },
   /**
-   * Lookup517: pallet_nonfungible::pallet::Error<T>
+   * Lookup530: pallet_nonfungible::pallet::Error<T>
    **/
   PalletNonfungibleError: {
     _enum: ['NotNonfungibleDataUsedToMintFungibleCollectionToken', 'NonfungibleItemsHaveNoAmount', 'CantBurnNftWithChildren']
   },
   /**
-   * Lookup518: pallet_structure::pallet::Error<T>
+   * Lookup531: pallet_structure::pallet::Error<T>
    **/
   PalletStructureError: {
     _enum: ['OuroborosDetected', 'DepthLimit', 'BreadthLimit', 'TokenNotFound', 'CantNestTokenUnderCollection']
   },
   /**
-   * Lookup523: pallet_app_promotion::pallet::Error<T>
+   * Lookup536: pallet_app_promotion::pallet::Error<T>
    **/
   PalletAppPromotionError: {
-    _enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'IncorrectLockedBalanceOperation', 'InsufficientStakedBalance']
+    _enum: ['AdminNotSet', 'NoPermission', 'NotSufficientFunds', 'PendingForBlockOverflow', 'SponsorNotSet', 'InsufficientStakedBalance', 'InconsistencyState']
   },
   /**
-   * Lookup524: pallet_foreign_assets::module::Error<T>
+   * Lookup537: pallet_foreign_assets::module::Error<T>
    **/
   PalletForeignAssetsModuleError: {
     _enum: ['BadLocation', 'MultiLocationExisted', 'AssetIdNotExists', 'AssetIdExisted']
   },
   /**
-   * Lookup526: pallet_evm::pallet::Error<T>
+   * Lookup538: pallet_evm::CodeMetadata
    **/
+  PalletEvmCodeMetadata: {
+    _alias: {
+      size_: 'size',
+      hash_: 'hash'
+    },
+    size_: 'u64',
+    hash_: 'H256'
+  },
+  /**
+   * Lookup540: pallet_evm::pallet::Error<T>
+   **/
   PalletEvmError: {
     _enum: ['BalanceLow', 'FeeOverflow', 'PaymentOverflow', 'WithdrawFailed', 'GasPriceTooLow', 'InvalidNonce', 'GasLimitTooLow', 'GasLimitTooHigh', 'Undefined', 'Reentrancy', 'TransactionMustComeFromEOA']
   },
   /**
-   * Lookup529: fp_rpc::TransactionStatus
+   * Lookup543: fp_rpc::TransactionStatus
    **/
   FpRpcTransactionStatus: {
     transactionHash: 'H256',
@@ -3698,11 +3813,11 @@
     logsBloom: 'EthbloomBloom'
   },
   /**
-   * Lookup531: ethbloom::Bloom
+   * Lookup545: ethbloom::Bloom
    **/
   EthbloomBloom: '[u8;256]',
   /**
-   * Lookup533: ethereum::receipt::ReceiptV3
+   * Lookup547: ethereum::receipt::ReceiptV3
    **/
   EthereumReceiptReceiptV3: {
     _enum: {
@@ -3712,7 +3827,7 @@
     }
   },
   /**
-   * Lookup534: ethereum::receipt::EIP658ReceiptData
+   * Lookup548: ethereum::receipt::EIP658ReceiptData
    **/
   EthereumReceiptEip658ReceiptData: {
     statusCode: 'u8',
@@ -3721,7 +3836,7 @@
     logs: 'Vec<EthereumLog>'
   },
   /**
-   * Lookup535: ethereum::block::Block<ethereum::transaction::TransactionV2>
+   * Lookup549: ethereum::block::Block<ethereum::transaction::TransactionV2>
    **/
   EthereumBlock: {
     header: 'EthereumHeader',
@@ -3729,7 +3844,7 @@
     ommers: 'Vec<EthereumHeader>'
   },
   /**
-   * Lookup536: ethereum::header::Header
+   * Lookup550: ethereum::header::Header
    **/
   EthereumHeader: {
     parentHash: 'H256',
@@ -3749,23 +3864,23 @@
     nonce: 'EthereumTypesHashH64'
   },
   /**
-   * Lookup537: ethereum_types::hash::H64
+   * Lookup551: ethereum_types::hash::H64
    **/
   EthereumTypesHashH64: '[u8;8]',
   /**
-   * Lookup542: pallet_ethereum::pallet::Error<T>
+   * Lookup556: pallet_ethereum::pallet::Error<T>
    **/
   PalletEthereumError: {
     _enum: ['InvalidSignature', 'PreLogExists']
   },
   /**
-   * Lookup543: pallet_evm_coder_substrate::pallet::Error<T>
+   * Lookup557: pallet_evm_coder_substrate::pallet::Error<T>
    **/
   PalletEvmCoderSubstrateError: {
     _enum: ['OutOfGas', 'OutOfFund']
   },
   /**
-   * Lookup544: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
+   * Lookup558: up_data_structs::SponsorshipState<pallet_evm::account::BasicCrossAccountIdRepr<sp_core::crypto::AccountId32>>
    **/
   UpDataStructsSponsorshipStateBasicCrossAccountIdRepr: {
     _enum: {
@@ -3775,35 +3890,35 @@
     }
   },
   /**
-   * Lookup545: pallet_evm_contract_helpers::SponsoringModeT
+   * Lookup559: pallet_evm_contract_helpers::SponsoringModeT
    **/
   PalletEvmContractHelpersSponsoringModeT: {
     _enum: ['Disabled', 'Allowlisted', 'Generous']
   },
   /**
-   * Lookup551: pallet_evm_contract_helpers::pallet::Error<T>
+   * Lookup565: pallet_evm_contract_helpers::pallet::Error<T>
    **/
   PalletEvmContractHelpersError: {
     _enum: ['NoPermission', 'NoPendingSponsor', 'TooManyMethodsHaveSponsoredLimit']
   },
   /**
-   * Lookup552: pallet_evm_migration::pallet::Error<T>
+   * Lookup566: pallet_evm_migration::pallet::Error<T>
    **/
   PalletEvmMigrationError: {
     _enum: ['AccountNotEmpty', 'AccountIsNotMigrating', 'BadEvent']
   },
   /**
-   * Lookup553: pallet_maintenance::pallet::Error<T>
+   * Lookup567: pallet_maintenance::pallet::Error<T>
    **/
   PalletMaintenanceError: 'Null',
   /**
-   * Lookup554: pallet_test_utils::pallet::Error<T>
+   * Lookup568: pallet_test_utils::pallet::Error<T>
    **/
   PalletTestUtilsError: {
     _enum: ['TestPalletDisabled', 'TriggerRollback']
   },
   /**
-   * Lookup556: sp_runtime::MultiSignature
+   * Lookup570: sp_runtime::MultiSignature
    **/
   SpRuntimeMultiSignature: {
     _enum: {
@@ -3813,55 +3928,55 @@
     }
   },
   /**
-   * Lookup557: sp_core::ed25519::Signature
+   * Lookup571: sp_core::ed25519::Signature
    **/
   SpCoreEd25519Signature: '[u8;64]',
   /**
-   * Lookup559: sp_core::sr25519::Signature
+   * Lookup573: sp_core::sr25519::Signature
    **/
   SpCoreSr25519Signature: '[u8;64]',
   /**
-   * Lookup560: sp_core::ecdsa::Signature
+   * Lookup574: sp_core::ecdsa::Signature
    **/
   SpCoreEcdsaSignature: '[u8;65]',
   /**
-   * Lookup563: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
+   * Lookup577: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
    **/
   FrameSystemExtensionsCheckSpecVersion: 'Null',
   /**
-   * Lookup564: frame_system::extensions::check_tx_version::CheckTxVersion<T>
+   * Lookup578: frame_system::extensions::check_tx_version::CheckTxVersion<T>
    **/
   FrameSystemExtensionsCheckTxVersion: 'Null',
   /**
-   * Lookup565: frame_system::extensions::check_genesis::CheckGenesis<T>
+   * Lookup579: frame_system::extensions::check_genesis::CheckGenesis<T>
    **/
   FrameSystemExtensionsCheckGenesis: 'Null',
   /**
-   * Lookup568: frame_system::extensions::check_nonce::CheckNonce<T>
+   * Lookup582: frame_system::extensions::check_nonce::CheckNonce<T>
    **/
   FrameSystemExtensionsCheckNonce: 'Compact<u32>',
   /**
-   * Lookup569: frame_system::extensions::check_weight::CheckWeight<T>
+   * Lookup583: frame_system::extensions::check_weight::CheckWeight<T>
    **/
   FrameSystemExtensionsCheckWeight: 'Null',
   /**
-   * Lookup570: opal_runtime::runtime_common::maintenance::CheckMaintenance
+   * Lookup584: opal_runtime::runtime_common::maintenance::CheckMaintenance
    **/
   OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance: 'Null',
   /**
-   * Lookup571: opal_runtime::runtime_common::identity::DisableIdentityCalls
+   * Lookup585: opal_runtime::runtime_common::identity::DisableIdentityCalls
    **/
   OpalRuntimeRuntimeCommonIdentityDisableIdentityCalls: 'Null',
   /**
-   * Lookup572: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
+   * Lookup586: pallet_template_transaction_payment::ChargeTransactionPayment<opal_runtime::Runtime>
    **/
   PalletTemplateTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
   /**
-   * Lookup573: opal_runtime::Runtime
+   * Lookup587: opal_runtime::Runtime
    **/
   OpalRuntimeRuntime: 'Null',
   /**
-   * Lookup574: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
+   * Lookup588: pallet_ethereum::FakeTransactionFinalizer<opal_runtime::Runtime>
    **/
   PalletEthereumFakeTransactionFinalizer: 'Null'
 };
modifiedtests/src/interfaces/registry.tsdiffbeforeafterboth
--- a/tests/src/interfaces/registry.ts
+++ b/tests/src/interfaces/registry.ts
@@ -5,7 +5,7 @@
 // this is required to allow for ambient/previous definitions
 import '@polkadot/types/types/registry';
 
-import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemCodeUpgradeAuthorization, 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, OpalRuntimeRuntimeCommonIdentityDisableIdentityCalls, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OpalRuntimeRuntimeCommonSessionKeys, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesIdAmount, PalletBalancesReasons, PalletBalancesReserveData, PalletCollatorSelectionCall, PalletCollatorSelectionError, PalletCollatorSelectionEvent, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletConfigurationEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCoderSubstrateCall, PalletEvmCoderSubstrateError, PalletEvmContractHelpersCall, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletIdentityBitFlags, PalletIdentityCall, PalletIdentityError, PalletIdentityEvent, PalletIdentityIdentityField, PalletIdentityIdentityInfo, PalletIdentityJudgement, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletPreimageCall, PalletPreimageError, PalletPreimageEvent, PalletPreimageRequestStatus, PalletRefungibleError, PalletSessionCall, PalletSessionError, PalletSessionEvent, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmQueryStatus, PalletXcmRemoteLockedFungibleRecord, PalletXcmVersionMigrationStage, ParachainInfoCall, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV4AbridgedHostConfiguration, PolkadotPrimitivesV4AbridgedHrmpChannel, PolkadotPrimitivesV4PersistedValidationData, PolkadotPrimitivesV4UpgradeRestriction, SpArithmeticArithmeticError, SpConsensusAuraSr25519AppSr25519Public, SpCoreCryptoKeyTypeId, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Public, SpCoreSr25519Signature, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionValidityInvalidTransaction, SpRuntimeTransactionValidityTransactionValidityError, SpRuntimeTransactionValidityUnknownTransaction, 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, UpPovEstimateRpcPovInfo, UpPovEstimateRpcTrieKeyValue, XcmDoubleEncoded, XcmV2BodyId, XcmV2BodyPart, XcmV2Instruction, XcmV2Junction, XcmV2MultiAsset, XcmV2MultiLocation, XcmV2MultiassetAssetId, XcmV2MultiassetAssetInstance, XcmV2MultiassetFungibility, XcmV2MultiassetMultiAssetFilter, XcmV2MultiassetMultiAssets, XcmV2MultiassetWildFungibility, XcmV2MultiassetWildMultiAsset, XcmV2MultilocationJunctions, XcmV2NetworkId, XcmV2OriginKind, XcmV2Response, XcmV2TraitsError, XcmV2WeightLimit, XcmV2Xcm, XcmV3Instruction, XcmV3Junction, XcmV3JunctionBodyId, XcmV3JunctionBodyPart, XcmV3JunctionNetworkId, XcmV3Junctions, XcmV3MaybeErrorCode, XcmV3MultiAsset, XcmV3MultiLocation, XcmV3MultiassetAssetId, XcmV3MultiassetAssetInstance, XcmV3MultiassetFungibility, XcmV3MultiassetMultiAssetFilter, XcmV3MultiassetMultiAssets, XcmV3MultiassetWildFungibility, XcmV3MultiassetWildMultiAsset, XcmV3PalletInfo, XcmV3QueryResponseInfo, XcmV3Response, XcmV3TraitsError, XcmV3TraitsOutcome, XcmV3WeightLimit, XcmV3Xcm, XcmVersionedAssetId, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedResponse, XcmVersionedXcm } from '@polkadot/types/lookup';
+import type { CumulusPalletDmpQueueCall, CumulusPalletDmpQueueConfigData, CumulusPalletDmpQueueError, CumulusPalletDmpQueueEvent, CumulusPalletDmpQueuePageIndexData, CumulusPalletParachainSystemCall, CumulusPalletParachainSystemCodeUpgradeAuthorization, CumulusPalletParachainSystemError, CumulusPalletParachainSystemEvent, CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot, CumulusPalletParachainSystemRelayStateSnapshotRelayDispachQueueSize, 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, OpalRuntimeRuntimeCommonIdentityDisableIdentityCalls, OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance, OpalRuntimeRuntimeCommonSessionKeys, OrmlTokensAccountData, OrmlTokensBalanceLock, OrmlTokensModuleCall, OrmlTokensModuleError, OrmlTokensModuleEvent, OrmlTokensReserveData, OrmlVestingModuleCall, OrmlVestingModuleError, OrmlVestingModuleEvent, OrmlVestingVestingSchedule, OrmlXtokensModuleCall, OrmlXtokensModuleError, OrmlXtokensModuleEvent, PalletAppPromotionCall, PalletAppPromotionError, PalletAppPromotionEvent, PalletBalancesAccountData, PalletBalancesBalanceLock, PalletBalancesCall, PalletBalancesError, PalletBalancesEvent, PalletBalancesIdAmount, PalletBalancesReasons, PalletBalancesReserveData, PalletCollatorSelectionCall, PalletCollatorSelectionError, PalletCollatorSelectionEvent, PalletCommonError, PalletCommonEvent, PalletConfigurationAppPromotionConfiguration, PalletConfigurationCall, PalletConfigurationError, PalletConfigurationEvent, PalletEthereumCall, PalletEthereumError, PalletEthereumEvent, PalletEthereumFakeTransactionFinalizer, PalletEvmAccountBasicCrossAccountIdRepr, PalletEvmCall, PalletEvmCodeMetadata, PalletEvmCoderSubstrateError, PalletEvmContractHelpersCall, PalletEvmContractHelpersError, PalletEvmContractHelpersEvent, PalletEvmContractHelpersSponsoringModeT, PalletEvmError, PalletEvmEvent, PalletEvmMigrationCall, PalletEvmMigrationError, PalletEvmMigrationEvent, PalletForeignAssetsAssetIds, PalletForeignAssetsModuleAssetMetadata, PalletForeignAssetsModuleCall, PalletForeignAssetsModuleError, PalletForeignAssetsModuleEvent, PalletForeignAssetsNativeCurrency, PalletFungibleError, PalletIdentityBitFlags, PalletIdentityCall, PalletIdentityError, PalletIdentityEvent, PalletIdentityIdentityField, PalletIdentityIdentityInfo, PalletIdentityJudgement, PalletIdentityRegistrarInfo, PalletIdentityRegistration, PalletInflationCall, PalletMaintenanceCall, PalletMaintenanceError, PalletMaintenanceEvent, PalletNonfungibleError, PalletNonfungibleItemData, PalletPreimageCall, PalletPreimageError, PalletPreimageEvent, PalletPreimageRequestStatus, PalletRefungibleError, PalletSessionCall, PalletSessionError, PalletSessionEvent, PalletStateTrieMigrationCall, PalletStateTrieMigrationError, PalletStateTrieMigrationEvent, PalletStateTrieMigrationMigrationCompute, PalletStateTrieMigrationMigrationLimits, PalletStateTrieMigrationMigrationTask, PalletStateTrieMigrationProgress, PalletStructureCall, PalletStructureError, PalletStructureEvent, PalletSudoCall, PalletSudoError, PalletSudoEvent, PalletTemplateTransactionPaymentChargeTransactionPayment, PalletTestUtilsCall, PalletTestUtilsError, PalletTestUtilsEvent, PalletTimestampCall, PalletTransactionPaymentEvent, PalletTransactionPaymentReleases, PalletTreasuryCall, PalletTreasuryError, PalletTreasuryEvent, PalletTreasuryProposal, PalletUniqueCall, PalletUniqueError, PalletXcmCall, PalletXcmError, PalletXcmEvent, PalletXcmQueryStatus, PalletXcmRemoteLockedFungibleRecord, PalletXcmVersionMigrationStage, ParachainInfoCall, PhantomTypeUpDataStructs, PolkadotCorePrimitivesInboundDownwardMessage, PolkadotCorePrimitivesInboundHrmpMessage, PolkadotCorePrimitivesOutboundHrmpMessage, PolkadotParachainPrimitivesXcmpMessageFormat, PolkadotPrimitivesV4AbridgedHostConfiguration, PolkadotPrimitivesV4AbridgedHrmpChannel, PolkadotPrimitivesV4PersistedValidationData, PolkadotPrimitivesV4UpgradeRestriction, SpArithmeticArithmeticError, SpConsensusAuraSr25519AppSr25519Public, SpCoreCryptoKeyTypeId, SpCoreEcdsaSignature, SpCoreEd25519Signature, SpCoreSr25519Public, SpCoreSr25519Signature, SpRuntimeDigest, SpRuntimeDigestDigestItem, SpRuntimeDispatchError, SpRuntimeModuleError, SpRuntimeMultiSignature, SpRuntimeTokenError, SpRuntimeTransactionValidityInvalidTransaction, SpRuntimeTransactionValidityTransactionValidityError, SpRuntimeTransactionValidityUnknownTransaction, 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, UpPovEstimateRpcPovInfo, UpPovEstimateRpcTrieKeyValue, XcmDoubleEncoded, XcmV2BodyId, XcmV2BodyPart, XcmV2Instruction, XcmV2Junction, XcmV2MultiAsset, XcmV2MultiLocation, XcmV2MultiassetAssetId, XcmV2MultiassetAssetInstance, XcmV2MultiassetFungibility, XcmV2MultiassetMultiAssetFilter, XcmV2MultiassetMultiAssets, XcmV2MultiassetWildFungibility, XcmV2MultiassetWildMultiAsset, XcmV2MultilocationJunctions, XcmV2NetworkId, XcmV2OriginKind, XcmV2Response, XcmV2TraitsError, XcmV2WeightLimit, XcmV2Xcm, XcmV3Instruction, XcmV3Junction, XcmV3JunctionBodyId, XcmV3JunctionBodyPart, XcmV3JunctionNetworkId, XcmV3Junctions, XcmV3MaybeErrorCode, XcmV3MultiAsset, XcmV3MultiLocation, XcmV3MultiassetAssetId, XcmV3MultiassetAssetInstance, XcmV3MultiassetFungibility, XcmV3MultiassetMultiAssetFilter, XcmV3MultiassetMultiAssets, XcmV3MultiassetWildFungibility, XcmV3MultiassetWildMultiAsset, XcmV3PalletInfo, XcmV3QueryResponseInfo, XcmV3Response, XcmV3TraitsError, XcmV3TraitsOutcome, XcmV3WeightLimit, XcmV3Xcm, XcmVersionedAssetId, XcmVersionedMultiAsset, XcmVersionedMultiAssets, XcmVersionedMultiLocation, XcmVersionedResponse, XcmVersionedXcm } from '@polkadot/types/lookup';
 
 declare module '@polkadot/types/types/registry' {
   interface InterfaceTypes {
@@ -19,6 +19,7 @@
     CumulusPalletParachainSystemError: CumulusPalletParachainSystemError;
     CumulusPalletParachainSystemEvent: CumulusPalletParachainSystemEvent;
     CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot;
+    CumulusPalletParachainSystemRelayStateSnapshotRelayDispachQueueSize: CumulusPalletParachainSystemRelayStateSnapshotRelayDispachQueueSize;
     CumulusPalletXcmCall: CumulusPalletXcmCall;
     CumulusPalletXcmError: CumulusPalletXcmError;
     CumulusPalletXcmEvent: CumulusPalletXcmEvent;
@@ -117,7 +118,7 @@
     PalletEthereumFakeTransactionFinalizer: PalletEthereumFakeTransactionFinalizer;
     PalletEvmAccountBasicCrossAccountIdRepr: PalletEvmAccountBasicCrossAccountIdRepr;
     PalletEvmCall: PalletEvmCall;
-    PalletEvmCoderSubstrateCall: PalletEvmCoderSubstrateCall;
+    PalletEvmCodeMetadata: PalletEvmCodeMetadata;
     PalletEvmCoderSubstrateError: PalletEvmCoderSubstrateError;
     PalletEvmContractHelpersCall: PalletEvmContractHelpersCall;
     PalletEvmContractHelpersError: PalletEvmContractHelpersError;
@@ -158,6 +159,13 @@
     PalletSessionCall: PalletSessionCall;
     PalletSessionError: PalletSessionError;
     PalletSessionEvent: PalletSessionEvent;
+    PalletStateTrieMigrationCall: PalletStateTrieMigrationCall;
+    PalletStateTrieMigrationError: PalletStateTrieMigrationError;
+    PalletStateTrieMigrationEvent: PalletStateTrieMigrationEvent;
+    PalletStateTrieMigrationMigrationCompute: PalletStateTrieMigrationMigrationCompute;
+    PalletStateTrieMigrationMigrationLimits: PalletStateTrieMigrationMigrationLimits;
+    PalletStateTrieMigrationMigrationTask: PalletStateTrieMigrationMigrationTask;
+    PalletStateTrieMigrationProgress: PalletStateTrieMigrationProgress;
     PalletStructureCall: PalletStructureCall;
     PalletStructureError: PalletStructureError;
     PalletStructureEvent: PalletStructureEvent;
modifiedtests/src/interfaces/types-lookup.tsdiffbeforeafterboth
--- a/tests/src/interfaces/types-lookup.ts
+++ b/tests/src/interfaces/types-lookup.ts
@@ -137,7 +137,8 @@
     readonly isExhausted: boolean;
     readonly isCorruption: boolean;
     readonly isUnavailable: boolean;
-    readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional' | 'Exhausted' | 'Corruption' | 'Unavailable';
+    readonly isRootNotAllowed: boolean;
+    readonly type: 'Other' | 'CannotLookup' | 'BadOrigin' | 'Module' | 'ConsumerRemaining' | 'NoProviders' | 'TooManyConsumers' | 'Token' | 'Arithmetic' | 'Transactional' | 'Exhausted' | 'Corruption' | 'Unavailable' | 'RootNotAllowed';
   }
 
   /** @name SpRuntimeModuleError (26) */
@@ -157,7 +158,8 @@
     readonly isUnsupported: boolean;
     readonly isCannotCreateHold: boolean;
     readonly isNotExpendable: boolean;
-    readonly type: 'FundsUnavailable' | 'OnlyProvider' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported' | 'CannotCreateHold' | 'NotExpendable';
+    readonly isBlocked: boolean;
+    readonly type: 'FundsUnavailable' | 'OnlyProvider' | 'BelowMinimum' | 'CannotCreate' | 'UnknownAsset' | 'Frozen' | 'Unsupported' | 'CannotCreateHold' | 'NotExpendable' | 'Blocked';
   }
 
   /** @name SpArithmeticArithmeticError (28) */
@@ -175,7 +177,46 @@
     readonly type: 'LimitReached' | 'NoLayer';
   }
 
-  /** @name CumulusPalletParachainSystemEvent (30) */
+  /** @name PalletStateTrieMigrationEvent (30) */
+  interface PalletStateTrieMigrationEvent extends Enum {
+    readonly isMigrated: boolean;
+    readonly asMigrated: {
+      readonly top: u32;
+      readonly child: u32;
+      readonly compute: PalletStateTrieMigrationMigrationCompute;
+    } & Struct;
+    readonly isSlashed: boolean;
+    readonly asSlashed: {
+      readonly who: AccountId32;
+      readonly amount: u128;
+    } & Struct;
+    readonly isAutoMigrationFinished: boolean;
+    readonly isHalted: boolean;
+    readonly asHalted: {
+      readonly error: PalletStateTrieMigrationError;
+    } & Struct;
+    readonly type: 'Migrated' | 'Slashed' | 'AutoMigrationFinished' | 'Halted';
+  }
+
+  /** @name PalletStateTrieMigrationMigrationCompute (31) */
+  interface PalletStateTrieMigrationMigrationCompute extends Enum {
+    readonly isSigned: boolean;
+    readonly isAuto: boolean;
+    readonly type: 'Signed' | 'Auto';
+  }
+
+  /** @name PalletStateTrieMigrationError (32) */
+  interface PalletStateTrieMigrationError extends Enum {
+    readonly isMaxSignedLimits: boolean;
+    readonly isKeyTooLong: boolean;
+    readonly isNotEnoughFunds: boolean;
+    readonly isBadWitness: boolean;
+    readonly isSignedMigrationNotAllowed: boolean;
+    readonly isBadChildRoot: boolean;
+    readonly type: 'MaxSignedLimits' | 'KeyTooLong' | 'NotEnoughFunds' | 'BadWitness' | 'SignedMigrationNotAllowed' | 'BadChildRoot';
+  }
+
+  /** @name CumulusPalletParachainSystemEvent (33) */
   interface CumulusPalletParachainSystemEvent extends Enum {
     readonly isValidationFunctionStored: boolean;
     readonly isValidationFunctionApplied: boolean;
@@ -203,7 +244,7 @@
     readonly type: 'ValidationFunctionStored' | 'ValidationFunctionApplied' | 'ValidationFunctionDiscarded' | 'UpgradeAuthorized' | 'DownwardMessagesReceived' | 'DownwardMessagesProcessed' | 'UpwardMessageSent';
   }
 
-  /** @name PalletCollatorSelectionEvent (32) */
+  /** @name PalletCollatorSelectionEvent (35) */
   interface PalletCollatorSelectionEvent extends Enum {
     readonly isInvulnerableAdded: boolean;
     readonly asInvulnerableAdded: {
@@ -234,7 +275,7 @@
     readonly type: 'InvulnerableAdded' | 'InvulnerableRemoved' | 'LicenseObtained' | 'LicenseReleased' | 'CandidateAdded' | 'CandidateRemoved';
   }
 
-  /** @name PalletSessionEvent (33) */
+  /** @name PalletSessionEvent (36) */
   interface PalletSessionEvent extends Enum {
     readonly isNewSession: boolean;
     readonly asNewSession: {
@@ -243,7 +284,7 @@
     readonly type: 'NewSession';
   }
 
-  /** @name PalletBalancesEvent (34) */
+  /** @name PalletBalancesEvent (37) */
   interface PalletBalancesEvent extends Enum {
     readonly isEndowed: boolean;
     readonly asEndowed: {
@@ -353,14 +394,14 @@
     readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'BalanceSet' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'Deposit' | 'Withdraw' | 'Slashed' | 'Minted' | 'Burned' | 'Suspended' | 'Restored' | 'Upgraded' | 'Issued' | 'Rescinded' | 'Locked' | 'Unlocked' | 'Frozen' | 'Thawed';
   }
 
-  /** @name FrameSupportTokensMiscBalanceStatus (35) */
+  /** @name FrameSupportTokensMiscBalanceStatus (38) */
   interface FrameSupportTokensMiscBalanceStatus extends Enum {
     readonly isFree: boolean;
     readonly isReserved: boolean;
     readonly type: 'Free' | 'Reserved';
   }
 
-  /** @name PalletTransactionPaymentEvent (36) */
+  /** @name PalletTransactionPaymentEvent (39) */
   interface PalletTransactionPaymentEvent extends Enum {
     readonly isTransactionFeePaid: boolean;
     readonly asTransactionFeePaid: {
@@ -371,7 +412,7 @@
     readonly type: 'TransactionFeePaid';
   }
 
-  /** @name PalletTreasuryEvent (37) */
+  /** @name PalletTreasuryEvent (40) */
   interface PalletTreasuryEvent extends Enum {
     readonly isProposed: boolean;
     readonly asProposed: {
@@ -418,7 +459,7 @@
     readonly type: 'Proposed' | 'Spending' | 'Awarded' | 'Rejected' | 'Burnt' | 'Rollover' | 'Deposit' | 'SpendApproved' | 'UpdatedInactive';
   }
 
-  /** @name PalletSudoEvent (38) */
+  /** @name PalletSudoEvent (41) */
   interface PalletSudoEvent extends Enum {
     readonly isSudid: boolean;
     readonly asSudid: {
@@ -435,7 +476,7 @@
     readonly type: 'Sudid' | 'KeyChanged' | 'SudoAsDone';
   }
 
-  /** @name OrmlVestingModuleEvent (42) */
+  /** @name OrmlVestingModuleEvent (45) */
   interface OrmlVestingModuleEvent extends Enum {
     readonly isVestingScheduleAdded: boolean;
     readonly asVestingScheduleAdded: {
@@ -455,7 +496,7 @@
     readonly type: 'VestingScheduleAdded' | 'Claimed' | 'VestingSchedulesUpdated';
   }
 
-  /** @name OrmlVestingVestingSchedule (43) */
+  /** @name OrmlVestingVestingSchedule (46) */
   interface OrmlVestingVestingSchedule extends Struct {
     readonly start: u32;
     readonly period: u32;
@@ -463,7 +504,7 @@
     readonly perPeriod: Compact<u128>;
   }
 
-  /** @name OrmlXtokensModuleEvent (45) */
+  /** @name OrmlXtokensModuleEvent (48) */
   interface OrmlXtokensModuleEvent extends Enum {
     readonly isTransferredMultiAssets: boolean;
     readonly asTransferredMultiAssets: {
@@ -475,16 +516,16 @@
     readonly type: 'TransferredMultiAssets';
   }
 
-  /** @name XcmV3MultiassetMultiAssets (46) */
+  /** @name XcmV3MultiassetMultiAssets (49) */
   interface XcmV3MultiassetMultiAssets extends Vec<XcmV3MultiAsset> {}
 
-  /** @name XcmV3MultiAsset (48) */
+  /** @name XcmV3MultiAsset (51) */
   interface XcmV3MultiAsset extends Struct {
     readonly id: XcmV3MultiassetAssetId;
     readonly fun: XcmV3MultiassetFungibility;
   }
 
-  /** @name XcmV3MultiassetAssetId (49) */
+  /** @name XcmV3MultiassetAssetId (52) */
   interface XcmV3MultiassetAssetId extends Enum {
     readonly isConcrete: boolean;
     readonly asConcrete: XcmV3MultiLocation;
@@ -493,13 +534,13 @@
     readonly type: 'Concrete' | 'Abstract';
   }
 
-  /** @name XcmV3MultiLocation (50) */
+  /** @name XcmV3MultiLocation (53) */
   interface XcmV3MultiLocation extends Struct {
     readonly parents: u8;
     readonly interior: XcmV3Junctions;
   }
 
-  /** @name XcmV3Junctions (51) */
+  /** @name XcmV3Junctions (54) */
   interface XcmV3Junctions extends Enum {
     readonly isHere: boolean;
     readonly isX1: boolean;
@@ -521,7 +562,7 @@
     readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';
   }
 
-  /** @name XcmV3Junction (52) */
+  /** @name XcmV3Junction (55) */
   interface XcmV3Junction extends Enum {
     readonly isParachain: boolean;
     readonly asParachain: Compact<u32>;
@@ -560,7 +601,7 @@
     readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality' | 'GlobalConsensus';
   }
 
-  /** @name XcmV3JunctionNetworkId (55) */
+  /** @name XcmV3JunctionNetworkId (58) */
   interface XcmV3JunctionNetworkId extends Enum {
     readonly isByGenesis: boolean;
     readonly asByGenesis: U8aFixed;
@@ -583,7 +624,7 @@
     readonly type: 'ByGenesis' | 'ByFork' | 'Polkadot' | 'Kusama' | 'Westend' | 'Rococo' | 'Wococo' | 'Ethereum' | 'BitcoinCore' | 'BitcoinCash';
   }
 
-  /** @name XcmV3JunctionBodyId (57) */
+  /** @name XcmV3JunctionBodyId (60) */
   interface XcmV3JunctionBodyId extends Enum {
     readonly isUnit: boolean;
     readonly isMoniker: boolean;
@@ -600,7 +641,7 @@
     readonly type: 'Unit' | 'Moniker' | 'Index' | 'Executive' | 'Technical' | 'Legislative' | 'Judicial' | 'Defense' | 'Administration' | 'Treasury';
   }
 
-  /** @name XcmV3JunctionBodyPart (58) */
+  /** @name XcmV3JunctionBodyPart (61) */
   interface XcmV3JunctionBodyPart extends Enum {
     readonly isVoice: boolean;
     readonly isMembers: boolean;
@@ -625,7 +666,7 @@
     readonly type: 'Voice' | 'Members' | 'Fraction' | 'AtLeastProportion' | 'MoreThanProportion';
   }
 
-  /** @name XcmV3MultiassetFungibility (59) */
+  /** @name XcmV3MultiassetFungibility (62) */
   interface XcmV3MultiassetFungibility extends Enum {
     readonly isFungible: boolean;
     readonly asFungible: Compact<u128>;
@@ -634,7 +675,7 @@
     readonly type: 'Fungible' | 'NonFungible';
   }
 
-  /** @name XcmV3MultiassetAssetInstance (60) */
+  /** @name XcmV3MultiassetAssetInstance (63) */
   interface XcmV3MultiassetAssetInstance extends Enum {
     readonly isUndefined: boolean;
     readonly isIndex: boolean;
@@ -650,7 +691,7 @@
     readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32';
   }
 
-  /** @name OrmlTokensModuleEvent (63) */
+  /** @name OrmlTokensModuleEvent (66) */
   interface OrmlTokensModuleEvent extends Enum {
     readonly isEndowed: boolean;
     readonly asEndowed: {
@@ -750,7 +791,7 @@
     readonly type: 'Endowed' | 'DustLost' | 'Transfer' | 'Reserved' | 'Unreserved' | 'ReserveRepatriated' | 'BalanceSet' | 'TotalIssuanceSet' | 'Withdrawn' | 'Slashed' | 'Deposited' | 'LockSet' | 'LockRemoved' | 'Locked' | 'Unlocked';
   }
 
-  /** @name PalletForeignAssetsAssetIds (64) */
+  /** @name PalletForeignAssetsAssetIds (67) */
   interface PalletForeignAssetsAssetIds extends Enum {
     readonly isForeignAssetId: boolean;
     readonly asForeignAssetId: u32;
@@ -759,14 +800,14 @@
     readonly type: 'ForeignAssetId' | 'NativeAssetId';
   }
 
-  /** @name PalletForeignAssetsNativeCurrency (65) */
+  /** @name PalletForeignAssetsNativeCurrency (68) */
   interface PalletForeignAssetsNativeCurrency extends Enum {
     readonly isHere: boolean;
     readonly isParent: boolean;
     readonly type: 'Here' | 'Parent';
   }
 
-  /** @name PalletIdentityEvent (66) */
+  /** @name PalletIdentityEvent (69) */
   interface PalletIdentityEvent extends Enum {
     readonly isIdentitySet: boolean;
     readonly asIdentitySet: {
@@ -834,7 +875,7 @@
     readonly type: 'IdentitySet' | 'IdentityCleared' | 'IdentityKilled' | 'IdentitiesInserted' | 'IdentitiesRemoved' | 'JudgementRequested' | 'JudgementUnrequested' | 'JudgementGiven' | 'RegistrarAdded' | 'SubIdentityAdded' | 'SubIdentityRemoved' | 'SubIdentityRevoked' | 'SubIdentitiesInserted';
   }
 
-  /** @name PalletPreimageEvent (67) */
+  /** @name PalletPreimageEvent (70) */
   interface PalletPreimageEvent extends Enum {
     readonly isNoted: boolean;
     readonly asNoted: {
@@ -851,7 +892,7 @@
     readonly type: 'Noted' | 'Requested' | 'Cleared';
   }
 
-  /** @name CumulusPalletXcmpQueueEvent (68) */
+  /** @name CumulusPalletXcmpQueueEvent (71) */
   interface CumulusPalletXcmpQueueEvent extends Enum {
     readonly isSuccess: boolean;
     readonly asSuccess: {
@@ -891,7 +932,7 @@
     readonly type: 'Success' | 'Fail' | 'BadVersion' | 'BadFormat' | 'XcmpMessageSent' | 'OverweightEnqueued' | 'OverweightServiced';
   }
 
-  /** @name XcmV3TraitsError (69) */
+  /** @name XcmV3TraitsError (72) */
   interface XcmV3TraitsError extends Enum {
     readonly isOverflow: boolean;
     readonly isUnimplemented: boolean;
@@ -938,7 +979,7 @@
     readonly type: 'Overflow' | 'Unimplemented' | 'UntrustedReserveLocation' | 'UntrustedTeleportLocation' | 'LocationFull' | 'LocationNotInvertible' | 'BadOrigin' | 'InvalidLocation' | 'AssetNotFound' | 'FailedToTransactAsset' | 'NotWithdrawable' | 'LocationCannotHold' | 'ExceedsMaxMessageSize' | 'DestinationUnsupported' | 'Transport' | 'Unroutable' | 'UnknownClaim' | 'FailedToDecode' | 'MaxWeightInvalid' | 'NotHoldingFees' | 'TooExpensive' | 'Trap' | 'ExpectationFalse' | 'PalletNotFound' | 'NameMismatch' | 'VersionIncompatible' | 'HoldingWouldOverflow' | 'ExportError' | 'ReanchorFailed' | 'NoDeal' | 'FeesNotMet' | 'LockError' | 'NoPermission' | 'Unanchored' | 'NotDepositable' | 'UnhandledXcmVersion' | 'WeightLimitReached' | 'Barrier' | 'WeightNotComputable' | 'ExceedsStackLimit';
   }
 
-  /** @name PalletXcmEvent (71) */
+  /** @name PalletXcmEvent (74) */
   interface PalletXcmEvent extends Enum {
     readonly isAttempted: boolean;
     readonly asAttempted: XcmV3TraitsOutcome;
@@ -989,7 +1030,7 @@
     readonly type: 'Attempted' | 'Sent' | 'UnexpectedResponse' | 'ResponseReady' | 'Notified' | 'NotifyOverweight' | 'NotifyDispatchError' | 'NotifyDecodeFailed' | 'InvalidResponder' | 'InvalidResponderVersion' | 'ResponseTaken' | 'AssetsTrapped' | 'VersionChangeNotified' | 'SupportedVersionChanged' | 'NotifyTargetSendFail' | 'NotifyTargetMigrationFail' | 'InvalidQuerierVersion' | 'InvalidQuerier' | 'VersionNotifyStarted' | 'VersionNotifyRequested' | 'VersionNotifyUnrequested' | 'FeesPaid' | 'AssetsClaimed';
   }
 
-  /** @name XcmV3TraitsOutcome (72) */
+  /** @name XcmV3TraitsOutcome (75) */
   interface XcmV3TraitsOutcome extends Enum {
     readonly isComplete: boolean;
     readonly asComplete: SpWeightsWeightV2Weight;
@@ -1000,10 +1041,10 @@
     readonly type: 'Complete' | 'Incomplete' | 'Error';
   }
 
-  /** @name XcmV3Xcm (73) */
+  /** @name XcmV3Xcm (76) */
   interface XcmV3Xcm extends Vec<XcmV3Instruction> {}
 
-  /** @name XcmV3Instruction (75) */
+  /** @name XcmV3Instruction (78) */
   interface XcmV3Instruction extends Enum {
     readonly isWithdrawAsset: boolean;
     readonly asWithdrawAsset: XcmV3MultiassetMultiAssets;
@@ -1185,7 +1226,7 @@
     readonly type: 'WithdrawAsset' | 'ReserveAssetDeposited' | 'ReceiveTeleportedAsset' | 'QueryResponse' | 'TransferAsset' | 'TransferReserveAsset' | 'Transact' | 'HrmpNewChannelOpenRequest' | 'HrmpChannelAccepted' | 'HrmpChannelClosing' | 'ClearOrigin' | 'DescendOrigin' | 'ReportError' | 'DepositAsset' | 'DepositReserveAsset' | 'ExchangeAsset' | 'InitiateReserveWithdraw' | 'InitiateTeleport' | 'ReportHolding' | 'BuyExecution' | 'RefundSurplus' | 'SetErrorHandler' | 'SetAppendix' | 'ClearError' | 'ClaimAsset' | 'Trap' | 'SubscribeVersion' | 'UnsubscribeVersion' | 'BurnAsset' | 'ExpectAsset' | 'ExpectOrigin' | 'ExpectError' | 'ExpectTransactStatus' | 'QueryPallet' | 'ExpectPallet' | 'ReportTransactStatus' | 'ClearTransactStatus' | 'UniversalOrigin' | 'ExportMessage' | 'LockAsset' | 'UnlockAsset' | 'NoteUnlockable' | 'RequestUnlock' | 'SetFeesMode' | 'SetTopic' | 'ClearTopic' | 'AliasOrigin' | 'UnpaidExecution';
   }
 
-  /** @name XcmV3Response (76) */
+  /** @name XcmV3Response (79) */
   interface XcmV3Response extends Enum {
     readonly isNull: boolean;
     readonly isAssets: boolean;
@@ -1201,7 +1242,7 @@
     readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version' | 'PalletsInfo' | 'DispatchResult';
   }
 
-  /** @name XcmV3PalletInfo (80) */
+  /** @name XcmV3PalletInfo (83) */
   interface XcmV3PalletInfo extends Struct {
     readonly index: Compact<u32>;
     readonly name: Bytes;
@@ -1211,7 +1252,7 @@
     readonly patch: Compact<u32>;
   }
 
-  /** @name XcmV3MaybeErrorCode (83) */
+  /** @name XcmV3MaybeErrorCode (86) */
   interface XcmV3MaybeErrorCode extends Enum {
     readonly isSuccess: boolean;
     readonly isError: boolean;
@@ -1221,7 +1262,7 @@
     readonly type: 'Success' | 'Error' | 'TruncatedError';
   }
 
-  /** @name XcmV2OriginKind (86) */
+  /** @name XcmV2OriginKind (89) */
   interface XcmV2OriginKind extends Enum {
     readonly isNative: boolean;
     readonly isSovereignAccount: boolean;
@@ -1230,19 +1271,19 @@
     readonly type: 'Native' | 'SovereignAccount' | 'Superuser' | 'Xcm';
   }
 
-  /** @name XcmDoubleEncoded (87) */
+  /** @name XcmDoubleEncoded (90) */
   interface XcmDoubleEncoded extends Struct {
     readonly encoded: Bytes;
   }
 
-  /** @name XcmV3QueryResponseInfo (88) */
+  /** @name XcmV3QueryResponseInfo (91) */
   interface XcmV3QueryResponseInfo extends Struct {
     readonly destination: XcmV3MultiLocation;
     readonly queryId: Compact<u64>;
     readonly maxWeight: SpWeightsWeightV2Weight;
   }
 
-  /** @name XcmV3MultiassetMultiAssetFilter (89) */
+  /** @name XcmV3MultiassetMultiAssetFilter (92) */
   interface XcmV3MultiassetMultiAssetFilter extends Enum {
     readonly isDefinite: boolean;
     readonly asDefinite: XcmV3MultiassetMultiAssets;
@@ -1251,7 +1292,7 @@
     readonly type: 'Definite' | 'Wild';
   }
 
-  /** @name XcmV3MultiassetWildMultiAsset (90) */
+  /** @name XcmV3MultiassetWildMultiAsset (93) */
   interface XcmV3MultiassetWildMultiAsset extends Enum {
     readonly isAll: boolean;
     readonly isAllOf: boolean;
@@ -1270,14 +1311,14 @@
     readonly type: 'All' | 'AllOf' | 'AllCounted' | 'AllOfCounted';
   }
 
-  /** @name XcmV3MultiassetWildFungibility (91) */
+  /** @name XcmV3MultiassetWildFungibility (94) */
   interface XcmV3MultiassetWildFungibility extends Enum {
     readonly isFungible: boolean;
     readonly isNonFungible: boolean;
     readonly type: 'Fungible' | 'NonFungible';
   }
 
-  /** @name XcmV3WeightLimit (93) */
+  /** @name XcmV3WeightLimit (96) */
   interface XcmV3WeightLimit extends Enum {
     readonly isUnlimited: boolean;
     readonly isLimited: boolean;
@@ -1285,7 +1326,7 @@
     readonly type: 'Unlimited' | 'Limited';
   }
 
-  /** @name XcmVersionedMultiAssets (94) */
+  /** @name XcmVersionedMultiAssets (97) */
   interface XcmVersionedMultiAssets extends Enum {
     readonly isV2: boolean;
     readonly asV2: XcmV2MultiassetMultiAssets;
@@ -1294,16 +1335,16 @@
     readonly type: 'V2' | 'V3';
   }
 
-  /** @name XcmV2MultiassetMultiAssets (95) */
+  /** @name XcmV2MultiassetMultiAssets (98) */
   interface XcmV2MultiassetMultiAssets extends Vec<XcmV2MultiAsset> {}
 
-  /** @name XcmV2MultiAsset (97) */
+  /** @name XcmV2MultiAsset (100) */
   interface XcmV2MultiAsset extends Struct {
     readonly id: XcmV2MultiassetAssetId;
     readonly fun: XcmV2MultiassetFungibility;
   }
 
-  /** @name XcmV2MultiassetAssetId (98) */
+  /** @name XcmV2MultiassetAssetId (101) */
   interface XcmV2MultiassetAssetId extends Enum {
     readonly isConcrete: boolean;
     readonly asConcrete: XcmV2MultiLocation;
@@ -1312,13 +1353,13 @@
     readonly type: 'Concrete' | 'Abstract';
   }
 
-  /** @name XcmV2MultiLocation (99) */
+  /** @name XcmV2MultiLocation (102) */
   interface XcmV2MultiLocation extends Struct {
     readonly parents: u8;
     readonly interior: XcmV2MultilocationJunctions;
   }
 
-  /** @name XcmV2MultilocationJunctions (100) */
+  /** @name XcmV2MultilocationJunctions (103) */
   interface XcmV2MultilocationJunctions extends Enum {
     readonly isHere: boolean;
     readonly isX1: boolean;
@@ -1340,7 +1381,7 @@
     readonly type: 'Here' | 'X1' | 'X2' | 'X3' | 'X4' | 'X5' | 'X6' | 'X7' | 'X8';
   }
 
-  /** @name XcmV2Junction (101) */
+  /** @name XcmV2Junction (104) */
   interface XcmV2Junction extends Enum {
     readonly isParachain: boolean;
     readonly asParachain: Compact<u32>;
@@ -1374,7 +1415,7 @@
     readonly type: 'Parachain' | 'AccountId32' | 'AccountIndex64' | 'AccountKey20' | 'PalletInstance' | 'GeneralIndex' | 'GeneralKey' | 'OnlyChild' | 'Plurality';
   }
 
-  /** @name XcmV2NetworkId (102) */
+  /** @name XcmV2NetworkId (105) */
   interface XcmV2NetworkId extends Enum {
     readonly isAny: boolean;
     readonly isNamed: boolean;
@@ -1384,7 +1425,7 @@
     readonly type: 'Any' | 'Named' | 'Polkadot' | 'Kusama';
   }
 
-  /** @name XcmV2BodyId (104) */
+  /** @name XcmV2BodyId (107) */
   interface XcmV2BodyId extends Enum {
     readonly isUnit: boolean;
     readonly isNamed: boolean;
@@ -1401,7 +1442,7 @@
     readonly type: 'Unit' | 'Named' | 'Index' | 'Executive' | 'Technical' | 'Legislative' | 'Judicial' | 'Defense' | 'Administration' | 'Treasury';
   }
 
-  /** @name XcmV2BodyPart (105) */
+  /** @name XcmV2BodyPart (108) */
   interface XcmV2BodyPart extends Enum {
     readonly isVoice: boolean;
     readonly isMembers: boolean;
@@ -1426,7 +1467,7 @@
     readonly type: 'Voice' | 'Members' | 'Fraction' | 'AtLeastProportion' | 'MoreThanProportion';
   }
 
-  /** @name XcmV2MultiassetFungibility (106) */
+  /** @name XcmV2MultiassetFungibility (109) */
   interface XcmV2MultiassetFungibility extends Enum {
     readonly isFungible: boolean;
     readonly asFungible: Compact<u128>;
@@ -1435,7 +1476,7 @@
     readonly type: 'Fungible' | 'NonFungible';
   }
 
-  /** @name XcmV2MultiassetAssetInstance (107) */
+  /** @name XcmV2MultiassetAssetInstance (110) */
   interface XcmV2MultiassetAssetInstance extends Enum {
     readonly isUndefined: boolean;
     readonly isIndex: boolean;
@@ -1453,7 +1494,7 @@
     readonly type: 'Undefined' | 'Index' | 'Array4' | 'Array8' | 'Array16' | 'Array32' | 'Blob';
   }
 
-  /** @name XcmVersionedMultiLocation (108) */
+  /** @name XcmVersionedMultiLocation (111) */
   interface XcmVersionedMultiLocation extends Enum {
     readonly isV2: boolean;
     readonly asV2: XcmV2MultiLocation;
@@ -1462,7 +1503,7 @@
     readonly type: 'V2' | 'V3';
   }
 
-  /** @name CumulusPalletXcmEvent (109) */
+  /** @name CumulusPalletXcmEvent (112) */
   interface CumulusPalletXcmEvent extends Enum {
     readonly isInvalidFormat: boolean;
     readonly asInvalidFormat: U8aFixed;
@@ -1473,7 +1514,7 @@
     readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward';
   }
 
-  /** @name CumulusPalletDmpQueueEvent (110) */
+  /** @name CumulusPalletDmpQueueEvent (113) */
   interface CumulusPalletDmpQueueEvent extends Enum {
     readonly isInvalidFormat: boolean;
     readonly asInvalidFormat: {
@@ -1512,7 +1553,7 @@
     readonly type: 'InvalidFormat' | 'UnsupportedVersion' | 'ExecutedDownward' | 'WeightExhausted' | 'OverweightEnqueued' | 'OverweightServiced' | 'MaxMessagesExhausted';
   }
 
-  /** @name PalletConfigurationEvent (111) */
+  /** @name PalletConfigurationEvent (114) */
   interface PalletConfigurationEvent extends Enum {
     readonly isNewDesiredCollators: boolean;
     readonly asNewDesiredCollators: {
@@ -1529,7 +1570,7 @@
     readonly type: 'NewDesiredCollators' | 'NewCollatorLicenseBond' | 'NewCollatorKickThreshold';
   }
 
-  /** @name PalletCommonEvent (114) */
+  /** @name PalletCommonEvent (117) */
   interface PalletCommonEvent extends Enum {
     readonly isCollectionCreated: boolean;
     readonly asCollectionCreated: ITuple<[u32, u8, AccountId32]>;
@@ -1578,7 +1619,7 @@
     readonly type: 'CollectionCreated' | 'CollectionDestroyed' | 'ItemCreated' | 'ItemDestroyed' | 'Transfer' | 'Approved' | 'ApprovedForAll' | 'CollectionPropertySet' | 'CollectionPropertyDeleted' | 'TokenPropertySet' | 'TokenPropertyDeleted' | 'PropertyPermissionSet' | 'AllowListAddressAdded' | 'AllowListAddressRemoved' | 'CollectionAdminAdded' | 'CollectionAdminRemoved' | 'CollectionLimitSet' | 'CollectionOwnerChanged' | 'CollectionPermissionSet' | 'CollectionSponsorSet' | 'SponsorshipConfirmed' | 'CollectionSponsorRemoved';
   }
 
-  /** @name PalletEvmAccountBasicCrossAccountIdRepr (117) */
+  /** @name PalletEvmAccountBasicCrossAccountIdRepr (120) */
   interface PalletEvmAccountBasicCrossAccountIdRepr extends Enum {
     readonly isSubstrate: boolean;
     readonly asSubstrate: AccountId32;
@@ -1587,14 +1628,14 @@
     readonly type: 'Substrate' | 'Ethereum';
   }
 
-  /** @name PalletStructureEvent (120) */
+  /** @name PalletStructureEvent (123) */
   interface PalletStructureEvent extends Enum {
     readonly isExecuted: boolean;
     readonly asExecuted: Result<Null, SpRuntimeDispatchError>;
     readonly type: 'Executed';
   }
 
-  /** @name PalletAppPromotionEvent (121) */
+  /** @name PalletAppPromotionEvent (124) */
   interface PalletAppPromotionEvent extends Enum {
     readonly isStakingRecalculation: boolean;
     readonly asStakingRecalculation: ITuple<[AccountId32, u128, u128]>;
@@ -1607,7 +1648,7 @@
     readonly type: 'StakingRecalculation' | 'Stake' | 'Unstake' | 'SetAdmin';
   }
 
-  /** @name PalletForeignAssetsModuleEvent (122) */
+  /** @name PalletForeignAssetsModuleEvent (125) */
   interface PalletForeignAssetsModuleEvent extends Enum {
     readonly isForeignAssetRegistered: boolean;
     readonly asForeignAssetRegistered: {
@@ -1634,7 +1675,7 @@
     readonly type: 'ForeignAssetRegistered' | 'ForeignAssetUpdated' | 'AssetRegistered' | 'AssetUpdated';
   }
 
-  /** @name PalletForeignAssetsModuleAssetMetadata (123) */
+  /** @name PalletForeignAssetsModuleAssetMetadata (126) */
   interface PalletForeignAssetsModuleAssetMetadata extends Struct {
     readonly name: Bytes;
     readonly symbol: Bytes;
@@ -1642,7 +1683,7 @@
     readonly minimalBalance: u128;
   }
 
-  /** @name PalletEvmEvent (126) */
+  /** @name PalletEvmEvent (129) */
   interface PalletEvmEvent extends Enum {
     readonly isLog: boolean;
     readonly asLog: {
@@ -1667,14 +1708,14 @@
     readonly type: 'Log' | 'Created' | 'CreatedFailed' | 'Executed' | 'ExecutedFailed';
   }
 
-  /** @name EthereumLog (127) */
+  /** @name EthereumLog (130) */
   interface EthereumLog extends Struct {
     readonly address: H160;
     readonly topics: Vec<H256>;
     readonly data: Bytes;
   }
 
-  /** @name PalletEthereumEvent (129) */
+  /** @name PalletEthereumEvent (132) */
   interface PalletEthereumEvent extends Enum {
     readonly isExecuted: boolean;
     readonly asExecuted: {
@@ -1687,7 +1728,7 @@
     readonly type: 'Executed';
   }
 
-  /** @name EvmCoreErrorExitReason (130) */
+  /** @name EvmCoreErrorExitReason (133) */
   interface EvmCoreErrorExitReason extends Enum {
     readonly isSucceed: boolean;
     readonly asSucceed: EvmCoreErrorExitSucceed;
@@ -1700,7 +1741,7 @@
     readonly type: 'Succeed' | 'Error' | 'Revert' | 'Fatal';
   }
 
-  /** @name EvmCoreErrorExitSucceed (131) */
+  /** @name EvmCoreErrorExitSucceed (134) */
   interface EvmCoreErrorExitSucceed extends Enum {
     readonly isStopped: boolean;
     readonly isReturned: boolean;
@@ -1708,7 +1749,7 @@
     readonly type: 'Stopped' | 'Returned' | 'Suicided';
   }
 
-  /** @name EvmCoreErrorExitError (132) */
+  /** @name EvmCoreErrorExitError (135) */
   interface EvmCoreErrorExitError extends Enum {
     readonly isStackUnderflow: boolean;
     readonly isStackOverflow: boolean;
@@ -1725,18 +1766,19 @@
     readonly isCreateEmpty: boolean;
     readonly isOther: boolean;
     readonly asOther: Text;
+    readonly isMaxNonce: boolean;
     readonly isInvalidCode: boolean;
     readonly asInvalidCode: u8;
-    readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'InvalidCode';
+    readonly type: 'StackUnderflow' | 'StackOverflow' | 'InvalidJump' | 'InvalidRange' | 'DesignatedInvalid' | 'CallTooDeep' | 'CreateCollision' | 'CreateContractLimit' | 'OutOfOffset' | 'OutOfGas' | 'OutOfFund' | 'PcUnderflow' | 'CreateEmpty' | 'Other' | 'MaxNonce' | 'InvalidCode';
   }
 
-  /** @name EvmCoreErrorExitRevert (136) */
+  /** @name EvmCoreErrorExitRevert (139) */
   interface EvmCoreErrorExitRevert extends Enum {
     readonly isReverted: boolean;
     readonly type: 'Reverted';
   }
 
-  /** @name EvmCoreErrorExitFatal (137) */
+  /** @name EvmCoreErrorExitFatal (140) */
   interface EvmCoreErrorExitFatal extends Enum {
     readonly isNotSupported: boolean;
     readonly isUnhandledInterrupt: boolean;
@@ -1747,7 +1789,7 @@
     readonly type: 'NotSupported' | 'UnhandledInterrupt' | 'CallErrorAsFatal' | 'Other';
   }
 
-  /** @name PalletEvmContractHelpersEvent (138) */
+  /** @name PalletEvmContractHelpersEvent (141) */
   interface PalletEvmContractHelpersEvent extends Enum {
     readonly isContractSponsorSet: boolean;
     readonly asContractSponsorSet: ITuple<[H160, AccountId32]>;
@@ -1758,20 +1800,20 @@
     readonly type: 'ContractSponsorSet' | 'ContractSponsorshipConfirmed' | 'ContractSponsorRemoved';
   }
 
-  /** @name PalletEvmMigrationEvent (139) */
+  /** @name PalletEvmMigrationEvent (142) */
   interface PalletEvmMigrationEvent extends Enum {
     readonly isTestEvent: boolean;
     readonly type: 'TestEvent';
   }
 
-  /** @name PalletMaintenanceEvent (140) */
+  /** @name PalletMaintenanceEvent (143) */
   interface PalletMaintenanceEvent extends Enum {
     readonly isMaintenanceEnabled: boolean;
     readonly isMaintenanceDisabled: boolean;
     readonly type: 'MaintenanceEnabled' | 'MaintenanceDisabled';
   }
 
-  /** @name PalletTestUtilsEvent (141) */
+  /** @name PalletTestUtilsEvent (144) */
   interface PalletTestUtilsEvent extends Enum {
     readonly isValueIsSet: boolean;
     readonly isShouldRollback: boolean;
@@ -1779,7 +1821,7 @@
     readonly type: 'ValueIsSet' | 'ShouldRollback' | 'BatchCompleted';
   }
 
-  /** @name FrameSystemPhase (142) */
+  /** @name FrameSystemPhase (145) */
   interface FrameSystemPhase extends Enum {
     readonly isApplyExtrinsic: boolean;
     readonly asApplyExtrinsic: u32;
@@ -1788,13 +1830,13 @@
     readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
   }
 
-  /** @name FrameSystemLastRuntimeUpgradeInfo (145) */
+  /** @name FrameSystemLastRuntimeUpgradeInfo (148) */
   interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
     readonly specVersion: Compact<u32>;
     readonly specName: Text;
   }
 
-  /** @name FrameSystemCall (146) */
+  /** @name FrameSystemCall (149) */
   interface FrameSystemCall extends Enum {
     readonly isRemark: boolean;
     readonly asRemark: {
@@ -1832,21 +1874,21 @@
     readonly type: 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';
   }
 
-  /** @name FrameSystemLimitsBlockWeights (150) */
+  /** @name FrameSystemLimitsBlockWeights (153) */
   interface FrameSystemLimitsBlockWeights extends Struct {
     readonly baseBlock: SpWeightsWeightV2Weight;
     readonly maxBlock: SpWeightsWeightV2Weight;
     readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
   }
 
-  /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (151) */
+  /** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (154) */
   interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
     readonly normal: FrameSystemLimitsWeightsPerClass;
     readonly operational: FrameSystemLimitsWeightsPerClass;
     readonly mandatory: FrameSystemLimitsWeightsPerClass;
   }
 
-  /** @name FrameSystemLimitsWeightsPerClass (152) */
+  /** @name FrameSystemLimitsWeightsPerClass (155) */
   interface FrameSystemLimitsWeightsPerClass extends Struct {
     readonly baseExtrinsic: SpWeightsWeightV2Weight;
     readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
@@ -1854,25 +1896,25 @@
     readonly reserved: Option<SpWeightsWeightV2Weight>;
   }
 
-  /** @name FrameSystemLimitsBlockLength (154) */
+  /** @name FrameSystemLimitsBlockLength (157) */
   interface FrameSystemLimitsBlockLength extends Struct {
     readonly max: FrameSupportDispatchPerDispatchClassU32;
   }
 
-  /** @name FrameSupportDispatchPerDispatchClassU32 (155) */
+  /** @name FrameSupportDispatchPerDispatchClassU32 (158) */
   interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
     readonly normal: u32;
     readonly operational: u32;
     readonly mandatory: u32;
   }
 
-  /** @name SpWeightsRuntimeDbWeight (156) */
+  /** @name SpWeightsRuntimeDbWeight (159) */
   interface SpWeightsRuntimeDbWeight extends Struct {
     readonly read: u64;
     readonly write: u64;
   }
 
-  /** @name SpVersionRuntimeVersion (157) */
+  /** @name SpVersionRuntimeVersion (160) */
   interface SpVersionRuntimeVersion extends Struct {
     readonly specName: Text;
     readonly implName: Text;
@@ -1884,7 +1926,7 @@
     readonly stateVersion: u8;
   }
 
-  /** @name FrameSystemError (162) */
+  /** @name FrameSystemError (165) */
   interface FrameSystemError extends Enum {
     readonly isInvalidSpecName: boolean;
     readonly isSpecVersionNeedsToIncrease: boolean;
@@ -1895,7 +1937,66 @@
     readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';
   }
 
-  /** @name PolkadotPrimitivesV4PersistedValidationData (163) */
+  /** @name PalletStateTrieMigrationMigrationTask (166) */
+  interface PalletStateTrieMigrationMigrationTask extends Struct {
+    readonly progressTop: PalletStateTrieMigrationProgress;
+    readonly progressChild: PalletStateTrieMigrationProgress;
+    readonly size_: u32;
+    readonly topItems: u32;
+    readonly childItems: u32;
+  }
+
+  /** @name PalletStateTrieMigrationProgress (167) */
+  interface PalletStateTrieMigrationProgress extends Enum {
+    readonly isToStart: boolean;
+    readonly isLastKey: boolean;
+    readonly asLastKey: Bytes;
+    readonly isComplete: boolean;
+    readonly type: 'ToStart' | 'LastKey' | 'Complete';
+  }
+
+  /** @name PalletStateTrieMigrationMigrationLimits (170) */
+  interface PalletStateTrieMigrationMigrationLimits extends Struct {
+    readonly size_: u32;
+    readonly item: u32;
+  }
+
+  /** @name PalletStateTrieMigrationCall (171) */
+  interface PalletStateTrieMigrationCall extends Enum {
+    readonly isControlAutoMigration: boolean;
+    readonly asControlAutoMigration: {
+      readonly maybeConfig: Option<PalletStateTrieMigrationMigrationLimits>;
+    } & Struct;
+    readonly isContinueMigrate: boolean;
+    readonly asContinueMigrate: {
+      readonly limits: PalletStateTrieMigrationMigrationLimits;
+      readonly realSizeUpper: u32;
+      readonly witnessTask: PalletStateTrieMigrationMigrationTask;
+    } & Struct;
+    readonly isMigrateCustomTop: boolean;
+    readonly asMigrateCustomTop: {
+      readonly keys_: Vec<Bytes>;
+      readonly witnessSize: u32;
+    } & Struct;
+    readonly isMigrateCustomChild: boolean;
+    readonly asMigrateCustomChild: {
+      readonly root: Bytes;
+      readonly childKeys: Vec<Bytes>;
+      readonly totalSize: u32;
+    } & Struct;
+    readonly isSetSignedMaxLimits: boolean;
+    readonly asSetSignedMaxLimits: {
+      readonly limits: PalletStateTrieMigrationMigrationLimits;
+    } & Struct;
+    readonly isForceSetProgress: boolean;
+    readonly asForceSetProgress: {
+      readonly progressTop: PalletStateTrieMigrationProgress;
+      readonly progressChild: PalletStateTrieMigrationProgress;
+    } & Struct;
+    readonly type: 'ControlAutoMigration' | 'ContinueMigrate' | 'MigrateCustomTop' | 'MigrateCustomChild' | 'SetSignedMaxLimits' | 'ForceSetProgress';
+  }
+
+  /** @name PolkadotPrimitivesV4PersistedValidationData (172) */
   interface PolkadotPrimitivesV4PersistedValidationData extends Struct {
     readonly parentHead: Bytes;
     readonly relayParentNumber: u32;
@@ -1903,26 +2004,32 @@
     readonly maxPovSize: u32;
   }
 
-  /** @name PolkadotPrimitivesV4UpgradeRestriction (166) */
+  /** @name PolkadotPrimitivesV4UpgradeRestriction (175) */
   interface PolkadotPrimitivesV4UpgradeRestriction extends Enum {
     readonly isPresent: boolean;
     readonly type: 'Present';
   }
 
-  /** @name SpTrieStorageProof (167) */
+  /** @name SpTrieStorageProof (176) */
   interface SpTrieStorageProof extends Struct {
     readonly trieNodes: BTreeSet<Bytes>;
   }
 
-  /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (169) */
+  /** @name CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot (178) */
   interface CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot extends Struct {
     readonly dmqMqcHead: H256;
-    readonly relayDispatchQueueSize: ITuple<[u32, u32]>;
+    readonly relayDispatchQueueSize: CumulusPalletParachainSystemRelayStateSnapshotRelayDispachQueueSize;
     readonly ingressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV4AbridgedHrmpChannel]>>;
     readonly egressChannels: Vec<ITuple<[u32, PolkadotPrimitivesV4AbridgedHrmpChannel]>>;
   }
 
-  /** @name PolkadotPrimitivesV4AbridgedHrmpChannel (172) */
+  /** @name CumulusPalletParachainSystemRelayStateSnapshotRelayDispachQueueSize (179) */
+  interface CumulusPalletParachainSystemRelayStateSnapshotRelayDispachQueueSize extends Struct {
+    readonly remainingCount: u32;
+    readonly remainingSize: u32;
+  }
+
+  /** @name PolkadotPrimitivesV4AbridgedHrmpChannel (182) */
   interface PolkadotPrimitivesV4AbridgedHrmpChannel extends Struct {
     readonly maxCapacity: u32;
     readonly maxTotalSize: u32;
@@ -1932,7 +2039,7 @@
     readonly mqcHead: Option<H256>;
   }
 
-  /** @name PolkadotPrimitivesV4AbridgedHostConfiguration (174) */
+  /** @name PolkadotPrimitivesV4AbridgedHostConfiguration (184) */
   interface PolkadotPrimitivesV4AbridgedHostConfiguration extends Struct {
     readonly maxCodeSize: u32;
     readonly maxHeadDataSize: u32;
@@ -1945,19 +2052,19 @@
     readonly validationUpgradeDelay: u32;
   }
 
-  /** @name PolkadotCorePrimitivesOutboundHrmpMessage (180) */
+  /** @name PolkadotCorePrimitivesOutboundHrmpMessage (190) */
   interface PolkadotCorePrimitivesOutboundHrmpMessage extends Struct {
     readonly recipient: u32;
     readonly data: Bytes;
   }
 
-  /** @name CumulusPalletParachainSystemCodeUpgradeAuthorization (181) */
+  /** @name CumulusPalletParachainSystemCodeUpgradeAuthorization (191) */
   interface CumulusPalletParachainSystemCodeUpgradeAuthorization extends Struct {
     readonly codeHash: H256;
     readonly checkVersion: bool;
   }
 
-  /** @name CumulusPalletParachainSystemCall (182) */
+  /** @name CumulusPalletParachainSystemCall (192) */
   interface CumulusPalletParachainSystemCall extends Enum {
     readonly isSetValidationData: boolean;
     readonly asSetValidationData: {
@@ -1979,7 +2086,7 @@
     readonly type: 'SetValidationData' | 'SudoSendUpwardMessage' | 'AuthorizeUpgrade' | 'EnactAuthorizedUpgrade';
   }
 
-  /** @name CumulusPrimitivesParachainInherentParachainInherentData (183) */
+  /** @name CumulusPrimitivesParachainInherentParachainInherentData (193) */
   interface CumulusPrimitivesParachainInherentParachainInherentData extends Struct {
     readonly validationData: PolkadotPrimitivesV4PersistedValidationData;
     readonly relayChainState: SpTrieStorageProof;
@@ -1987,19 +2094,19 @@
     readonly horizontalMessages: BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>;
   }
 
-  /** @name PolkadotCorePrimitivesInboundDownwardMessage (185) */
+  /** @name PolkadotCorePrimitivesInboundDownwardMessage (195) */
   interface PolkadotCorePrimitivesInboundDownwardMessage extends Struct {
     readonly sentAt: u32;
     readonly msg: Bytes;
   }
 
-  /** @name PolkadotCorePrimitivesInboundHrmpMessage (188) */
+  /** @name PolkadotCorePrimitivesInboundHrmpMessage (198) */
   interface PolkadotCorePrimitivesInboundHrmpMessage extends Struct {
     readonly sentAt: u32;
     readonly data: Bytes;
   }
 
-  /** @name CumulusPalletParachainSystemError (191) */
+  /** @name CumulusPalletParachainSystemError (201) */
   interface CumulusPalletParachainSystemError extends Enum {
     readonly isOverlappingUpgrades: boolean;
     readonly isProhibitedByPolkadot: boolean;
@@ -2012,10 +2119,10 @@
     readonly type: 'OverlappingUpgrades' | 'ProhibitedByPolkadot' | 'TooBig' | 'ValidationDataNotAvailable' | 'HostConfigurationNotAvailable' | 'NotScheduled' | 'NothingAuthorized' | 'Unauthorized';
   }
 
-  /** @name ParachainInfoCall (192) */
+  /** @name ParachainInfoCall (202) */
   type ParachainInfoCall = Null;
 
-  /** @name PalletCollatorSelectionCall (195) */
+  /** @name PalletCollatorSelectionCall (205) */
   interface PalletCollatorSelectionCall extends Enum {
     readonly isAddInvulnerable: boolean;
     readonly asAddInvulnerable: {
@@ -2036,7 +2143,7 @@
     readonly type: 'AddInvulnerable' | 'RemoveInvulnerable' | 'GetLicense' | 'Onboard' | 'Offboard' | 'ReleaseLicense' | 'ForceReleaseLicense';
   }
 
-  /** @name PalletCollatorSelectionError (196) */
+  /** @name PalletCollatorSelectionError (206) */
   interface PalletCollatorSelectionError extends Enum {
     readonly isTooManyCandidates: boolean;
     readonly isUnknown: boolean;
@@ -2054,21 +2161,21 @@
     readonly type: 'TooManyCandidates' | 'Unknown' | 'Permission' | 'AlreadyHoldingLicense' | 'NoLicense' | 'AlreadyCandidate' | 'NotCandidate' | 'TooManyInvulnerables' | 'TooFewInvulnerables' | 'AlreadyInvulnerable' | 'NotInvulnerable' | 'NoAssociatedValidatorId' | 'ValidatorNotRegistered';
   }
 
-  /** @name OpalRuntimeRuntimeCommonSessionKeys (199) */
+  /** @name OpalRuntimeRuntimeCommonSessionKeys (209) */
   interface OpalRuntimeRuntimeCommonSessionKeys extends Struct {
     readonly aura: SpConsensusAuraSr25519AppSr25519Public;
   }
 
-  /** @name SpConsensusAuraSr25519AppSr25519Public (200) */
+  /** @name SpConsensusAuraSr25519AppSr25519Public (210) */
   interface SpConsensusAuraSr25519AppSr25519Public extends SpCoreSr25519Public {}
 
-  /** @name SpCoreSr25519Public (201) */
+  /** @name SpCoreSr25519Public (211) */
   interface SpCoreSr25519Public extends U8aFixed {}
 
-  /** @name SpCoreCryptoKeyTypeId (204) */
+  /** @name SpCoreCryptoKeyTypeId (214) */
   interface SpCoreCryptoKeyTypeId extends U8aFixed {}
 
-  /** @name PalletSessionCall (205) */
+  /** @name PalletSessionCall (215) */
   interface PalletSessionCall extends Enum {
     readonly isSetKeys: boolean;
     readonly asSetKeys: {
@@ -2079,7 +2186,7 @@
     readonly type: 'SetKeys' | 'PurgeKeys';
   }
 
-  /** @name PalletSessionError (206) */
+  /** @name PalletSessionError (216) */
   interface PalletSessionError extends Enum {
     readonly isInvalidProof: boolean;
     readonly isNoAssociatedValidatorId: boolean;
@@ -2089,14 +2196,14 @@
     readonly type: 'InvalidProof' | 'NoAssociatedValidatorId' | 'DuplicatedKey' | 'NoKeys' | 'NoAccount';
   }
 
-  /** @name PalletBalancesBalanceLock (211) */
+  /** @name PalletBalancesBalanceLock (221) */
   interface PalletBalancesBalanceLock extends Struct {
     readonly id: U8aFixed;
     readonly amount: u128;
     readonly reasons: PalletBalancesReasons;
   }
 
-  /** @name PalletBalancesReasons (212) */
+  /** @name PalletBalancesReasons (222) */
   interface PalletBalancesReasons extends Enum {
     readonly isFee: boolean;
     readonly isMisc: boolean;
@@ -2104,19 +2211,19 @@
     readonly type: 'Fee' | 'Misc' | 'All';
   }
 
-  /** @name PalletBalancesReserveData (215) */
+  /** @name PalletBalancesReserveData (225) */
   interface PalletBalancesReserveData extends Struct {
     readonly id: U8aFixed;
     readonly amount: u128;
   }
 
-  /** @name PalletBalancesIdAmount (218) */
+  /** @name PalletBalancesIdAmount (228) */
   interface PalletBalancesIdAmount extends Struct {
     readonly id: U8aFixed;
     readonly amount: u128;
   }
 
-  /** @name PalletBalancesCall (220) */
+  /** @name PalletBalancesCall (231) */
   interface PalletBalancesCall extends Enum {
     readonly isTransferAllowDeath: boolean;
     readonly asTransferAllowDeath: {
@@ -2167,7 +2274,7 @@
     readonly type: 'TransferAllowDeath' | 'SetBalanceDeprecated' | 'ForceTransfer' | 'TransferKeepAlive' | 'TransferAll' | 'ForceUnreserve' | 'UpgradeAccounts' | 'Transfer' | 'ForceSetBalance';
   }
 
-  /** @name PalletBalancesError (223) */
+  /** @name PalletBalancesError (234) */
   interface PalletBalancesError extends Enum {
     readonly isVestingBalance: boolean;
     readonly isLiquidityRestrictions: boolean;
@@ -2182,7 +2289,7 @@
     readonly type: 'VestingBalance' | 'LiquidityRestrictions' | 'InsufficientBalance' | 'ExistentialDeposit' | 'Expendability' | 'ExistingVestingSchedule' | 'DeadAccount' | 'TooManyReserves' | 'TooManyHolds' | 'TooManyFreezes';
   }
 
-  /** @name PalletTimestampCall (224) */
+  /** @name PalletTimestampCall (235) */
   interface PalletTimestampCall extends Enum {
     readonly isSet: boolean;
     readonly asSet: {
@@ -2191,14 +2298,14 @@
     readonly type: 'Set';
   }
 
-  /** @name PalletTransactionPaymentReleases (226) */
+  /** @name PalletTransactionPaymentReleases (237) */
   interface PalletTransactionPaymentReleases extends Enum {
     readonly isV1Ancient: boolean;
     readonly isV2: boolean;
     readonly type: 'V1Ancient' | 'V2';
   }
 
-  /** @name PalletTreasuryProposal (227) */
+  /** @name PalletTreasuryProposal (238) */
   interface PalletTreasuryProposal extends Struct {
     readonly proposer: AccountId32;
     readonly value: u128;
@@ -2206,7 +2313,7 @@
     readonly bond: u128;
   }
 
-  /** @name PalletTreasuryCall (229) */
+  /** @name PalletTreasuryCall (240) */
   interface PalletTreasuryCall extends Enum {
     readonly isProposeSpend: boolean;
     readonly asProposeSpend: {
@@ -2233,10 +2340,10 @@
     readonly type: 'ProposeSpend' | 'RejectProposal' | 'ApproveProposal' | 'Spend' | 'RemoveApproval';
   }
 
-  /** @name FrameSupportPalletId (231) */
+  /** @name FrameSupportPalletId (242) */
   interface FrameSupportPalletId extends U8aFixed {}
 
-  /** @name PalletTreasuryError (232) */
+  /** @name PalletTreasuryError (243) */
   interface PalletTreasuryError extends Enum {
     readonly isInsufficientProposersBalance: boolean;
     readonly isInvalidIndex: boolean;
@@ -2246,7 +2353,7 @@
     readonly type: 'InsufficientProposersBalance' | 'InvalidIndex' | 'TooManyApprovals' | 'InsufficientPermission' | 'ProposalNotApproved';
   }
 
-  /** @name PalletSudoCall (233) */
+  /** @name PalletSudoCall (244) */
   interface PalletSudoCall extends Enum {
     readonly isSudo: boolean;
     readonly asSudo: {
@@ -2269,7 +2376,7 @@
     readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';
   }
 
-  /** @name OrmlVestingModuleCall (235) */
+  /** @name OrmlVestingModuleCall (246) */
   interface OrmlVestingModuleCall extends Enum {
     readonly isClaim: boolean;
     readonly isVestedTransfer: boolean;
@@ -2289,7 +2396,7 @@
     readonly type: 'Claim' | 'VestedTransfer' | 'UpdateVestingSchedules' | 'ClaimFor';
   }
 
-  /** @name OrmlXtokensModuleCall (237) */
+  /** @name OrmlXtokensModuleCall (248) */
   interface OrmlXtokensModuleCall extends Enum {
     readonly isTransfer: boolean;
     readonly asTransfer: {
@@ -2336,7 +2443,7 @@
     readonly type: 'Transfer' | 'TransferMultiasset' | 'TransferWithFee' | 'TransferMultiassetWithFee' | 'TransferMulticurrencies' | 'TransferMultiassets';
   }
 
-  /** @name XcmVersionedMultiAsset (238) */
+  /** @name XcmVersionedMultiAsset (249) */
   interface XcmVersionedMultiAsset extends Enum {
     readonly isV2: boolean;
     readonly asV2: XcmV2MultiAsset;
@@ -2345,7 +2452,7 @@
     readonly type: 'V2' | 'V3';
   }
 
-  /** @name OrmlTokensModuleCall (241) */
+  /** @name OrmlTokensModuleCall (252) */
   interface OrmlTokensModuleCall extends Enum {
     readonly isTransfer: boolean;
     readonly asTransfer: {
@@ -2382,7 +2489,7 @@
     readonly type: 'Transfer' | 'TransferAll' | 'TransferKeepAlive' | 'ForceTransfer' | 'SetBalance';
   }
 
-  /** @name PalletIdentityCall (242) */
+  /** @name PalletIdentityCall (253) */
   interface PalletIdentityCall extends Enum {
     readonly isAddRegistrar: boolean;
     readonly asAddRegistrar: {
@@ -2462,7 +2569,7 @@
     readonly type: 'AddRegistrar' | 'SetIdentity' | 'SetSubs' | 'ClearIdentity' | 'RequestJudgement' | 'CancelRequest' | 'SetFee' | 'SetAccountId' | 'SetFields' | 'ProvideJudgement' | 'KillIdentity' | 'AddSub' | 'RenameSub' | 'RemoveSub' | 'QuitSub' | 'ForceInsertIdentities' | 'ForceRemoveIdentities' | 'ForceSetSubs';
   }
 
-  /** @name PalletIdentityIdentityInfo (243) */
+  /** @name PalletIdentityIdentityInfo (254) */
   interface PalletIdentityIdentityInfo extends Struct {
     readonly additional: Vec<ITuple<[Data, Data]>>;
     readonly display: Data;
@@ -2475,7 +2582,7 @@
     readonly twitter: Data;
   }
 
-  /** @name PalletIdentityBitFlags (279) */
+  /** @name PalletIdentityBitFlags (290) */
   interface PalletIdentityBitFlags extends Set {
     readonly isDisplay: boolean;
     readonly isLegal: boolean;
@@ -2487,7 +2594,7 @@
     readonly isTwitter: boolean;
   }
 
-  /** @name PalletIdentityIdentityField (280) */
+  /** @name PalletIdentityIdentityField (291) */
   interface PalletIdentityIdentityField extends Enum {
     readonly isDisplay: boolean;
     readonly isLegal: boolean;
@@ -2500,7 +2607,7 @@
     readonly type: 'Display' | 'Legal' | 'Web' | 'Riot' | 'Email' | 'PgpFingerprint' | 'Image' | 'Twitter';
   }
 
-  /** @name PalletIdentityJudgement (281) */
+  /** @name PalletIdentityJudgement (292) */
   interface PalletIdentityJudgement extends Enum {
     readonly isUnknown: boolean;
     readonly isFeePaid: boolean;
@@ -2513,14 +2620,14 @@
     readonly type: 'Unknown' | 'FeePaid' | 'Reasonable' | 'KnownGood' | 'OutOfDate' | 'LowQuality' | 'Erroneous';
   }
 
-  /** @name PalletIdentityRegistration (284) */
+  /** @name PalletIdentityRegistration (295) */
   interface PalletIdentityRegistration extends Struct {
     readonly judgements: Vec<ITuple<[u32, PalletIdentityJudgement]>>;
     readonly deposit: u128;
     readonly info: PalletIdentityIdentityInfo;
   }
 
-  /** @name PalletPreimageCall (292) */
+  /** @name PalletPreimageCall (303) */
   interface PalletPreimageCall extends Enum {
     readonly isNotePreimage: boolean;
     readonly asNotePreimage: {
@@ -2541,7 +2648,7 @@
     readonly type: 'NotePreimage' | 'UnnotePreimage' | 'RequestPreimage' | 'UnrequestPreimage';
   }
 
-  /** @name CumulusPalletXcmpQueueCall (293) */
+  /** @name CumulusPalletXcmpQueueCall (304) */
   interface CumulusPalletXcmpQueueCall extends Enum {
     readonly isServiceOverweight: boolean;
     readonly asServiceOverweight: {
@@ -2577,7 +2684,7 @@
     readonly type: 'ServiceOverweight' | 'SuspendXcmExecution' | 'ResumeXcmExecution' | 'UpdateSuspendThreshold' | 'UpdateDropThreshold' | 'UpdateResumeThreshold' | 'UpdateThresholdWeight' | 'UpdateWeightRestrictDecay' | 'UpdateXcmpMaxIndividualWeight';
   }
 
-  /** @name PalletXcmCall (294) */
+  /** @name PalletXcmCall (305) */
   interface PalletXcmCall extends Enum {
     readonly isSend: boolean;
     readonly asSend: {
@@ -2643,7 +2750,7 @@
     readonly type: 'Send' | 'TeleportAssets' | 'ReserveTransferAssets' | 'Execute' | 'ForceXcmVersion' | 'ForceDefaultXcmVersion' | 'ForceSubscribeVersionNotify' | 'ForceUnsubscribeVersionNotify' | 'LimitedReserveTransferAssets' | 'LimitedTeleportAssets' | 'ForceSuspension';
   }
 
-  /** @name XcmVersionedXcm (295) */
+  /** @name XcmVersionedXcm (306) */
   interface XcmVersionedXcm extends Enum {
     readonly isV2: boolean;
     readonly asV2: XcmV2Xcm;
@@ -2652,10 +2759,10 @@
     readonly type: 'V2' | 'V3';
   }
 
-  /** @name XcmV2Xcm (296) */
+  /** @name XcmV2Xcm (307) */
   interface XcmV2Xcm extends Vec<XcmV2Instruction> {}
 
-  /** @name XcmV2Instruction (298) */
+  /** @name XcmV2Instruction (309) */
   interface XcmV2Instruction extends Enum {
     readonly isWithdrawAsset: boolean;
     readonly asWithdrawAsset: XcmV2MultiassetMultiAssets;
@@ -2775,7 +2882,7 @@
     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';
   }
 
-  /** @name XcmV2Response (299) */
+  /** @name XcmV2Response (310) */
   interface XcmV2Response extends Enum {
     readonly isNull: boolean;
     readonly isAssets: boolean;
@@ -2787,7 +2894,7 @@
     readonly type: 'Null' | 'Assets' | 'ExecutionResult' | 'Version';
   }
 
-  /** @name XcmV2TraitsError (302) */
+  /** @name XcmV2TraitsError (313) */
   interface XcmV2TraitsError extends Enum {
     readonly isOverflow: boolean;
     readonly isUnimplemented: boolean;
@@ -2820,7 +2927,7 @@
     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';
   }
 
-  /** @name XcmV2MultiassetMultiAssetFilter (303) */
+  /** @name XcmV2MultiassetMultiAssetFilter (314) */
   interface XcmV2MultiassetMultiAssetFilter extends Enum {
     readonly isDefinite: boolean;
     readonly asDefinite: XcmV2MultiassetMultiAssets;
@@ -2829,7 +2936,7 @@
     readonly type: 'Definite' | 'Wild';
   }
 
-  /** @name XcmV2MultiassetWildMultiAsset (304) */
+  /** @name XcmV2MultiassetWildMultiAsset (315) */
   interface XcmV2MultiassetWildMultiAsset extends Enum {
     readonly isAll: boolean;
     readonly isAllOf: boolean;
@@ -2840,14 +2947,14 @@
     readonly type: 'All' | 'AllOf';
   }
 
-  /** @name XcmV2MultiassetWildFungibility (305) */
+  /** @name XcmV2MultiassetWildFungibility (316) */
   interface XcmV2MultiassetWildFungibility extends Enum {
     readonly isFungible: boolean;
     readonly isNonFungible: boolean;
     readonly type: 'Fungible' | 'NonFungible';
   }
 
-  /** @name XcmV2WeightLimit (306) */
+  /** @name XcmV2WeightLimit (317) */
   interface XcmV2WeightLimit extends Enum {
     readonly isUnlimited: boolean;
     readonly isLimited: boolean;
@@ -2855,10 +2962,10 @@
     readonly type: 'Unlimited' | 'Limited';
   }
 
-  /** @name CumulusPalletXcmCall (315) */
+  /** @name CumulusPalletXcmCall (326) */
   type CumulusPalletXcmCall = Null;
 
-  /** @name CumulusPalletDmpQueueCall (316) */
+  /** @name CumulusPalletDmpQueueCall (327) */
   interface CumulusPalletDmpQueueCall extends Enum {
     readonly isServiceOverweight: boolean;
     readonly asServiceOverweight: {
@@ -2868,7 +2975,7 @@
     readonly type: 'ServiceOverweight';
   }
 
-  /** @name PalletInflationCall (317) */
+  /** @name PalletInflationCall (328) */
   interface PalletInflationCall extends Enum {
     readonly isStartInflation: boolean;
     readonly asStartInflation: {
@@ -2877,7 +2984,7 @@
     readonly type: 'StartInflation';
   }
 
-  /** @name PalletUniqueCall (318) */
+  /** @name PalletUniqueCall (329) */
   interface PalletUniqueCall extends Enum {
     readonly isCreateCollection: boolean;
     readonly asCreateCollection: {
@@ -3058,7 +3165,7 @@
     readonly type: 'CreateCollection' | 'CreateCollectionEx' | 'DestroyCollection' | 'AddToAllowList' | 'RemoveFromAllowList' | 'ChangeCollectionOwner' | 'AddCollectionAdmin' | 'RemoveCollectionAdmin' | 'SetCollectionSponsor' | 'ConfirmSponsorship' | 'RemoveCollectionSponsor' | 'CreateItem' | 'CreateMultipleItems' | 'SetCollectionProperties' | 'DeleteCollectionProperties' | 'SetTokenProperties' | 'DeleteTokenProperties' | 'SetTokenPropertyPermissions' | 'CreateMultipleItemsEx' | 'SetTransfersEnabledFlag' | 'BurnItem' | 'BurnFrom' | 'Transfer' | 'Approve' | 'ApproveFrom' | 'TransferFrom' | 'SetCollectionLimits' | 'SetCollectionPermissions' | 'Repartition' | 'SetAllowanceForAll' | 'ForceRepairCollection' | 'ForceRepairItem';
   }
 
-  /** @name UpDataStructsCollectionMode (323) */
+  /** @name UpDataStructsCollectionMode (334) */
   interface UpDataStructsCollectionMode extends Enum {
     readonly isNft: boolean;
     readonly isFungible: boolean;
@@ -3067,7 +3174,7 @@
     readonly type: 'Nft' | 'Fungible' | 'ReFungible';
   }
 
-  /** @name UpDataStructsCreateCollectionData (324) */
+  /** @name UpDataStructsCreateCollectionData (335) */
   interface UpDataStructsCreateCollectionData extends Struct {
     readonly mode: UpDataStructsCollectionMode;
     readonly access: Option<UpDataStructsAccessMode>;
@@ -3081,14 +3188,14 @@
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
-  /** @name UpDataStructsAccessMode (326) */
+  /** @name UpDataStructsAccessMode (337) */
   interface UpDataStructsAccessMode extends Enum {
     readonly isNormal: boolean;
     readonly isAllowList: boolean;
     readonly type: 'Normal' | 'AllowList';
   }
 
-  /** @name UpDataStructsCollectionLimits (328) */
+  /** @name UpDataStructsCollectionLimits (339) */
   interface UpDataStructsCollectionLimits extends Struct {
     readonly accountTokenOwnershipLimit: Option<u32>;
     readonly sponsoredDataSize: Option<u32>;
@@ -3101,7 +3208,7 @@
     readonly transfersEnabled: Option<bool>;
   }
 
-  /** @name UpDataStructsSponsoringRateLimit (330) */
+  /** @name UpDataStructsSponsoringRateLimit (341) */
   interface UpDataStructsSponsoringRateLimit extends Enum {
     readonly isSponsoringDisabled: boolean;
     readonly isBlocks: boolean;
@@ -3109,43 +3216,43 @@
     readonly type: 'SponsoringDisabled' | 'Blocks';
   }
 
-  /** @name UpDataStructsCollectionPermissions (333) */
+  /** @name UpDataStructsCollectionPermissions (344) */
   interface UpDataStructsCollectionPermissions extends Struct {
     readonly access: Option<UpDataStructsAccessMode>;
     readonly mintMode: Option<bool>;
     readonly nesting: Option<UpDataStructsNestingPermissions>;
   }
 
-  /** @name UpDataStructsNestingPermissions (335) */
+  /** @name UpDataStructsNestingPermissions (346) */
   interface UpDataStructsNestingPermissions extends Struct {
     readonly tokenOwner: bool;
     readonly collectionAdmin: bool;
     readonly restricted: Option<UpDataStructsOwnerRestrictedSet>;
   }
 
-  /** @name UpDataStructsOwnerRestrictedSet (337) */
+  /** @name UpDataStructsOwnerRestrictedSet (348) */
   interface UpDataStructsOwnerRestrictedSet extends BTreeSet<u32> {}
 
-  /** @name UpDataStructsPropertyKeyPermission (342) */
+  /** @name UpDataStructsPropertyKeyPermission (353) */
   interface UpDataStructsPropertyKeyPermission extends Struct {
     readonly key: Bytes;
     readonly permission: UpDataStructsPropertyPermission;
   }
 
-  /** @name UpDataStructsPropertyPermission (343) */
+  /** @name UpDataStructsPropertyPermission (354) */
   interface UpDataStructsPropertyPermission extends Struct {
     readonly mutable: bool;
     readonly collectionAdmin: bool;
     readonly tokenOwner: bool;
   }
 
-  /** @name UpDataStructsProperty (346) */
+  /** @name UpDataStructsProperty (357) */
   interface UpDataStructsProperty extends Struct {
     readonly key: Bytes;
     readonly value: Bytes;
   }
 
-  /** @name UpDataStructsCreateItemData (349) */
+  /** @name UpDataStructsCreateItemData (360) */
   interface UpDataStructsCreateItemData extends Enum {
     readonly isNft: boolean;
     readonly asNft: UpDataStructsCreateNftData;
@@ -3156,23 +3263,23 @@
     readonly type: 'Nft' | 'Fungible' | 'ReFungible';
   }
 
-  /** @name UpDataStructsCreateNftData (350) */
+  /** @name UpDataStructsCreateNftData (361) */
   interface UpDataStructsCreateNftData extends Struct {
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
-  /** @name UpDataStructsCreateFungibleData (351) */
+  /** @name UpDataStructsCreateFungibleData (362) */
   interface UpDataStructsCreateFungibleData extends Struct {
     readonly value: u128;
   }
 
-  /** @name UpDataStructsCreateReFungibleData (352) */
+  /** @name UpDataStructsCreateReFungibleData (363) */
   interface UpDataStructsCreateReFungibleData extends Struct {
     readonly pieces: u128;
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
-  /** @name UpDataStructsCreateItemExData (355) */
+  /** @name UpDataStructsCreateItemExData (366) */
   interface UpDataStructsCreateItemExData extends Enum {
     readonly isNft: boolean;
     readonly asNft: Vec<UpDataStructsCreateNftExData>;
@@ -3185,26 +3292,26 @@
     readonly type: 'Nft' | 'Fungible' | 'RefungibleMultipleItems' | 'RefungibleMultipleOwners';
   }
 
-  /** @name UpDataStructsCreateNftExData (357) */
+  /** @name UpDataStructsCreateNftExData (368) */
   interface UpDataStructsCreateNftExData extends Struct {
     readonly properties: Vec<UpDataStructsProperty>;
     readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;
   }
 
-  /** @name UpDataStructsCreateRefungibleExSingleOwner (364) */
+  /** @name UpDataStructsCreateRefungibleExSingleOwner (375) */
   interface UpDataStructsCreateRefungibleExSingleOwner extends Struct {
     readonly user: PalletEvmAccountBasicCrossAccountIdRepr;
     readonly pieces: u128;
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
-  /** @name UpDataStructsCreateRefungibleExMultipleOwners (366) */
+  /** @name UpDataStructsCreateRefungibleExMultipleOwners (377) */
   interface UpDataStructsCreateRefungibleExMultipleOwners extends Struct {
     readonly users: BTreeMap<PalletEvmAccountBasicCrossAccountIdRepr, u128>;
     readonly properties: Vec<UpDataStructsProperty>;
   }
 
-  /** @name PalletConfigurationCall (367) */
+  /** @name PalletConfigurationCall (378) */
   interface PalletConfigurationCall extends Enum {
     readonly isSetWeightToFeeCoefficientOverride: boolean;
     readonly asSetWeightToFeeCoefficientOverride: {
@@ -3233,7 +3340,7 @@
     readonly type: 'SetWeightToFeeCoefficientOverride' | 'SetMinGasPriceOverride' | 'SetAppPromotionConfigurationOverride' | 'SetCollatorSelectionDesiredCollators' | 'SetCollatorSelectionLicenseBond' | 'SetCollatorSelectionKickThreshold';
   }
 
-  /** @name PalletConfigurationAppPromotionConfiguration (369) */
+  /** @name PalletConfigurationAppPromotionConfiguration (380) */
   interface PalletConfigurationAppPromotionConfiguration extends Struct {
     readonly recalculationInterval: Option<u32>;
     readonly pendingInterval: Option<u32>;
@@ -3241,10 +3348,10 @@
     readonly maxStakersPerCalculation: Option<u8>;
   }
 
-  /** @name PalletStructureCall (373) */
+  /** @name PalletStructureCall (384) */
   type PalletStructureCall = Null;
 
-  /** @name PalletAppPromotionCall (374) */
+  /** @name PalletAppPromotionCall (385) */
   interface PalletAppPromotionCall extends Enum {
     readonly isSetAdminAddress: boolean;
     readonly asSetAdminAddress: {
@@ -3279,10 +3386,14 @@
     readonly asUnstakePartial: {
       readonly amount: u128;
     } & Struct;
-    readonly type: 'SetAdminAddress' | 'Stake' | 'UnstakeAll' | 'SponsorCollection' | 'StopSponsoringCollection' | 'SponsorContract' | 'StopSponsoringContract' | 'PayoutStakers' | 'UnstakePartial';
+    readonly isForceUnstake: boolean;
+    readonly asForceUnstake: {
+      readonly pendingBlocks: Vec<u32>;
+    } & Struct;
+    readonly type: 'SetAdminAddress' | 'Stake' | 'UnstakeAll' | 'SponsorCollection' | 'StopSponsoringCollection' | 'SponsorContract' | 'StopSponsoringContract' | 'PayoutStakers' | 'UnstakePartial' | 'ForceUnstake';
   }
 
-  /** @name PalletForeignAssetsModuleCall (375) */
+  /** @name PalletForeignAssetsModuleCall (386) */
   interface PalletForeignAssetsModuleCall extends Enum {
     readonly isRegisterForeignAsset: boolean;
     readonly asRegisterForeignAsset: {
@@ -3299,7 +3410,7 @@
     readonly type: 'RegisterForeignAsset' | 'UpdateForeignAsset';
   }
 
-  /** @name PalletEvmCall (376) */
+  /** @name PalletEvmCall (387) */
   interface PalletEvmCall extends Enum {
     readonly isWithdraw: boolean;
     readonly asWithdraw: {
@@ -3344,7 +3455,7 @@
     readonly type: 'Withdraw' | 'Call' | 'Create' | 'Create2';
   }
 
-  /** @name PalletEthereumCall (382) */
+  /** @name PalletEthereumCall (393) */
   interface PalletEthereumCall extends Enum {
     readonly isTransact: boolean;
     readonly asTransact: {
@@ -3353,7 +3464,7 @@
     readonly type: 'Transact';
   }
 
-  /** @name EthereumTransactionTransactionV2 (383) */
+  /** @name EthereumTransactionTransactionV2 (394) */
   interface EthereumTransactionTransactionV2 extends Enum {
     readonly isLegacy: boolean;
     readonly asLegacy: EthereumTransactionLegacyTransaction;
@@ -3364,7 +3475,7 @@
     readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';
   }
 
-  /** @name EthereumTransactionLegacyTransaction (384) */
+  /** @name EthereumTransactionLegacyTransaction (395) */
   interface EthereumTransactionLegacyTransaction extends Struct {
     readonly nonce: U256;
     readonly gasPrice: U256;
@@ -3375,7 +3486,7 @@
     readonly signature: EthereumTransactionTransactionSignature;
   }
 
-  /** @name EthereumTransactionTransactionAction (385) */
+  /** @name EthereumTransactionTransactionAction (396) */
   interface EthereumTransactionTransactionAction extends Enum {
     readonly isCall: boolean;
     readonly asCall: H160;
@@ -3383,14 +3494,14 @@
     readonly type: 'Call' | 'Create';
   }
 
-  /** @name EthereumTransactionTransactionSignature (386) */
+  /** @name EthereumTransactionTransactionSignature (397) */
   interface EthereumTransactionTransactionSignature extends Struct {
     readonly v: u64;
     readonly r: H256;
     readonly s: H256;
   }
 
-  /** @name EthereumTransactionEip2930Transaction (388) */
+  /** @name EthereumTransactionEip2930Transaction (399) */
   interface EthereumTransactionEip2930Transaction extends Struct {
     readonly chainId: u64;
     readonly nonce: U256;
@@ -3405,13 +3516,13 @@
     readonly s: H256;
   }
 
-  /** @name EthereumTransactionAccessListItem (390) */
+  /** @name EthereumTransactionAccessListItem (401) */
   interface EthereumTransactionAccessListItem extends Struct {
     readonly address: H160;
     readonly storageKeys: Vec<H256>;
   }
 
-  /** @name EthereumTransactionEip1559Transaction (391) */
+  /** @name EthereumTransactionEip1559Transaction (402) */
   interface EthereumTransactionEip1559Transaction extends Struct {
     readonly chainId: u64;
     readonly nonce: U256;
@@ -3427,13 +3538,7 @@
     readonly s: H256;
   }
 
-  /** @name PalletEvmCoderSubstrateCall (392) */
-  interface PalletEvmCoderSubstrateCall extends Enum {
-    readonly isEmptyCall: boolean;
-    readonly type: 'EmptyCall';
-  }
-
-  /** @name PalletEvmContractHelpersCall (393) */
+  /** @name PalletEvmContractHelpersCall (403) */
   interface PalletEvmContractHelpersCall extends Enum {
     readonly isMigrateFromSelfSponsoring: boolean;
     readonly asMigrateFromSelfSponsoring: {
@@ -3442,7 +3547,7 @@
     readonly type: 'MigrateFromSelfSponsoring';
   }
 
-  /** @name PalletEvmMigrationCall (395) */
+  /** @name PalletEvmMigrationCall (405) */
   interface PalletEvmMigrationCall extends Enum {
     readonly isBegin: boolean;
     readonly asBegin: {
@@ -3470,7 +3575,7 @@
     readonly type: 'Begin' | 'SetData' | 'Finish' | 'InsertEthLogs' | 'InsertEvents' | 'RemoveRmrkData';
   }
 
-  /** @name PalletMaintenanceCall (399) */
+  /** @name PalletMaintenanceCall (409) */
   interface PalletMaintenanceCall extends Enum {
     readonly isEnable: boolean;
     readonly isDisable: boolean;
@@ -3482,7 +3587,7 @@
     readonly type: 'Enable' | 'Disable' | 'ExecutePreimage';
   }
 
-  /** @name PalletTestUtilsCall (400) */
+  /** @name PalletTestUtilsCall (410) */
   interface PalletTestUtilsCall extends Enum {
     readonly isEnable: boolean;
     readonly isSetTestValue: boolean;
@@ -3502,13 +3607,13 @@
     readonly type: 'Enable' | 'SetTestValue' | 'SetTestValueAndRollback' | 'IncTestValue' | 'JustTakeFee' | 'BatchAll';
   }
 
-  /** @name PalletSudoError (402) */
+  /** @name PalletSudoError (412) */
   interface PalletSudoError extends Enum {
     readonly isRequireSudo: boolean;
     readonly type: 'RequireSudo';
   }
 
-  /** @name OrmlVestingModuleError (404) */
+  /** @name OrmlVestingModuleError (414) */
   interface OrmlVestingModuleError extends Enum {
     readonly isZeroVestingPeriod: boolean;
     readonly isZeroVestingPeriodCount: boolean;
@@ -3519,7 +3624,7 @@
     readonly type: 'ZeroVestingPeriod' | 'ZeroVestingPeriodCount' | 'InsufficientBalanceToLock' | 'TooManyVestingSchedules' | 'AmountLow' | 'MaxVestingSchedulesExceeded';
   }
 
-  /** @name OrmlXtokensModuleError (405) */
+  /** @name OrmlXtokensModuleError (415) */
   interface OrmlXtokensModuleError extends Enum {
     readonly isAssetHasNoReserve: boolean;
     readonly isNotCrossChainTransfer: boolean;
@@ -3543,26 +3648,26 @@
     readonly type: 'AssetHasNoReserve' | 'NotCrossChainTransfer' | 'InvalidDest' | 'NotCrossChainTransferableCurrency' | 'UnweighableMessage' | 'XcmExecutionFailed' | 'CannotReanchor' | 'InvalidAncestry' | 'InvalidAsset' | 'DestinationNotInvertible' | 'BadVersion' | 'DistinctReserveForAssetAndFee' | 'ZeroFee' | 'ZeroAmount' | 'TooManyAssetsBeingSent' | 'AssetIndexNonExistent' | 'FeeNotEnough' | 'NotSupportedMultiLocation' | 'MinXcmFeeNotDefined';
   }
 
-  /** @name OrmlTokensBalanceLock (408) */
+  /** @name OrmlTokensBalanceLock (418) */
   interface OrmlTokensBalanceLock extends Struct {
     readonly id: U8aFixed;
     readonly amount: u128;
   }
 
-  /** @name OrmlTokensAccountData (410) */
+  /** @name OrmlTokensAccountData (420) */
   interface OrmlTokensAccountData extends Struct {
     readonly free: u128;
     readonly reserved: u128;
     readonly frozen: u128;
   }
 
-  /** @name OrmlTokensReserveData (412) */
+  /** @name OrmlTokensReserveData (422) */
   interface OrmlTokensReserveData extends Struct {
     readonly id: Null;
     readonly amount: u128;
   }
 
-  /** @name OrmlTokensModuleError (414) */
+  /** @name OrmlTokensModuleError (424) */
   interface OrmlTokensModuleError extends Enum {
     readonly isBalanceTooLow: boolean;
     readonly isAmountIntoBalanceFailed: boolean;
@@ -3575,14 +3680,14 @@
     readonly type: 'BalanceTooLow' | 'AmountIntoBalanceFailed' | 'LiquidityRestrictions' | 'MaxLocksExceeded' | 'KeepAlive' | 'ExistentialDeposit' | 'DeadAccount' | 'TooManyReserves';
   }
 
-  /** @name PalletIdentityRegistrarInfo (419) */
+  /** @name PalletIdentityRegistrarInfo (429) */
   interface PalletIdentityRegistrarInfo extends Struct {
     readonly account: AccountId32;
     readonly fee: u128;
     readonly fields: PalletIdentityBitFlags;
   }
 
-  /** @name PalletIdentityError (421) */
+  /** @name PalletIdentityError (431) */
   interface PalletIdentityError extends Enum {
     readonly isTooManySubAccounts: boolean;
     readonly isNotFound: boolean;
@@ -3605,7 +3710,7 @@
     readonly type: 'TooManySubAccounts' | 'NotFound' | 'NotNamed' | 'EmptyIndex' | 'FeeChanged' | 'NoIdentity' | 'StickyJudgement' | 'JudgementGiven' | 'InvalidJudgement' | 'InvalidIndex' | 'InvalidTarget' | 'TooManyFields' | 'TooManyRegistrars' | 'AlreadyClaimed' | 'NotSub' | 'NotOwned' | 'JudgementForDifferentIdentity' | 'JudgementPaymentFailed';
   }
 
-  /** @name PalletPreimageRequestStatus (422) */
+  /** @name PalletPreimageRequestStatus (432) */
   interface PalletPreimageRequestStatus extends Enum {
     readonly isUnrequested: boolean;
     readonly asUnrequested: {
@@ -3621,7 +3726,7 @@
     readonly type: 'Unrequested' | 'Requested';
   }
 
-  /** @name PalletPreimageError (427) */
+  /** @name PalletPreimageError (437) */
   interface PalletPreimageError extends Enum {
     readonly isTooBig: boolean;
     readonly isAlreadyNoted: boolean;
@@ -3632,21 +3737,21 @@
     readonly type: 'TooBig' | 'AlreadyNoted' | 'NotAuthorized' | 'NotNoted' | 'Requested' | 'NotRequested';
   }
 
-  /** @name CumulusPalletXcmpQueueInboundChannelDetails (429) */
+  /** @name CumulusPalletXcmpQueueInboundChannelDetails (439) */
   interface CumulusPalletXcmpQueueInboundChannelDetails extends Struct {
     readonly sender: u32;
     readonly state: CumulusPalletXcmpQueueInboundState;
     readonly messageMetadata: Vec<ITuple<[u32, PolkadotParachainPrimitivesXcmpMessageFormat]>>;
   }
 
-  /** @name CumulusPalletXcmpQueueInboundState (430) */
+  /** @name CumulusPalletXcmpQueueInboundState (440) */
   interface CumulusPalletXcmpQueueInboundState extends Enum {
     readonly isOk: boolean;
     readonly isSuspended: boolean;
     readonly type: 'Ok' | 'Suspended';
   }
 
-  /** @name PolkadotParachainPrimitivesXcmpMessageFormat (433) */
+  /** @name PolkadotParachainPrimitivesXcmpMessageFormat (443) */
   interface PolkadotParachainPrimitivesXcmpMessageFormat extends Enum {
     readonly isConcatenatedVersionedXcm: boolean;
     readonly isConcatenatedEncodedBlob: boolean;
@@ -3654,7 +3759,7 @@
     readonly type: 'ConcatenatedVersionedXcm' | 'ConcatenatedEncodedBlob' | 'Signals';
   }
 
-  /** @name CumulusPalletXcmpQueueOutboundChannelDetails (436) */
+  /** @name CumulusPalletXcmpQueueOutboundChannelDetails (446) */
   interface CumulusPalletXcmpQueueOutboundChannelDetails extends Struct {
     readonly recipient: u32;
     readonly state: CumulusPalletXcmpQueueOutboundState;
@@ -3663,14 +3768,14 @@
     readonly lastIndex: u16;
   }
 
-  /** @name CumulusPalletXcmpQueueOutboundState (437) */
+  /** @name CumulusPalletXcmpQueueOutboundState (447) */
   interface CumulusPalletXcmpQueueOutboundState extends Enum {
     readonly isOk: boolean;
     readonly isSuspended: boolean;
     readonly type: 'Ok' | 'Suspended';
   }
 
-  /** @name CumulusPalletXcmpQueueQueueConfigData (439) */
+  /** @name CumulusPalletXcmpQueueQueueConfigData (449) */
   interface CumulusPalletXcmpQueueQueueConfigData extends Struct {
     readonly suspendThreshold: u32;
     readonly dropThreshold: u32;
@@ -3680,7 +3785,7 @@
     readonly xcmpMaxIndividualWeight: SpWeightsWeightV2Weight;
   }
 
-  /** @name CumulusPalletXcmpQueueError (441) */
+  /** @name CumulusPalletXcmpQueueError (451) */
   interface CumulusPalletXcmpQueueError extends Enum {
     readonly isFailedToSend: boolean;
     readonly isBadXcmOrigin: boolean;
@@ -3690,7 +3795,7 @@
     readonly type: 'FailedToSend' | 'BadXcmOrigin' | 'BadXcm' | 'BadOverweightIndex' | 'WeightOverLimit';
   }
 
-  /** @name PalletXcmQueryStatus (442) */
+  /** @name PalletXcmQueryStatus (452) */
   interface PalletXcmQueryStatus extends Enum {
     readonly isPending: boolean;
     readonly asPending: {
@@ -3712,7 +3817,7 @@
     readonly type: 'Pending' | 'VersionNotifier' | 'Ready';
   }
 
-  /** @name XcmVersionedResponse (446) */
+  /** @name XcmVersionedResponse (456) */
   interface XcmVersionedResponse extends Enum {
     readonly isV2: boolean;
     readonly asV2: XcmV2Response;
@@ -3721,7 +3826,7 @@
     readonly type: 'V2' | 'V3';
   }
 
-  /** @name PalletXcmVersionMigrationStage (452) */
+  /** @name PalletXcmVersionMigrationStage (462) */
   interface PalletXcmVersionMigrationStage extends Enum {
     readonly isMigrateSupportedVersion: boolean;
     readonly isMigrateVersionNotifiers: boolean;
@@ -3731,22 +3836,22 @@
     readonly type: 'MigrateSupportedVersion' | 'MigrateVersionNotifiers' | 'NotifyCurrentTargets' | 'MigrateAndNotifyOldTargets';
   }
 
-  /** @name XcmVersionedAssetId (455) */
+  /** @name XcmVersionedAssetId (465) */
   interface XcmVersionedAssetId extends Enum {
     readonly isV3: boolean;
     readonly asV3: XcmV3MultiassetAssetId;
     readonly type: 'V3';
   }
 
-  /** @name PalletXcmRemoteLockedFungibleRecord (456) */
+  /** @name PalletXcmRemoteLockedFungibleRecord (466) */
   interface PalletXcmRemoteLockedFungibleRecord extends Struct {
     readonly amount: u128;
     readonly owner: XcmVersionedMultiLocation;
     readonly locker: XcmVersionedMultiLocation;
-    readonly users: u32;
+    readonly consumers: Vec<ITuple<[Null, u128]>>;
   }
 
-  /** @name PalletXcmError (460) */
+  /** @name PalletXcmError (473) */
   interface PalletXcmError extends Enum {
     readonly isUnreachable: boolean;
     readonly isSendFailure: boolean;
@@ -3771,29 +3876,29 @@
     readonly type: 'Unreachable' | 'SendFailure' | 'Filtered' | 'UnweighableMessage' | 'DestinationNotInvertible' | 'Empty' | 'CannotReanchor' | 'TooManyAssets' | 'InvalidOrigin' | 'BadVersion' | 'BadLocation' | 'NoSubscription' | 'AlreadySubscribed' | 'InvalidAsset' | 'LowBalance' | 'TooManyLocks' | 'AccountNotSovereign' | 'FeesNotMet' | 'LockNotFound' | 'InUse';
   }
 
-  /** @name CumulusPalletXcmError (461) */
+  /** @name CumulusPalletXcmError (474) */
   type CumulusPalletXcmError = Null;
 
-  /** @name CumulusPalletDmpQueueConfigData (462) */
+  /** @name CumulusPalletDmpQueueConfigData (475) */
   interface CumulusPalletDmpQueueConfigData extends Struct {
     readonly maxIndividual: SpWeightsWeightV2Weight;
   }
 
-  /** @name CumulusPalletDmpQueuePageIndexData (463) */
+  /** @name CumulusPalletDmpQueuePageIndexData (476) */
   interface CumulusPalletDmpQueuePageIndexData extends Struct {
     readonly beginUsed: u32;
     readonly endUsed: u32;
     readonly overweightCount: u64;
   }
 
-  /** @name CumulusPalletDmpQueueError (466) */
+  /** @name CumulusPalletDmpQueueError (479) */
   interface CumulusPalletDmpQueueError extends Enum {
     readonly isUnknown: boolean;
     readonly isOverLimit: boolean;
     readonly type: 'Unknown' | 'OverLimit';
   }
 
-  /** @name PalletUniqueError (470) */
+  /** @name PalletUniqueError (483) */
   interface PalletUniqueError extends Enum {
     readonly isCollectionDecimalPointLimitExceeded: boolean;
     readonly isEmptyArgument: boolean;
@@ -3801,13 +3906,13 @@
     readonly type: 'CollectionDecimalPointLimitExceeded' | 'EmptyArgument' | 'RepartitionCalledOnNonRefungibleCollection';
   }
 
-  /** @name PalletConfigurationError (471) */
+  /** @name PalletConfigurationError (484) */
   interface PalletConfigurationError extends Enum {
     readonly isInconsistentConfiguration: boolean;
     readonly type: 'InconsistentConfiguration';
   }
 
-  /** @name UpDataStructsCollection (472) */
+  /** @name UpDataStructsCollection (485) */
   interface UpDataStructsCollection extends Struct {
     readonly owner: AccountId32;
     readonly mode: UpDataStructsCollectionMode;
@@ -3820,7 +3925,7 @@
     readonly flags: U8aFixed;
   }
 
-  /** @name UpDataStructsSponsorshipStateAccountId32 (473) */
+  /** @name UpDataStructsSponsorshipStateAccountId32 (486) */
   interface UpDataStructsSponsorshipStateAccountId32 extends Enum {
     readonly isDisabled: boolean;
     readonly isUnconfirmed: boolean;
@@ -3830,43 +3935,43 @@
     readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';
   }
 
-  /** @name UpDataStructsProperties (474) */
+  /** @name UpDataStructsProperties (487) */
   interface UpDataStructsProperties extends Struct {
     readonly map: UpDataStructsPropertiesMapBoundedVec;
     readonly consumedSpace: u32;
     readonly reserved: u32;
   }
 
-  /** @name UpDataStructsPropertiesMapBoundedVec (475) */
+  /** @name UpDataStructsPropertiesMapBoundedVec (488) */
   interface UpDataStructsPropertiesMapBoundedVec extends BTreeMap<Bytes, Bytes> {}
 
-  /** @name UpDataStructsPropertiesMapPropertyPermission (480) */
+  /** @name UpDataStructsPropertiesMapPropertyPermission (493) */
   interface UpDataStructsPropertiesMapPropertyPermission extends BTreeMap<Bytes, UpDataStructsPropertyPermission> {}
 
-  /** @name UpDataStructsCollectionStats (487) */
+  /** @name UpDataStructsCollectionStats (500) */
   interface UpDataStructsCollectionStats extends Struct {
     readonly created: u32;
     readonly destroyed: u32;
     readonly alive: u32;
   }
 
-  /** @name UpDataStructsTokenChild (488) */
+  /** @name UpDataStructsTokenChild (501) */
   interface UpDataStructsTokenChild extends Struct {
     readonly token: u32;
     readonly collection: u32;
   }
 
-  /** @name PhantomTypeUpDataStructs (489) */
+  /** @name PhantomTypeUpDataStructs (502) */
   interface PhantomTypeUpDataStructs extends Vec<ITuple<[UpDataStructsTokenData, UpDataStructsRpcCollection, UpPovEstimateRpcPovInfo]>> {}
 
-  /** @name UpDataStructsTokenData (491) */
+  /** @name UpDataStructsTokenData (504) */
   interface UpDataStructsTokenData extends Struct {
     readonly properties: Vec<UpDataStructsProperty>;
     readonly owner: Option<PalletEvmAccountBasicCrossAccountIdRepr>;
     readonly pieces: u128;
   }
 
-  /** @name UpDataStructsRpcCollection (493) */
+  /** @name UpDataStructsRpcCollection (506) */
   interface UpDataStructsRpcCollection extends Struct {
     readonly owner: AccountId32;
     readonly mode: UpDataStructsCollectionMode;
@@ -3882,13 +3987,13 @@
     readonly flags: UpDataStructsRpcCollectionFlags;
   }
 
-  /** @name UpDataStructsRpcCollectionFlags (494) */
+  /** @name UpDataStructsRpcCollectionFlags (507) */
   interface UpDataStructsRpcCollectionFlags extends Struct {
     readonly foreign: bool;
     readonly erc721metadata: bool;
   }
 
-  /** @name UpPovEstimateRpcPovInfo (495) */
+  /** @name UpPovEstimateRpcPovInfo (508) */
   interface UpPovEstimateRpcPovInfo extends Struct {
     readonly proofSize: u64;
     readonly compactProofSize: u64;
@@ -3897,7 +4002,7 @@
     readonly keyValues: Vec<UpPovEstimateRpcTrieKeyValue>;
   }
 
-  /** @name SpRuntimeTransactionValidityTransactionValidityError (498) */
+  /** @name SpRuntimeTransactionValidityTransactionValidityError (511) */
   interface SpRuntimeTransactionValidityTransactionValidityError extends Enum {
     readonly isInvalid: boolean;
     readonly asInvalid: SpRuntimeTransactionValidityInvalidTransaction;
@@ -3906,7 +4011,7 @@
     readonly type: 'Invalid' | 'Unknown';
   }
 
-  /** @name SpRuntimeTransactionValidityInvalidTransaction (499) */
+  /** @name SpRuntimeTransactionValidityInvalidTransaction (512) */
   interface SpRuntimeTransactionValidityInvalidTransaction extends Enum {
     readonly isCall: boolean;
     readonly isPayment: boolean;
@@ -3923,7 +4028,7 @@
     readonly type: 'Call' | 'Payment' | 'Future' | 'Stale' | 'BadProof' | 'AncientBirthBlock' | 'ExhaustsResources' | 'Custom' | 'BadMandatory' | 'MandatoryValidation' | 'BadSigner';
   }
 
-  /** @name SpRuntimeTransactionValidityUnknownTransaction (500) */
+  /** @name SpRuntimeTransactionValidityUnknownTransaction (513) */
   interface SpRuntimeTransactionValidityUnknownTransaction extends Enum {
     readonly isCannotLookup: boolean;
     readonly isNoUnsignedValidator: boolean;
@@ -3932,13 +4037,13 @@
     readonly type: 'CannotLookup' | 'NoUnsignedValidator' | 'Custom';
   }
 
-  /** @name UpPovEstimateRpcTrieKeyValue (502) */
+  /** @name UpPovEstimateRpcTrieKeyValue (515) */
   interface UpPovEstimateRpcTrieKeyValue extends Struct {
     readonly key: Bytes;
     readonly value: Bytes;
   }
 
-  /** @name PalletCommonError (504) */
+  /** @name PalletCommonError (517) */
   interface PalletCommonError extends Enum {
     readonly isCollectionNotFound: boolean;
     readonly isMustBeTokenOwner: boolean;
@@ -3980,7 +4085,7 @@
     readonly type: 'CollectionNotFound' | 'MustBeTokenOwner' | 'NoPermission' | 'CantDestroyNotEmptyCollection' | 'PublicMintingNotAllowed' | 'AddressNotInAllowlist' | 'CollectionNameLimitExceeded' | 'CollectionDescriptionLimitExceeded' | 'CollectionTokenPrefixLimitExceeded' | 'TotalCollectionsLimitExceeded' | 'CollectionAdminCountExceeded' | 'CollectionLimitBoundsExceeded' | 'OwnerPermissionsCantBeReverted' | 'TransferNotAllowed' | 'AccountTokenLimitExceeded' | 'CollectionTokenLimitExceeded' | 'MetadataFlagFrozen' | 'TokenNotFound' | 'TokenValueTooLow' | 'ApprovedValueTooLow' | 'CantApproveMoreThanOwned' | 'AddressIsNotEthMirror' | 'AddressIsZero' | 'UnsupportedOperation' | 'NotSufficientFounds' | 'UserIsNotAllowedToNest' | 'SourceCollectionIsNotAllowedToNest' | 'CollectionFieldSizeExceeded' | 'NoSpaceForProperty' | 'PropertyLimitReached' | 'PropertyKeyIsTooLong' | 'InvalidCharacterInPropertyKey' | 'EmptyPropertyKey' | 'CollectionIsExternal' | 'CollectionIsInternal' | 'ConfirmSponsorshipFail' | 'UserIsNotCollectionAdmin';
   }
 
-  /** @name PalletFungibleError (506) */
+  /** @name PalletFungibleError (519) */
   interface PalletFungibleError extends Enum {
     readonly isNotFungibleDataUsedToMintFungibleCollectionToken: boolean;
     readonly isFungibleItemsHaveNoId: boolean;
@@ -3992,7 +4097,7 @@
     readonly type: 'NotFungibleDataUsedToMintFungibleCollectionToken' | 'FungibleItemsHaveNoId' | 'FungibleItemsDontHaveData' | 'FungibleDisallowsNesting' | 'SettingPropertiesNotAllowed' | 'SettingAllowanceForAllNotAllowed' | 'FungibleTokensAreAlwaysValid';
   }
 
-  /** @name PalletRefungibleError (511) */
+  /** @name PalletRefungibleError (524) */
   interface PalletRefungibleError extends Enum {
     readonly isNotRefungibleDataUsedToMintFungibleCollectionToken: boolean;
     readonly isWrongRefungiblePieces: boolean;
@@ -4002,19 +4107,19 @@
     readonly type: 'NotRefungibleDataUsedToMintFungibleCollectionToken' | 'WrongRefungiblePieces' | 'RepartitionWhileNotOwningAllPieces' | 'RefungibleDisallowsNesting' | 'SettingPropertiesNotAllowed';
   }
 
-  /** @name PalletNonfungibleItemData (512) */
+  /** @name PalletNonfungibleItemData (525) */
   interface PalletNonfungibleItemData extends Struct {
     readonly owner: PalletEvmAccountBasicCrossAccountIdRepr;
   }
 
-  /** @name UpDataStructsPropertyScope (514) */
+  /** @name UpDataStructsPropertyScope (527) */
   interface UpDataStructsPropertyScope extends Enum {
     readonly isNone: boolean;
     readonly isRmrk: boolean;
     readonly type: 'None' | 'Rmrk';
   }
 
-  /** @name PalletNonfungibleError (517) */
+  /** @name PalletNonfungibleError (530) */
   interface PalletNonfungibleError extends Enum {
     readonly isNotNonfungibleDataUsedToMintFungibleCollectionToken: boolean;
     readonly isNonfungibleItemsHaveNoAmount: boolean;
@@ -4022,7 +4127,7 @@
     readonly type: 'NotNonfungibleDataUsedToMintFungibleCollectionToken' | 'NonfungibleItemsHaveNoAmount' | 'CantBurnNftWithChildren';
   }
 
-  /** @name PalletStructureError (518) */
+  /** @name PalletStructureError (531) */
   interface PalletStructureError extends Enum {
     readonly isOuroborosDetected: boolean;
     readonly isDepthLimit: boolean;
@@ -4032,19 +4137,19 @@
     readonly type: 'OuroborosDetected' | 'DepthLimit' | 'BreadthLimit' | 'TokenNotFound' | 'CantNestTokenUnderCollection';
   }
 
-  /** @name PalletAppPromotionError (523) */
+  /** @name PalletAppPromotionError (536) */
   interface PalletAppPromotionError extends Enum {
     readonly isAdminNotSet: boolean;
     readonly isNoPermission: boolean;
     readonly isNotSufficientFunds: boolean;
     readonly isPendingForBlockOverflow: boolean;
     readonly isSponsorNotSet: boolean;
-    readonly isIncorrectLockedBalanceOperation: boolean;
     readonly isInsufficientStakedBalance: boolean;
-    readonly type: 'AdminNotSet' | 'NoPermission' | 'NotSufficientFunds' | 'PendingForBlockOverflow' | 'SponsorNotSet' | 'IncorrectLockedBalanceOperation' | 'InsufficientStakedBalance';
+    readonly isInconsistencyState: boolean;
+    readonly type: 'AdminNotSet' | 'NoPermission' | 'NotSufficientFunds' | 'PendingForBlockOverflow' | 'SponsorNotSet' | 'InsufficientStakedBalance' | 'InconsistencyState';
   }
 
-  /** @name PalletForeignAssetsModuleError (524) */
+  /** @name PalletForeignAssetsModuleError (537) */
   interface PalletForeignAssetsModuleError extends Enum {
     readonly isBadLocation: boolean;
     readonly isMultiLocationExisted: boolean;
@@ -4053,7 +4158,13 @@
     readonly type: 'BadLocation' | 'MultiLocationExisted' | 'AssetIdNotExists' | 'AssetIdExisted';
   }
 
-  /** @name PalletEvmError (526) */
+  /** @name PalletEvmCodeMetadata (538) */
+  interface PalletEvmCodeMetadata extends Struct {
+    readonly size_: u64;
+    readonly hash_: H256;
+  }
+
+  /** @name PalletEvmError (540) */
   interface PalletEvmError extends Enum {
     readonly isBalanceLow: boolean;
     readonly isFeeOverflow: boolean;
@@ -4069,7 +4180,7 @@
     readonly type: 'BalanceLow' | 'FeeOverflow' | 'PaymentOverflow' | 'WithdrawFailed' | 'GasPriceTooLow' | 'InvalidNonce' | 'GasLimitTooLow' | 'GasLimitTooHigh' | 'Undefined' | 'Reentrancy' | 'TransactionMustComeFromEOA';
   }
 
-  /** @name FpRpcTransactionStatus (529) */
+  /** @name FpRpcTransactionStatus (543) */
   interface FpRpcTransactionStatus extends Struct {
     readonly transactionHash: H256;
     readonly transactionIndex: u32;
@@ -4080,10 +4191,10 @@
     readonly logsBloom: EthbloomBloom;
   }
 
-  /** @name EthbloomBloom (531) */
+  /** @name EthbloomBloom (545) */
   interface EthbloomBloom extends U8aFixed {}
 
-  /** @name EthereumReceiptReceiptV3 (533) */
+  /** @name EthereumReceiptReceiptV3 (547) */
   interface EthereumReceiptReceiptV3 extends Enum {
     readonly isLegacy: boolean;
     readonly asLegacy: EthereumReceiptEip658ReceiptData;
@@ -4094,7 +4205,7 @@
     readonly type: 'Legacy' | 'Eip2930' | 'Eip1559';
   }
 
-  /** @name EthereumReceiptEip658ReceiptData (534) */
+  /** @name EthereumReceiptEip658ReceiptData (548) */
   interface EthereumReceiptEip658ReceiptData extends Struct {
     readonly statusCode: u8;
     readonly usedGas: U256;
@@ -4102,14 +4213,14 @@
     readonly logs: Vec<EthereumLog>;
   }
 
-  /** @name EthereumBlock (535) */
+  /** @name EthereumBlock (549) */
   interface EthereumBlock extends Struct {
     readonly header: EthereumHeader;
     readonly transactions: Vec<EthereumTransactionTransactionV2>;
     readonly ommers: Vec<EthereumHeader>;
   }
 
-  /** @name EthereumHeader (536) */
+  /** @name EthereumHeader (550) */
   interface EthereumHeader extends Struct {
     readonly parentHash: H256;
     readonly ommersHash: H256;
@@ -4128,24 +4239,24 @@
     readonly nonce: EthereumTypesHashH64;
   }
 
-  /** @name EthereumTypesHashH64 (537) */
+  /** @name EthereumTypesHashH64 (551) */
   interface EthereumTypesHashH64 extends U8aFixed {}
 
-  /** @name PalletEthereumError (542) */
+  /** @name PalletEthereumError (556) */
   interface PalletEthereumError extends Enum {
     readonly isInvalidSignature: boolean;
     readonly isPreLogExists: boolean;
     readonly type: 'InvalidSignature' | 'PreLogExists';
   }
 
-  /** @name PalletEvmCoderSubstrateError (543) */
+  /** @name PalletEvmCoderSubstrateError (557) */
   interface PalletEvmCoderSubstrateError extends Enum {
     readonly isOutOfGas: boolean;
     readonly isOutOfFund: boolean;
     readonly type: 'OutOfGas' | 'OutOfFund';
   }
 
-  /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (544) */
+  /** @name UpDataStructsSponsorshipStateBasicCrossAccountIdRepr (558) */
   interface UpDataStructsSponsorshipStateBasicCrossAccountIdRepr extends Enum {
     readonly isDisabled: boolean;
     readonly isUnconfirmed: boolean;
@@ -4155,7 +4266,7 @@
     readonly type: 'Disabled' | 'Unconfirmed' | 'Confirmed';
   }
 
-  /** @name PalletEvmContractHelpersSponsoringModeT (545) */
+  /** @name PalletEvmContractHelpersSponsoringModeT (559) */
   interface PalletEvmContractHelpersSponsoringModeT extends Enum {
     readonly isDisabled: boolean;
     readonly isAllowlisted: boolean;
@@ -4163,7 +4274,7 @@
     readonly type: 'Disabled' | 'Allowlisted' | 'Generous';
   }
 
-  /** @name PalletEvmContractHelpersError (551) */
+  /** @name PalletEvmContractHelpersError (565) */
   interface PalletEvmContractHelpersError extends Enum {
     readonly isNoPermission: boolean;
     readonly isNoPendingSponsor: boolean;
@@ -4171,7 +4282,7 @@
     readonly type: 'NoPermission' | 'NoPendingSponsor' | 'TooManyMethodsHaveSponsoredLimit';
   }
 
-  /** @name PalletEvmMigrationError (552) */
+  /** @name PalletEvmMigrationError (566) */
   interface PalletEvmMigrationError extends Enum {
     readonly isAccountNotEmpty: boolean;
     readonly isAccountIsNotMigrating: boolean;
@@ -4179,17 +4290,17 @@
     readonly type: 'AccountNotEmpty' | 'AccountIsNotMigrating' | 'BadEvent';
   }
 
-  /** @name PalletMaintenanceError (553) */
+  /** @name PalletMaintenanceError (567) */
   type PalletMaintenanceError = Null;
 
-  /** @name PalletTestUtilsError (554) */
+  /** @name PalletTestUtilsError (568) */
   interface PalletTestUtilsError extends Enum {
     readonly isTestPalletDisabled: boolean;
     readonly isTriggerRollback: boolean;
     readonly type: 'TestPalletDisabled' | 'TriggerRollback';
   }
 
-  /** @name SpRuntimeMultiSignature (556) */
+  /** @name SpRuntimeMultiSignature (570) */
   interface SpRuntimeMultiSignature extends Enum {
     readonly isEd25519: boolean;
     readonly asEd25519: SpCoreEd25519Signature;
@@ -4200,43 +4311,43 @@
     readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';
   }
 
-  /** @name SpCoreEd25519Signature (557) */
+  /** @name SpCoreEd25519Signature (571) */
   interface SpCoreEd25519Signature extends U8aFixed {}
 
-  /** @name SpCoreSr25519Signature (559) */
+  /** @name SpCoreSr25519Signature (573) */
   interface SpCoreSr25519Signature extends U8aFixed {}
 
-  /** @name SpCoreEcdsaSignature (560) */
+  /** @name SpCoreEcdsaSignature (574) */
   interface SpCoreEcdsaSignature extends U8aFixed {}
 
-  /** @name FrameSystemExtensionsCheckSpecVersion (563) */
+  /** @name FrameSystemExtensionsCheckSpecVersion (577) */
   type FrameSystemExtensionsCheckSpecVersion = Null;
 
-  /** @name FrameSystemExtensionsCheckTxVersion (564) */
+  /** @name FrameSystemExtensionsCheckTxVersion (578) */
   type FrameSystemExtensionsCheckTxVersion = Null;
 
-  /** @name FrameSystemExtensionsCheckGenesis (565) */
+  /** @name FrameSystemExtensionsCheckGenesis (579) */
   type FrameSystemExtensionsCheckGenesis = Null;
 
-  /** @name FrameSystemExtensionsCheckNonce (568) */
+  /** @name FrameSystemExtensionsCheckNonce (582) */
   interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}
 
-  /** @name FrameSystemExtensionsCheckWeight (569) */
+  /** @name FrameSystemExtensionsCheckWeight (583) */
   type FrameSystemExtensionsCheckWeight = Null;
 
-  /** @name OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance (570) */
+  /** @name OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance (584) */
   type OpalRuntimeRuntimeCommonMaintenanceCheckMaintenance = Null;
 
-  /** @name OpalRuntimeRuntimeCommonIdentityDisableIdentityCalls (571) */
+  /** @name OpalRuntimeRuntimeCommonIdentityDisableIdentityCalls (585) */
   type OpalRuntimeRuntimeCommonIdentityDisableIdentityCalls = Null;
 
-  /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (572) */
+  /** @name PalletTemplateTransactionPaymentChargeTransactionPayment (586) */
   interface PalletTemplateTransactionPaymentChargeTransactionPayment extends Compact<u128> {}
 
-  /** @name OpalRuntimeRuntime (573) */
+  /** @name OpalRuntimeRuntime (587) */
   type OpalRuntimeRuntime = Null;
 
-  /** @name PalletEthereumFakeTransactionFinalizer (574) */
+  /** @name PalletEthereumFakeTransactionFinalizer (588) */
   type PalletEthereumFakeTransactionFinalizer = Null;
 
 } // declare module
modifiedtests/src/util/playgrounds/unique.tsdiffbeforeafterboth
--- a/tests/src/util/playgrounds/unique.ts
+++ b/tests/src/util/playgrounds/unique.ts
@@ -5,15 +5,15 @@
 /* eslint-disable function-call-argument-newline */
 /* eslint-disable no-prototype-builtins */
 
-import {ApiPromise, WsProvider, Keyring} from '@polkadot/api';
-import {SignerOptions} from '@polkadot/api/types/submittable';
+import { ApiPromise, WsProvider, Keyring } from '@polkadot/api';
+import { SignerOptions } from '@polkadot/api/types/submittable';
 import '../../interfaces/augment-api';
-import {AugmentedSubmittables} from '@polkadot/api-base/types/submittable';
-import {ApiInterfaceEvents} from '@polkadot/api/types';
-import {encodeAddress, decodeAddress, keccakAsHex, evmToAddress, addressToEvm, base58Encode, blake2AsU8a} from '@polkadot/util-crypto';
-import {IKeyringPair} from '@polkadot/types/types';
-import {hexToU8a} from '@polkadot/util/hex';
-import {u8aConcat} from '@polkadot/util/u8a';
+import { AugmentedSubmittables } from '@polkadot/api-base/types/submittable';
+import { ApiInterfaceEvents } from '@polkadot/api/types';
+import { encodeAddress, decodeAddress, keccakAsHex, evmToAddress, addressToEvm, base58Encode, blake2AsU8a } from '@polkadot/util-crypto';
+import { IKeyringPair } from '@polkadot/types/types';
+import { hexToU8a } from '@polkadot/util/hex';
+import { u8aConcat } from '@polkadot/util/u8a';
 import {
   IApiListeners,
   IBlock,
@@ -45,29 +45,29 @@
   DemocracyStandardAccountVote,
   IEthCrossAccountId,
 } from './types';
-import {RuntimeDispatchInfo} from '@polkadot/types/interfaces';
-import type {Vec} from '@polkadot/types-codec';
-import {FrameSystemEventRecord, PalletBalancesIdAmount} from '@polkadot/types/lookup';
+import { RuntimeDispatchInfo } from '@polkadot/types/interfaces';
+import type { Vec } from '@polkadot/types-codec';
+import { FrameSystemEventRecord, PalletBalancesIdAmount } from '@polkadot/types/lookup';
 
 export class CrossAccountId {
   Substrate!: TSubstrateAccount;
   Ethereum!: TEthereumAccount;
 
   constructor(account: ICrossAccountId) {
-    if('Substrate' in account) this.Substrate = account.Substrate;
+    if ('Substrate' in account) this.Substrate = account.Substrate;
     else this.Ethereum = account.Ethereum;
   }
 
   static fromKeyring(account: IKeyringPair, domain: 'Substrate' | 'Ethereum' = 'Substrate') {
     switch (domain) {
-      case 'Substrate': return new CrossAccountId({Substrate: account.address});
-      case 'Ethereum': return new CrossAccountId({Substrate: account.address}).toEthereum();
+      case 'Substrate': return new CrossAccountId({ Substrate: account.address });
+      case 'Ethereum': return new CrossAccountId({ Substrate: account.address }).toEthereum();
     }
   }
 
   static fromLowerCaseKeys(address: ICrossAccountIdLower): CrossAccountId {
-    if('substrate' in address) return new CrossAccountId({Substrate: address.substrate});
-    else return new CrossAccountId({Ethereum: address.ethereum});
+    if ('substrate' in address) return new CrossAccountId({ Substrate: address.substrate });
+    else return new CrossAccountId({ Ethereum: address.ethereum });
   }
 
   static normalizeSubstrateAddress(address: TSubstrateAccount, ss58Format = 42): TSubstrateAccount {
@@ -75,11 +75,11 @@
   }
 
   static withNormalizedSubstrate(address: TSubstrateAccount, ss58Format = 42): CrossAccountId {
-    return new CrossAccountId({Substrate: CrossAccountId.normalizeSubstrateAddress(address, ss58Format)});
+    return new CrossAccountId({ Substrate: CrossAccountId.normalizeSubstrateAddress(address, ss58Format) });
   }
 
   withNormalizedSubstrate(ss58Format = 42): CrossAccountId {
-    if(this.Substrate) return CrossAccountId.withNormalizedSubstrate(this.Substrate, ss58Format);
+    if (this.Substrate) return CrossAccountId.withNormalizedSubstrate(this.Substrate, ss58Format);
     return this;
   }
 
@@ -88,7 +88,7 @@
   }
 
   toEthereum(): CrossAccountId {
-    if(this.Substrate) return new CrossAccountId({Ethereum: CrossAccountId.translateSubToEth(this.Substrate)});
+    if (this.Substrate) return new CrossAccountId({ Ethereum: CrossAccountId.translateSubToEth(this.Substrate) });
     return this;
   }
 
@@ -97,30 +97,30 @@
   }
 
   toSubstrate(ss58Format?: number): CrossAccountId {
-    if(this.Ethereum) return new CrossAccountId({Substrate: CrossAccountId.translateEthToSub(this.Ethereum, ss58Format)});
+    if (this.Ethereum) return new CrossAccountId({ Substrate: CrossAccountId.translateEthToSub(this.Ethereum, ss58Format) });
     return this;
   }
 
   toLowerCase(): CrossAccountId {
-    if(this.Substrate) this.Substrate = this.Substrate.toLowerCase();
-    if(this.Ethereum) this.Ethereum = this.Ethereum.toLowerCase();
+    if (this.Substrate) this.Substrate = this.Substrate.toLowerCase();
+    if (this.Ethereum) this.Ethereum = this.Ethereum.toLowerCase();
     return this;
   }
 }
 
 const nesting = {
   toChecksumAddress(address: string): string {
-    if(typeof address === 'undefined') return '';
+    if (typeof address === 'undefined') return '';
 
-    if(!/^(0x)?[0-9a-f]{40}$/i.test(address)) throw new Error(`Given address "${address}" is not a valid Ethereum address.`);
+    if (!/^(0x)?[0-9a-f]{40}$/i.test(address)) throw new Error(`Given address "${address}" is not a valid Ethereum address.`);
 
     address = address.toLowerCase().replace(/^0x/i, '');
     const addressHash = keccakAsHex(address).replace(/^0x/i, '');
     const checksumAddress = ['0x'];
 
-    for(let i = 0; i < address.length; i++) {
+    for (let i = 0; i < address.length; i++) {
       // If ith character is 8 to f then make it uppercase
-      if(parseInt(addressHash[i], 16) > 7) {
+      if (parseInt(addressHash[i], 16) > 7) {
         checksumAddress.push(address[i].toUpperCase());
       } else {
         checksumAddress.push(address[i]);
@@ -146,7 +146,7 @@
   };
 
   static getTokenAccount(token: IToken): CrossAccountId {
-    return new CrossAccountId({Ethereum: this.getTokenAddress(token)});
+    return new CrossAccountId({ Ethereum: this.getTokenAddress(token) });
   }
 
   static getTokenAddress(token: IToken): string {
@@ -171,28 +171,28 @@
   }
 
   static str2vec(string: string) {
-    if(typeof string !== 'string') return string;
+    if (typeof string !== 'string') return string;
     return Array.from(string).map(x => x.charCodeAt(0));
   }
 
   static fromSeed(seed: string, ss58Format = 42) {
-    const keyring = new Keyring({type: 'sr25519', ss58Format});
+    const keyring = new Keyring({ type: 'sr25519', ss58Format });
     return keyring.addFromUri(seed);
   }
 
   static extractCollectionIdFromCreationResult(creationResult: ITransactionResult): number {
-    if(creationResult.status !== this.transactionStatus.SUCCESS) {
+    if (creationResult.status !== this.transactionStatus.SUCCESS) {
       throw Error('Unable to create collection!');
     }
 
     let collectionId = null;
-    creationResult.result.events.forEach(({event: {data, method, section}}) => {
-      if((section === 'common') && (method === 'CollectionCreated')) {
+    creationResult.result.events.forEach(({ event: { data, method, section } }) => {
+      if ((section === 'common') && (method === 'CollectionCreated')) {
         collectionId = parseInt(data[0].toString(), 10);
       }
     });
 
-    if(collectionId === null) {
+    if (collectionId === null) {
       throw Error('No CollectionCreated event was found!');
     }
 
@@ -203,15 +203,15 @@
     success: boolean,
     tokens: { collectionId: number, tokenId: number, owner: CrossAccountId, amount: bigint }[],
   } {
-    if(creationResult.status !== this.transactionStatus.SUCCESS) {
+    if (creationResult.status !== this.transactionStatus.SUCCESS) {
       throw Error('Unable to create tokens!');
     }
     let success = false;
     const tokens = [] as { collectionId: number, tokenId: number, owner: CrossAccountId, amount: bigint }[];
-    creationResult.result.events.forEach(({event: {data, method, section}}) => {
-      if(method === 'ExtrinsicSuccess') {
+    creationResult.result.events.forEach(({ event: { data, method, section } }) => {
+      if (method === 'ExtrinsicSuccess') {
         success = true;
-      } else if((section === 'common') && (method === 'ItemCreated')) {
+      } else if ((section === 'common') && (method === 'ItemCreated')) {
         tokens.push({
           collectionId: parseInt(data[0].toString(), 10),
           tokenId: parseInt(data[1].toString(), 10),
@@ -220,22 +220,22 @@
         });
       }
     });
-    return {success, tokens};
+    return { success, tokens };
   }
 
   static extractTokensFromBurnResult(burnResult: ITransactionResult): {
     success: boolean,
     tokens: { collectionId: number, tokenId: number, owner: CrossAccountId, amount: bigint }[],
   } {
-    if(burnResult.status !== this.transactionStatus.SUCCESS) {
+    if (burnResult.status !== this.transactionStatus.SUCCESS) {
       throw Error('Unable to burn tokens!');
     }
     let success = false;
     const tokens = [] as { collectionId: number, tokenId: number, owner: CrossAccountId, amount: bigint }[];
-    burnResult.result.events.forEach(({event: {data, method, section}}) => {
-      if(method === 'ExtrinsicSuccess') {
+    burnResult.result.events.forEach(({ event: { data, method, section } }) => {
+      if (method === 'ExtrinsicSuccess') {
         success = true;
-      } else if((section === 'common') && (method === 'ItemDestroyed')) {
+      } else if ((section === 'common') && (method === 'ItemDestroyed')) {
         tokens.push({
           collectionId: parseInt(data[0].toString(), 10),
           tokenId: parseInt(data[1].toString(), 10),
@@ -244,18 +244,18 @@
         });
       }
     });
-    return {success, tokens};
+    return { success, tokens };
   }
 
   static findCollectionInEvents(events: { event: IEvent }[], collectionId: number, expectedSection: string, expectedMethod: string): boolean {
     let eventId = null;
-    events.forEach(({event: {data, method, section}}) => {
-      if((section === expectedSection) && (method === expectedMethod)) {
+    events.forEach(({ event: { data, method, section } }) => {
+      if ((section === expectedSection) && (method === expectedMethod)) {
         eventId = parseInt(data[0].toString(), 10);
       }
     });
 
-    if(eventId === null) {
+    if (eventId === null) {
       throw Error(`No ${expectedMethod} event was found!`);
     }
     return eventId === collectionId;
@@ -263,18 +263,18 @@
 
   static isTokenTransferSuccess(events: { event: IEvent }[], collectionId: number, tokenId: number, fromAddressObj: ICrossAccountId, toAddressObj: ICrossAccountId, amount = 1n) {
     const normalizeAddress = (address: string | ICrossAccountId) => {
-      if(typeof address === 'string') return address;
+      if (typeof address === 'string') return address;
       const obj = {} as any;
       Object.keys(address).forEach(k => {
         obj[k.toLocaleLowerCase()] = (address as any)[k];
       });
-      if(obj.substrate) return CrossAccountId.withNormalizedSubstrate(obj.substrate);
-      if(obj.ethereum) return CrossAccountId.fromLowerCaseKeys(obj).toLowerCase();
+      if (obj.substrate) return CrossAccountId.withNormalizedSubstrate(obj.substrate);
+      if (obj.ethereum) return CrossAccountId.fromLowerCaseKeys(obj).toLowerCase();
       return address;
     };
-    let transfer = {collectionId: null, tokenId: null, from: null, to: null, amount: 1} as any;
-    events.forEach(({event: {data, method, section}}) => {
-      if((section === 'common') && (method === 'Transfer')) {
+    let transfer = { collectionId: null, tokenId: null, from: null, to: null, amount: 1 } as any;
+    events.forEach(({ event: { data, method, section } }) => {
+      if ((section === 'common') && (method === 'Transfer')) {
         const hData = (data as any).toJSON();
         transfer = {
           collectionId: hData[0],
@@ -296,7 +296,7 @@
     const numberStr = number.toString();
     const dotPos = numberStr.length - decimals;
 
-    if(dotPos <= 0) {
+    if (dotPos <= 0) {
       return '0.' + '0'.repeat(Math.abs(dotPos)) + numberStr;
     } else {
       const intPart = numberStr.substring(0, dotPos);
@@ -308,7 +308,7 @@
 
 class UniqueEventHelper {
   private static extractIndex(index: any): [number, number] | string {
-    if(index.toRawType() === '[u8;2]') return [index[0], index[1]];
+    if (index.toRawType() === '[u8;2]') return [index[0], index[1]];
     return index.toJSON();
   }
 
@@ -316,8 +316,8 @@
     let obj: any = {};
     let index = 0;
 
-    if(data.entries) {
-      for(const [key, value] of data.entries()) {
+    if (data.entries) {
+      for (const [key, value] of data.entries()) {
         obj[key] = this.extractData(value, subTypes[index]);
         index++;
       }
@@ -331,10 +331,10 @@
   }
 
   private static extractData(data: any, type: any): any {
-    if(!type) return this.toHuman(data);
-    if(['u16', 'u32'].indexOf(type.type) > -1) return data.toNumber();
-    if(['u64', 'u128', 'u256'].indexOf(type.type) > -1) return data.toBigInt();
-    if(type.hasOwnProperty('sub')) return this.extractSub(data, type.sub);
+    if (!type) return this.toHuman(data);
+    if (['u16', 'u32'].indexOf(type.type) > -1) return data.toNumber();
+    if (['u64', 'u128', 'u256'].indexOf(type.type) > -1) return data.toBigInt();
+    if (type.hasOwnProperty('sub')) return this.extractSub(data, type.sub);
     return this.toHuman(data);
   }
 
@@ -342,7 +342,7 @@
     const parsedEvents: IEvent[] = [];
 
     events.forEach((record) => {
-      const {event, phase} = record;
+      const { event, phase } = record;
       const types = event.typeDef;
 
       const eventData: IEvent = {
@@ -399,7 +399,7 @@
 
     this.util = UniqueUtil;
     this.eventHelper = UniqueEventHelper;
-    if(typeof logger == 'undefined') logger = this.util.getDefaultLogger();
+    if (typeof logger == 'undefined') logger = this.util.getDefaultLogger();
     this.logger = logger;
     this.api = null;
     this.forcedNetwork = null;
@@ -425,12 +425,12 @@
   }
 
   getEndpoint(): string {
-    if(this.wsEndpoint === null) throw Error('No connection was established');
+    if (this.wsEndpoint === null) throw Error('No connection was established');
     return this.wsEndpoint;
   }
 
   getApi(): ApiPromise {
-    if(this.api === null) throw Error('API not initialized');
+    if (this.api === null) throw Error('API not initialized');
     return this.api;
   }
 
@@ -440,13 +440,13 @@
       const ievents = this.eventHelper.extractEvents(events);
       ievents.forEach((event) => {
         expectedEvents.forEach((e => {
-          if(event.section === e.section && e.names.includes(event.method)) {
+          if (event.section === e.section && e.names.includes(event.method)) {
             collectedEvents.push(event);
           }
         }));
       });
     });
-    return {unsubscribe: unsubscribe as any, collectedEvents};
+    return { unsubscribe: unsubscribe as any, collectedEvents };
   }
 
   clearChainLog(): void {
@@ -458,19 +458,19 @@
   }
 
   async connect(wsEndpoint: string, listeners?: IApiListeners) {
-    if(this.api !== null) throw Error('Already connected');
-    const {api, network} = await ChainHelperBase.createConnection(wsEndpoint, listeners, this.forcedNetwork);
+    if (this.api !== null) throw Error('Already connected');
+    const { api, network } = await ChainHelperBase.createConnection(wsEndpoint, listeners, this.forcedNetwork);
     this.wsEndpoint = wsEndpoint;
     this.api = api;
     this.network = network;
   }
 
   async disconnect() {
-    for(const child of this.children) {
+    for (const child of this.children) {
       child.clearApi();
     }
 
-    if(this.api === null) return;
+    if (this.api === null) return;
     await this.api.disconnect();
     this.clearApi();
   }
@@ -484,14 +484,14 @@
     const spec = (await api.query.system.lastRuntimeUpgrade()).toJSON() as any;
     const xcmChains = ['rococo', 'westend', 'westmint', 'acala', 'karura', 'moonbeam', 'moonriver'];
 
-    if(xcmChains.indexOf(spec.specName) > -1) return spec.specName;
+    if (xcmChains.indexOf(spec.specName) > -1) return spec.specName;
 
-    if(['quartz', 'unique', 'sapphire'].indexOf(spec.specName) > -1) return spec.specName;
+    if (['quartz', 'unique', 'sapphire'].indexOf(spec.specName) > -1) return spec.specName;
     return 'opal';
   }
 
   static async detectNetworkByWsEndpoint(wsEndpoint: string): Promise<TNetworks> {
-    const api = new ApiPromise({provider: new WsProvider(wsEndpoint)});
+    const api = new ApiPromise({ provider: new WsProvider(wsEndpoint) });
     await api.isReady;
 
     const network = await this.detectNetwork(api);
@@ -505,7 +505,7 @@
     api: ApiPromise;
     network: TNetworks;
   }> {
-    if(typeof network === 'undefined' || network === null) network = 'opal';
+    if (typeof network === 'undefined' || network === null) network = 'opal';
     const supportedRPC = {
       opal: {
         unique: require('@unique-nft/opal-testnet-types/definitions').unique.rpc,
@@ -524,39 +524,39 @@
       karura: {},
       westmint: {},
     };
-    if(!supportedRPC.hasOwnProperty(network)) network = await this.detectNetworkByWsEndpoint(wsEndpoint);
+    if (!supportedRPC.hasOwnProperty(network)) network = await this.detectNetworkByWsEndpoint(wsEndpoint);
     const rpc = supportedRPC[network];
 
     // TODO: investigate how to replace rpc in runtime
     // api._rpcCore.addUserInterfaces(rpc);
 
-    const api = new ApiPromise({provider: new WsProvider(wsEndpoint), rpc});
+    const api = new ApiPromise({ provider: new WsProvider(wsEndpoint), rpc });
 
     await api.isReadyOrError;
 
-    if(typeof listeners === 'undefined') listeners = {};
-    for(const event of ['connected', 'disconnected', 'error', 'ready', 'decorated']) {
-      if(!listeners.hasOwnProperty(event) || typeof listeners[event as TApiAllowedListeners] === 'undefined') continue;
+    if (typeof listeners === 'undefined') listeners = {};
+    for (const event of ['connected', 'disconnected', 'error', 'ready', 'decorated']) {
+      if (!listeners.hasOwnProperty(event) || typeof listeners[event as TApiAllowedListeners] === 'undefined') continue;
       api.on(event as ApiInterfaceEvents, listeners[event as TApiAllowedListeners] as (...args: any[]) => any);
     }
 
-    return {api, network};
+    return { api, network };
   }
 
   getTransactionStatus(data: { events: { event: IEvent }[], status: any }) {
-    const {events, status} = data;
-    if(status.isReady) {
+    const { events, status } = data;
+    if (status.isReady) {
       return this.transactionStatus.NOT_READY;
     }
-    if(status.isBroadcast) {
+    if (status.isBroadcast) {
       return this.transactionStatus.NOT_READY;
     }
-    if(status.isInBlock || status.isFinalized) {
+    if (status.isInBlock || status.isFinalized) {
       const errors = events.filter(e => e.event.method === 'ExtrinsicFailed');
-      if(errors.length > 0) {
+      if (errors.length > 0) {
         return this.transactionStatus.FAIL;
       }
-      if(events.filter(e => e.event.method === 'ExtrinsicSuccess').length > 0) {
+      if (events.filter(e => e.event.method === 'ExtrinsicSuccess').length > 0) {
         return this.transactionStatus.SUCCESS;
       }
     }
@@ -566,7 +566,7 @@
 
   signTransaction(sender: TSigner, transaction: any, options: Partial<SignerOptions> | null = null, label = 'transaction') {
     const sign = (callback: any) => {
-      if(options !== null) return transaction.signAndSend(sender, options, callback);
+      if (options !== null) return transaction.signAndSend(sender, options, callback);
       return transaction.signAndSend(sender, callback);
     };
     // eslint-disable-next-line no-async-promise-executor
@@ -575,23 +575,23 @@
         const unsub = await sign((result: any) => {
           const status = this.getTransactionStatus(result);
 
-          if(status === this.transactionStatus.SUCCESS) {
+          if (status === this.transactionStatus.SUCCESS) {
             this.logger.log(`${label} successful`);
             unsub();
-            resolve({result, status, blockHash: result.status.asInBlock.toHuman()});
-          } else if(status === this.transactionStatus.FAIL) {
+            resolve({ result, status, blockHash: result.status.asInBlock.toHuman() });
+          } else if (status === this.transactionStatus.FAIL) {
             let moduleError = null;
 
-            if(result.hasOwnProperty('dispatchError')) {
+            if (result.hasOwnProperty('dispatchError')) {
               const dispatchError = result['dispatchError'];
 
-              if(dispatchError) {
-                if(dispatchError.isModule) {
+              if (dispatchError) {
+                if (dispatchError.isModule) {
                   const modErr = dispatchError.asModule;
                   const errorMeta = dispatchError.registry.findMetaError(modErr);
 
                   moduleError = `${errorMeta.section}.${errorMeta.name}`;
-                } else if(dispatchError.isToken) {
+                } else if (dispatchError.isToken) {
                   moduleError = `Token: ${dispatchError.asToken}`;
                 } else {
                   // May be [object Object] in case of unhandled non-unit enum
@@ -604,7 +604,7 @@
 
             this.logger.log(`Something went wrong with ${label}. Status: ${status}`, this.logger.level.ERROR);
             unsub();
-            reject({status, moduleError, result});
+            reject({ status, moduleError, result });
           }
         });
       } catch (e) {
@@ -641,7 +641,7 @@
       nonce: signingInfo.nonce,
     });
 
-    if(len === null) {
+    if (len === null) {
       return (await this.callRpc('api.rpc.payment.queryInfo', [tx.toHex()])) as RuntimeDispatchInfo;
     } else {
       return (await api.call.transactionPaymentApi.queryInfo(tx, len)) as RuntimeDispatchInfo;
@@ -649,11 +649,11 @@
   }
 
   constructApiCall(apiCall: string, params: any[]) {
-    if(!apiCall.startsWith('api.')) throw Error(`Invalid api call: ${apiCall}`);
+    if (!apiCall.startsWith('api.')) throw Error(`Invalid api call: ${apiCall}`);
     let call = this.getApi() as any;
-    for(const part of apiCall.slice(4).split('.')) {
+    for (const part of apiCall.slice(4).split('.')) {
       call = call[part];
-      if(!call) {
+      if (!call) {
         const advice = part.includes('_') ? ' Looks like it needs to be converted to camel case.' : '';
         throw Error(`Function ${part} of api call ${apiCall} not found.${advice}`);
       }
@@ -681,7 +681,7 @@
     expectSuccess = true,
     options: Partial<SignerOptions> | null = null,/*, failureMessage='expected success'*/
   ): Promise<ITransactionResult> {
-    if(this.api === null) throw Error('API not initialized');
+    if (this.api === null) throw Error('API not initialized');
 
     const startTime = (new Date()).getTime();
     let result: ITransactionResult;
@@ -690,11 +690,11 @@
       result = await this.signTransaction(sender, this.constructApiCall(extrinsic, params), options, extrinsic) as ITransactionResult;
       events = this.eventHelper.extractEvents(result.result.events);
       const errorEvent = events.find((event) => event.method == 'ExecutedFailed' || event.method == 'CreatedFailed');
-      if(errorEvent)
+      if (errorEvent)
         throw Error(errorEvent.method + ': ' + extrinsic);
     }
     catch (e) {
-      if(!(e as object).hasOwnProperty('status')) throw e;
+      if (!(e as object).hasOwnProperty('status')) throw e;
       result = e as ITransactionResult;
     }
 
@@ -712,44 +712,44 @@
 
     let errorMessage = '';
 
-    if(result.status !== this.transactionStatus.SUCCESS) {
-      if(result.moduleError) {
+    if (result.status !== this.transactionStatus.SUCCESS) {
+      if (result.moduleError) {
         errorMessage = typeof result.moduleError === 'string'
           ? result.moduleError
           : `${Object.keys(result.moduleError)[0]}: ${Object.values(result.moduleError)[0]}`;
         log.moduleError = errorMessage;
       }
-      else if(result.result.dispatchError) log.dispatchError = result.result.dispatchError;
+      else if (result.result.dispatchError) log.dispatchError = result.result.dispatchError;
     }
-    if(events.length > 0) log.events = events;
+    if (events.length > 0) log.events = events;
 
     this.chainLog.push(log);
 
-    if(expectSuccess && result.status !== this.transactionStatus.SUCCESS) {
-      if(result.moduleError) throw Error(`${errorMessage}`);
-      else if(result.result.dispatchError) throw Error(JSON.stringify(result.result.dispatchError));
+    if (expectSuccess && result.status !== this.transactionStatus.SUCCESS) {
+      if (result.moduleError) throw Error(`${errorMessage}`);
+      else if (result.result.dispatchError) throw Error(JSON.stringify(result.result.dispatchError));
     }
     return result as any;
   }
 
   async callRpc
-  // TODO: make it strongly typed, or use api.query/api.rpc directly
-  // <
-  // K extends 'rpc' | 'query',
-  // E extends string,
-  // V extends (...args: any) => any = ForceFunction<
-  //   Get2<
-  //     K extends 'rpc' ? DecoratedRpc<'promise', RpcInterface> : QueryableStorage<'promise'>,
-  //     E, (...args: any) => Invalid<'not found'>
-  //   >
-  // >,
-  // P = Parameters<V>,
-  // >
-  (rpc: string, params?: any[]): Promise<any> {
+    // TODO: make it strongly typed, or use api.query/api.rpc directly
+    // <
+    // K extends 'rpc' | 'query',
+    // E extends string,
+    // V extends (...args: any) => any = ForceFunction<
+    //   Get2<
+    //     K extends 'rpc' ? DecoratedRpc<'promise', RpcInterface> : QueryableStorage<'promise'>,
+    //     E, (...args: any) => Invalid<'not found'>
+    //   >
+    // >,
+    // P = Parameters<V>,
+    // >
+    (rpc: string, params?: any[]): Promise<any> {
 
-    if(typeof params === 'undefined') params = [] as any;
-    if(this.api === null) throw Error('API not initialized');
-    if(!rpc.startsWith('api.rpc.') && !rpc.startsWith('api.query.')) throw Error(`${rpc} is not RPC call`);
+    if (typeof params === 'undefined') params = [] as any;
+    if (this.api === null) throw Error('API not initialized');
+    if (!rpc.startsWith('api.rpc.') && !rpc.startsWith('api.query.')) throw Error(`${rpc} is not RPC call`);
 
     const startTime = (new Date()).getTime();
     let result;
@@ -775,18 +775,18 @@
 
     this.chainLog.push(log);
 
-    if(error !== null) throw error;
+    if (error !== null) throw error;
 
     return result;
   }
 
   getSignerAddress(signer: IKeyringPair | string): string {
-    if(typeof signer === 'string') return signer;
+    if (typeof signer === 'string') return signer;
     return signer.address;
   }
 
   fetchAllPalletNames(): string[] {
-    if(this.api === null) throw Error('API not initialized');
+    if (this.api === null) throw Error('API not initialized');
     return this.api.runtimeMetadata.asLatest.pallets.map(m => m.name.toString().toLowerCase()).sort();
   }
 
@@ -852,11 +852,11 @@
       id: collectionId, name: null, description: null, tokensCount: 0, admins: [],
       raw: humanCollection,
     } as any, jsonCollection = collection.toJSON();
-    if(humanCollection === null) return null;
+    if (humanCollection === null) return null;
     collectionData.raw.limits = jsonCollection.limits;
     collectionData.raw.permissions = jsonCollection.permissions;
     collectionData.normalizedOwner = this.helper.address.normalizeSubstrate(collectionData.raw.owner);
-    for(const key of ['name', 'description']) {
+    for (const key of ['name', 'description']) {
       collectionData[key] = this.helper.util.vec2str(humanCollection[key]);
     }
 
@@ -1142,7 +1142,7 @@
    * @returns ```true``` if extrinsic success, otherwise ```false```
    */
   async enableNesting(signer: TSigner, collectionId: number, permissions: INestingPermissions): Promise<boolean> {
-    return await this.setPermissions(signer, collectionId, {nesting: permissions});
+    return await this.setPermissions(signer, collectionId, { nesting: permissions });
   }
 
   /**
@@ -1154,7 +1154,7 @@
    * @returns ```true``` if extrinsic success, otherwise ```false```
    */
   async disableNesting(signer: TSigner, collectionId: number): Promise<boolean> {
-    return await this.setPermissions(signer, collectionId, {nesting: {tokenOwner: false, collectionAdmin: false}});
+    return await this.setPermissions(signer, collectionId, { nesting: { tokenOwner: false, collectionAdmin: false } });
   }
 
   /**
@@ -1236,7 +1236,7 @@
       true, // `Unable to transfer token #${tokenId} from collection #${collectionId}`,
     );
 
-    return this.helper.util.isTokenTransferSuccess(result.result.events, collectionId, tokenId, {Substrate: typeof signer === 'string' ? signer : signer.address}, addressObj, amount);
+    return this.helper.util.isTokenTransferSuccess(result.result.events, collectionId, tokenId, { Substrate: typeof signer === 'string' ? signer : signer.address }, addressObj, amount);
   }
 
   /**
@@ -1279,7 +1279,7 @@
       true, // `Unable to burn token for ${label}`,
     );
     const burnedTokens = this.helper.util.extractTokensFromBurnResult(burnResult);
-    if(burnedTokens.tokens.length > 1) throw Error('Burned multiple tokens');
+    if (burnedTokens.tokens.length > 1) throw Error('Burned multiple tokens');
     return burnedTokens.success;
   }
 
@@ -1427,21 +1427,21 @@
     normalizedOwner: CrossAccountId;
   } | null> {
     let tokenData;
-    if(typeof blockHashAt === 'undefined') {
+    if (typeof blockHashAt === 'undefined') {
       tokenData = await this.helper.callRpc('api.rpc.unique.tokenData', [collectionId, tokenId]);
     }
     else {
-      if(propertyKeys.length == 0) {
+      if (propertyKeys.length == 0) {
         const collection = (await this.helper.callRpc('api.rpc.unique.collectionById', [collectionId])).toHuman();
-        if(!collection) return null;
+        if (!collection) return null;
         propertyKeys = collection.tokenPropertyPermissions.map((x: ITokenPropertyPermission) => x.key);
       }
       tokenData = await this.helper.callRpc('api.rpc.unique.tokenData', [collectionId, tokenId, propertyKeys, blockHashAt]);
     }
     tokenData = tokenData.toHuman();
-    if(tokenData === null || tokenData.owner === null) return null;
+    if (tokenData === null || tokenData.owner === null) return null;
     const owner = {} as any;
-    for(const key of Object.keys(tokenData.owner)) {
+    for (const key of Object.keys(tokenData.owner)) {
       owner[key.toLocaleLowerCase()] = key.toLocaleLowerCase() == 'substrate'
         ? CrossAccountId.normalizeSubstrateAddress(tokenData.owner[key])
         : tokenData.owner[key];
@@ -1460,7 +1460,7 @@
    */
   async getTokenOwner(collectionId: number, tokenId: number, blockHashAt?: string): Promise<CrossAccountId> {
     let owner;
-    if(typeof blockHashAt === 'undefined') {
+    if (typeof blockHashAt === 'undefined') {
       owner = await this.helper.callRpc('api.rpc.unique.tokenOwner', [collectionId, tokenId]);
     } else {
       owner = await this.helper.callRpc('api.rpc.unique.tokenOwner', [collectionId, tokenId, blockHashAt]);
@@ -1478,13 +1478,13 @@
    */
   async getTokenTopmostOwner(collectionId: number, tokenId: number, blockHashAt?: string): Promise<CrossAccountId | null> {
     let owner;
-    if(typeof blockHashAt === 'undefined') {
+    if (typeof blockHashAt === 'undefined') {
       owner = await this.helper.callRpc('api.rpc.unique.topmostTokenOwner', [collectionId, tokenId]);
     } else {
       owner = await this.helper.callRpc('api.rpc.unique.topmostTokenOwner', [collectionId, tokenId, blockHashAt]);
     }
 
-    if(owner === null) return null;
+    if (owner === null) return null;
 
     return owner.toHuman();
   }
@@ -1500,7 +1500,7 @@
   async nestToken(signer: TSigner, tokenObj: IToken, rootTokenObj: IToken): Promise<boolean> {
     const rootTokenAddress = this.helper.util.getTokenAccount(rootTokenObj);
     const result = await this.transferToken(signer, tokenObj.collectionId, tokenObj.tokenId, rootTokenAddress);
-    if(!result) {
+    if (!result) {
       throw Error('Unable to nest token!');
     }
     return result;
@@ -1518,7 +1518,7 @@
   async unnestToken(signer: TSigner, tokenObj: IToken, rootTokenObj: IToken, toAddressObj: ICrossAccountId): Promise<boolean> {
     const rootTokenAddress = this.helper.util.getTokenAccount(rootTokenObj);
     const result = await this.transferTokenFrom(signer, tokenObj.collectionId, tokenObj.tokenId, rootTokenAddress, toAddressObj);
-    if(!result) {
+    if (!result) {
       throw Error('Unable to unnest token!');
     }
     return result;
@@ -1620,9 +1620,9 @@
    */
   async mintCollection(signer: TSigner, collectionOptions: ICollectionCreationOptions, mode: 'NFT' | 'RFT'): Promise<UniqueBaseCollection> {
     collectionOptions = JSON.parse(JSON.stringify(collectionOptions)) as ICollectionCreationOptions; // Clone object
-    collectionOptions.mode = (mode === 'NFT') ? {nft: null} : {refungible: null};
-    for(const key of ['name', 'description', 'tokenPrefix']) {
-      if(typeof collectionOptions[key as 'name' | 'description' | 'tokenPrefix'] === 'string') collectionOptions[key as 'name' | 'description' | 'tokenPrefix'] = this.helper.util.str2vec(collectionOptions[key as 'name' | 'description' | 'tokenPrefix'] as string);
+    collectionOptions.mode = (mode === 'NFT') ? { nft: null } : { refungible: null };
+    for (const key of ['name', 'description', 'tokenPrefix']) {
+      if (typeof collectionOptions[key as 'name' | 'description' | 'tokenPrefix'] === 'string') collectionOptions[key as 'name' | 'description' | 'tokenPrefix'] = this.helper.util.str2vec(collectionOptions[key as 'name' | 'description' | 'tokenPrefix'] as string);
     }
     const creationResult = await this.helper.executeExtrinsic(
       signer,
@@ -1741,13 +1741,13 @@
    */
   async getTokenChildren(collectionId: number, tokenId: number, blockHashAt?: string): Promise<IToken[]> {
     let children;
-    if(typeof blockHashAt === 'undefined') {
+    if (typeof blockHashAt === 'undefined') {
       children = await this.helper.callRpc('api.rpc.unique.tokenChildren', [collectionId, tokenId]);
     } else {
       children = await this.helper.callRpc('api.rpc.unique.tokenChildren', [collectionId, tokenId, blockHashAt]);
     }
 
-    return children.toJSON().map((x: any) => ({collectionId: x.collection, tokenId: x.token}));
+    return children.toJSON().map((x: any) => ({ collectionId: x.collection, tokenId: x.token }));
   }
 
   /**
@@ -1775,7 +1775,7 @@
   async mintToken(signer: TSigner, data: { collectionId: number; owner: ICrossAccountId | string; properties?: IProperty[]; }): Promise<UniqueNFToken> {
     const creationResult = await this.helper.executeExtrinsic(
       signer,
-      'api.tx.unique.createItem', [data.collectionId, (typeof data.owner === 'string') ? {Substrate: data.owner} : data.owner, {
+      'api.tx.unique.createItem', [data.collectionId, (typeof data.owner === 'string') ? { Substrate: data.owner } : data.owner, {
         NFT: {
           properties: data.properties,
         },
@@ -1783,8 +1783,8 @@
       true,
     );
     const createdTokens = this.helper.util.extractTokensFromCreationResult(creationResult);
-    if(createdTokens.tokens.length > 1) throw Error('Minted multiple tokens');
-    if(createdTokens.tokens.length < 1) throw Error('No tokens minted');
+    if (createdTokens.tokens.length > 1) throw Error('Minted multiple tokens');
+    if (createdTokens.tokens.length < 1) throw Error('No tokens minted');
     return this.getTokenObject(data.collectionId, createdTokens.tokens[0].tokenId);
   }
 
@@ -1806,7 +1806,7 @@
   async mintMultipleTokens(signer: TSigner, collectionId: number, tokens: { owner: ICrossAccountId, properties?: IProperty[] }[]): Promise<UniqueNFToken[]> {
     const creationResult = await this.helper.executeExtrinsic(
       signer,
-      'api.tx.unique.createMultipleItemsEx', [collectionId, {NFT: tokens}],
+      'api.tx.unique.createMultipleItemsEx', [collectionId, { NFT: tokens }],
       true,
     );
     const collection = this.getCollectionObject(collectionId);
@@ -1833,8 +1833,8 @@
    */
   async mintMultipleTokensWithOneOwner(signer: TSigner, collectionId: number, owner: ICrossAccountId, tokens: { properties?: IProperty[] }[]): Promise<UniqueNFToken[]> {
     const rawTokens = [];
-    for(const token of tokens) {
-      const raw = {NFT: {properties: token.properties}};
+    for (const token of tokens) {
+      const raw = { NFT: { properties: token.properties } };
       rawTokens.push(raw);
     }
     const creationResult = await this.helper.executeExtrinsic(
@@ -1962,7 +1962,7 @@
   async mintToken(signer: TSigner, data: { collectionId: number; owner: ICrossAccountId | string; pieces: bigint; properties?: IProperty[]; }): Promise<UniqueRFToken> {
     const creationResult = await this.helper.executeExtrinsic(
       signer,
-      'api.tx.unique.createItem', [data.collectionId, (typeof data.owner === 'string') ? {Substrate: data.owner} : data.owner, {
+      'api.tx.unique.createItem', [data.collectionId, (typeof data.owner === 'string') ? { Substrate: data.owner } : data.owner, {
         ReFungible: {
           pieces: data.pieces,
           properties: data.properties,
@@ -1971,8 +1971,8 @@
       true,
     );
     const createdTokens = this.helper.util.extractTokensFromCreationResult(creationResult);
-    if(createdTokens.tokens.length > 1) throw Error('Minted multiple tokens');
-    if(createdTokens.tokens.length < 1) throw Error('No tokens minted');
+    if (createdTokens.tokens.length > 1) throw Error('Minted multiple tokens');
+    if (createdTokens.tokens.length < 1) throw Error('No tokens minted');
     return this.getTokenObject(data.collectionId, createdTokens.tokens[0].tokenId);
   }
 
@@ -1980,7 +1980,7 @@
     throw Error('Not implemented');
     const creationResult = await this.helper.executeExtrinsic(
       signer,
-      'api.tx.unique.createMultipleItemsEx', [collectionId, {RefungibleMultipleOwners: tokens}],
+      'api.tx.unique.createMultipleItemsEx', [collectionId, { RefungibleMultipleOwners: tokens }],
       true, // `Unable to mint RFT tokens for ${label}`,
     );
     const collection = this.getCollectionObject(collectionId);
@@ -1998,8 +1998,8 @@
    */
   async mintMultipleTokensWithOneOwner(signer: TSigner, collectionId: number, owner: ICrossAccountId, tokens: { pieces: bigint, properties?: IProperty[] }[]): Promise<UniqueRFToken[]> {
     const rawTokens = [];
-    for(const token of tokens) {
-      const raw = {ReFungible: {pieces: token.pieces, properties: token.properties}};
+    for (const token of tokens) {
+      const raw = { ReFungible: { pieces: token.pieces, properties: token.properties } };
       rawTokens.push(raw);
     }
     const creationResult = await this.helper.executeExtrinsic(
@@ -2080,7 +2080,7 @@
       'api.tx.unique.repartition', [collectionId, tokenId, amount],
       true,
     );
-    if(currentAmount < amount) return this.helper.util.findCollectionInEvents(repartitionResult.result.events, collectionId, 'common', 'ItemCreated');
+    if (currentAmount < amount) return this.helper.util.findCollectionInEvents(repartitionResult.result.events, collectionId, 'common', 'ItemCreated');
     return this.helper.util.findCollectionInEvents(repartitionResult.result.events, collectionId, 'common', 'ItemDestroyed');
   }
 }
@@ -2112,10 +2112,10 @@
    */
   async mintCollection(signer: TSigner, collectionOptions: ICollectionCreationOptions = {}, decimalPoints = 0): Promise<UniqueFTCollection> {
     collectionOptions = JSON.parse(JSON.stringify(collectionOptions)) as ICollectionCreationOptions; // Clone object
-    if(collectionOptions.tokenPropertyPermissions) throw Error('Fungible collections has no tokenPropertyPermissions');
-    collectionOptions.mode = {fungible: decimalPoints};
-    for(const key of ['name', 'description', 'tokenPrefix']) {
-      if(typeof collectionOptions[key as 'name' | 'description' | 'tokenPrefix'] === 'string') collectionOptions[key as 'name' | 'description' | 'tokenPrefix'] = this.helper.util.str2vec(collectionOptions[key as 'name' | 'description' | 'tokenPrefix'] as string);
+    if (collectionOptions.tokenPropertyPermissions) throw Error('Fungible collections has no tokenPropertyPermissions');
+    collectionOptions.mode = { fungible: decimalPoints };
+    for (const key of ['name', 'description', 'tokenPrefix']) {
+      if (typeof collectionOptions[key as 'name' | 'description' | 'tokenPrefix'] === 'string') collectionOptions[key as 'name' | 'description' | 'tokenPrefix'] = this.helper.util.str2vec(collectionOptions[key as 'name' | 'description' | 'tokenPrefix'] as string);
     }
     const creationResult = await this.helper.executeExtrinsic(
       signer,
@@ -2137,7 +2137,7 @@
   async mintTokens(signer: TSigner, collectionId: number, amount: bigint, owner: ICrossAccountId | string): Promise<boolean> {
     const creationResult = await this.helper.executeExtrinsic(
       signer,
-      'api.tx.unique.createItem', [collectionId, (typeof owner === 'string') ? {Substrate: owner} : owner, {
+      'api.tx.unique.createItem', [collectionId, (typeof owner === 'string') ? { Substrate: owner } : owner, {
         Fungible: {
           value: amount,
         },
@@ -2157,8 +2157,8 @@
    */
   async mintMultipleTokensWithOneOwner(signer: TSigner, collectionId: number, tokens: { value: bigint }[], owner: ICrossAccountId): Promise<boolean> {
     const rawTokens = [];
-    for(const token of tokens) {
-      const raw = {Fungible: {Value: token.value}};
+    for (const token of tokens) {
+      const raw = { Fungible: { Value: token.value } };
       rawTokens.push(raw);
     }
     const creationResult = await this.helper.executeExtrinsic(
@@ -2310,14 +2310,14 @@
    */
   async getBlockHashByNumber(blockNumber: number): Promise<string | null> {
     const blockHash = (await this.helper.callRpc('api.rpc.chain.getBlockHash', [blockNumber])).toJSON();
-    if(blockHash === '0x0000000000000000000000000000000000000000000000000000000000000000') return null;
+    if (blockHash === '0x0000000000000000000000000000000000000000000000000000000000000000') return null;
     return blockHash;
   }
 
   // TODO add docs
   async getBlock(blockHashOrNumber: string | number): Promise<IBlock | null> {
     const blockHash = typeof blockHashOrNumber === 'string' ? blockHashOrNumber : await this.getBlockHashByNumber(blockHashOrNumber);
-    if(!blockHash) return null;
+    if (!blockHash) return null;
     return (await this.helper.callRpc('api.rpc.chain.getBlock', [blockHash])).toHuman().block;
   }
 
@@ -2363,9 +2363,9 @@
   async transferToSubstrate(signer: TSigner, address: TSubstrateAccount, amount: bigint | string): Promise<boolean> {
     const result = await this.helper.executeExtrinsic(signer, 'api.tx.balances.transfer', [address, amount], true/*, `Unable to transfer balance from ${this.helper.getSignerAddress(signer)} to ${address}`*/);
 
-    let transfer = {from: null, to: null, amount: 0n} as any;
-    result.result.events.forEach(({event: {data, method, section}}) => {
-      if((section === 'balances') && (method === 'Transfer')) {
+    let transfer = { from: null, to: null, amount: 0n } as any;
+    result.result.events.forEach(({ event: { data, method, section } }) => {
+      if ((section === 'balances') && (method === 'Transfer')) {
         transfer = {
           from: this.helper.address.normalizeSubstrate(data[0]),
           to: this.helper.address.normalizeSubstrate(data[1]),
@@ -2386,7 +2386,7 @@
    */
   async getSubstrateFull(address: TSubstrateAccount): Promise<ISubstrateBalance> {
     const accountInfo = (await this.helper.callRpc('api.query.system.account', [address])).data;
-    return {free: accountInfo.free.toBigInt(), frozen: accountInfo.frozen.toBigInt(), reserved: accountInfo.reserved.toBigInt()};
+    return { free: accountInfo.free.toBigInt(), frozen: accountInfo.frozen.toBigInt(), reserved: accountInfo.reserved.toBigInt() };
   }
 
   /**
@@ -2400,11 +2400,11 @@
 
   async getLocked(address: TSubstrateAccount): Promise<{ id: string, amount: bigint, reason: string }[]> {
     const locks = (await this.helper.callRpc('api.query.balances.locks', [address])).toHuman();
-    return locks.map((lock: any) => ({id: lock.id, amount: BigInt(lock.amount.replace(/,/g, '')), reasons: lock.reasons}));
+    return locks.map((lock: any) => ({ id: lock.id, amount: BigInt(lock.amount.replace(/,/g, '')), reasons: lock.reasons }));
   }
   async getFrozen(address: TSubstrateAccount): Promise<{ id: string, amount: bigint }[]> {
-    const locks = await this.helper.api!.query.balances.freezes(address);
-    return locks.map(lock => ({id: lock.id.toUtf8(), amount: lock.amount.toBigInt()}));
+    const locks = (await this.helper.api!.query.balances.freezes(address)) as unknown as Array<any>;
+    return locks.map(lock => ({ id: lock.id.toUtf8(), amount: lock.amount.toBigInt() }));
   }
 }
 
@@ -2430,9 +2430,9 @@
   async transferToEthereum(signer: TSigner, address: TEthereumAccount, amount: bigint | string): Promise<boolean> {
     const result = await this.helper.executeExtrinsic(signer, 'api.tx.balances.transfer', [address, amount], true);
 
-    let transfer = {from: null, to: null, amount: 0n} as any;
-    result.result.events.forEach(({event: {data, method, section}}) => {
-      if((section === 'balances') && (method === 'Transfer')) {
+    let transfer = { from: null, to: null, amount: 0n } as any;
+    result.result.events.forEach(({ event: { data, method, section } }) => {
+      if ((section === 'balances') && (method === 'Transfer')) {
         transfer = {
           from: data[0].toString(),
           to: data[1].toString(),
@@ -2545,9 +2545,9 @@
   async forceTransferToSubstrate(signer: TSigner, from: TSubstrateAccount, to: TSubstrateAccount, amount: bigint | string): Promise<boolean> {
     const result = await this.helper.executeExtrinsic(signer, 'api.tx.balances.forceTransfer', [from, to, amount], true);
 
-    let transfer = {from: null, to: null, amount: 0n} as any;
-    result.result.events.forEach(({event: {data, method, section}}) => {
-      if((section === 'balances') && (method === 'Transfer')) {
+    let transfer = { from: null, to: null, amount: 0n } as any;
+    result.result.events.forEach(({ event: { data, method, section } }) => {
+      if ((section === 'balances') && (method === 'Transfer')) {
         transfer = {
           from: this.helper.address.normalizeSubstrate(data[0]),
           to: this.helper.address.normalizeSubstrate(data[1]),
@@ -2574,7 +2574,7 @@
       .find(e => e.event.section === 'vesting' &&
         e.event.method === 'VestingScheduleAdded' &&
         e.event.data[0].toHuman() === signer.address);
-    if(!event) throw Error('Cannot find transfer in events');
+    if (!event) throw Error('Cannot find transfer in events');
   }
 
   /**
@@ -2602,7 +2602,7 @@
       .find(e => e.event.section === 'vesting' &&
         e.event.method === 'Claimed' &&
         e.event.data[0].toHuman() === signer.address);
-    if(!event) throw Error('Cannot find claim in events');
+    if (!event) throw Error('Cannot find claim in events');
   }
 }
 
@@ -2662,12 +2662,12 @@
         ? hexToU8a(key.toString(16))
         : key;
 
-    if(ss58Format < 0 || ss58Format > 16383 || [46, 47].includes(ss58Format)) {
+    if (ss58Format < 0 || ss58Format > 16383 || [46, 47].includes(ss58Format)) {
       throw new Error(`ss58Format is not valid, received ${typeof ss58Format} "${ss58Format}"`);
     }
 
     const allowedDecodedLengths = [1, 2, 4, 8, 32, 33];
-    if(!allowedDecodedLengths.includes(u8a.length)) {
+    if (!allowedDecodedLengths.includes(u8a.length)) {
       throw new Error(`key length is not valid, received ${u8a.length}, valid values are ${allowedDecodedLengths.join(', ')}`);
     }
 
@@ -2692,11 +2692,11 @@
    * @returns substrate address
    */
   restoreCrossAccountFromBigInt(number: bigint): TSubstrateAccount {
-    if(this.helper.api === null) {
+    if (this.helper.api === null) {
       throw 'Not connected';
     }
     const res = this.helper.api.registry.createType('AccountId', '0x' + number.toString(16).padStart(64, '0')).toJSON();
-    if(res === undefined || res === null) {
+    if (res === undefined || res === null) {
       throw 'Restore address error';
     }
     return res.toString();
@@ -2708,12 +2708,12 @@
    * @returns substrate cross account id
    */
   convertCrossAccountFromEthCrossAccount(ethCrossAccount: IEthCrossAccountId): ICrossAccountId {
-    if(ethCrossAccount.sub === '0') {
-      return {Ethereum: ethCrossAccount.eth.toLocaleLowerCase()};
+    if (ethCrossAccount.sub === '0') {
+      return { Ethereum: ethCrossAccount.eth.toLocaleLowerCase() };
     }
 
     const ss58 = this.restoreCrossAccountFromBigInt(BigInt(ethCrossAccount.sub));
-    return {Substrate: ss58};
+    return { Substrate: ss58 };
   }
 
   paraSiblingSovereignAccount(paraid: number) {
@@ -2737,7 +2737,7 @@
    * @returns
    */
   async stake(signer: TSigner, amountToStake: bigint, label?: string): Promise<boolean> {
-    if(typeof label === 'undefined') label = `${signer.address} amount: ${amountToStake}`;
+    if (typeof label === 'undefined') label = `${signer.address} amount: ${amountToStake}`;
     const _stakeResult = await this.helper.executeExtrinsic(
       signer, 'api.tx.appPromotion.stake',
       [amountToStake], true,
@@ -2754,7 +2754,7 @@
    * @returns block hash where unstake happened
    */
   async unstakeAll(signer: TSigner, label?: string): Promise<string> {
-    if(typeof label === 'undefined') label = `${signer.address}`;
+    if (typeof label === 'undefined') label = `${signer.address}`;
     const unstakeResult = await this.helper.executeExtrinsic(
       signer, 'api.tx.appPromotion.unstakeAll',
       [], true,
@@ -2770,7 +2770,7 @@
    * @returns block hash where unstake happened
    */
   async unstakePartial(signer: TSigner, amount: bigint, label?: string): Promise<string> {
-    if(typeof label === 'undefined') label = `${signer.address}`;
+    if (typeof label === 'undefined') label = `${signer.address}`;
     const unstakeResult = await this.helper.executeExtrinsic(
       signer, 'api.tx.appPromotion.unstakePartial',
       [amount], true,
@@ -2784,7 +2784,7 @@
    * @returns {number}
    */
   async getStakesNumber(address: ICrossAccountId): Promise<number> {
-    if('Ethereum' in address) throw Error('only substrate address');
+    if ('Ethereum' in address) throw Error('only substrate address');
     return (await this.helper.callRpc('api.query.appPromotion.stakesPerAccount', [address.Substrate])).toNumber();
   }
 
@@ -2794,7 +2794,7 @@
    * @returns total staked amount
    */
   async getTotalStaked(address?: ICrossAccountId): Promise<bigint> {
-    if(address) return (await this.helper.callRpc('api.rpc.appPromotion.totalStaked', [address])).toBigInt();
+    if (address) return (await this.helper.callRpc('api.rpc.appPromotion.totalStaked', [address])).toBigInt();
     return (await this.helper.callRpc('api.rpc.appPromotion.totalStaked')).toBigInt();
   }
 
@@ -3077,15 +3077,15 @@
     let beneficiary;
     let assets;
 
-    if(xcmVersion == 2) {
-      destination = {V1: destinationContent};
-      beneficiary = {V1: beneficiaryContent};
-      assets = {V1: assetsContent};
+    if (xcmVersion == 2) {
+      destination = { V1: destinationContent };
+      beneficiary = { V1: beneficiaryContent };
+      assets = { V1: assetsContent };
 
-    } else if(xcmVersion == 3) {
-      destination = {V2: destinationContent};
-      beneficiary = {V2: beneficiaryContent};
-      assets = {V2: assetsContent};
+    } else if (xcmVersion == 3) {
+      destination = { V2: destinationContent };
+      beneficiary = { V2: beneficiaryContent };
+      assets = { V2: assetsContent };
 
     } else {
       throw Error('Unknown XCM version: ' + xcmVersion);
@@ -3125,7 +3125,7 @@
 
 class TokensGroup<T extends ChainHelperBase> extends HelperGroup<T> {
   async accounts(address: string, currencyId: any) {
-    const {free} = (await this.helper.callRpc('api.query.tokens.accounts', [address, currencyId])).toJSON() as any;
+    const { free } = (await this.helper.callRpc('api.query.tokens.accounts', [address, currencyId])).toJSON() as any;
     return BigInt(free);
   }
 }
@@ -3148,7 +3148,7 @@
       await this.helper.callRpc('api.query.assets.account', [assetId, address])
     ).toJSON()! as any;
 
-    if(accountAsset !== null) {
+    if (accountAsset !== null) {
       return BigInt(accountAsset['balance']);
     } else {
       return null;
@@ -3207,7 +3207,7 @@
   }
 
   async referendumVote(signer: TSigner, referendumIndex: number, accountVote: DemocracyStandardAccountVote) {
-    await this.helper.executeExtrinsic(signer, 'api.tx.democracy.vote', [referendumIndex, {Standard: accountVote}], true);
+    await this.helper.executeExtrinsic(signer, 'api.tx.democracy.vote', [referendumIndex, { Standard: accountVote }], true);
   }
 }
 
@@ -3424,12 +3424,12 @@
       let schedArgs;
       let scheduleFn;
 
-      if(this.options.scheduledId) {
+      if (this.options.scheduledId) {
         schedArgs = [this.options.scheduledId!, ...mandatorySchedArgs];
 
-        if(this.scheduleFn == 'schedule') {
+        if (this.scheduleFn == 'schedule') {
           scheduleFn = 'scheduleNamed';
-        } else if(this.scheduleFn == 'scheduleAfter') {
+        } else if (this.scheduleFn == 'scheduleAfter') {
           scheduleFn = 'scheduleNamedAfter';
         }
       } else {
@@ -3472,15 +3472,15 @@
         options,
       );
 
-      if(result.status === 'Fail') return result;
+      if (result.status === 'Fail') return result;
 
       const data = (result.result.events.find(x => x.event.section == 'sudo' && x.event.method == 'Sudid')?.event.data as any).sudoResult;
-      if(data.isErr) {
-        if(data.asErr.isModule) {
+      if (data.isErr) {
+        if (data.asErr.isModule) {
           const error = (result.result.events[1].event.data as any).sudoResult.asErr.asModule;
           const metaError = super.getApi()?.registry.findMetaError(error);
           throw new Error(`${metaError.section}.${metaError.name}`);
-        } else if(data.asErr.isToken) {
+        } else if (data.asErr.isToken) {
           throw new Error(`Token: ${data.asErr.asToken}`);
         }
         // May be [object Object] in case of unhandled non-unit enum
@@ -3678,8 +3678,8 @@
     return await this.helper.nft.isTokenApproved(this.collectionId, tokenId, toAddressObj);
   }
 
-  async mintToken(signer: TSigner, owner: ICrossAccountId = {Substrate: signer.address}, properties?: IProperty[]) {
-    return await this.helper.nft.mintToken(signer, {collectionId: this.collectionId, owner, properties});
+  async mintToken(signer: TSigner, owner: ICrossAccountId = { Substrate: signer.address }, properties?: IProperty[]) {
+    return await this.helper.nft.mintToken(signer, { collectionId: this.collectionId, owner, properties });
   }
 
   async mintMultipleTokens(signer: TSigner, tokens: { owner: ICrossAccountId, properties?: IProperty[] }[]) {
@@ -3707,11 +3707,11 @@
   }
 
   async nestToken(signer: TSigner, tokenId: number, toTokenObj: IToken) {
-    return await this.helper.nft.nestToken(signer, {collectionId: this.collectionId, tokenId}, toTokenObj);
+    return await this.helper.nft.nestToken(signer, { collectionId: this.collectionId, tokenId }, toTokenObj);
   }
 
   async unnestToken(signer: TSigner, tokenId: number, fromTokenObj: IToken, toAddressObj: ICrossAccountId) {
-    return await this.helper.nft.unnestToken(signer, {collectionId: this.collectionId, tokenId}, fromTokenObj, toAddressObj);
+    return await this.helper.nft.unnestToken(signer, { collectionId: this.collectionId, tokenId }, fromTokenObj, toAddressObj);
   }
 
   scheduleAt<T extends UniqueHelper>(
@@ -3804,8 +3804,8 @@
     return await this.helper.rft.repartitionToken(signer, this.collectionId, tokenId, amount);
   }
 
-  async mintToken(signer: TSigner, pieces = 1n, owner: ICrossAccountId = {Substrate: signer.address}, properties?: IProperty[]) {
-    return await this.helper.rft.mintToken(signer, {collectionId: this.collectionId, owner, pieces, properties});
+  async mintToken(signer: TSigner, pieces = 1n, owner: ICrossAccountId = { Substrate: signer.address }, properties?: IProperty[]) {
+    return await this.helper.rft.mintToken(signer, { collectionId: this.collectionId, owner, pieces, properties });
   }
 
   async mintMultipleTokens(signer: TSigner, tokens: { pieces: bigint, owner: ICrossAccountId, properties?: IProperty[] }[]) {
@@ -3833,11 +3833,11 @@
   }
 
   async nestToken(signer: TSigner, tokenId: number, toTokenObj: IToken) {
-    return await this.helper.rft.nestToken(signer, {collectionId: this.collectionId, tokenId}, toTokenObj);
+    return await this.helper.rft.nestToken(signer, { collectionId: this.collectionId, tokenId }, toTokenObj);
   }
 
   async unnestToken(signer: TSigner, tokenId: number, fromTokenObj: IToken, toAddressObj: ICrossAccountId) {
-    return await this.helper.rft.unnestToken(signer, {collectionId: this.collectionId, tokenId}, fromTokenObj, toAddressObj);
+    return await this.helper.rft.unnestToken(signer, { collectionId: this.collectionId, tokenId }, fromTokenObj, toAddressObj);
   }
 
   scheduleAt<T extends UniqueHelper>(
@@ -3879,11 +3879,11 @@
     return await this.helper.ft.getTop10Owners(this.collectionId);
   }
 
-  async mint(signer: TSigner, amount = 1n, owner: ICrossAccountId = {Substrate: signer.address}) {
+  async mint(signer: TSigner, amount = 1n, owner: ICrossAccountId = { Substrate: signer.address }) {
     return await this.helper.ft.mintTokens(signer, this.collectionId, amount, owner);
   }
 
-  async mintWithOneOwner(signer: TSigner, tokens: { value: bigint }[], owner: ICrossAccountId = {Substrate: signer.address}) {
+  async mintWithOneOwner(signer: TSigner, tokens: { value: bigint }[], owner: ICrossAccountId = { Substrate: signer.address }) {
     return await this.helper.ft.mintMultipleTokensWithOneOwner(signer, this.collectionId, tokens, owner);
   }
 
modifiedtests/yarn.lockdiffbeforeafterboth
--- a/tests/yarn.lock
+++ b/tests/yarn.lock
@@ -2,6 +2,11 @@
 # yarn lockfile v1
 
 
+"@aashutoshrathi/word-wrap@^1.2.3":
+  version "1.2.6"
+  resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
+  integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==
+
 "@colors/colors@1.5.0":
   version "1.5.0"
   resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
@@ -14,26 +19,26 @@
   dependencies:
     "@jridgewell/trace-mapping" "0.3.9"
 
-"@eslint-community/eslint-utils@^4.2.0":
+"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.3.0":
   version "4.4.0"
   resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
   integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
   dependencies:
     eslint-visitor-keys "^3.3.0"
 
-"@eslint-community/regexpp@^4.4.0":
+"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.5.0":
   version "4.5.1"
   resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
   integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
 
-"@eslint/eslintrc@^2.0.3":
-  version "2.0.3"
-  resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.3.tgz#4910db5505f4d503f27774bf356e3704818a0331"
-  integrity sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ==
+"@eslint/eslintrc@^2.1.0":
+  version "2.1.0"
+  resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.0.tgz#82256f164cc9e0b59669efc19d57f8092706841d"
+  integrity sha512-Lj7DECXqIVCqnqjjHMPna4vn6GJcMgul/wuS0je9OZ9gsL0zzDpKPVtcG1HaDVc+9y+qgXneTeUMbCqXJNpH1A==
   dependencies:
     ajv "^6.12.4"
     debug "^4.3.2"
-    espree "^9.5.2"
+    espree "^9.6.0"
     globals "^13.19.0"
     ignore "^5.2.0"
     import-fresh "^3.2.1"
@@ -41,10 +46,10 @@
     minimatch "^3.1.2"
     strip-json-comments "^3.1.1"
 
-"@eslint/js@8.41.0":
-  version "8.41.0"
-  resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.41.0.tgz#080321c3b68253522f7646b55b577dd99d2950b3"
-  integrity sha512-LxcyMGxwmTh2lY9FwHPGWOHmYFCZvbrFCBZL4FzSSsxsRPuhrYUg/49/0KDfW8tnIEaEHtfmn6+NPN+1DqaNmA==
+"@eslint/js@8.44.0":
+  version "8.44.0"
+  resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.44.0.tgz#961a5903c74139390478bdc808bcde3fc45ab7af"
+  integrity sha512-Ag+9YM4ocKQx9AarydN0KY2j0ErMHNIocPDrVo8zAE44xLTjEtz81OdR68/cydGtk6m6jDb5Za3r2useMzYmSw==
 
 "@ethereumjs/common@2.5.0":
   version "2.5.0"
@@ -247,10 +252,10 @@
     "@ethersproject/properties" "^5.7.0"
     "@ethersproject/strings" "^5.7.0"
 
-"@humanwhocodes/config-array@^0.11.8":
-  version "0.11.8"
-  resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
-  integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
+"@humanwhocodes/config-array@^0.11.10":
+  version "0.11.10"
+  resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"
+  integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==
   dependencies:
     "@humanwhocodes/object-schema" "^1.2.1"
     debug "^4.1.1"
@@ -284,13 +289,6 @@
     "@jridgewell/resolve-uri" "^3.0.3"
     "@jridgewell/sourcemap-codec" "^1.4.10"
 
-"@noble/curves@1.0.0":
-  version "1.0.0"
-  resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.0.0.tgz#e40be8c7daf088aaf291887cbc73f43464a92932"
-  integrity sha512-2upgEu0iLiDVDZkNLeFV2+ht0BAVgQnEmCk6JsOch9Rp8xfkMCbvbAZlA2pBHQc73dbl+vFOXfqkf4uemdn0bw==
-  dependencies:
-    "@noble/hashes" "1.3.0"
-
 "@noble/curves@1.1.0":
   version "1.1.0"
   resolved "https://registry.yarnpkg.com/@noble/curves/-/curves-1.1.0.tgz#f13fc667c89184bc04cccb9b11e8e7bae27d8c3d"
@@ -303,11 +301,6 @@
   resolved "https://registry.yarnpkg.com/@noble/ed25519/-/ed25519-1.7.3.tgz#57e1677bf6885354b466c38e2b620c62f45a7123"
   integrity sha512-iR8GBkDt0Q3GyaVcIu7mSsVIqnFbkbRzGLWlvhwunacoLwt4J3swfKhfaM6rN6WY+TBGoYT1GtT1mIh2/jGbRQ==
 
-"@noble/hashes@1.3.0":
-  version "1.3.0"
-  resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.0.tgz#085fd70f6d7d9d109671090ccae1d3bec62554a1"
-  integrity sha512-ilHEACi9DwqJB0pw7kv+Apvh50jiiSyR/cQ3y4W7lOR5mhvn/50FLUfsnfJz0BDZtl/RR16kXvptiv6q1msYZg==
-
 "@noble/hashes@1.3.1":
   version "1.3.1"
   resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.3.1.tgz#8831ef002114670c603c458ab8b11328406953a9"
@@ -339,257 +332,128 @@
     "@nodelib/fs.scandir" "2.1.5"
     fastq "^1.6.0"
 
-"@openzeppelin/contracts@^4.6.0":
+"@openzeppelin/contracts@^4.6.0", "@openzeppelin/contracts@^4.9.2":
   version "4.9.2"
   resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.9.2.tgz#1cb2d5e4d3360141a17dbc45094a8cad6aac16c1"
   integrity sha512-mO+y6JaqXjWeMh9glYVzVu8HYPGknAAnWyxTRhGeckOruyXQMNnlcW6w/Dx9ftLeIQk6N+ZJFuVmTwF7lEIFrg==
 
-"@openzeppelin/contracts@^4.9.0":
-  version "4.9.1"
-  resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.9.1.tgz#afa804d2c68398704b0175acc94d91a54f203645"
-  integrity sha512-aLDTLu/If1qYIFW5g4ZibuQaUsFGWQPBq1mZKp/txaebUnGHDmmiBhRLY1tDNedN0m+fJtKZ1zAODS9Yk+V6uA==
-
-"@polkadot/api-augment@10.7.2":
-  version "10.7.2"
-  resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-10.7.2.tgz#b49aba3a7ac0832b1e21910c21c159e2dd0d3d47"
-  integrity sha512-2h3Rk2kYYEn3xtpzD2pwh1posgWK1/xWMISDypmNxChH/L44Ulch+jbbpk/JlOw0x3ClESRczZ8zcJOrKmDY8w==
+"@polkadot/api-augment@10.9.1":
+  version "10.9.1"
+  resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-10.9.1.tgz#9fc81b81903229bb23b0b16783e97ec52a5d4f1b"
+  integrity sha512-kRZZvCFVcN4hAH4dJ+Qzfdy27/4EEq3oLDf3ihj0LTVrAezSWcKPGE3EVFy+Mn6Lo4SUc7RVyoKvIUhSk2l4Dg==
   dependencies:
-    "@polkadot/api-base" "10.7.2"
-    "@polkadot/rpc-augment" "10.7.2"
-    "@polkadot/types" "10.7.2"
-    "@polkadot/types-augment" "10.7.2"
-    "@polkadot/types-codec" "10.7.2"
-    "@polkadot/util" "^12.2.1"
-    tslib "^2.5.2"
-
-"@polkadot/api-augment@10.8.1":
-  version "10.8.1"
-  resolved "https://registry.yarnpkg.com/@polkadot/api-augment/-/api-augment-10.8.1.tgz#585b93ef9d09c114b57a8794574a429386c94660"
-  integrity sha512-KFfF0OESmFI8hFmuKGuU204+S4SORIxniZr88xUnEPyJQr4R6XYnbGSKcLJM5Y2MK8a7JEoKgg+hfnUTK6Se0w==
-  dependencies:
-    "@polkadot/api-base" "10.8.1"
-    "@polkadot/rpc-augment" "10.8.1"
-    "@polkadot/types" "10.8.1"
-    "@polkadot/types-augment" "10.8.1"
-    "@polkadot/types-codec" "10.8.1"
-    "@polkadot/util" "^12.2.2"
+    "@polkadot/api-base" "10.9.1"
+    "@polkadot/rpc-augment" "10.9.1"
+    "@polkadot/types" "10.9.1"
+    "@polkadot/types-augment" "10.9.1"
+    "@polkadot/types-codec" "10.9.1"
+    "@polkadot/util" "^12.3.1"
     tslib "^2.5.3"
 
-"@polkadot/api-base@10.7.2":
-  version "10.7.2"
-  resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-10.7.2.tgz#70650dd434163a6ae7c5d6c535267a5007e8d4fc"
-  integrity sha512-Gb6ro7B5Xq565lE9x+XBdGoIWFVLnlhtAnG3a4RbQ8D+lr8L5QDtXEJHiGNhV2l/g4xoItJ6IFW4txhKdaJl9A==
-  dependencies:
-    "@polkadot/rpc-core" "10.7.2"
-    "@polkadot/types" "10.7.2"
-    "@polkadot/util" "^12.2.1"
-    rxjs "^7.8.1"
-    tslib "^2.5.2"
-
-"@polkadot/api-base@10.8.1":
-  version "10.8.1"
-  resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-10.8.1.tgz#c6df0ff420c1af48ec58c823681d6c342d7b56f5"
-  integrity sha512-13BZ04UtiCECQshstL9RBLDJ6nq9HSwWXwMuWZcXUEPSsPhfR3iT0o212dtGrGliakYWgGEU1LGJuGhZ5iK7TA==
+"@polkadot/api-base@10.9.1":
+  version "10.9.1"
+  resolved "https://registry.yarnpkg.com/@polkadot/api-base/-/api-base-10.9.1.tgz#27f63c4950814c2f10535f794121fa1384dc2207"
+  integrity sha512-Q3m2KzlceMK2kX8bhnUZWk3RT6emmijeeFZZQgCePpEcrSeNjnqG4qjuTPgkveaOkUT8MAoDc5Avuzcc2jlW9g==
   dependencies:
-    "@polkadot/rpc-core" "10.8.1"
-    "@polkadot/types" "10.8.1"
-    "@polkadot/util" "^12.2.2"
+    "@polkadot/rpc-core" "10.9.1"
+    "@polkadot/types" "10.9.1"
+    "@polkadot/util" "^12.3.1"
     rxjs "^7.8.1"
     tslib "^2.5.3"
 
-"@polkadot/api-derive@10.7.2":
-  version "10.7.2"
-  resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-10.7.2.tgz#4c4f6d27f34f71f0a35d800c0477f25642c8552a"
-  integrity sha512-2hrlvE5W0xdR3aT/AEWPfbReV5xm/8SVv9dK1EJd6xzfjB+TCpuDkdXY5OgNv76eJbUeAkR1bHJLGvNfMqhnqQ==
-  dependencies:
-    "@polkadot/api" "10.7.2"
-    "@polkadot/api-augment" "10.7.2"
-    "@polkadot/api-base" "10.7.2"
-    "@polkadot/rpc-core" "10.7.2"
-    "@polkadot/types" "10.7.2"
-    "@polkadot/types-codec" "10.7.2"
-    "@polkadot/util" "^12.2.1"
-    "@polkadot/util-crypto" "^12.2.1"
-    rxjs "^7.8.1"
-    tslib "^2.5.2"
-
-"@polkadot/api-derive@10.8.1":
-  version "10.8.1"
-  resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-10.8.1.tgz#eab3fa9ef975bccad5ab0d5275699f42b51725c7"
-  integrity sha512-r1SBY9vu6OZMGp8/KZFwOqh7yS8yl0YbNDWuju2BEMWQ4Xx6WOlQjQV8Np9UFtKcnBFQzQjMLWH3vwrfTDgVEQ==
+"@polkadot/api-derive@10.9.1":
+  version "10.9.1"
+  resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-10.9.1.tgz#04a4ca3285fd215c4cd50cfb3f4791d38dd90050"
+  integrity sha512-mRud1UZCFIc4Z63qAoGSIHh/foyUYADfy1RQYCmPpeFKfIdCIrHpd7xFdJXTOMYOS0BwlM6u4qli/ZT4XigezQ==
   dependencies:
-    "@polkadot/api" "10.8.1"
-    "@polkadot/api-augment" "10.8.1"
-    "@polkadot/api-base" "10.8.1"
-    "@polkadot/rpc-core" "10.8.1"
-    "@polkadot/types" "10.8.1"
-    "@polkadot/types-codec" "10.8.1"
-    "@polkadot/util" "^12.2.2"
-    "@polkadot/util-crypto" "^12.2.2"
+    "@polkadot/api" "10.9.1"
+    "@polkadot/api-augment" "10.9.1"
+    "@polkadot/api-base" "10.9.1"
+    "@polkadot/rpc-core" "10.9.1"
+    "@polkadot/types" "10.9.1"
+    "@polkadot/types-codec" "10.9.1"
+    "@polkadot/util" "^12.3.1"
+    "@polkadot/util-crypto" "^12.3.1"
     rxjs "^7.8.1"
     tslib "^2.5.3"
 
-"@polkadot/api@10.7.2":
-  version "10.7.2"
-  resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-10.7.2.tgz#e5e9667f6c048f24294992dc2f508047f42ac8ee"
-  integrity sha512-w1d/P359xNAKyCm/uhVDW8pCVBGVVthLYJPjZBqXOQXdLF+0Kjsg6zwNbHlSVPf3zpX6AODUg4X+HpchGIZSpQ==
-  dependencies:
-    "@polkadot/api-augment" "10.7.2"
-    "@polkadot/api-base" "10.7.2"
-    "@polkadot/api-derive" "10.7.2"
-    "@polkadot/keyring" "^12.2.1"
-    "@polkadot/rpc-augment" "10.7.2"
-    "@polkadot/rpc-core" "10.7.2"
-    "@polkadot/rpc-provider" "10.7.2"
-    "@polkadot/types" "10.7.2"
-    "@polkadot/types-augment" "10.7.2"
-    "@polkadot/types-codec" "10.7.2"
-    "@polkadot/types-create" "10.7.2"
-    "@polkadot/types-known" "10.7.2"
-    "@polkadot/util" "^12.2.1"
-    "@polkadot/util-crypto" "^12.2.1"
-    eventemitter3 "^5.0.1"
-    rxjs "^7.8.1"
-    tslib "^2.5.2"
-
-"@polkadot/api@10.8.1", "@polkadot/api@^10.7.3":
-  version "10.8.1"
-  resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-10.8.1.tgz#ecf4e8a7167d67ba1392ba0b93133c701e088280"
-  integrity sha512-Txx1bXmB4FHghzPZ+OVQk6oYgPE03bhwMNiXzmC8Ia/tw5aoFnko2FFl+Y1pEhhMKDmqfyVe4L+HxPjfEQbsfA==
+"@polkadot/api@10.9.1", "@polkadot/api@^10.7.3":
+  version "10.9.1"
+  resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-10.9.1.tgz#156b3436f45ef18218960804988c1f552d2c4e46"
+  integrity sha512-ND/2UqZBWvtt4PfV03OStTKg0mxmPk4UpMAgJKutdgsz/wP9CYJ1KbjwFgPNekL9JnzbKQsWyQNPVrcw7kQk8A==
   dependencies:
-    "@polkadot/api-augment" "10.8.1"
-    "@polkadot/api-base" "10.8.1"
-    "@polkadot/api-derive" "10.8.1"
-    "@polkadot/keyring" "^12.2.2"
-    "@polkadot/rpc-augment" "10.8.1"
-    "@polkadot/rpc-core" "10.8.1"
-    "@polkadot/rpc-provider" "10.8.1"
-    "@polkadot/types" "10.8.1"
-    "@polkadot/types-augment" "10.8.1"
-    "@polkadot/types-codec" "10.8.1"
-    "@polkadot/types-create" "10.8.1"
-    "@polkadot/types-known" "10.8.1"
-    "@polkadot/util" "^12.2.2"
-    "@polkadot/util-crypto" "^12.2.2"
+    "@polkadot/api-augment" "10.9.1"
+    "@polkadot/api-base" "10.9.1"
+    "@polkadot/api-derive" "10.9.1"
+    "@polkadot/keyring" "^12.3.1"
+    "@polkadot/rpc-augment" "10.9.1"
+    "@polkadot/rpc-core" "10.9.1"
+    "@polkadot/rpc-provider" "10.9.1"
+    "@polkadot/types" "10.9.1"
+    "@polkadot/types-augment" "10.9.1"
+    "@polkadot/types-codec" "10.9.1"
+    "@polkadot/types-create" "10.9.1"
+    "@polkadot/types-known" "10.9.1"
+    "@polkadot/util" "^12.3.1"
+    "@polkadot/util-crypto" "^12.3.1"
     eventemitter3 "^5.0.1"
     rxjs "^7.8.1"
     tslib "^2.5.3"
 
-"@polkadot/keyring@^12.1.2", "@polkadot/keyring@^12.2.1":
-  version "12.2.1"
-  resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-12.2.1.tgz#d131375c0436115d1f35139bd2bbbc069dd5b9fa"
-  integrity sha512-YqgpU+97OZgnSUL56DEMib937Dpb1bTTDPYHhBiN1yNCKod7UboWXIe4xPh+1Kzugum+dEyPpdV+fHH10rtDzw==
-  dependencies:
-    "@polkadot/util" "12.2.1"
-    "@polkadot/util-crypto" "12.2.1"
-    tslib "^2.5.0"
-
-"@polkadot/keyring@^12.2.2":
-  version "12.2.2"
-  resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-12.2.2.tgz#4efb5333c78222a91949b699d4a65b338c79eede"
-  integrity sha512-z8MVdgrhzg/bFiR2i5/W06Ma+IPeisH7EtGuIQ+ZwXiCJlXMAGUy5spfk3fUbXYubCCqNycqFgKTYDM/rDhXSg==
+"@polkadot/keyring@^12.1.2", "@polkadot/keyring@^12.3.1":
+  version "12.3.2"
+  resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-12.3.2.tgz#112a0c28816a1f47edad6260dc94222c29465a54"
+  integrity sha512-NTdtDeI0DP9l/45hXynNABeP5VB8piw5YR+CbUxK2e36xpJWVXwbcOepzslg5ghE9rs8UKJb30Z/HqTU4sBY0Q==
   dependencies:
-    "@polkadot/util" "12.2.2"
-    "@polkadot/util-crypto" "12.2.2"
+    "@polkadot/util" "12.3.2"
+    "@polkadot/util-crypto" "12.3.2"
     tslib "^2.5.3"
 
-"@polkadot/networks@12.2.1", "@polkadot/networks@^12.2.1":
-  version "12.2.1"
-  resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-12.2.1.tgz#ce3e2371e3bd02c9c1b233846b9fe1df4601f560"
-  integrity sha512-lYLvFv6iQ2UzkP66zJfsiTo2goeaNeKuwiaGoRoFrDwdwVeZK/+rCsz1uAyvbwmpZIaK8K+dTlSBVWlFoAkgcA==
-  dependencies:
-    "@polkadot/util" "12.2.1"
-    "@substrate/ss58-registry" "^1.40.0"
-    tslib "^2.5.0"
-
-"@polkadot/networks@12.2.2", "@polkadot/networks@^12.2.2":
-  version "12.2.2"
-  resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-12.2.2.tgz#14b34210ea2dfc3b27897b579eb93c5f0a8f2a1c"
-  integrity sha512-SsZognHwXyD2saJkB35G+28noAZBcNpJAXsTI7QTTDHGiQSDp0mPmrk3Rt7BRAeFn4qdXQuRqQYKYUwBM2i9mQ==
+"@polkadot/networks@12.3.2", "@polkadot/networks@^12.3.1":
+  version "12.3.2"
+  resolved "https://registry.yarnpkg.com/@polkadot/networks/-/networks-12.3.2.tgz#131b0439c481add159814dd2cf0286c6c3fe5b3b"
+  integrity sha512-uCkyybKoeEm1daKr0uT/9oNDHDDzCy2/ZdVl346hQqfdR1Ct3BaxMjxqvdmb5N8aCw0cBWSfgsxAYtw8ESmllQ==
   dependencies:
-    "@polkadot/util" "12.2.2"
+    "@polkadot/util" "12.3.2"
     "@substrate/ss58-registry" "^1.40.0"
     tslib "^2.5.3"
 
-"@polkadot/rpc-augment@10.7.2":
-  version "10.7.2"
-  resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-10.7.2.tgz#27814f8b23e40c843edebfd6fe6367bc4bfaf12c"
-  integrity sha512-75tkVmCOJac5zlgizp1b8DO7R4y1YaNGyPEcyoT6Cx0z5LYSnV6TxQvHhrs6RzMKW1ltvuaFp2ptMvxzm8IB+A==
+"@polkadot/rpc-augment@10.9.1":
+  version "10.9.1"
+  resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-10.9.1.tgz#214ec3ee145d20caa61ea204041a3aadb89c6b0f"
+  integrity sha512-MaLHkNlyqN20ZRYr6uNd1BZr1OsrnX9qLAmsl0mcrri1vPGRH6VHjfFH1RBLkikpWD82v17g0l2hLwdV1ZHMcw==
   dependencies:
-    "@polkadot/rpc-core" "10.7.2"
-    "@polkadot/types" "10.7.2"
-    "@polkadot/types-codec" "10.7.2"
-    "@polkadot/util" "^12.2.1"
-    tslib "^2.5.2"
-
-"@polkadot/rpc-augment@10.8.1":
-  version "10.8.1"
-  resolved "https://registry.yarnpkg.com/@polkadot/rpc-augment/-/rpc-augment-10.8.1.tgz#19bbfdf78ca5b6d493aee7b954bb4a526be6ebe7"
-  integrity sha512-FmXAQLyG8cwBI+MwMxxx4qttolR2gFnYXC7PjYrrjYq4AZrrGWd9SvwXx8aA/NLRJ/PJqvri4dsoKPe7NiE+1A==
-  dependencies:
-    "@polkadot/rpc-core" "10.8.1"
-    "@polkadot/types" "10.8.1"
-    "@polkadot/types-codec" "10.8.1"
-    "@polkadot/util" "^12.2.2"
+    "@polkadot/rpc-core" "10.9.1"
+    "@polkadot/types" "10.9.1"
+    "@polkadot/types-codec" "10.9.1"
+    "@polkadot/util" "^12.3.1"
     tslib "^2.5.3"
 
-"@polkadot/rpc-core@10.7.2", "@polkadot/rpc-core@^10.7.2":
-  version "10.7.2"
-  resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-10.7.2.tgz#5435cd6f063358f400b9ba76704b225be969209c"
-  integrity sha512-HDHvl4tR2B4zaaWzfaIqrndQSzPSo9WZiuzW35qOEg15u1v0KMJ7NJYvgmoiwx5Adj1rw86Y2Mg1G0uJrSwCZQ==
+"@polkadot/rpc-core@10.9.1", "@polkadot/rpc-core@^10.9.1":
+  version "10.9.1"
+  resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-10.9.1.tgz#798c514dbed6f6c2e43098a494c9f51fb144dc31"
+  integrity sha512-ZtA8B8SfXSAwVkBlCcKRHw0eSM7ec/sbiNOM5GasXPeRujUgT7lOwSH2GbUZSqe9RfRDMp6DvO9c2JoGc3LLWw==
   dependencies:
-    "@polkadot/rpc-augment" "10.7.2"
-    "@polkadot/rpc-provider" "10.7.2"
-    "@polkadot/types" "10.7.2"
-    "@polkadot/util" "^12.2.1"
-    rxjs "^7.8.1"
-    tslib "^2.5.2"
-
-"@polkadot/rpc-core@10.8.1":
-  version "10.8.1"
-  resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-10.8.1.tgz#1bc8f7f840164bf3f03fe71851071c7f19f4f166"
-  integrity sha512-GTMYBBssiP6wyYvc8hB0glQc4VUneGxiSYjWGijh9NEl/JVBpU01jcK3dfx534AWptctJN1Vk2fWzhaDgnj8zA==
-  dependencies:
-    "@polkadot/rpc-augment" "10.8.1"
-    "@polkadot/rpc-provider" "10.8.1"
-    "@polkadot/types" "10.8.1"
-    "@polkadot/util" "^12.2.2"
+    "@polkadot/rpc-augment" "10.9.1"
+    "@polkadot/rpc-provider" "10.9.1"
+    "@polkadot/types" "10.9.1"
+    "@polkadot/util" "^12.3.1"
     rxjs "^7.8.1"
     tslib "^2.5.3"
 
-"@polkadot/rpc-provider@10.7.2":
-  version "10.7.2"
-  resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-10.7.2.tgz#8d1bb9d4ffaf769f83b53e6b785eec7151130b76"
-  integrity sha512-gJFsuATdz5qNNUDUdslESn8xaEf8tFz7JbtuXRb08dkCcqX6I/X+2fq07d8uOVlsIdVT2ghzuFun4STzP4wAwA==
+"@polkadot/rpc-provider@10.9.1":
+  version "10.9.1"
+  resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-10.9.1.tgz#de3a474bbcd26d28d9cd3134acdb3b5ce92b680b"
+  integrity sha512-4QzT2QzD+320+eT6b79sGAA85Tt3Bb8fQvse4r5Mom2iiBd2SO81vOhxSAOaIe4GUsw25VzFJmsbe7+OObItdg==
   dependencies:
-    "@polkadot/keyring" "^12.2.1"
-    "@polkadot/types" "10.7.2"
-    "@polkadot/types-support" "10.7.2"
-    "@polkadot/util" "^12.2.1"
-    "@polkadot/util-crypto" "^12.2.1"
-    "@polkadot/x-fetch" "^12.2.1"
-    "@polkadot/x-global" "^12.2.1"
-    "@polkadot/x-ws" "^12.2.1"
-    eventemitter3 "^5.0.1"
-    mock-socket "^9.2.1"
-    nock "^13.3.1"
-    tslib "^2.5.2"
-  optionalDependencies:
-    "@substrate/connect" "0.7.26"
-
-"@polkadot/rpc-provider@10.8.1":
-  version "10.8.1"
-  resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-10.8.1.tgz#7455b284934151bcc20e89d9605cb09186cea74a"
-  integrity sha512-yQdUmaWRMSa/qVGBRP1vGjdv4DnlaYOctJfRpz2MWPbEckH5DmPRxV4BAZ9FVa5lATX0Qkmr3uvBt3qApH7xhQ==
-  dependencies:
-    "@polkadot/keyring" "^12.2.2"
-    "@polkadot/types" "10.8.1"
-    "@polkadot/types-support" "10.8.1"
-    "@polkadot/util" "^12.2.2"
-    "@polkadot/util-crypto" "^12.2.2"
-    "@polkadot/x-fetch" "^12.2.2"
-    "@polkadot/x-global" "^12.2.2"
-    "@polkadot/x-ws" "^12.2.2"
+    "@polkadot/keyring" "^12.3.1"
+    "@polkadot/types" "10.9.1"
+    "@polkadot/types-support" "10.9.1"
+    "@polkadot/util" "^12.3.1"
+    "@polkadot/util-crypto" "^12.3.1"
+    "@polkadot/x-fetch" "^12.3.1"
+    "@polkadot/x-global" "^12.3.1"
+    "@polkadot/x-ws" "^12.3.1"
     eventemitter3 "^5.0.1"
     mock-socket "^9.2.1"
     nock "^13.3.1"
@@ -597,205 +461,114 @@
   optionalDependencies:
     "@substrate/connect" "0.7.26"
 
-"@polkadot/typegen@10.7.2":
-  version "10.7.2"
-  resolved "https://registry.yarnpkg.com/@polkadot/typegen/-/typegen-10.7.2.tgz#1041b9361d353bbe3fe00dde20d8d629aea36d0b"
-  integrity sha512-xUnXguZYegfzI4cZVpM5aJjADpSWohM4Qf2fss7vneVeF29NLZe60ZmJr2hk8QKW5ONnYbKlEFb5PDdGLB51/w==
+"@polkadot/typegen@10.9.1":
+  version "10.9.1"
+  resolved "https://registry.yarnpkg.com/@polkadot/typegen/-/typegen-10.9.1.tgz#fe509b4f1a1f9094120daac819e9e0c378bca036"
+  integrity sha512-SbG9U8/POyY8QwQUp70qzTnYsRxc6Rrjt4wzIWsBKmzVRy0i19O23EXSUo+81ukOBiLZj551GAJwRa3YBpdR+A==
   dependencies:
-    "@polkadot/api" "10.7.2"
-    "@polkadot/api-augment" "10.7.2"
-    "@polkadot/rpc-augment" "10.7.2"
-    "@polkadot/rpc-provider" "10.7.2"
-    "@polkadot/types" "10.7.2"
-    "@polkadot/types-augment" "10.7.2"
-    "@polkadot/types-codec" "10.7.2"
-    "@polkadot/types-create" "10.7.2"
-    "@polkadot/types-support" "10.7.2"
-    "@polkadot/util" "^12.2.1"
-    "@polkadot/util-crypto" "^12.2.1"
-    "@polkadot/x-ws" "^12.2.1"
+    "@polkadot/api" "10.9.1"
+    "@polkadot/api-augment" "10.9.1"
+    "@polkadot/rpc-augment" "10.9.1"
+    "@polkadot/rpc-provider" "10.9.1"
+    "@polkadot/types" "10.9.1"
+    "@polkadot/types-augment" "10.9.1"
+    "@polkadot/types-codec" "10.9.1"
+    "@polkadot/types-create" "10.9.1"
+    "@polkadot/types-support" "10.9.1"
+    "@polkadot/util" "^12.3.1"
+    "@polkadot/util-crypto" "^12.3.1"
+    "@polkadot/x-ws" "^12.3.1"
     handlebars "^4.7.7"
-    tslib "^2.5.2"
+    tslib "^2.5.3"
     yargs "^17.7.2"
 
-"@polkadot/types-augment@10.7.2":
-  version "10.7.2"
-  resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-10.7.2.tgz#9596631f1ba66e5a47c250d9de407eac5eca3030"
-  integrity sha512-alZg1NqQkcsxpYfijWkI1w7z++NcOODiksZu1ggKUOWxxTEKOw/VKL9n5/XhFylMgoJyOOq3qPf3VlHSA6eLSw==
-  dependencies:
-    "@polkadot/types" "10.7.2"
-    "@polkadot/types-codec" "10.7.2"
-    "@polkadot/util" "^12.2.1"
-    tslib "^2.5.2"
-
-"@polkadot/types-augment@10.8.1":
-  version "10.8.1"
-  resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-10.8.1.tgz#e774f3ba399f9f8961a5f557fb5a9c7c5901625a"
-  integrity sha512-rVn8aA4u6YPcxGEnBq2rXVmgXM5kSuiTHIjsusb6Sm3PzO//NcC/TW9sbZjlAJApgSoj9iagM7Y85OPGOZlxwg==
+"@polkadot/types-augment@10.9.1":
+  version "10.9.1"
+  resolved "https://registry.yarnpkg.com/@polkadot/types-augment/-/types-augment-10.9.1.tgz#5f1c1225c04ffbfe243629a46087c9c9de25a6b3"
+  integrity sha512-OY9/jTMFRFqYdkUnfcGwqMLC64A0Q25bjvCuVQCVjsPFKE3wl0Kt5rNT01eV2UmLXrR6fY0xWbR2w80bLA7CIQ==
   dependencies:
-    "@polkadot/types" "10.8.1"
-    "@polkadot/types-codec" "10.8.1"
-    "@polkadot/util" "^12.2.2"
+    "@polkadot/types" "10.9.1"
+    "@polkadot/types-codec" "10.9.1"
+    "@polkadot/util" "^12.3.1"
     tslib "^2.5.3"
 
-"@polkadot/types-codec@10.7.2":
-  version "10.7.2"
-  resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-10.7.2.tgz#b7270250ef2f3e4c3dea6c754b573258fac8cb54"
-  integrity sha512-Sy3RM+gT1lZ6WHL694swxkSoqMvAGwnNX5S2oxoGlQ5bncYIMRg+pker4dDBD+EncyrBISLwxM7smOJpiVKOAg==
+"@polkadot/types-codec@10.9.1":
+  version "10.9.1"
+  resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-10.9.1.tgz#f30026d3dfeaa69c07c45fa66d1c39318fd232cc"
+  integrity sha512-mJ5OegKGraY1FLvEa8FopRCr3pQrhDkcn5RNOjmgJQozENVeRaxhk0NwxYz7IojFvSDnKnc6lNQfKaaSe5pLHg==
   dependencies:
-    "@polkadot/util" "^12.2.1"
-    "@polkadot/x-bigint" "^12.2.1"
-    tslib "^2.5.2"
-
-"@polkadot/types-codec@10.8.1":
-  version "10.8.1"
-  resolved "https://registry.yarnpkg.com/@polkadot/types-codec/-/types-codec-10.8.1.tgz#65f886fd2b717e2e12b319a395f9887edd1f9094"
-  integrity sha512-8dj4T6GA6JxuwUNShO70omZ4qkChwsJeGAJg5x09UeLEAwBS02BkFSllRUJjGEwnAUb/Iq4s3NBVmYiiZ/wmKg==
-  dependencies:
-    "@polkadot/util" "^12.2.2"
-    "@polkadot/x-bigint" "^12.2.2"
+    "@polkadot/util" "^12.3.1"
+    "@polkadot/x-bigint" "^12.3.1"
     tslib "^2.5.3"
 
-"@polkadot/types-create@10.7.2":
-  version "10.7.2"
-  resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-10.7.2.tgz#dafaed10692bbf69c9257ef4ed1b56e757562ae5"
-  integrity sha512-jBYX365SkoQJ7bJafxl3886z4JouZYLzXXHhroz32hfpzovC/3xAbyVYK7GgyyRRUNRp9Qww9nzn7yTAuDVawg==
-  dependencies:
-    "@polkadot/types-codec" "10.7.2"
-    "@polkadot/util" "^12.2.1"
-    tslib "^2.5.2"
-
-"@polkadot/types-create@10.8.1":
-  version "10.8.1"
-  resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-10.8.1.tgz#f5974a00918e2c4b7fca29c18abd3410536393ad"
-  integrity sha512-v2WZHQAjf8TiLipRkR1iPTyWSjGHJJP2SQ5uVO5UJlHilpE8lODqY1rr/9hGN+sbRhU0vEy6ZceDEKuNbtJB3Q==
+"@polkadot/types-create@10.9.1":
+  version "10.9.1"
+  resolved "https://registry.yarnpkg.com/@polkadot/types-create/-/types-create-10.9.1.tgz#087d7e2af51cce558b67e3859613b932a3bdc0a3"
+  integrity sha512-OVz50MGTTuiuVnRP/zAx4CTuLioc0hsiwNwqN2lNhmIJGtnQ4Vy/7mQRsIWehiYz6g0Vzzm5B3qWkTXO1NSN5w==
   dependencies:
-    "@polkadot/types-codec" "10.8.1"
-    "@polkadot/util" "^12.2.2"
+    "@polkadot/types-codec" "10.9.1"
+    "@polkadot/util" "^12.3.1"
     tslib "^2.5.3"
 
-"@polkadot/types-known@10.7.2":
-  version "10.7.2"
-  resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-10.7.2.tgz#bb39696e9d35a4b21a232dd372b85d65ff988eb0"
-  integrity sha512-6E1A4YK5yeTw2bk+EH8JOfmYwIq6KODtsTzsDGwOxNgJJ+1qAE18r6TVAOr1KW8YsHuHI5d0m7D7K7p8ZaEpwA==
-  dependencies:
-    "@polkadot/networks" "^12.2.1"
-    "@polkadot/types" "10.7.2"
-    "@polkadot/types-codec" "10.7.2"
-    "@polkadot/types-create" "10.7.2"
-    "@polkadot/util" "^12.2.1"
-    tslib "^2.5.2"
-
-"@polkadot/types-known@10.8.1":
-  version "10.8.1"
-  resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-10.8.1.tgz#f630d3354cbe80149360edb37c569c5042eced12"
-  integrity sha512-AIeuF7eTIEnUgxa1pU0UMmF/tIXgucAECwU8vzoKeJLrYWA16VYUm0Pst9e3jK3PyLaCneMRyR00Lc7oxVANbw==
+"@polkadot/types-known@10.9.1":
+  version "10.9.1"
+  resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-10.9.1.tgz#fe0c7e55191aa843119edcaf9abb5d2471463a7d"
+  integrity sha512-zCMVWc4pJtkbMFPu72bD4IhvV/gkHXPX3C5uu92WdmCfnn0vEIEsMKWlVXVVvQQZKAqvs/awpqIfrUtEViOGEA==
   dependencies:
-    "@polkadot/networks" "^12.2.2"
-    "@polkadot/types" "10.8.1"
-    "@polkadot/types-codec" "10.8.1"
-    "@polkadot/types-create" "10.8.1"
-    "@polkadot/util" "^12.2.2"
+    "@polkadot/networks" "^12.3.1"
+    "@polkadot/types" "10.9.1"
+    "@polkadot/types-codec" "10.9.1"
+    "@polkadot/types-create" "10.9.1"
+    "@polkadot/util" "^12.3.1"
     tslib "^2.5.3"
 
-"@polkadot/types-support@10.7.2":
-  version "10.7.2"
-  resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-10.7.2.tgz#22c320e4fd94e20cedb47675630732f54d533060"
-  integrity sha512-pEtQJElgWvRoVcm1rhjW0NH89eCs55AUc/03H0hFnvxN3K9gTZJpQJF0qz188eOgiZPZOtbz5C/kCdMTs0tsdw==
-  dependencies:
-    "@polkadot/util" "^12.2.1"
-    tslib "^2.5.2"
-
-"@polkadot/types-support@10.8.1":
-  version "10.8.1"
-  resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-10.8.1.tgz#b299f829374ce77fdfbe1d1b8faa14ba02969783"
-  integrity sha512-arDVaL70vzVL5JBGWW1qcOASn1cJ/UxNMR3fHchoVkAqS20VIrehE8MF4zXMdjcP0Ak3+6E0FaSmHMTKlmEJsg==
+"@polkadot/types-support@10.9.1":
+  version "10.9.1"
+  resolved "https://registry.yarnpkg.com/@polkadot/types-support/-/types-support-10.9.1.tgz#17a861aab8e5a225a4e20cefa2d16076ddd51baf"
+  integrity sha512-XsieuLDsszvMZQlleacQBfx07i/JkwQV/UxH9q8Hz7Okmaz9pEVEW1h3ka2/cPuC7a4l32JhaORBUYshBZNdJg==
   dependencies:
-    "@polkadot/util" "^12.2.2"
+    "@polkadot/util" "^12.3.1"
     tslib "^2.5.3"
 
-"@polkadot/types@10.7.2":
-  version "10.7.2"
-  resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-10.7.2.tgz#270bb743d4136461ec575cb533ab4982bb1b739c"
-  integrity sha512-zhGZOVBKXiCxdtoXMcWXsmV4Z6209NaN8jeadiJya6UQT2DVnz8AugN+0Sq60XangXE/HxdL0Vhr1Z9XUY57mg==
-  dependencies:
-    "@polkadot/keyring" "^12.2.1"
-    "@polkadot/types-augment" "10.7.2"
-    "@polkadot/types-codec" "10.7.2"
-    "@polkadot/types-create" "10.7.2"
-    "@polkadot/util" "^12.2.1"
-    "@polkadot/util-crypto" "^12.2.1"
-    rxjs "^7.8.1"
-    tslib "^2.5.2"
-
-"@polkadot/types@10.8.1":
-  version "10.8.1"
-  resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-10.8.1.tgz#83c01c347189ff97b98b34a5a4aba27c715539eb"
-  integrity sha512-m6UvsvQOZ7sRGbonb6QLs4mZ6TmYKdAXAcHakiJl2xArqsgOghJsKhgaTqcigPkSq4947MXtIkEzdrwFEnkYkQ==
+"@polkadot/types@10.9.1":
+  version "10.9.1"
+  resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-10.9.1.tgz#f111d00f7278ad3be95deba3d701fafefe080cb2"
+  integrity sha512-AG33i2ZGGfq7u+5rkAdGrXAQHHl844/Yv+junH5ZzX69xiCoWO1bH/yzDUNBdpki2GlACWvF9nLYh3F2tVF93w==
   dependencies:
-    "@polkadot/keyring" "^12.2.2"
-    "@polkadot/types-augment" "10.8.1"
-    "@polkadot/types-codec" "10.8.1"
-    "@polkadot/types-create" "10.8.1"
-    "@polkadot/util" "^12.2.2"
-    "@polkadot/util-crypto" "^12.2.2"
+    "@polkadot/keyring" "^12.3.1"
+    "@polkadot/types-augment" "10.9.1"
+    "@polkadot/types-codec" "10.9.1"
+    "@polkadot/types-create" "10.9.1"
+    "@polkadot/util" "^12.3.1"
+    "@polkadot/util-crypto" "^12.3.1"
     rxjs "^7.8.1"
     tslib "^2.5.3"
 
-"@polkadot/util-crypto@12.2.1", "@polkadot/util-crypto@^12.1.2", "@polkadot/util-crypto@^12.2.1":
-  version "12.2.1"
-  resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-12.2.1.tgz#cbb0d1535e187af43ddcbac4248298b134f2f3ee"
-  integrity sha512-MFh7Sdm7/G9ot5eIBZGuQXTYP/EbOCh1+ODyygp9/TjWAmJZMq1J73Uqk4KmzkwpDBpNZO8TGjiYwL8lR6BnGg==
-  dependencies:
-    "@noble/curves" "1.0.0"
-    "@noble/hashes" "1.3.0"
-    "@polkadot/networks" "12.2.1"
-    "@polkadot/util" "12.2.1"
-    "@polkadot/wasm-crypto" "^7.2.1"
-    "@polkadot/wasm-util" "^7.2.1"
-    "@polkadot/x-bigint" "12.2.1"
-    "@polkadot/x-randomvalues" "12.2.1"
-    "@scure/base" "1.1.1"
-    tslib "^2.5.0"
-
-"@polkadot/util-crypto@12.2.2", "@polkadot/util-crypto@^12.2.2":
-  version "12.2.2"
-  resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-12.2.2.tgz#7e6ab56482d3dfb8704a724d695028677799c685"
-  integrity sha512-4JfEd/TJaDArp5Jpr3N/aYHp+QR71XzZRKqU4u7WkGKmnGt28Qfh2IWGB/E2MvIFxa6CjIiQMxN2hnkNr49JAQ==
+"@polkadot/util-crypto@12.3.2", "@polkadot/util-crypto@^12.1.2", "@polkadot/util-crypto@^12.3.1":
+  version "12.3.2"
+  resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-12.3.2.tgz#42d810886904e06fa6e5db254c15f6ef80f4ab72"
+  integrity sha512-pTpx+YxolY0BDT4RcGmgeKbHHD/dI6Ll9xRsqmVdIjpcVVY20uDNTyXs81ZNtfKgyod1y9JQkfNv2Dz9iEpTkQ==
   dependencies:
     "@noble/curves" "1.1.0"
     "@noble/hashes" "1.3.1"
-    "@polkadot/networks" "12.2.2"
-    "@polkadot/util" "12.2.2"
+    "@polkadot/networks" "12.3.2"
+    "@polkadot/util" "12.3.2"
     "@polkadot/wasm-crypto" "^7.2.1"
     "@polkadot/wasm-util" "^7.2.1"
-    "@polkadot/x-bigint" "12.2.2"
-    "@polkadot/x-randomvalues" "12.2.2"
+    "@polkadot/x-bigint" "12.3.2"
+    "@polkadot/x-randomvalues" "12.3.2"
     "@scure/base" "1.1.1"
     tslib "^2.5.3"
 
-"@polkadot/util@12.2.1", "@polkadot/util@^12.2.1":
-  version "12.2.1"
-  resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-12.2.1.tgz#d6c692324890802bc3b2f15b213b7430bb26e8c8"
-  integrity sha512-MQmPx9aCX4GTpDY/USUQywXRyaDbaibg4V1+c/CoRTsoDu+XHNM8G3lpabdNAYKZrtxg+3/1bTS0ojm6ANSQRw==
-  dependencies:
-    "@polkadot/x-bigint" "12.2.1"
-    "@polkadot/x-global" "12.2.1"
-    "@polkadot/x-textdecoder" "12.2.1"
-    "@polkadot/x-textencoder" "12.2.1"
-    "@types/bn.js" "^5.1.1"
-    bn.js "^5.2.1"
-    tslib "^2.5.0"
-
-"@polkadot/util@12.2.2", "@polkadot/util@^12.2.2":
-  version "12.2.2"
-  resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-12.2.2.tgz#f586fd62c330a09bb026b1584be1bb07c8b27b6b"
-  integrity sha512-u/v5Z2+iUwX/CXEMVZgJmwqqx1kT5Zfxsio3vpuYaPCg49xhTKqAcrakgB+1BUHhhyF3Zkb9uG73JWFR0Lkk9w==
+"@polkadot/util@12.3.2", "@polkadot/util@^12.3.1":
+  version "12.3.2"
+  resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-12.3.2.tgz#f46e147b0e6a426da5ba59df4ce65de1a3effe4a"
+  integrity sha512-y/JShcGyOamCUiSIg++XZuLHt1ktSKBaSH2K5Nw5NXlgP0+7am+GZzqPB8fQ4qhYLruEOv+YRiz0GC1Zr9S+wg==
   dependencies:
-    "@polkadot/x-bigint" "12.2.2"
-    "@polkadot/x-global" "12.2.2"
-    "@polkadot/x-textdecoder" "12.2.2"
-    "@polkadot/x-textencoder" "12.2.2"
+    "@polkadot/x-bigint" "12.3.2"
+    "@polkadot/x-global" "12.3.2"
+    "@polkadot/x-textdecoder" "12.3.2"
+    "@polkadot/x-textencoder" "12.3.2"
     "@types/bn.js" "^5.1.1"
     bn.js "^5.2.1"
     tslib "^2.5.3"
@@ -853,117 +626,60 @@
   dependencies:
     tslib "^2.5.0"
 
-"@polkadot/x-bigint@12.2.1", "@polkadot/x-bigint@^12.2.1":
-  version "12.2.1"
-  resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-12.2.1.tgz#adb639628626d2a6d7853afff43da20b4db4369a"
-  integrity sha512-3cZLsV8kU1MFOTcyloeg61CF+qdBkbZxWZJkSjh4AGlPXy+2tKwwoBPExxfCWXK61+Lo/q3/U1+lln8DSBCI2A==
+"@polkadot/x-bigint@12.3.2", "@polkadot/x-bigint@^12.3.1":
+  version "12.3.2"
+  resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-12.3.2.tgz#0e99489cc7938bed40762aaaed58ded6850ab54b"
+  integrity sha512-JLqLgfGXe/x+hZJETd5ZqfpVsbwyMsH5Nn1Q20ineMMjXN/ig+kVR8Mc15LXBMuw4g7LldFW6UUrotWnuMI8Yw==
   dependencies:
-    "@polkadot/x-global" "12.2.1"
-    tslib "^2.5.0"
-
-"@polkadot/x-bigint@12.2.2", "@polkadot/x-bigint@^12.2.2":
-  version "12.2.2"
-  resolved "https://registry.yarnpkg.com/@polkadot/x-bigint/-/x-bigint-12.2.2.tgz#18ff80c306b486fb926702ba9bb56291fb69d4f1"
-  integrity sha512-KSe7WAqwI1tubi0m5CP4oqf8EIjABZXLGkTHXKwjtAAMa9Q7hqFmVG2sXfvC+XSnhto1UKMe52TjuPrYSJI+jg==
-  dependencies:
-    "@polkadot/x-global" "12.2.2"
+    "@polkadot/x-global" "12.3.2"
     tslib "^2.5.3"
 
-"@polkadot/x-fetch@^12.2.1":
-  version "12.2.1"
-  resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-12.2.1.tgz#65b447373a0155cae3e546b842ced356d8599c54"
-  integrity sha512-N2MIcn1g7LVZLZNDEkRkDD/LRY680PFqxziRoqb11SV52kRe6oVsdMIfaWH77UheniRR3br8YiQMUdvBVkak9Q==
+"@polkadot/x-fetch@^12.3.1":
+  version "12.3.2"
+  resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-12.3.2.tgz#7e8d2113268e792dd5d1b259ef13839c6aa77996"
+  integrity sha512-3IEuZ5S+RI/t33NsdPLIIa5COfDCfpUW2sbaByEczn75aD1jLqJZSEDwiBniJ2osyNd4uUxBf6e5jw7LAZeZJg==
   dependencies:
-    "@polkadot/x-global" "12.2.1"
-    node-fetch "^3.3.1"
-    tslib "^2.5.0"
-
-"@polkadot/x-fetch@^12.2.2":
-  version "12.2.2"
-  resolved "https://registry.yarnpkg.com/@polkadot/x-fetch/-/x-fetch-12.2.2.tgz#452b096a3233308a1cbbeae867c26a374b62b9e8"
-  integrity sha512-A3ttQp9oE6QH9VsggdQsBsgc9zyalxHoVXhZsn6yqcjzc9AoaY5QevezxVy88ZQpRp3bsYVn0RqyBV7eFq8WPw==
-  dependencies:
-    "@polkadot/x-global" "12.2.2"
+    "@polkadot/x-global" "12.3.2"
     node-fetch "^3.3.1"
     tslib "^2.5.3"
 
-"@polkadot/x-global@12.2.1", "@polkadot/x-global@^12.2.1":
-  version "12.2.1"
-  resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-12.2.1.tgz#42e798e9607a4d7667469d91225c030fb3e8c8b5"
-  integrity sha512-JNMziAZjvfzMrXASuBPCvSzEqlhsgw0x95SOBtqJWsxmbCMAiZbYAC51vI1B9Z9wiKuzPtSh9Sk7YHsUOGCrIQ==
-  dependencies:
-    tslib "^2.5.0"
-
-"@polkadot/x-global@12.2.2", "@polkadot/x-global@^12.2.2":
-  version "12.2.2"
-  resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-12.2.2.tgz#dda816c00738b72209637e623b50ecad5ce234bf"
-  integrity sha512-hLVoKR9fGhZdy/eK/LHTyh4jJ3V+3VfcxbCey0k2t1Byrwbmsi6wL3NUQk6i3NviswR9OSCic9mhgDQPRBXZEg==
+"@polkadot/x-global@12.3.2", "@polkadot/x-global@^12.3.1":
+  version "12.3.2"
+  resolved "https://registry.yarnpkg.com/@polkadot/x-global/-/x-global-12.3.2.tgz#04ac0b0e559a35107f0b95ff7889fcade3796aa3"
+  integrity sha512-yVZq6oIegjlyh5rUZiTklgu+fL+W/DG1ypEa02683tUCB3avV5cA3PAHKptMSlb6FpweHu37lKKrqfAWrraDxg==
   dependencies:
     tslib "^2.5.3"
 
-"@polkadot/x-randomvalues@12.2.1":
-  version "12.2.1"
-  resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-12.2.1.tgz#00c3f097f987b9ff70dbd2720086ad3d0bc16cfb"
-  integrity sha512-NwSDLcLjgHa0C7Un54Yhg2/E3Y/PcVfW5QNB9TDyzDbkmod3ziaVhh0iWG0sOmm26K6Q3phY+0uYt0etq0Gu3w==
-  dependencies:
-    "@polkadot/x-global" "12.2.1"
-    tslib "^2.5.0"
-
-"@polkadot/x-randomvalues@12.2.2":
-  version "12.2.2"
-  resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-12.2.2.tgz#c249d990f3033b0e9ea4a7964419f04d47b0d228"
-  integrity sha512-eExiOT/up5ZzwHJkFpGhQ6sCdPSJnn6PJsQnyJMEdgPaUES70u/wWMLGFNiy3U8rRRVSsZi6rc9Unsr02LczzA==
+"@polkadot/x-randomvalues@12.3.2":
+  version "12.3.2"
+  resolved "https://registry.yarnpkg.com/@polkadot/x-randomvalues/-/x-randomvalues-12.3.2.tgz#43ac489a998098bdd40b3f82f28adb5b542db2a5"
+  integrity sha512-ywjIs8CWpvOGmq+3cGCNPOHxAjPHdBUiXyDccftx5BRVdmtbt36gK/V84bKr6Xs73FGu0jprUAOSRRsLZX/3dg==
   dependencies:
-    "@polkadot/x-global" "12.2.2"
+    "@polkadot/x-global" "12.3.2"
     tslib "^2.5.3"
 
-"@polkadot/x-textdecoder@12.2.1":
-  version "12.2.1"
-  resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-12.2.1.tgz#a426a1d8a3b5717859b81a7341b16de4de3d78c0"
-  integrity sha512-5nQCIwyaGS0fXU2cbtMOSjFo0yTw1Z94m/UC+Gu5lm3ZU+kK4DpKFxhfLQORWAbvQkn12chRj3LI5Gm944hcrQ==
-  dependencies:
-    "@polkadot/x-global" "12.2.1"
-    tslib "^2.5.0"
-
-"@polkadot/x-textdecoder@12.2.2":
-  version "12.2.2"
-  resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-12.2.2.tgz#9e3c7b17f6a8e032aa3ab906fcff3037aeecaa4c"
-  integrity sha512-Rsvsc7ZLBKT1rls8gdbvzLLEs2sGUA8cDiTaQUkCHJN3ja/37Bppz1wNPcEIMsJ2pyL6bwq86HB0xmC28QVdqA==
+"@polkadot/x-textdecoder@12.3.2":
+  version "12.3.2"
+  resolved "https://registry.yarnpkg.com/@polkadot/x-textdecoder/-/x-textdecoder-12.3.2.tgz#bbd5682744f3552ce5d4d792ff48a3ca525eafcf"
+  integrity sha512-lY5bfA5xArJRWEJlYOlQQMJeTjWD8s0yMhchirVgf5xj8Id9vPGeUoneH+VFDEwgXxrqBvDFJ4smN4T/r6a/fg==
   dependencies:
-    "@polkadot/x-global" "12.2.2"
+    "@polkadot/x-global" "12.3.2"
     tslib "^2.5.3"
 
-"@polkadot/x-textencoder@12.2.1":
-  version "12.2.1"
-  resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-12.2.1.tgz#f606c9929668bb41a23ec25c9752252bb56b0c9b"
-  integrity sha512-Ou6OXypRsJloK5a7Kn7re3ImqcL26h22fVw1cNv4fsTgkRFUdJDgPux2TpCZ3N+cyrfGVv42xKYFbdKMQCczjg==
+"@polkadot/x-textencoder@12.3.2":
+  version "12.3.2"
+  resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-12.3.2.tgz#223e6f6dd78e2d81c6dcc6f244c76ceae7b08e32"
+  integrity sha512-iP3qEBiHzBckQ9zeY7ZHRWuu7mCEg5SMpOugs6UODRk8sx6KHzGQYlghBbWLit0uppPDVE0ifEwZ2n73djJHWQ==
   dependencies:
-    "@polkadot/x-global" "12.2.1"
-    tslib "^2.5.0"
-
-"@polkadot/x-textencoder@12.2.2":
-  version "12.2.2"
-  resolved "https://registry.yarnpkg.com/@polkadot/x-textencoder/-/x-textencoder-12.2.2.tgz#6a40a953774093a070f2819959f054f258c001af"
-  integrity sha512-g6bX4DTBmkr3QLNeihlrHYvaZCKu1kFiK+BDQXVzBg+oHpzxz5wSVhzsG3GEVoVszXMiugWpSn03wCIvaRFMoQ==
-  dependencies:
-    "@polkadot/x-global" "12.2.2"
+    "@polkadot/x-global" "12.3.2"
     tslib "^2.5.3"
 
-"@polkadot/x-ws@^12.2.1":
-  version "12.2.1"
-  resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-12.2.1.tgz#8774bc8cd38194354e48fc92438c4ebb52929fce"
-  integrity sha512-jPfNR/QFwPmXCk9hGEAyCo50xBNHm3s+XavmpHEKQSulnLn5des5X/pKn+g8ttaO9nqrXYnUFO6VEmILgUa/IQ==
-  dependencies:
-    "@polkadot/x-global" "12.2.1"
-    tslib "^2.5.0"
-    ws "^8.13.0"
-
-"@polkadot/x-ws@^12.2.2":
-  version "12.2.2"
-  resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-12.2.2.tgz#41d7645507137e5f13abb9536c18c840f7e86324"
-  integrity sha512-kZtdfRHsgpJ+HV/jY8mQG4BFpCIz6NxZlrRKzWdaIacPVeXHkV3nfk7i9ghK+MP/nWC0AKuq06yysp9ZwWMCug==
+"@polkadot/x-ws@^12.3.1":
+  version "12.3.2"
+  resolved "https://registry.yarnpkg.com/@polkadot/x-ws/-/x-ws-12.3.2.tgz#422559dfbdaac4c965d5e1b406b6cc4529214f94"
+  integrity sha512-yM9Z64pLNlHpJE43+Xtr+iUXmYpFFY5u5hrke2PJt13O48H8f9Vb9cRaIh94appLyICoS0aekGhDkGH+MCspBA==
   dependencies:
-    "@polkadot/x-global" "12.2.2"
+    "@polkadot/x-global" "12.3.2"
     tslib "^2.5.3"
     ws "^8.13.0"
 
@@ -1052,9 +768,9 @@
     smoldot "1.0.4"
 
 "@substrate/ss58-registry@^1.40.0":
-  version "1.40.0"
-  resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.40.0.tgz#2223409c496271df786c1ca8496898896595441e"
-  integrity sha512-QuU2nBql3J4KCnOWtWDw4n1K4JU0T79j54ZZvm/9nhsX6AIar13FyhsaBfs6QkJ2ixTQAnd7TocJIoJRWbqMZA==
+  version "1.41.0"
+  resolved "https://registry.yarnpkg.com/@substrate/ss58-registry/-/ss58-registry-1.41.0.tgz#dd18e132f44b73c3cd31cf0db489c10af70bef36"
+  integrity sha512-TLz5VkEaJRNFzf1Oiix9gqknKer3aKbLfjK9XHBFCIhdxlQpI+S6lZGu3wT4DHAGXPakYfXb8+9ZIOtWLcQ/2Q==
 
 "@szmarczak/http-timer@^4.0.5":
   version "4.0.6"
@@ -1151,10 +867,10 @@
   resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812"
   integrity sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==
 
-"@types/json-schema@^7.0.9":
-  version "7.0.11"
-  resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
-  integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
+"@types/json-schema@^7.0.11":
+  version "7.0.12"
+  resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
+  integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
 
 "@types/keyv@^3.1.4":
   version "3.1.4"
@@ -1173,15 +889,10 @@
   resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.1.tgz#2f4f65bb08bc368ac39c96da7b2f09140b26851b"
   integrity sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q==
 
-"@types/node@*", "@types/node@^20.2.3":
-  version "20.2.3"
-  resolved "https://registry.yarnpkg.com/@types/node/-/node-20.2.3.tgz#b31eb300610c3835ac008d690de6f87e28f9b878"
-  integrity sha512-pg9d0yC4rVNWQzX8U7xb4olIOFuuVL9za3bzMT2pu2SU0SNEi66i2qrvhE2qt0HvkhuCaWJu7pLNOt/Pj8BIrw==
-
-"@types/node@>=13.7.0":
-  version "18.16.2"
-  resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.2.tgz#2f610ea71034b3971c312192377f8a7178eb57f1"
-  integrity sha512-GQW/JL/5Fz/0I8RpeBG9lKp0+aNcXEaVL71c0D2Q0QHDTFvlYKT7an0onCUXj85anv7b4/WesqdfchLc0jtsCg==
+"@types/node@*", "@types/node@>=13.7.0", "@types/node@^20.4.2":
+  version "20.4.2"
+  resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.2.tgz#129cc9ae69f93824f92fac653eebfb4812ab4af9"
+  integrity sha512-Dd0BYtWgnWJKwO1jkmTrzofjK2QXXcai0dmtzvIBhcA+RsG5h8R3xlyta0kGOZRNfL9GuRtb1knmPEhQrePCEw==
 
 "@types/node@^12.12.6":
   version "12.20.55"
@@ -1219,89 +930,93 @@
   resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
   integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
 
-"@typescript-eslint/eslint-plugin@^5.47.0":
-  version "5.59.6"
-  resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.6.tgz#a350faef1baa1e961698240f922d8de1761a9e2b"
-  integrity sha512-sXtOgJNEuRU5RLwPUb1jxtToZbgvq3M6FPpY4QENxoOggK+UpTxUBpj6tD8+Qh2g46Pi9We87E+eHnUw8YcGsw==
+"@typescript-eslint/eslint-plugin@^6.0.0":
+  version "6.0.0"
+  resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.0.0.tgz#19ff4f1cab8d6f8c2c1825150f7a840bc5d9bdc4"
+  integrity sha512-xuv6ghKGoiq856Bww/yVYnXGsKa588kY3M0XK7uUW/3fJNNULKRfZfSBkMTSpqGG/8ZCXCadfh8G/z/B4aqS/A==
   dependencies:
-    "@eslint-community/regexpp" "^4.4.0"
-    "@typescript-eslint/scope-manager" "5.59.6"
-    "@typescript-eslint/type-utils" "5.59.6"
-    "@typescript-eslint/utils" "5.59.6"
+    "@eslint-community/regexpp" "^4.5.0"
+    "@typescript-eslint/scope-manager" "6.0.0"
+    "@typescript-eslint/type-utils" "6.0.0"
+    "@typescript-eslint/utils" "6.0.0"
+    "@typescript-eslint/visitor-keys" "6.0.0"
     debug "^4.3.4"
     grapheme-splitter "^1.0.4"
-    ignore "^5.2.0"
+    graphemer "^1.4.0"
+    ignore "^5.2.4"
+    natural-compare "^1.4.0"
     natural-compare-lite "^1.4.0"
-    semver "^7.3.7"
-    tsutils "^3.21.0"
+    semver "^7.5.0"
+    ts-api-utils "^1.0.1"
 
-"@typescript-eslint/parser@^5.47.0":
-  version "5.59.6"
-  resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.6.tgz#bd36f71f5a529f828e20b627078d3ed6738dbb40"
-  integrity sha512-7pCa6al03Pv1yf/dUg/s1pXz/yGMUBAw5EeWqNTFiSueKvRNonze3hma3lhdsOrQcaOXhbk5gKu2Fludiho9VA==
+"@typescript-eslint/parser@^6.0.0":
+  version "6.0.0"
+  resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.0.0.tgz#46b2600fd1f67e62fc00a28093a75f41bf7effc4"
+  integrity sha512-TNaufYSPrr1U8n+3xN+Yp9g31vQDJqhXzzPSHfQDLcaO4tU+mCfODPxCwf4H530zo7aUBE3QIdxCXamEnG04Tg==
   dependencies:
-    "@typescript-eslint/scope-manager" "5.59.6"
-    "@typescript-eslint/types" "5.59.6"
-    "@typescript-eslint/typescript-estree" "5.59.6"
+    "@typescript-eslint/scope-manager" "6.0.0"
+    "@typescript-eslint/types" "6.0.0"
+    "@typescript-eslint/typescript-estree" "6.0.0"
+    "@typescript-eslint/visitor-keys" "6.0.0"
     debug "^4.3.4"
 
-"@typescript-eslint/scope-manager@5.59.6":
-  version "5.59.6"
-  resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.6.tgz#d43a3687aa4433868527cfe797eb267c6be35f19"
-  integrity sha512-gLbY3Le9Dxcb8KdpF0+SJr6EQ+hFGYFl6tVY8VxLPFDfUZC7BHFw+Vq7bM5lE9DwWPfx4vMWWTLGXgpc0mAYyQ==
+"@typescript-eslint/scope-manager@6.0.0":
+  version "6.0.0"
+  resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.0.0.tgz#8ede47a37cb2b7ed82d329000437abd1113b5e11"
+  integrity sha512-o4q0KHlgCZTqjuaZ25nw5W57NeykZT9LiMEG4do/ovwvOcPnDO1BI5BQdCsUkjxFyrCL0cSzLjvIMfR9uo7cWg==
   dependencies:
-    "@typescript-eslint/types" "5.59.6"
-    "@typescript-eslint/visitor-keys" "5.59.6"
+    "@typescript-eslint/types" "6.0.0"
+    "@typescript-eslint/visitor-keys" "6.0.0"
 
-"@typescript-eslint/type-utils@5.59.6":
-  version "5.59.6"
-  resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.6.tgz#37c51d2ae36127d8b81f32a0a4d2efae19277c48"
-  integrity sha512-A4tms2Mp5yNvLDlySF+kAThV9VTBPCvGf0Rp8nl/eoDX9Okun8byTKoj3fJ52IJitjWOk0fKPNQhXEB++eNozQ==
+"@typescript-eslint/type-utils@6.0.0":
+  version "6.0.0"
+  resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.0.0.tgz#0478d8a94f05e51da2877cc0500f1b3c27ac7e18"
+  integrity sha512-ah6LJvLgkoZ/pyJ9GAdFkzeuMZ8goV6BH7eC9FPmojrnX9yNCIsfjB+zYcnex28YO3RFvBkV6rMV6WpIqkPvoQ==
   dependencies:
-    "@typescript-eslint/typescript-estree" "5.59.6"
-    "@typescript-eslint/utils" "5.59.6"
+    "@typescript-eslint/typescript-estree" "6.0.0"
+    "@typescript-eslint/utils" "6.0.0"
     debug "^4.3.4"
-    tsutils "^3.21.0"
+    ts-api-utils "^1.0.1"
 
-"@typescript-eslint/types@5.59.6":
-  version "5.59.6"
-  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.6.tgz#5a6557a772af044afe890d77c6a07e8c23c2460b"
-  integrity sha512-tH5lBXZI7T2MOUgOWFdVNUILsI02shyQvfzG9EJkoONWugCG77NDDa1EeDGw7oJ5IvsTAAGVV8I3Tk2PNu9QfA==
+"@typescript-eslint/types@6.0.0":
+  version "6.0.0"
+  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.0.0.tgz#19795f515f8decbec749c448b0b5fc76d82445a1"
+  integrity sha512-Zk9KDggyZM6tj0AJWYYKgF0yQyrcnievdhG0g5FqyU3Y2DRxJn4yWY21sJC0QKBckbsdKKjYDV2yVrrEvuTgxg==
 
-"@typescript-eslint/typescript-estree@5.59.6":
-  version "5.59.6"
-  resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.6.tgz#2fb80522687bd3825504925ea7e1b8de7bb6251b"
-  integrity sha512-vW6JP3lMAs/Tq4KjdI/RiHaaJSO7IUsbkz17it/Rl9Q+WkQ77EOuOnlbaU8kKfVIOJxMhnRiBG+olE7f3M16DA==
+"@typescript-eslint/typescript-estree@6.0.0":
+  version "6.0.0"
+  resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.0.0.tgz#1e09aab7320e404fb9f83027ea568ac24e372f81"
+  integrity sha512-2zq4O7P6YCQADfmJ5OTDQTP3ktajnXIRrYAtHM9ofto/CJZV3QfJ89GEaM2BNGeSr1KgmBuLhEkz5FBkS2RQhQ==
   dependencies:
-    "@typescript-eslint/types" "5.59.6"
-    "@typescript-eslint/visitor-keys" "5.59.6"
+    "@typescript-eslint/types" "6.0.0"
+    "@typescript-eslint/visitor-keys" "6.0.0"
     debug "^4.3.4"
     globby "^11.1.0"
     is-glob "^4.0.3"
-    semver "^7.3.7"
-    tsutils "^3.21.0"
+    semver "^7.5.0"
+    ts-api-utils "^1.0.1"
 
-"@typescript-eslint/utils@5.59.6":
-  version "5.59.6"
-  resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.6.tgz#82960fe23788113fc3b1f9d4663d6773b7907839"
-  integrity sha512-vzaaD6EXbTS29cVH0JjXBdzMt6VBlv+hE31XktDRMX1j3462wZCJa7VzO2AxXEXcIl8GQqZPcOPuW/Z1tZVogg==
+"@typescript-eslint/utils@6.0.0":
+  version "6.0.0"
+  resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.0.0.tgz#27a16d0d8f2719274a39417b9782f7daa3802db0"
+  integrity sha512-SOr6l4NB6HE4H/ktz0JVVWNXqCJTOo/mHnvIte1ZhBQ0Cvd04x5uKZa3zT6tiodL06zf5xxdK8COiDvPnQ27JQ==
   dependencies:
-    "@eslint-community/eslint-utils" "^4.2.0"
-    "@types/json-schema" "^7.0.9"
+    "@eslint-community/eslint-utils" "^4.3.0"
+    "@types/json-schema" "^7.0.11"
     "@types/semver" "^7.3.12"
-    "@typescript-eslint/scope-manager" "5.59.6"
-    "@typescript-eslint/types" "5.59.6"
-    "@typescript-eslint/typescript-estree" "5.59.6"
+    "@typescript-eslint/scope-manager" "6.0.0"
+    "@typescript-eslint/types" "6.0.0"
+    "@typescript-eslint/typescript-estree" "6.0.0"
     eslint-scope "^5.1.1"
-    semver "^7.3.7"
+    semver "^7.5.0"
 
-"@typescript-eslint/visitor-keys@5.59.6":
-  version "5.59.6"
-  resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.6.tgz#673fccabf28943847d0c8e9e8d008e3ada7be6bb"
-  integrity sha512-zEfbFLzB9ETcEJ4HZEEsCR9HHeNku5/Qw1jSS5McYJv5BR+ftYXwFFAH5Al+xkGaZEqowMwl7uoJjQb1YSPF8Q==
+"@typescript-eslint/visitor-keys@6.0.0":
+  version "6.0.0"
+  resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.0.0.tgz#0b49026049fbd096d2c00c5e784866bc69532a31"
+  integrity sha512-cvJ63l8c0yXdeT5POHpL0Q1cZoRcmRKFCtSjNGJxPkcP571EfZMcNbzWAc7oK3D1dRzm/V5EwtkANTZxqvuuUA==
   dependencies:
-    "@typescript-eslint/types" "5.59.6"
-    eslint-visitor-keys "^3.3.0"
+    "@typescript-eslint/types" "6.0.0"
+    eslint-visitor-keys "^3.4.1"
 
 "@zombienet/orchestrator@https://gitpkg.now.sh/UniqueNetwork/zombienet/javascript/packages/orchestrator?2476ea76a368f1b1e94038dbfec29c27f114288e":
   version "0.0.44"
@@ -1391,10 +1106,10 @@
   resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
   integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
 
-acorn@^8.4.1, acorn@^8.8.0:
-  version "8.8.2"
-  resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a"
-  integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==
+acorn@^8.4.1, acorn@^8.9.0:
+  version "8.10.0"
+  resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.10.0.tgz#8be5b3907a67221a81ab23c7889c4c5526b62ec5"
+  integrity sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==
 
 agent-base@6:
   version "6.0.2"
@@ -1718,9 +1433,9 @@
   integrity sha512-KJ/Dmo1lDDhmW2XDPMo+9oiy/CeqosPguPCrgcVzKyZrL6pM1gU2GmPY/xo6OQPTUaA/c0kwHuywB4E6nmT9ww==
 
 cacheable-request@^7.0.2:
-  version "7.0.2"
-  resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-7.0.2.tgz#ea0d0b889364a25854757301ca12b2da77f91d27"
-  integrity sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew==
+  version "7.0.4"
+  resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-7.0.4.tgz#7a33ebf08613178b403635be7b899d3e69bbe817"
+  integrity sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==
   dependencies:
     clone-response "^1.0.2"
     get-stream "^5.1.0"
@@ -2032,11 +1747,11 @@
   integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
 
 cross-fetch@^3.1.4:
-  version "3.1.6"
-  resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.6.tgz#bae05aa31a4da760969756318feeee6e70f15d6c"
-  integrity sha512-riRvo06crlE8HiqOwIpQhxwdOk4fOeR7FVM/wXoxchFEqMNUjvbs3bfo4OTgMEMHzppd4DxFBDbyySj8Cv781g==
+  version "3.1.8"
+  resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.8.tgz#0327eba65fd68a7d119f8fb2bf9334a1a7956f82"
+  integrity sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==
   dependencies:
-    node-fetch "^2.6.11"
+    node-fetch "^2.6.12"
 
 cross-spawn@^7.0.2, cross-spawn@^7.0.3:
   version "7.0.3"
@@ -2325,9 +2040,9 @@
     estraverse "^4.1.1"
 
 eslint-scope@^7.2.0:
-  version "7.2.0"
-  resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.0.tgz#f21ebdafda02352f103634b96dd47d9f81ca117b"
-  integrity sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==
+  version "7.2.1"
+  resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.1.tgz#936821d3462675f25a18ac5fd88a67cc15b393bd"
+  integrity sha512-CvefSOsDdaYYvxChovdrPo/ZGt8d5lrJWleAc1diXRKhHGiTYEI26cvo8Kle/wGnsizoCJjK73FMg1/IkIwiNA==
   dependencies:
     esrecurse "^4.3.0"
     estraverse "^5.2.0"
@@ -2349,16 +2064,16 @@
   resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz#c22c48f48942d08ca824cc526211ae400478a994"
   integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==
 
-eslint@^8.25.0:
-  version "8.41.0"
-  resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.41.0.tgz#3062ca73363b4714b16dbc1e60f035e6134b6f1c"
-  integrity sha512-WQDQpzGBOP5IrXPo4Hc0814r4/v2rrIsB0rhT7jtunIalgg6gYXWhRMOejVO8yH21T/FGaxjmFjBMNqcIlmH1Q==
+eslint@^8.45.0:
+  version "8.45.0"
+  resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.45.0.tgz#bab660f90d18e1364352c0a6b7c6db8edb458b78"
+  integrity sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==
   dependencies:
     "@eslint-community/eslint-utils" "^4.2.0"
     "@eslint-community/regexpp" "^4.4.0"
-    "@eslint/eslintrc" "^2.0.3"
-    "@eslint/js" "8.41.0"
-    "@humanwhocodes/config-array" "^0.11.8"
+    "@eslint/eslintrc" "^2.1.0"
+    "@eslint/js" "8.44.0"
+    "@humanwhocodes/config-array" "^0.11.10"
     "@humanwhocodes/module-importer" "^1.0.1"
     "@nodelib/fs.walk" "^1.2.8"
     ajv "^6.10.0"
@@ -2369,7 +2084,7 @@
     escape-string-regexp "^4.0.0"
     eslint-scope "^7.2.0"
     eslint-visitor-keys "^3.4.1"
-    espree "^9.5.2"
+    espree "^9.6.0"
     esquery "^1.4.2"
     esutils "^2.0.2"
     fast-deep-equal "^3.1.3"
@@ -2379,7 +2094,6 @@
     globals "^13.19.0"
     graphemer "^1.4.0"
     ignore "^5.2.0"
-    import-fresh "^3.0.0"
     imurmurhash "^0.1.4"
     is-glob "^4.0.0"
     is-path-inside "^3.0.3"
@@ -2389,17 +2103,16 @@
     lodash.merge "^4.6.2"
     minimatch "^3.1.2"
     natural-compare "^1.4.0"
-    optionator "^0.9.1"
+    optionator "^0.9.3"
     strip-ansi "^6.0.1"
-    strip-json-comments "^3.1.0"
     text-table "^0.2.0"
 
-espree@^9.5.2:
-  version "9.5.2"
-  resolved "https://registry.yarnpkg.com/espree/-/espree-9.5.2.tgz#e994e7dc33a082a7a82dceaf12883a829353215b"
-  integrity sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==
+espree@^9.6.0:
+  version "9.6.1"
+  resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f"
+  integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
   dependencies:
-    acorn "^8.8.0"
+    acorn "^8.9.0"
     acorn-jsx "^5.3.2"
     eslint-visitor-keys "^3.4.1"
 
@@ -2621,9 +2334,9 @@
   integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
 
 fast-glob@^3.2.9:
-  version "3.2.12"
-  resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
-  integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==
+  version "3.3.0"
+  resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.0.tgz#7c40cb491e1e2ed5664749e87bfb516dbe8727c0"
+  integrity sha512-ChDuvbOypPuNjO8yIDf36x7BlZX1smcUMTTcyoIjycexOxd6DFsKsg21qVBzEmr3G7fUKIRy2/psii+CIUt7FA==
   dependencies:
     "@nodelib/fs.stat" "^2.0.2"
     "@nodelib/fs.walk" "^1.2.3"
@@ -3196,12 +2909,12 @@
   resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
   integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
 
-ignore@^5.2.0:
+ignore@^5.2.0, ignore@^5.2.4:
   version "5.2.4"
   resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
   integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
 
-import-fresh@^3.0.0, import-fresh@^3.2.1:
+import-fresh@^3.2.1:
   version "3.3.0"
   resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
   integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
@@ -3474,9 +3187,9 @@
     readable-stream "^3.6.0"
 
 keyv@^4.0.0:
-  version "4.5.2"
-  resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.2.tgz#0e310ce73bf7851ec702f2eaf46ec4e3805cce56"
-  integrity sha512-5MHbFaKn8cNSmVW7BYnijeAVlE4cYA/SVkifVgrh7yotnfhKmjuXpDKjrABLnT0SfHWV21P8ow07OGfRrNDg8g==
+  version "4.5.3"
+  resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.3.tgz#00873d2b046df737963157bd04f294ca818c9c25"
+  integrity sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==
   dependencies:
     json-buffer "3.0.1"
 
@@ -3538,9 +3251,9 @@
   integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==
 
 lossless-json@^2.0.9:
-  version "2.0.9"
-  resolved "https://registry.yarnpkg.com/lossless-json/-/lossless-json-2.0.9.tgz#2e9a71a3dcbc6c59dee565e537b9084107b7fe37"
-  integrity sha512-PUfJ5foxULG1x/dXpSckmt0woBDqyq/WFoI885vEqjGwuP41K2EBYh2IT3zYx9dWqcTLIfXiCE5AjhF1jk9Sbg==
+  version "2.0.11"
+  resolved "https://registry.yarnpkg.com/lossless-json/-/lossless-json-2.0.11.tgz#3137684c93fd99481c6f99c985efc9c9c5cc76a5"
+  integrity sha512-BP0vn+NGYvzDielvBZaFain/wgeJ1hTvURCqtKvhr1SCPePdaaTanmmcplrHfEJSJOUql7hk4FHwToNJjWRY3g==
 
 loupe@^2.3.1:
   version "2.3.6"
@@ -3682,9 +3395,9 @@
     brace-expansion "^1.1.7"
 
 minimatch@^9.0.1:
-  version "9.0.1"
-  resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.1.tgz#8a555f541cf976c622daf078bb28f29fb927c253"
-  integrity sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==
+  version "9.0.3"
+  resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
+  integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
   dependencies:
     brace-expansion "^2.0.1"
 
@@ -3895,9 +3608,9 @@
   integrity sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==
 
 nock@^13.3.1:
-  version "13.3.1"
-  resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.1.tgz#f22d4d661f7a05ebd9368edae1b5dc0a62d758fc"
-  integrity sha512-vHnopocZuI93p2ccivFyGuUfzjq2fxNyNurp7816mlT5V5HF4SzXu8lvLrVzBbNqzs+ODooZ6OksuSUNM7Njkw==
+  version "13.3.2"
+  resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.2.tgz#bfa6be92d37f744b1b758ea89b1105cdaf5c8b3f"
+  integrity sha512-CwbljitiWJhF1gL83NbanhoKs1l23TDlRioNraPTZrzZIEooPemrHRj5m0FZCPkB1ecdYCSWWGcHysJgX/ngnQ==
   dependencies:
     debug "^4.1.0"
     json-stringify-safe "^5.0.1"
@@ -3914,10 +3627,10 @@
   resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
   integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
 
-node-fetch@^2.6.11:
-  version "2.6.11"
-  resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.11.tgz#cde7fc71deef3131ef80a738919f999e6edfff25"
-  integrity sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==
+node-fetch@^2.6.12:
+  version "2.6.12"
+  resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.12.tgz#02eb8e22074018e3d5a83016649d04df0e348fba"
+  integrity sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==
   dependencies:
     whatwg-url "^5.0.0"
 
@@ -3975,9 +3688,9 @@
     commander "^5.1.0"
 
 nwsapi@^2.2.4:
-  version "2.2.4"
-  resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.4.tgz#fd59d5e904e8e1f03c25a7d5a15cfa16c714a1e5"
-  integrity sha512-NHj4rzRo0tQdijE9ZqAx6kYDcoRwYwSYzCA8MY3JzfxlrvEU0jhnhJT9BhqhJs7I/dKcrDm6TyulaRqZPIhN5g==
+  version "2.2.7"
+  resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.7.tgz#738e0707d3128cb750dddcfe90e4610482df0f30"
+  integrity sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==
 
 oauth-sign@~0.9.0:
   version "0.9.0"
@@ -4022,17 +3735,17 @@
   dependencies:
     mimic-fn "^2.1.0"
 
-optionator@^0.9.1:
-  version "0.9.1"
-  resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz#4f236a6373dae0566a6d43e1326674f50c291499"
-  integrity sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==
+optionator@^0.9.3:
+  version "0.9.3"
+  resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.3.tgz#007397d44ed1872fdc6ed31360190f81814e2c64"
+  integrity sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==
   dependencies:
+    "@aashutoshrathi/word-wrap" "^1.2.3"
     deep-is "^0.1.3"
     fast-levenshtein "^2.0.6"
     levn "^0.4.1"
     prelude-ls "^1.2.1"
     type-check "^0.4.0"
-    word-wrap "^1.2.3"
 
 os-tmpdir@~1.0.2:
   version "1.0.2"
@@ -4454,14 +4167,14 @@
     node-gyp-build "^4.2.0"
 
 semver@^5.5.0:
-  version "5.7.1"
-  resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
-  integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
+  version "5.7.2"
+  resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
+  integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
 
-semver@^7.3.7:
-  version "7.5.1"
-  resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.1.tgz#c90c4d631cf74720e46b21c1d37ea07edfab91ec"
-  integrity sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==
+semver@^7.5.0:
+  version "7.5.4"
+  resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
+  integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
   dependencies:
     lru-cache "^6.0.0"
 
@@ -4583,10 +4296,10 @@
     pako "^2.0.4"
     ws "^8.8.1"
 
-solc@0.8.18:
-  version "0.8.18"
-  resolved "https://registry.yarnpkg.com/solc/-/solc-0.8.18.tgz#a05ce8918540eda5f10aa91f0f52f239b9645dad"
-  integrity sha512-wVAa2Y3BYd64Aby5LsgS3g6YC2NvZ3bJ+A8TAIAukfVuQb3AjyGrLZpyxQk5YLn14G35uZtSnIgHEpab9klOLQ==
+solc@0.8.20:
+  version "0.8.20"
+  resolved "https://registry.yarnpkg.com/solc/-/solc-0.8.20.tgz#b49151cf5ecc8de088d3d32b0afb607b3522ba8d"
+  integrity sha512-fPRnGspIEqmhu63RFO3pc79sLA7ZmzO0Uy0L5l6hEt2wAsq0o7UV6pXkAp3Mfv9IBhg7Px/oTu3a+y4gs3BWrQ==
   dependencies:
     command-exists "^1.2.8"
     commander "^8.1.0"
@@ -4666,7 +4379,7 @@
   dependencies:
     is-hex-prefixed "1.0.0"
 
-strip-json-comments@3.1.1, strip-json-comments@^3.1.0, strip-json-comments@^3.1.1:
+strip-json-comments@3.1.1, strip-json-comments@^3.1.1:
   version "3.1.1"
   resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
   integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
@@ -4791,9 +4504,9 @@
   integrity sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w==
 
 tough-cookie@^4.1.2:
-  version "4.1.2"
-  resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.2.tgz#e53e84b85f24e0b65dd526f46628db6c85f6b874"
-  integrity sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==
+  version "4.1.3"
+  resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf"
+  integrity sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==
   dependencies:
     psl "^1.1.33"
     punycode "^2.1.1"
@@ -4820,6 +4533,11 @@
   resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
   integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
 
+ts-api-utils@^1.0.1:
+  version "1.0.1"
+  resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
+  integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
+
 ts-command-line-args@^2.2.0:
   version "2.5.1"
   resolved "https://registry.yarnpkg.com/ts-command-line-args/-/ts-command-line-args-2.5.1.tgz#e64456b580d1d4f6d948824c274cf6fa5f45f7f0"
@@ -4854,27 +4572,10 @@
     v8-compile-cache-lib "^3.0.1"
     yn "3.1.1"
 
-tslib@^1.8.1:
-  version "1.14.1"
-  resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
-  integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
-
-tslib@^2.1.0, tslib@^2.5.0, tslib@^2.5.2:
-  version "2.5.2"
-  resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.2.tgz#1b6f07185c881557b0ffa84b111a0106989e8338"
-  integrity sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==
-
-tslib@^2.5.3:
-  version "2.5.3"
-  resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.3.tgz#24944ba2d990940e6e982c4bea147aba80209913"
-  integrity sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==
-
-tsutils@^3.21.0:
-  version "3.21.0"
-  resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
-  integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
-  dependencies:
-    tslib "^1.8.1"
+tslib@^2.1.0, tslib@^2.5.0, tslib@^2.5.3:
+  version "2.6.0"
+  resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.0.tgz#b295854684dbda164e181d259a22cd779dcd7bc3"
+  integrity sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==
 
 tunnel-agent@^0.6.0:
   version "0.6.0"
@@ -4946,15 +4647,10 @@
   dependencies:
     is-typedarray "^1.0.0"
 
-typescript@^5.0.4:
-  version "5.0.4"
-  resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
-  integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
-
-typescript@^5.1.3:
-  version "5.1.3"
-  resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826"
-  integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==
+typescript@^5.1.3, typescript@^5.1.6:
+  version "5.1.6"
+  resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
+  integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
 
 typical@^4.0.0:
   version "4.0.0"
@@ -5382,9 +5078,9 @@
     webidl-conversions "^3.0.0"
 
 which-typed-array@^1.1.2:
-  version "1.1.9"
-  resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.9.tgz#307cf898025848cf995e795e8423c7f337efbde6"
-  integrity sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==
+  version "1.1.10"
+  resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.10.tgz#74baa2789991905c2076abb317103b866c64e69e"
+  integrity sha512-uxoA5vLUfRPdjCuJ1h5LlYdmTLbYfums398v3WLkM+i/Wltl2/XyZpQWKbN++ck5L64SR/grOHqtXCUKmlZPNA==
   dependencies:
     available-typed-arrays "^1.0.5"
     call-bind "^1.0.2"
@@ -5399,11 +5095,6 @@
   integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
   dependencies:
     isexe "^2.0.0"
-
-word-wrap@^1.2.3:
-  version "1.2.3"
-  resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
-  integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
 
 wordwrap@^1.0.0:
   version "1.0.0"