Type Definition ruma_signatures::PublicKeySet[][src]

type PublicKeySet = BTreeMap<String, String>;

A set of public keys for a single homeserver.

This is represented as a map from key ID to Base64-encoded signature.