pub type PublicKeySet = BTreeMap<String, Base64<Standard, Vec<u8, Global>>, Global>;
A set of public keys for a single homeserver.
This is represented as a map from key ID to base64-encoded signature.