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

interface MsgSetWithdrawAddressAmino {
    delegator_address?: string;
    withdraw_address?: string;
}

Properties

delegator_address?: string
withdraw_address?: string