Trait BitcoinHash

Source
pub trait BitcoinHash {
    // Required method
    fn bitcoin_hash(&self) -> Sha256dHash;
}
Expand description

Objects which are referred to by hash

Required Methods§

Source

fn bitcoin_hash(&self) -> Sha256dHash

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

Implementations on Foreign Types§

Source§

impl BitcoinHash for Vec<u8>

Implementors§