dchain-sdk-proto 0.9.2

Protobuf stuct defintions for Dchain
1
2
3
4
5
6
7
8
9
10
// @generated
// This file is @generated by prost-build.
/// Module is the config object of the consensus module.
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Module {
    /// authority defines the custom module authority. If not set, defaults to the governance module.
    #[prost(string, tag = "1")]
    pub authority: ::prost::alloc::string::String,
}
// @@protoc_insertion_point(module)