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

Light client type with a specific backend.