[][src]Trait tari_utilities::hash::Hashable

pub trait Hashable {
    fn hash(&self) -> Vec<u8>;
}

This trait is used to describe how an object should be hashed

Required methods

fn hash(&self) -> Vec<u8>

Loading content...

Implementors

Loading content...