Collect type ID from metadata pallet

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2023-03-06 20:29:40 +02:00
parent f8399ca81f
commit 1f12320d50
11 changed files with 68665 additions and 6 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ hex = "0.4.3"
jsonrpsee = { version = "0.16", optional = true, features = ["jsonrpsee-types"] }
serde = { version = "1.0.124", features = ["derive"] }
serde_json = { version = "1.0.94", features = ["raw_value"] }
thiserror = "1.0.24"
thiserror = "1.0.39"
tracing = "0.1.34"
parking_lot = "0.12.0"
frame-metadata = "15.0.0"