Module is the config object of the crisis module.

from message cosmos.crisis.module.v1.Module

Hierarchy

Constructors

Properties

authority: string = ""

authority defines the custom module authority. If not set, defaults to the governance module.

from field: string authority = 2;

feeCollectorName: string = ""

fee_collector_name is the name of the FeeCollector ModuleAccount.

from field: string fee_collector_name = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.crisis.module.v1.Module" = "cosmos.crisis.module.v1.Module"

Methods