Crate polkadot_client
source ·Expand description
Polkadot Client
Provides the AbstractClient
trait that is a super trait that combines all the traits the client implements.
There is also the Client
enum that combines all the different clients into one common structure.
Modules
Code related to benchmarking a
crate::Client
.Structs
The native executor instance for Polkadot.
Enums
A client instance of Polkadot.
Traits
Trait that abstracts over all available client implementations.
A handle to a Polkadot client instance.
Execute something with the client instance.
A set of APIs that polkadot-like runtimes must implement.