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