Type Alias HoloHashOf

Source
pub type HoloHashOf<C> = HoloHash<<C as HashableContent>::HashType>;
Expand description

A convenience type, for specifying a hash by HashableContent rather than by its HashType

Aliased Typeยง

struct HoloHashOf<C> { /* private fields */ }