Trait clarity_repl::clarity::util::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[src]

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

Loading content...

Implementations on Foreign Types

impl BitcoinHash for Vec<u8>[src]

Loading content...

Implementors

Loading content...