pub type OneTimeKeyClaims = BTreeMap<OwnedUserId, BTreeMap<OwnedDeviceId, OneTimeKeyAlgorithm>>;Available on crate feature
api and (crate features federation-api-c or federation-api-s) only.Expand description
A claim for one time keys
Aliased Typeยง
pub struct OneTimeKeyClaims { /* private fields */ }