Interface: AminoMsgBeginRedelegate
@shareledgerjs/client.staking.AminoMsgBeginRedelegate
Performs a redelegation from a delegate and source validator to a destination validator
Hierarchy
AminoMsg↳
AminoMsgBeginRedelegate
Properties
type
• Readonly type: "cosmos-sdk/MsgBeginRedelegate"
Overrides
AminoMsg.type
value
• Readonly value: Object
Type declaration
| Name | Type | Description | 
|---|---|---|
amount | Coin | - | 
delegator_address | string | Bech32 encoded delegator address | 
validator_dst_address | string | Bech32 encoded destination validator address | 
validator_src_address | string | Bech32 encoded source validator address | 
Overrides
AminoMsg.value