Type Alias ruma::signatures::PublicKeySet
source · pub type PublicKeySet = BTreeMap<String, Base64>;
Available 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.
Aliased Type§
struct PublicKeySet { /* private fields */ }