[][src]Trait blockchain_traits::Address

pub trait Address: Eq + Copy + Default + AsRef<[u8]> + FromStr {
    fn path_repr(&self) -> String;
}

Required methods

fn path_repr(&self) -> String

Loading content...

Implementors

Loading content...