pub type PublicKeySet = BTreeMap<String, Base64>;Available on crate feature 
signatures only.Expand description
A set of public keys for a single homeserver.
This is represented as a map from key ID to base64-encoded signature.
Aliased Typeยง
pub struct PublicKeySet { /* private fields */ }