Type Alias matrix_sdk::ruma::EntitySignatures

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 */ }