matrix_sdk::ruma

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