Type Definition sc_service::TLightClientWithBackend [−][src]
type TLightClientWithBackend<TBl, TRtApi, TExecDisp, TBackend> = Client<TBackend, GenesisCallExecutor<TBackend, LocalCallExecutor<TBl, TBackend, NativeExecutor<TExecDisp>>>, TBl, TRtApi>;
Expand description
Light client type with a specific backend.