QueryDelegatorDelegationsResponse is response type for the Query/DelegatorDelegations RPC method.

from message cosmos.staking.v1beta1.QueryDelegatorDelegationsResponse

Hierarchy

Constructors

Properties

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

delegation_responses defines all the delegations' info of a delegator.

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.QueryDelegatorDelegationsResponse" = "cosmos.staking.v1beta1.QueryDelegatorDelegationsResponse"

Methods