#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Module {
#[prost(string, tag = "1")]
pub bech32_prefix: ::prost::alloc::string::String,
#[prost(message, repeated, tag = "2")]
pub module_account_permissions: ::prost::alloc::vec::Vec<ModuleAccountPermission>,
#[prost(string, tag = "3")]
pub authority: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ModuleAccountPermission {
#[prost(string, tag = "1")]
pub account: ::prost::alloc::string::String,
#[prost(string, repeated, tag = "2")]
pub permissions: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
}