evmos.proto.autogen.py.cosmos.group.module.v1

Classes

Module(max_execution_period, max_metadata_len)

Module is the config object of the group module.

class evmos.proto.autogen.py.cosmos.group.module.v1.Module(max_execution_period: ~datetime.timedelta = <object object>, max_metadata_len: int = <object object>)[source]

Bases: Message

Module is the config object of the group module.

max_execution_period: timedelta = <object object>

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

max_metadata_len: int = <object object>

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.