pub type OutputOf<Hasher> = <Hasher as Hash>::Output;
Expand description

The output of a type implementing the [sp_runtime::traits::Hash] trait.