Type Definition holo_hash::AgentPubKey[][src]

type AgentPubKey = HoloHash<Agent>;

An Agent public signing key. Not really a hash, more of an “identity hash”.

Trait Implementations

impl From<HoloHash<Entry>> for AgentPubKey[src]