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