Type Alias matrix_sdk_base::ruma::ServerSignatures
pub type ServerSignatures = Signatures<OwnedServerName, OwnedKeyName>;
Expand description
Map of server signatures for an event, grouped by server.
Aliased Type§
struct ServerSignatures(/* private fields */);