Type Definition sc_service::TLightCallExecutor [−][src]
type TLightCallExecutor<TBl, TExecDisp> = GenesisCallExecutor<Backend<LightStorage<TBl>, HashFor<TBl>>, LocalCallExecutor<Backend<LightStorage<TBl>, HashFor<TBl>>, NativeExecutor<TExecDisp>>>;
Light call executor type.