xmtp_proto/gen/
xmtp.identity.rs

1// This file is @generated by prost-build.
2/// A credential that can be used in MLS leaf nodes
3#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
4pub struct MlsCredential {
5    #[prost(string, tag = "1")]
6    pub inbox_id: ::prost::alloc::string::String,
7}
8impl ::prost::Name for MlsCredential {
9    const NAME: &'static str = "MlsCredential";
10    const PACKAGE: &'static str = "xmtp.identity";
11    fn full_name() -> ::prost::alloc::string::String {
12        "xmtp.identity.MlsCredential".into()
13    }
14    fn type_url() -> ::prost::alloc::string::String {
15        "/xmtp.identity.MlsCredential".into()
16    }
17}