pub type OneTimeKeys = BTreeMap<OwnedUserId, BTreeMap<OwnedDeviceId, BTreeMap<OwnedKeyId<OneTimeKeyAlgorithm, OneTimeKeyName>, Raw<OneTimeKey>>>>;
Available on crate feature
api
and (crate features federation-api-c
or federation-api-s
) only.Expand description
One time keys for use in pre-key messages
Aliased Typeยง
struct OneTimeKeys { /* private fields */ }