Document generating interface from Runtime WASM and change feature to runtime-wasm-path (#1936)

* runtime_metadata_path => runtime_wasm_path and document this feature

* fix doc
This commit is contained in:
James Wilson
2025-03-03 12:07:48 +00:00
committed by GitHub
parent ca37002da5
commit 037d5178b8
5 changed files with 55 additions and 27 deletions
+1 -1
View File
@@ -14,6 +14,6 @@ hex = { workspace = true }
scale-info = { workspace = true, features = ["bit-vec"] }
frame-metadata = { workspace = true }
codec = { package = "parity-scale-codec", workspace = true, features = ["derive", "bit-vec"] }
subxt = { workspace = true, features = ["native", "jsonrpsee", "runtime-metadata-path"] }
subxt = { workspace = true, features = ["native", "jsonrpsee", "runtime-wasm-path"] }
subxt-metadata = { workspace = true }
generate-custom-metadata = { path = "../generate-custom-metadata" }