Trait dusk_pki::Ownable[][src]

pub trait Ownable {
    fn stealth_address(&self) -> &StealthAddress;
}
Expand description

The trait Ownable is required by any type that wants to prove its ownership.

Required methods

Returns the associated StealthAddress

Implementors