Type Definition sc_service::TLightCallExecutor[][src]

type TLightCallExecutor<TBl, TExecDisp> = GenesisCallExecutor<Backend<LightStorage<TBl>, HashFor<TBl>>, LocalCallExecutor<TBl, Backend<LightStorage<TBl>, HashFor<TBl>>, NativeExecutor<TExecDisp>>>;
Expand description

Light call executor type.