Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ModuleName is the name of the debug module ModuleName = "debug" // StoreKey is the string store representation StoreKey = ModuleName // RouterKey is the msg router key for the debug module RouterKey = ModuleName // QuerierRoute is the querier route for the debug module QuerierRoute = ModuleName DumpStore = "dump" SetLogLevel = "set-loglevel" InvariantCheck = "invariant-check" )
View Source
const (
DefaultCodespace = ModuleName
)
Variables ¶
View Source
var ModuleCdc *codec.Codec
nolint
Functions ¶
Types ¶
type CrisisKeeper ¶ added in v0.13.0
type DumpInfoParams ¶
type DumpInfoParams struct {
Module string
}
type OrderKeeper ¶
type StakingKeeper ¶
type StakingKeeper interface { GetAllValidators(ctx sdk.Context) (validators staking.Validators) }
Click to show internal directories.
Click to hide internal directories.