Remove the RPC client example (#10217)

* Remove the RPC client example

Might be slightly contentious but I think we want to migrate this example to `subxt` and redirect the community to use that for things like this.

* Remove rpc-client example code from workspace
This commit is contained in:
David
2021-11-08 22:06:53 +01:00
committed by GitHub
parent 24ee605dcf
commit 3c624174ff
4 changed files with 0 additions and 95 deletions
-11
View File
@@ -4657,17 +4657,6 @@ dependencies = [
"substrate-frame-rpc-system",
]
[[package]]
name = "node-rpc-client"
version = "2.0.0"
dependencies = [
"futures 0.3.16",
"jsonrpc-core-client",
"node-primitives",
"sc-rpc",
"sp-tracing",
]
[[package]]
name = "node-runtime"
version = "3.0.0-dev"