logo

Type Definition ruma::signatures::PublicKeyMap

source · []
pub type PublicKeyMap = BTreeMap<String, BTreeMap<String, Base64<Standard, Vec<u8, Global>>, Global>, Global>;
Expand description

A map from entity names to sets of public keys for that entity.

“Entity” is generally a homeserver, e.g. “example.com”.