Type Alias ruma_client_api::keys::claim_keys::v4::OneTimeKeys
source · pub type OneTimeKeys = BTreeMap<OwnedDeviceId, BTreeMap<OwnedOneTimeKeyId, Raw<OneTimeKey>>>;
Available on (crate features
client
or server
) and crate feature unstable-msc3983
only.Expand description
The one-time keys for a given device.
Aliased Type§
struct OneTimeKeys { /* private fields */ }