ruma_federation_api::keys::claim_keys::v1

Type Alias OneTimeKeyClaims

Source
pub type OneTimeKeyClaims = BTreeMap<OwnedUserId, BTreeMap<OwnedDeviceId, OneTimeKeyAlgorithm>>;
Expand description

A claim for one time keys

Aliased Typeยง

struct OneTimeKeyClaims { /* private fields */ }