Type Alias matrix_sdk_base::ruma::ServerSignatures

source ·
pub type ServerSignatures = Signatures<OwnedServerName, OwnedKeyName>;
Expand description

Map of server signatures for an event, grouped by server.

Aliased Type§

struct ServerSignatures(/* private fields */);