dchain-sdk-proto 0.11.0

Protobuf stuct defintions for Dchain
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// @generated
// This file is @generated by prost-build.
/// Module is the config object of the group module.
#[derive(Clone, Copy, PartialEq, ::prost::Message)]
pub struct Module {
    /// max_execution_period defines the max duration after a proposal's voting period ends that members can send a MsgExec
    /// to execute the proposal.
    #[prost(message, optional, tag = "1")]
    pub max_execution_period: ::core::option::Option<::prost_types::Duration>,
    /// max_metadata_len defines the max length of the metadata bytes field for various entities within the group module.
    /// Defaults to 255 if not explicitly set.
    #[prost(uint64, tag = "2")]
    pub max_metadata_len: u64,
}
// @@protoc_insertion_point(module)