Type Definition sc_service::TLightBackendWithHash [−][src]
type TLightBackendWithHash<TBl, THash> = Backend<LightStorage<TBl>, THash>;
Expand description
Light client backend type with a specific hash type.
type TLightBackendWithHash<TBl, THash> = Backend<LightStorage<TBl>, THash>;
Light client backend type with a specific hash type.