Module is the config object of the gov module.

from message cosmos.gov.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;

maxMetadataLen: bigint = protoInt64.zero

max_metadata_len defines the maximum proposal metadata length. Defaults to 255 if not explicitly set.

from field: uint64 max_metadata_len = 1;

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

Methods