dchain-sdk-proto 0.9.2

Protobuf stuct defintions for Dchain
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// @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)