Type Alias matrix_sdk_base::ruma::EntitySignatures

source ·
pub type EntitySignatures<K> = BTreeMap<OwnedKeyId<SigningKeyAlgorithm, K>, String>;
Expand description

Map of key identifier to signature values.

Aliased Type§

struct EntitySignatures<K> { /* private fields */ }