evmos.proto.autogen.py.cosmos.auth.module.v1
Classes
|
Module is the config object for the auth module. |
|
ModuleAccountPermission represents permissions for a module account. |
- class evmos.proto.autogen.py.cosmos.auth.module.v1.Module(bech32_prefix: str = <object object>, module_account_permissions: ~typing.List[~evmos.proto.autogen.py.cosmos.auth.module.v1.ModuleAccountPermission] = <object object>, authority: str = <object object>)[source]
Bases:
MessageModule is the config object for the auth module.
- authority: str = <object object>
authority defines the custom module authority. If not set, defaults to the governance module.
- module_account_permissions: List[ModuleAccountPermission] = <object object>
module_account_permissions are module account permissions.