QueryValidatorSlashesResponse is the response type for the Query/ValidatorSlashes RPC method.

interface QueryValidatorSlashesResponse {
    pagination?: PageResponse;
    slashes: ValidatorSlashEvent[];
}

Properties

Properties

pagination?: PageResponse

pagination defines the pagination in the response.

slashes defines the slashes the validator received.