pub type PublicKeyMap = BTreeMap<String, BTreeMap<String, Base64>>;
Available on crate feature
signatures
only.Expand description
A map from entity names to sets of public keys for that entity.
An entity is generally a homeserver, e.g. example.com
.
Aliased Typeยง
pub struct PublicKeyMap { /* private fields */ }