Type Definition ruma::encryption::SignedKeySignatures
source · [−]pub type SignedKeySignatures = BTreeMap<OwnedUserId, BTreeMap<OwnedDeviceKeyId, String, Global>, Global>;Expand description
Signatures for a SignedKey object.
