Source code for evmos.proto.autogen.py.cosmos.upgrade.module.v1

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# sources: cosmos/upgrade/module/v1/module.proto
# plugin: python-betterproto
# This file has been @generated

from dataclasses import dataclass

import betterproto


[docs] @dataclass(eq=False, repr=False) class Module(betterproto.Message): """Module is the config object of the upgrade module.""" authority: str = betterproto.string_field(1) """ authority defines the custom module authority. If not set, defaults to the governance module. """