Module slashing
Expand description
Handling slashing parameters and unjailing
Modules§
- msg_
client - Generated client implementations.
- msg_
server - Generated server implementations.
- query_
client - Generated client implementations.
- query_
server - Generated server implementations.
Structs§
- Genesis
State - GenesisState defines the slashing module’s genesis state.
- Missed
Block - MissedBlock contains height and missed status as boolean.
- MsgUnjail
- MsgUnjail defines the Msg/Unjail request type
- MsgUnjail
Response - MsgUnjailResponse defines the Msg/Unjail response type
- MsgUpdate
Params - MsgUpdateParams is the Msg/UpdateParams request type.
- MsgUpdate
Params Response - MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
- Params
- Params represents the parameters used for by the slashing module.
- Query
Params Request - QueryParamsRequest is the request type for the Query/Params RPC method
- Query
Params Response - QueryParamsResponse is the response type for the Query/Params RPC method
- Query
Signing Info Request - QuerySigningInfoRequest is the request type for the Query/SigningInfo RPC method
- Query
Signing Info Response - QuerySigningInfoResponse is the response type for the Query/SigningInfo RPC method
- Query
Signing Infos Request - QuerySigningInfosRequest is the request type for the Query/SigningInfos RPC method
- Query
Signing Infos Response - QuerySigningInfosResponse is the response type for the Query/SigningInfos RPC method
- Signing
Info - SigningInfo stores validator signing info of corresponding address.
- Validator
Missed Blocks - ValidatorMissedBlocks contains array of missed blocks of corresponding address.
- Validator
Signing Info - ValidatorSigningInfo defines a validator’s signing info for monitoring their liveness activity.