Type Alias matrix_sdk::ruma::DeviceSignatures

pub type DeviceSignatures = Signatures<OwnedUserId, OwnedDeviceId>;
Expand description

Map of device signatures for an event, grouped by user.

Aliased Type§

struct DeviceSignatures(/* private fields */);