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.