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ยง
struct OneTimeKeyClaims { /* private fields */ }