[][src]Trait bitcoin::util::hash::BitcoinHash

pub trait BitcoinHash<T: Hash> {
    fn bitcoin_hash(&self) -> T;
}

Objects which are referred to by hash

Required methods

fn bitcoin_hash(&self) -> T

Produces a Sha256dHash which can be used to refer to the object

Loading content...

Implementors

impl BitcoinHash<BlockHash> for Block[src]

impl BitcoinHash<BlockHash> for BlockHeader[src]

Loading content...