QueryValidatorDelegationsRequest is request type for the Query/ValidatorDelegations RPC method

from message cosmos.staking.v1beta1.QueryValidatorDelegationsRequest

Hierarchy

Constructors

Properties

pagination?: PageRequest

pagination defines an optional pagination for the request.

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

validatorAddr: string = ""

validator_addr defines the validator address to query for.

from field: string validator_addr = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.staking.v1beta1.QueryValidatorDelegationsRequest" = "cosmos.staking.v1beta1.QueryValidatorDelegationsRequest"

Methods