Trait ockam_entity::ProfileIdentity[][src]

pub trait ProfileIdentity {
    fn identifier(&self) -> Result<ProfileIdentifier>;
}
Expand description

Profile identity.

Required methods

fn identifier(&self) -> Result<ProfileIdentifier>[src]

Expand description

Return unique [Profile] identifier, which is equal to sha256 of the root public key

Implementors