Type Definition tc_service::TLightClientWithBackend[][src]

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

Light client type with a specific backend.