Type Alias matrix_sdk::ruma::ServerSigningKeyId
source · pub type ServerSigningKeyId = KeyId<SigningKeyAlgorithm, ServerSigningKeyVersion>;
Expand description
Algorithm + key name for homeserver signing keys.
Aliased Type§
struct ServerSigningKeyId(/* private fields */);