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