pub type OneTimeKeys = BTreeMap<OwnedUserId, BTreeMap<OwnedDeviceId, BTreeMap<OwnedOneTimeKeyId, Raw<OneTimeKey>>>>;Available on crate features
client or server only.Expand description
One time keys for use in pre-key messages
Aliased Typeยง
pub struct OneTimeKeys { /* private fields */ }