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

Classes

Module(fee_collector_name, authority)

Module is the config object of the distribution module.

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

Bases: Message

Module is the config object of the distribution module.

authority: str = <object object>

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

fee_collector_name: str = <object object>