Type Definition ruma::signatures::PublicKeyMap[][src]

pub type PublicKeyMap = BTreeMap<String, BTreeMap<String, String>>;
This is supported on crate feature signatures only.
Expand description

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

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