QueryValidatorSlashesRequest is the request type for the Query/ValidatorSlashes RPC method

from message cosmos.distribution.v1beta1.QueryValidatorSlashesRequest

Hierarchy

Constructors

Properties

endingHeight: bigint = protoInt64.zero

starting_height defines the optional ending height to query the slashes.

from field: uint64 ending_height = 3;

pagination?: PageRequest

pagination defines an optional pagination for the request.

from field: cosmos.base.query.v1beta1.PageRequest pagination = 4;

startingHeight: bigint = protoInt64.zero

starting_height defines the optional starting height to query the slashes.

from field: uint64 starting_height = 2;

validatorAddress: string = ""

validator_address defines the validator address to query for.

from field: string validator_address = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.distribution.v1beta1.QueryValidatorSlashesRequest" = "cosmos.distribution.v1beta1.QueryValidatorSlashesRequest"

Methods