matrix_sdk::ruma

Type Alias ServerSignatures

Source
pub type ServerSignatures = Signatures<OwnedServerName, ServerSigningKeyVersion>;
Expand description

Map of server signatures, grouped by server.

Aliased Typeยง

struct ServerSignatures(/* private fields */);