Slashing
The slashing
module is responsible for validator punishment mechanisms, or disincentivizing any attributable action by a protocol-recognized actor with value at stake by penalizing them (“slashing”). Penalties may include, but are not limited to:
- burning some amount of their stake
- removing their ability to vote on future blocks for a period of time
For more information, visit https://docs.cosmos.network/main/modules/slashing/
Message Types
Msg
defines the slashing Msg service.
MsgUnjail
MsgUnjail
defines the Msg/Unjail
request type.
MsgUnjailResponse
MsgUnjailResponse
defines the Msg/Unjail
response type.
Queries
Query
provides defines the gRPC querier service.
QueryParamsRequest
QueryParamsRequest
is the request type for the Query/Params
RPC method.
QueryParamsResponse
QueryParamsResponse
is the response type for the Query/Params
RPC method.
QuerySigningInfoRequest
QuerySigningInfoRequest
is the request type for the Query/SigningInfo
RPC method.
QuerySigningInfoResponse
QuerySigningInfoResponse
is the response type for the Query/SigningInfo
RPC method.
QuerySigningInfosRequest
QuerySigningInfosRequest
is the request type for the Query/SigningInfos
RPC method.
QuerySigningInfosResponse
QuerySigningInfosResponse
is the response type for the Query/SigningInfos
RPC method.