MsgWithdrawValidatorCommission withdraws the full commission to the validator address.

interface MsgWithdrawValidatorCommission {
    validatorAddress: string;
}

Properties

Properties

validatorAddress: string