QueryValidatorUnbondingDelegationsResponse is response type for the Query/ValidatorUnbondingDelegations RPC method.

from message cosmos.staking.v1beta1.QueryValidatorUnbondingDelegationsResponse

Hierarchy

Constructors

Properties

pagination?: PageResponse

pagination defines the pagination in the response.

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

unbondingResponses: UnbondingDelegation[] = []

from field: repeated cosmos.staking.v1beta1.UnbondingDelegation unbonding_responses = 1;

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

Methods