Interface QueryValidatorSlashesResponseAmino

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

interface QueryValidatorSlashesResponseAmino {
    pagination?: PageResponseAmino;
    slashes?: ValidatorSlashEventAmino[];
}

Properties

pagination?: PageResponseAmino

pagination defines the pagination in the response.

slashes defines the slashes the validator received.