Type Alias ruma_federation_api::keys::claim_keys::v1::OneTimeKeys

source ·
pub type OneTimeKeys = BTreeMap<OwnedUserId, BTreeMap<OwnedDeviceId, BTreeMap<OwnedDeviceKeyId, Raw<OneTimeKey>>>>;
Expand description

One time keys for use in pre-key messages

Aliased Type§

struct OneTimeKeys { /* private fields */ }