dchain-sdk-proto 0.9.2

Protobuf stuct defintions for Dchain
1
2
3
4
5
6
7
8
9
10
11
12
13
// @generated
// This file is @generated by prost-build.
/// Module is the config object of the crisis module.
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Module {
    /// fee_collector_name is the name of the FeeCollector ModuleAccount.
    #[prost(string, tag = "1")]
    pub fee_collector_name: ::prost::alloc::string::String,
    /// 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)