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

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

Objects which are referred to by hash

Required methods

fn bitcoin_hash(&self) -> Hash

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

Loading content...

Implementors

impl BitcoinHash for Block[src]

impl BitcoinHash for BlockHeader[src]

impl BitcoinHash for Transaction[src]

Loading content...