MsgWithdrawDelegatorReward represents delegation withdrawal to a delegator from a single validator.

interface MsgWithdrawDelegatorReward {
    delegatorAddress: string;
    validatorAddress: string;
}

Properties

delegatorAddress: string
validatorAddress: string