pub type AgentPubKey = HoloHash<Agent>;Expand description
An Agent public signing key. Not really a hash, more of an “identity hash”.
Aliased Type§
struct AgentPubKey { /* private fields */ }Trait Implementations§
Source§impl From<HoloHash<Entry>> for AgentPubKey
impl From<HoloHash<Entry>> for AgentPubKey
Source§fn from(hash: EntryHash) -> AgentPubKey
fn from(hash: EntryHash) -> AgentPubKey
Converts to this type from the input type.
Source§impl TryFrom<HoloHash<AnyLinkable>> for AgentPubKey
impl TryFrom<HoloHash<AnyLinkable>> for AgentPubKey
Source§type Error = HashConversionError<AnyLinkable, Agent>
type Error = HashConversionError<AnyLinkable, Agent>
The type returned in the event of a conversion error.