1use libsignal_protocol::SenderCertificate; 2 3pub struct UnidentifiedAccess { 4 pub key: Vec<u8>, 5 pub certificate: SenderCertificate, 6}