QueryDelegationResponse is response type for the Query/UnbondingDelegation RPC method.

from message cosmos.staking.v1beta1.QueryUnbondingDelegationResponse

Hierarchy

Constructors

Properties

unbond defines the unbonding information of a delegation.

from field: cosmos.staking.v1beta1.UnbondingDelegation unbond = 1;

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

Methods