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

interface MsgSetWithdrawAddress {
    delegatorAddress: string;
    withdrawAddress: string;
}

Properties

delegatorAddress: string
withdrawAddress: string