MsgBeginRedelegate defines a SDK message for performing a redelegation of coins from a delegator and source validator to a destination validator.

from message cosmos.staking.v1beta1.MsgBeginRedelegate

Hierarchy

Constructors

Properties

amount?: Coin

from field: cosmos.base.v1beta1.Coin amount = 4;

delegatorAddress: string = ""

from field: string delegator_address = 1;

validatorDstAddress: string = ""

from field: string validator_dst_address = 3;

validatorSrcAddress: string = ""

from field: string validator_src_address = 2;

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

Methods