nibiru_std/proto/buf/
cosmos.reflection.v1.rs

1// @generated
2/// FileDescriptorsRequest is the Query/FileDescriptors request type.
3#[allow(clippy::derive_partial_eq_without_eq)]
4#[derive(Clone, PartialEq, ::prost::Message)]
5pub struct FileDescriptorsRequest {
6}
7/// FileDescriptorsResponse is the Query/FileDescriptors response type.
8#[allow(clippy::derive_partial_eq_without_eq)]
9#[derive(Clone, PartialEq, ::prost::Message)]
10pub struct FileDescriptorsResponse {
11    /// files is the file descriptors.
12    #[prost(message, repeated, tag="1")]
13    pub files: ::prost::alloc::vec::Vec<::prost_types::FileDescriptorProto>,
14}
15// @@protoc_insertion_point(module)