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

Classes

Module(max_metadata_len, authority)

Module is the config object of the gov module.

class evmos.proto.autogen.py.cosmos.gov.module.v1.Module(max_metadata_len: int = <object object>, authority: str = <object object>)[source]

Bases: Message

Module is the config object of the gov module.

authority: str = <object object>

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

max_metadata_len: int = <object object>

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