Type Definition polkadot_service::TFullClient[][src]

pub type TFullClient<TBl, TRtApi, TExec> = Client<Backend<TBl>, LocalCallExecutor<TBl, Backend<TBl>, TExec>, TBl, TRtApi>;
Expand description

Full client type.