Expand description
Slashing module support
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
- 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.