package cosmos.slashing.v1beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Msg

tx.proto:10

Msg defines the slashing Msg service.

service Query

query.proto:12

Query provides defines the gRPC querier service

message GenesisState

genesis.proto:10

GenesisState defines the slashing module's genesis state.

message MissedBlock

genesis.proto:45

MissedBlock contains height and missed status as boolean.

Used in: ValidatorMissedBlocks

message Params

slashing.proto:36

Params represents the parameters used for by the slashing module.

Used in: GenesisState, QueryParamsResponse

message SigningInfo

genesis.proto:26

SigningInfo stores validator signing info of corresponding address.

Used in: GenesisState

message ValidatorMissedBlocks

genesis.proto:36

ValidatorMissedBlocks contains array of missed blocks of corresponding address.

Used in: GenesisState

message ValidatorSigningInfo

slashing.proto:13

ValidatorSigningInfo defines a validator's signing info for monitoring their liveness activity.

Used in: QuerySigningInfoResponse, QuerySigningInfosResponse, SigningInfo