Type Alias matrix_sdk::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 */);