Trait bitcoin::network::serialize::BitcoinHash [] [src]

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

Objects which are referred to by hash

Required Methods

fn bitcoin_hash(&self) -> Sha256dHash

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

Implementors