Module cosmrs::slashing

source ·
Expand description

Structs§

  • GenesisState defines the slashing module’s genesis state.
  • MissedBlock contains height and missed status as boolean.
  • MsgUnjail defines the Msg/Unjail request type
  • MsgUnjailResponse defines the Msg/Unjail response type
  • Params represents the parameters used for by the slashing module.
  • QueryParamsRequest is the request type for the Query/Params RPC method
  • QueryParamsResponse is the response type for the Query/Params RPC method
  • QuerySigningInfoRequest is the request type for the Query/SigningInfo RPC method
  • QuerySigningInfoResponse is the response type for the Query/SigningInfo RPC method
  • QuerySigningInfosRequest is the request type for the Query/SigningInfos RPC method
  • QuerySigningInfosResponse is the response type for the Query/SigningInfos RPC method
  • SigningInfo stores validator signing info of corresponding address.
  • ValidatorMissedBlocks contains array of missed blocks of corresponding address.
  • ValidatorSigningInfo defines a validator’s signing info for monitoring their liveness activity.