pub trait BitcoinHash {
// Required method
fn bitcoin_hash(&self) -> Hash;
}
Expand description
Objects which are referred to by hash
Required Methods§
Sourcefn bitcoin_hash(&self) -> Hash
fn bitcoin_hash(&self) -> Hash
Produces a Sha256dHash which can be used to refer to the object