Module is the config object of the staking module.

from message cosmos.staking.module.v1.Module

Hierarchy

Constructors

Properties

authority: string = ""

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

from field: string authority = 2;

hooksOrder: string[] = []

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.

from field: repeated string hooks_order = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.staking.module.v1.Module" = "cosmos.staking.module.v1.Module"

Methods