dydx_proto/opt/rustwide/workdir/src/cosmos.params.module.v1.rs
1// This file is @generated by prost-build.
2/// Module is the config object of the params module.
3#[derive(Clone, Copy, PartialEq, ::prost::Message)]
4pub struct Module {}
5impl ::prost::Name for Module {
6 const NAME: &'static str = "Module";
7 const PACKAGE: &'static str = "cosmos.params.module.v1";
8 fn full_name() -> ::prost::alloc::string::String {
9 "cosmos.params.module.v1.Module".into()
10 }
11 fn type_url() -> ::prost::alloc::string::String {
12 "/cosmos.params.module.v1.Module".into()
13 }
14}