Type Alias kilt_dip_primitives::utils::OutputOf
source · pub type OutputOf<Hasher> = <Hasher as Hash>::Output;
Expand description
The output of a type implementing the [sp_runtime::traits::Hash
] trait.
pub type OutputOf<Hasher> = <Hasher as Hash>::Output;
The output of a type implementing the [sp_runtime::traits::Hash
] trait.