Type Definition ruma_common::EntitySignatures
source · [−]pub type EntitySignatures<K> = BTreeMap<OwnedSigningKeyId<K>, String>;
Expand description
Map of key identifier to signature values.
pub type EntitySignatures<K> = BTreeMap<OwnedSigningKeyId<K>, String>;
Map of key identifier to signature values.