pub trait HashAccountAddress {
    fn hash(&self) -> HashValue;
}

Required Methods

Implementors