Remove the RelaychainClient trait (#2068)

* Remove the `RelaychainClient` trait

It was just some historical trait that isn't really required anymore. Besides that this pr re-exports
types that are being used by the relay chain interface to make its usage easier.

* Fix warning
This commit is contained in:
Bastian Köcher
2023-01-09 09:44:06 +01:00
committed by GitHub
parent 19269c196d
commit 38cdf7c47e
6 changed files with 197 additions and 123 deletions
-1
View File
@@ -1951,7 +1951,6 @@ dependencies = [
"polkadot-node-primitives",
"polkadot-parachain",
"polkadot-primitives",
"polkadot-service",
"polkadot-test-client",
"portpicker",
"sc-cli",