pub type TLightBackendWithHash<TBl, THash> = Backend<LightStorage<TBl>, THash>;
Expand description

Light client backend type with a specific hash type.