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

Classes

Module(hooks_order, authority, ...)

Module is the config object of the staking module.

class evmos.proto.autogen.py.cosmos.staking.module.v1.Module(hooks_order: ~typing.List[str] = <object object>, authority: str = <object object>, bech32_prefix_validator: str = <object object>, bech32_prefix_consensus: str = <object object>)[source]

Bases: Message

Module is the config object of the staking module.

authority: str = <object object>

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

bech32_prefix_consensus: str = <object object>

bech32_prefix_consensus is the bech32 consensus node prefix for the app.

bech32_prefix_validator: str = <object object>

bech32_prefix_validator is the bech32 validator prefix for the app.

hooks_order: List[str] = <object object>

hooks_order specifies the order of staking hooks and should be a list of module names which provide a staking hooks instance. If no order is provided, then hooks will be applied in alphabetical order of module names.