# Functions
DefaultGenesisState - default GenesisState used by Cosmos Hub.
DefaultParams defines the parameters for this module.
GetAddrPubkeyRelationKey gets pubkey relation key used to get the pubkey from the address.
GetValidatorMissedBlockBitArrayKey - stored by *Consensus* address (not operator address).
GetValidatorMissedBlockBitArrayPrefixKey - stored by *Consensus* address (not operator address).
GetValidatorSigningInfoAddress - extract the address from a validator signing info key.
GetValidatorSigningInfoKey - stored by *Consensus* address (not operator address).
NewGenesisState creates a new GenesisState object.
NewMissedBlock creates a new MissedBlock instance.
NewMsgUnjail creates a new MsgUnjail instance.
NewParams creates a new Params object.
NewQuerySigningInfoParams creates a new QuerySigningInfoParams instance.
NewQuerySigningInfosParams creates a new QuerySigningInfosParams instance.
NewValidatorSigningInfo creates a new ValidatorSigningInfo instance.
ParamKeyTable for slashing module.
RegisterCodec registers concrete types on codec.
ValidateGenesis validates the slashing genesis parameters.
# Constants
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.
devnet: time.Second * 60.
Default parameter namespace.
mainnet: 100.
Slashing module event types.
Slashing module event types.
ModuleName is the name of the module.
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.
# Variables
Prefix for address-pubkey relation.
No description provided by the author
No description provided by the author
No description provided by the author
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.
Parameter store keys.
Parameter store keys.
Parameter store keys.
Parameter store keys.
Parameter store keys.
ModuleCdc defines the module codec.
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'.
ValidatorSigningInfo defines the signing info for a validator.
# Interfaces
AccountKeeper expected account keeper.
ParamSubspace defines the expected Subspace interfacace.
StakingHooks event hooks for staking validator object (noalias).
StakingKeeper expected staking keeper.