Skip to main content

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

NameTypeDescription
amountCoin-
delegator_addressstringBech32 encoded delegator address
validator_addressstringBech32 encoded validator address

Overrides

AminoMsg.value