// @generated
// This file is @generated by prost-build.
/// Module is the config object of the gov module.
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Module {
/// max_metadata_len defines the maximum proposal metadata length.
/// Defaults to 255 if not explicitly set.
#[prost(uint64, tag = "1")]
pub max_metadata_len: u64,
/// authority defines the custom module authority. If not set, defaults to the governance module.
#[prost(string, tag = "2")]
pub authority: ::prost::alloc::string::String,
}
// @@protoc_insertion_point(module)