Trait blockchain::chain::HeaderHash [] [src]

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

Required Methods

Implementors