QueryUnbondingDelegationRequest is request type for the Query/UnbondingDelegation RPC method.

from message cosmos.staking.v1beta1.QueryUnbondingDelegationRequest

Hierarchy

Constructors

Properties

delegatorAddr: string = ""

delegator_addr defines the delegator address to query for.

from field: string delegator_addr = 1;

validatorAddr: string = ""

validator_addr defines the validator address to query for.

from field: string validator_addr = 2;

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

Methods