pub type PublicKeySet = BTreeMap<String, Base64>;
A set of public keys for a single homeserver.
This is represented as a map from key ID to base64-encoded signature.
struct PublicKeySet { /* private fields */ }