Module is the config object of the group module.

from message cosmos.group.module.v1.Module

Hierarchy

Constructors

Properties

maxExecutionPeriod?: Duration

max_execution_period defines the max duration after a proposal's voting period ends that members can send a MsgExec to execute the proposal.

from field: google.protobuf.Duration max_execution_period = 1;

maxMetadataLen: bigint = protoInt64.zero

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.

from field: uint64 max_metadata_len = 2;

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

Methods