MsgSetWithdrawAddress sets the withdraw address for a delegator (or validator self-delegation).

from message cosmos.distribution.v1beta1.MsgSetWithdrawAddress

Hierarchy

Constructors

Properties

delegatorAddress: string = ""

from field: string delegator_address = 1;

withdrawAddress: string = ""

from field: string withdraw_address = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.distribution.v1beta1.MsgSetWithdrawAddress" = "cosmos.distribution.v1beta1.MsgSetWithdrawAddress"

Methods