# Functions
DefaultGenesisState - default GenesisState.
Default parameters for this module.
get pubkey relation key used to get the pubkey from the address.
stored by *Consensus* address (not operator address).
stored by *Consensus* address (not operator address).
extract the address from a validator signing info key.
stored by *Consensus* address (not operator address).
NewGenesisState creates a new GenesisState object.
NewMsgUnjail creates a new MsgUnjail instance.
NewParams creates a new Params object.
NewQuerySigningInfoParams creates a new QuerySigningInfoParams instance.
NewQuerySigningInfosParams creates a new QuerySigningInfosParams instance.
Construct a new `ValidatorSigningInfo` struct.
ParamKeyTable for slashing module.
RegisterCodec - Register concrete types on codec codec.
ValidateGenesis validates the slashing genesis parameters.
# Constants
Default parameter namespace.
Default parameter namespace.
Default parameter namespace.
Default parameter namespace.
No description provided by the author
QuerierRoute is the querier route for slashing.
Query endpoints supported by the slashing querier.
Query endpoints supported by the slashing querier.
Query endpoints supported by the slashing querier.
RouterKey is the message route for slashing.
StoreKey is the store key string for slashing.
No description provided by the author
# Variables
Prefix for address-pubkey relation.
Slashing module event types.
Slashing module event types.
Slashing module event types.
Slashing module event types.
Slashing module event types.
Slashing module event types.
Slashing module event types.
Slashing module event types.
Slashing module event types.
The Double Sign Jail period ends at Max Time supported by Amino (Dec 31, 9999 - 23:59:59 GMT).
The Double Sign Jail period ends at Max Time supported by Amino (Dec 31, 9999 - 23:59:59 GMT).
The Double Sign Jail period ends at Max Time supported by Amino (Dec 31, 9999 - 23:59:59 GMT).
The Double Sign Jail period ends at Max Time supported by Amino (Dec 31, 9999 - 23:59:59 GMT).
x/slashing module sentinel errors.
x/slashing module sentinel errors.
x/slashing module sentinel errors.
x/slashing module sentinel errors.
x/slashing module sentinel errors.
x/slashing module sentinel errors.
x/slashing module sentinel errors.
x/slashing module sentinel errors.
Slashing module event types.
Slashing module event types.
Parameter store keys.
Parameter store keys.
Parameter store keys.
Parameter store keys.
Parameter store keys.
Parameter store keys.
ModuleCdc generic sealed codec to be used throughout module.
Prefix for missed block bit array.
Prefix for signing info.
# Structs
GenesisState - all slashing state that must be provided at genesis.
MissedBlock.
MsgUnjail - struct for unjailing jailed validator.
Params - used for initializing default parameter for slashing at genesis.
QuerySigningInfoParams defines the params for the following queries: - 'custom/slashing/signingInfo'.
QuerySigningInfosParams defines the params for the following queries: - 'custom/slashing/signingInfos'.
Signing info for a validator.
# Interfaces
StakingHooks event hooks for staking validator object.
StakingKeeper expected staking keeper.