Type Alias phron_finality::Hasher

source ·
pub(crate) type Hasher = HashWrapper<BlakeTwo256>;

Aliased Type§

struct Hasher {
    phantom: PhantomData<BlakeTwo256>,
}

Fields§

§phantom: PhantomData<BlakeTwo256>