Interface: AminoMsgUndelegate
@shareledgerjs/client.staking.AminoMsgUndelegate
Performs an undelegation from a delegate and a validator
Hierarchy
AminoMsg
↳
AminoMsgUndelegate
Properties
type
• Readonly
type: "cosmos-sdk/MsgUndelegate"
Overrides
AminoMsg.type
value
• Readonly
value: Object
Type declaration
Name | Type | Description |
---|---|---|
amount | Coin | - |
delegator_address | string | Bech32 encoded delegator address |
validator_address | string | Bech32 encoded validator address |
Overrides
AminoMsg.value