QueryRedelegationsRequest is request type for the Query/Redelegations RPC method.

from message cosmos.staking.v1beta1.QueryRedelegationsRequest

Hierarchy

Constructors

Properties

delegatorAddr: string = ""

delegator_addr defines the delegator address to query for.

from field: string delegator_addr = 1;

dstValidatorAddr: string = ""

dst_validator_addr defines the validator address to redelegate to.

from field: string dst_validator_addr = 3;

pagination?: PageRequest

pagination defines an optional pagination for the request.

from field: cosmos.base.query.v1beta1.PageRequest pagination = 4;

srcValidatorAddr: string = ""

src_validator_addr defines the validator address to redelegate from.

from field: string src_validator_addr = 2;

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

Methods