ruma_federation_api::keys::claim_keys::v1

Type Alias OneTimeKeys

Source
pub type OneTimeKeys = BTreeMap<OwnedUserId, BTreeMap<OwnedDeviceId, BTreeMap<OwnedOneTimeKeyId, Raw<OneTimeKey>>>>;
Expand description

One time keys for use in pre-key messages

Aliased Typeยง

struct OneTimeKeys { /* private fields */ }