Slashes
Last updated
Last updated
validator_address defines the validator address to query for.
A successful response.
slashes defines the slashes the validator received.
PageResponse is to be embedded in gRPC response messages where the corresponding request message has used PageRequest.
message SomeResponse { repeated Bar results = 1; PageResponse page = 2; }