pub type TFullClient<TBl, TRtApi, TExec> = Client<Backend<TBl>, LocalCallExecutor<TBl, Backend<TBl>, TExec>, TBl, TRtApi>;Expand description
Full client type.
Aliased Typeยง
struct TFullClient<TBl, TRtApi, TExec> { /* private fields */ }pub type TFullClient<TBl, TRtApi, TExec> = Client<Backend<TBl>, LocalCallExecutor<TBl, Backend<TBl>, TExec>, TBl, TRtApi>;Full client type.
struct TFullClient<TBl, TRtApi, TExec> { /* private fields */ }