QueryValidatorDelegationsResponse is response type for the Query/ValidatorDelegations RPC method

from message cosmos.staking.v1beta1.QueryValidatorDelegationsResponse

Hierarchy

Constructors

Properties

delegationResponses: proto.cosmos.staking.v1beta1.DelegationResponse[] = []

from field: repeated cosmos.staking.v1beta1.DelegationResponse delegation_responses = 1;

pagination?: PageResponse

pagination defines the pagination in the response.

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

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

Methods