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
@@ -25,7 +25,7 @@ subxt-metadata = { version = "0.27.1", path = "../metadata" }
jsonrpsee = { version = "0.16.0", features = ["async-client", "client-ws-transport", "http-client"] }
hex = "0.4.3"
tokio = { version = "1.26", features = ["macros", "rt-multi-thread"] }
thiserror = "1.0.24"
thiserror = "1.0.39"
[dev-dependencies]
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }