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:
Msg
defines the slashing Msg service.
MsgUnjail
MsgUnjail
defines the Msg/Unjail
request type.
MsgUnjailResponse
MsgUnjailResponse
defines the Msg/Unjail
response type.
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.