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

interface MsgBeginRedelegate {
    amount: undefined | Coin;
    delegatorAddress: string;
    validatorDstAddress: string;
    validatorSrcAddress: string;
}

Properties

amount: undefined | Coin
delegatorAddress: string
validatorDstAddress: string
validatorSrcAddress: string