Trait block::HeaderHash

source ·
pub trait HeaderHash<H: Copy> {
    fn parent_hash(&self) -> Option<H>;
    fn header_hash(&self) -> H;
}

Required Methods§

Implementors§