haqq_grpc/gen/
cosmos.auth.module.v1.rs1#[derive(::derive_builder::Builder)]
4#[allow(clippy::derive_partial_eq_without_eq)]
5#[derive(Clone, PartialEq, ::prost::Message)]
6pub struct Module {
7 #[prost(string, tag="1")]
9 pub bech32_prefix: ::prost::alloc::string::String,
10 #[prost(message, repeated, tag="2")]
12 pub module_account_permissions: ::prost::alloc::vec::Vec<ModuleAccountPermission>,
13 #[prost(string, tag="3")]
15 pub authority: ::prost::alloc::string::String,
16}
17#[derive(::derive_builder::Builder)]
19#[allow(clippy::derive_partial_eq_without_eq)]
20#[derive(Clone, PartialEq, ::prost::Message)]
21pub struct ModuleAccountPermission {
22 #[prost(string, tag="1")]
24 pub account: ::prost::alloc::string::String,
25 #[prost(string, repeated, tag="2")]
28 pub permissions: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
29}
30include!("cosmos.auth.module.v1.serde.rs");
31