Skip to main content

Interface: AminoMsgSetWithdrawAddress

@shareledgerjs/client.distribution.AminoMsgSetWithdrawAddress

Changes the withdraw address for a delegator (or validator self-delegation)

Hierarchy

  • AminoMsg

    AminoMsgSetWithdrawAddress

Properties

type

Readonly type: "cosmos-sdk/MsgModifyWithdrawAddress"

Overrides

AminoMsg.type


value

Readonly value: Object

Type declaration

NameTypeDescription
delegator_addressstringBech32 account address
withdraw_addressstringBech32 account address

Overrides

AminoMsg.value