penumbra_sdk_proto/gen/
penumbra.crypto.decaf377_fmd.v1.rs

1// This file is @generated by prost-build.
2/// A clue for use with Fuzzy Message Detection.
3#[derive(Clone, PartialEq, ::prost::Message)]
4pub struct Clue {
5    #[prost(bytes = "vec", tag = "1")]
6    pub inner: ::prost::alloc::vec::Vec<u8>,
7}
8impl ::prost::Name for Clue {
9    const NAME: &'static str = "Clue";
10    const PACKAGE: &'static str = "penumbra.crypto.decaf377_fmd.v1";
11    fn full_name() -> ::prost::alloc::string::String {
12        "penumbra.crypto.decaf377_fmd.v1.Clue".into()
13    }
14    fn type_url() -> ::prost::alloc::string::String {
15        "/penumbra.crypto.decaf377_fmd.v1.Clue".into()
16    }
17}