Type Definition ruma_common::encryption::SignedKeySignatures [−][src]
type SignedKeySignatures = BTreeMap<UserId, BTreeMap<DeviceKeyId, String>>;
Expand description
Signatures for a SignedKey object.
type SignedKeySignatures = BTreeMap<UserId, BTreeMap<DeviceKeyId, String>>;
Signatures for a SignedKey object.