[−]Type Definition polymesh::service::TLightClient
type TLightClient<TBl, TRtApi, TExecDisp> = Client<Backend<LightStorage<TBl>, <<TBl as Block>::Header as Header>::Hashing>, GenesisCallExecutor<Backend<LightStorage<TBl>, <<TBl as Block>::Header as Header>::Hashing>, LocalCallExecutor<Backend<LightStorage<TBl>, <<TBl as Block>::Header as Header>::Hashing>, NativeExecutor<TExecDisp>>>, TBl, TRtApi>;
Light client type.