referrerpolicy=no-referrer-when-downgrade

Type Alias substrate_relay_helper::cli::DefaultClient

source ·
pub type DefaultClient<C> = RpcWithCachingClient<C>;
Expand description

Default Substrate client type that we are using. We’ll use it all over the glue CLI code to avoid multiple level generic arguments and constraints. We still allow usage of other clients in the core logic code.

Aliased Type§

struct DefaultClient<C> { /* private fields */ }