referrerpolicy=no-referrer-when-downgrade
substrate_relay_helper::cli

Type Alias 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 */ }