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
Name | Type | Description |
---|---|---|
delegator_address | string | Bech32 account address |
withdraw_address | string | Bech32 account address |
Overrides
AminoMsg.value