[][src]Trait block::HeaderHash

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

Required methods

fn parent_hash(&self) -> Option<H>

fn header_hash(&self) -> H

Loading content...

Implementors

impl HeaderHash<H256> for TotalHeader[src]

impl HeaderHash<H256> for Header[src]

Loading content...