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