Trait dusk_pki::Ownable[][src]

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

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

Required methods

fn stealth_address(&self) -> &StealthAddress[src]

Returns the associated StealthAddress

Loading content...

Implementors

Loading content...