Type Definition ruma::signatures::PublicKeySet[][src]

pub type PublicKeySet = BTreeMap<String, String>;
This is supported 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.