Redelegation contains the list of a particular delegator's redelegating bonds from a particular source validator to a particular destination validator.

from message cosmos.staking.v1beta1.Redelegation

Hierarchy

Constructors

Properties

delegatorAddress: string = ""

delegator_address is the bech32-encoded address of the delegator.

from field: string delegator_address = 1;

entries: RedelegationEntry[] = []

entries are the redelegation entries.

redelegation entries

from field: repeated cosmos.staking.v1beta1.RedelegationEntry entries = 4;

validatorDstAddress: string = ""

validator_dst_address is the validator redelegation destination operator address.

from field: string validator_dst_address = 3;

validatorSrcAddress: string = ""

validator_src_address is the validator redelegation source operator address.

from field: string validator_src_address = 2;

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

Methods