[][src]Type Definition sc_service::TLightClientWithBackend

type TLightClientWithBackend<TBl, TRtApi, TExecDisp, TBackend> = Client<TBackend, GenesisCallExecutor<TBackend, LocalCallExecutor<TBackend, NativeExecutor<TExecDisp>>>, TBl, TRtApi>;

Light client type with a specific backend.