Type Alias ruma::api::federation::keys::claim_keys::v1::OneTimeKeys

source ·
pub type OneTimeKeys = BTreeMap<OwnedUserId, BTreeMap<OwnedDeviceId, BTreeMap<OwnedDeviceKeyId, 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 */ }