pub type OneTimeKeyClaims = BTreeMap<OwnedUserId, BTreeMap<OwnedDeviceId, OneTimeKeyAlgorithm>>;Available on crate features
client or server only.Expand description
A claim for one time keys
Aliased Typeยง
pub struct OneTimeKeyClaims { /* private fields */ }