logo

Type Definition ruma::signatures::PublicKeySet

source · []
pub type PublicKeySet = BTreeMap<String, Base64<Standard, Vec<u8, Global>>, Global>;
Expand description

A set of public keys for a single homeserver.

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