Type Alias FullClientFor

Source
pub type FullClientFor<C> = TFullClient<<C as ChainInfo>::Block, <C as ChainInfo>::RuntimeApi, Executor>;
Expand description

Type alias for sc_service::TFullClient

Aliased Typeยง

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