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